Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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.7"

< SWT
m (GTK)
Line 5: Line 5:
  
 
== Common ==  
 
== Common ==  
* Update SWT to use Java 8
+
* [FIXED] Update SWT to use Java 8 {{Bug|481195}}
* Evaluate and provide (if possible) Java 8 lambda enabled API for listeners - {{Bug|441116}}
+
* [FIXED] Evaluate and provide (if possible) Java 8 lambda enabled API for listeners - {{Bug|441116}}
* SWT_ AWT bridge support for Java 9 - {{Bug|482318}}
+
* [FIXED] SWT_ AWT bridge support for Java 9 - {{Bug|482318}}
 
* Investigate support for CTabfolder vertical tabs - {{Bug|58945}}
 
* Investigate support for CTabfolder vertical tabs - {{Bug|58945}}
 
* Investigate SWT support for Chromium based on external contributions - {{Bug|405031}}
 
* Investigate SWT support for Chromium based on external contributions - {{Bug|405031}}
  
 
== Cocoa ==
 
== Cocoa ==
* Provide better support for Mac OS X 10.11 - {{Bug|494879}}
+
* [IN PROGRESS] Provide better support for Mac OS X 10.11 - {{Bug|494879}}
* Provide support for Mac OS X 10.12 (macOS Sierra)
+
* [IN PROGRESS] Provide support for Mac OS X 10.12 (macOS Sierra)
* HiDPI Support of GC APIs on Mac - {{Bug|489451}}
+
* [IN PROGRESS] HiDPI Support of GC APIs on Mac - {{Bug|489451}}
  
 
== GTK ==  
 
== GTK ==  
 
* [IN PROGRESS] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=441568 Bug 441568 - [GTK3<nowiki>]</nowiki> Port SWT Browser to webkit2gtk]  
 
* [IN PROGRESS] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=441568 Bug 441568 - [GTK3<nowiki>]</nowiki> Port SWT Browser to webkit2gtk]  
 
* Implement transparency support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477950 Bug 477950 - [GTK3<nowiki>]</nowiki> Port SWT colors from using GdkColor to GdkRGBA so alpha is not lost]
 
* Implement transparency support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=477950 Bug 477950 - [GTK3<nowiki>]</nowiki> Port SWT colors from using GdkColor to GdkRGBA so alpha is not lost]
* [DONE] Automate testing of SWT on multiple GTK versions [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494540 Bug 494540 - [GTK<nowiki>]</nowiki> [autotester<nowiki>]</nowiki> Automated testing script for running SWT JUnit on multiple versions of GTK]
+
* [FIXED] Automate testing of SWT on multiple GTK versions [https://bugs.eclipse.org/bugs/show_bug.cgi?id=494540 Bug 494540 - [GTK<nowiki>]</nowiki> [autotester<nowiki>]</nowiki> Automated testing script for running SWT JUnit on multiple versions of GTK]
* Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - {{Bug|494883}}
+
* [IN PROGRESS] Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - {{Bug|494883}}
 
* [IN PROGRESS] Make Eclipse usable on Wayland as backend with GTK3 - {{Bug|496923}}
 
* [IN PROGRESS] Make Eclipse usable on Wayland as backend with GTK3 - {{Bug|496923}}
* [DONE] Tree should expand/collapse on Arrow_Left/Arrow_Right - {{Bug|372607}}
+
* [FIXED] Tree should expand/collapse on Arrow_Left/Arrow_Right - {{Bug|372607}}
 
* Fix accessibility issues on Linux - {{Bug|470031}} and {{Bug|481824}}
 
* Fix accessibility issues on Linux - {{Bug|470031}} and {{Bug|481824}}
  
 
== Win32 ==
 
== Win32 ==
* Provide/Leverage native HiDPI support for IE Browser's Image to scale - {{Bug|493666}}
+
* [FIXED] Provide/Leverage native HiDPI support for IE Browser's Image to scale - {{Bug|493666}}
* Provide custom support for Button to respect foreground and background color on Windows to improve Dark Theme experience - {{Bug|23837}}
+
* [FIXED] Provide custom support for Button to respect foreground and background color on Windows to improve Dark Theme experience - {{Bug|23837}}
* Improve HiDPI support w.r.t. to Printer usage, with an API option to skip auto-scaling for devices like Printer - {{Bug|498876}}
+
* [FIXED] Improve HiDPI support w.r.t. to Printer usage, with an API option to skip auto-scaling for devices like Printer - {{Bug|498876}}
 +
* [FIXED] Eclipse must support the U.S. 508 Refresh for accessibility - {{Bug|445551}}

Revision as of 13:38, 9 December 2016

Planning page for SWT work for Oxygen (4.7)

This page disscusses target fixes and improvements to SWT for upcomming Oxygen release. A list of open and resolved bugs for 4.7-4.7M4 can be found via this query.


Common

  • [FIXED] Update SWT to use Java 8 bug 481195
  • [FIXED] Evaluate and provide (if possible) Java 8 lambda enabled API for listeners - bug 441116
  • [FIXED] SWT_ AWT bridge support for Java 9 - bug 482318
  • Investigate support for CTabfolder vertical tabs - bug 58945
  • Investigate SWT support for Chromium based on external contributions - bug 405031

Cocoa

  • [IN PROGRESS] Provide better support for Mac OS X 10.11 - bug 494879
  • [IN PROGRESS] Provide support for Mac OS X 10.12 (macOS Sierra)
  • [IN PROGRESS] HiDPI Support of GC APIs on Mac - bug 489451

GTK

Win32

  • [FIXED] Provide/Leverage native HiDPI support for IE Browser's Image to scale - bug 493666
  • [FIXED] Provide custom support for Button to respect foreground and background color on Windows to improve Dark Theme experience - bug 23837
  • [FIXED] Improve HiDPI support w.r.t. to Printer usage, with an API option to skip auto-scaling for devices like Printer - bug 498876
  • [FIXED] Eclipse must support the U.S. 508 Refresh for accessibility - bug 445551

Back to the top