Bug 561420 - RAP JFace should provide icons in HiDPI
Summary: RAP JFace should provide icons in HiDPI
Status: ASSIGNED
Alias: None
Product: RAP
Classification: RT
Component: JFace (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-24 12:08 EDT by Esteve Olm CLA
Modified: 2022-01-25 10:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteve Olm CLA 2020-03-24 12:08:39 EDT
When running RAP applications in HiDPI displays the icons are way too small.

RAP JFace plugins should provide be able to use @2x icons, just like SWT ones. At least, with a property on server side.

I don't know exactly how this should be done but, if someone guides me, I can help.
Comment 1 Ivan Furnadjiev CLA 2020-07-01 05:51:33 EDT
Please check JFace FileImageDescriptor class. The code in RAP is not in sync with the RCP one:
- org.eclipse.jface.resource.FileImageDescriptor.getStream(int)
- org.eclipse.jface.resource.FileImageDescriptor.getxName(String, int)