You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/03/11 21:14:36 UTC

[Bug 59168] New: Implement HiDPI

https://bz.apache.org/bugzilla/show_bug.cgi?id=59168

            Bug ID: 59168
           Summary: Implement HiDPI
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

Following improvements made in Bug 58426, this bug is created to take into
account the following proposals from Benoit Wiart:

on macos loading @2x resources is supported since jdk8u20
- see https://bugs.openjdk.java.net/browse/JDK-8011059

The user should not choose a different size in the properties to get hdpi
support.


hdpi image is coming to jdk9
- https://bugs.openjdk.java.net/browse/JDK-8046010
- http://openjdk.java.net/jeps/251

- do not mix image size and hdpi
- use the "standard" of @2x, @3x convention for the images instead of the
<SIZE> hack.
- use a single code path to load icons : it will allow caller to know nothing
about hdpi
for example the caller want to load /status/myimage.png

if in hdpi the icon loader will try to load /status/myimage@2x.png if not found
it will fall back to /status/myimage.png

it will allow third party plugins to progressively provide @2x resources

Some help, it's old and only cover macos but ...
http://bulenkov.com/2013/06/23/retina-support-in-oracle-jdk-1-7/
http://bulenkov.com/iconloader/

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59168] Implement HiDPI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59168
Bug 59168 depends on bug 58426, which changed state.

Bug 58426 Summary: Improve display of JMeter on Big screen resolutions
https://bz.apache.org/bugzilla/show_bug.cgi?id=58426

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59168] Implement HiDPI

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59168

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Depends on|                            |58426

-- 
You are receiving this mail because:
You are the assignee for the bug.