Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DROID GUI on high resolution screens with windows scaled #344

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

jcharlet
Copy link
Contributor

@jcharlet jcharlet commented Dec 30, 2019

Replace all icons with Java9 feature BaseMultiResolutionImage.

Basically, the previous PR, replaced all low quality icons with higher quality icons and scale them down depending on the need in the UI.
This PR provides icons in multiple formats (16x16 32x32 64x64 etc) and the app returns the best icon depending on current screen resolution.

To enable building on Java8 on Travis, skip droid-swing-ui module when in Java 8, include it otherwise.

to fix #166 with #345
follows PR #345

(icons do not show in netbeans design tool due to custom code being used for icons)
… all unused, reorg folders into a single one
@jcharlet jcharlet mentioned this pull request Dec 30, 2019
@jcharlet jcharlet force-pushed the fix_high_res branch 3 times, most recently from eacb3c5 to 926a218 Compare December 31, 2019 11:17
@jcharlet jcharlet added the bug label Jan 2, 2020
@jcharlet jcharlet added this to the 6.5 milestone Jan 2, 2020
@jcharlet jcharlet changed the title Fix high res Fix DROID GUI on high resolution screens with scaling Jan 2, 2020
@jcharlet jcharlet changed the title Fix DROID GUI on high resolution screens with scaling Fix DROID GUI on high resolution screens with windows scaled Jan 2, 2020
@jcharlet jcharlet modified the milestones: 6.5, 7.0 Jan 23, 2020
@OliverHannan OliverHannan removed this from the 7.0 milestone Oct 19, 2022
@CaptainBrad CaptainBrad added the HIGH Priority: High label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug HIGH Priority: High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image scaling issues on high resolution screens or Surface Pro specific?
3 participants