Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SWT/Plan/4.8"

< SWT
(Cocoa)
(Common)
Line 5: Line 5:
 
== Common ==
 
== Common ==
 
* Review patches from the community
 
* Review patches from the community
* Provide lambda helpers consistently for all listeners
+
* Provide lambda helpers consistently for all listeners - COMPLETED
* Move SWT native builds to Eclipse Foundation - {{Bug|520200}}
+
* Move SWT native builds to Eclipse Foundation - {{Bug|520200}} - COMPLETED
* Improve HiDPI support for eclipse platform - {{Bug|517055}}
+
* Improve HiDPI support for eclipse platform - {{Bug|517055}} - IN-PROGRESS
* Drop support for XULRunner on all platforms - {{Bug|518446}}
+
* Drop support for XULRunner on all platforms - {{Bug|518446}} - COMPLETED
  
 
== Cocoa ==
 
== Cocoa ==

Revision as of 01:15, 10 January 2018

SWT Planning page for Photon (4.8)

This page discusses target fixes and improvements to SWT for the upcoming Photon release. A list of open and resolved bugs for 4.8 can be found via this query.

Common

  • Review patches from the community
  • Provide lambda helpers consistently for all listeners - COMPLETED
  • Move SWT native builds to Eclipse Foundation - bug 520200 - COMPLETED
  • Improve HiDPI support for eclipse platform - bug 517055 - IN-PROGRESS
  • Drop support for XULRunner on all platforms - bug 518446 - COMPLETED

Cocoa

GTK

  • Port SWT Browser to webkit2gtk - bug 516838
  • Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - bug 516839
  • Make Eclipse usable on Wayland as backend with GTK3 - bug 516841
  • Fix accessibility issues on Linux - bug 470031 and bug 481824
  • Implement native notifications for GTK - bug 497946

Win32

  • Move to new Windows SDK and modern Look & Feel. - bug 520299
  • Table/Tree header need improvements under dark theme. - bug 517003
  • Support modern native directory dialog. - bug 443250

Back to the top