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 (Planning page for SWT work for Oxygen (Eclipse 4.7))
(Planning page for SWT work for Oxygen (4.7))
 
(29 intermediate revisions by 9 users not shown)
Line 1: Line 1:
= Planning page for SWT work for Oxygen (Eclipse 4.7) =
+
= Planning page for SWT work for Oxygen (4.7) =
 +
This page discusses target fixes and improvements to SWT for the upcoming Oxygen release.
 +
A list of open and resolved bugs for 4.7 can be found via [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&classification=Eclipse&columnlist=product%2Ccomponent%2Cassigned_to%2Cbug_status%2Cresolution%2Cshort_desc%2Cchangeddate%2Cvotes%2Cpriority%2Cbug_severity%2Ctarget_milestone%2Ctag%2Cstatus_whiteboard%2Creporter&component=SWT&known_name=SWT%204.7&list_id=16318122&product=Platform&query_based_on=SWT%204.7&query_format=advanced&target_milestone=4.6.1&target_milestone=4.6.2&target_milestone=4.6.3&target_milestone=4.7&target_milestone=4.7%20M1&target_milestone=4.7%20M2&target_milestone=4.7%20M3&target_milestone=4.7%20M4&target_milestone=4.7%20M5&target_milestone=4.7%20M6&target_milestone=4.7%20M7&target_milestone=4.7%20RC1&target_milestone=4.7%20RC2&target_milestone=4.7%20RC3&target_milestone=4.7%20RC4 this query.]
  
== UI ==
 
Implement transparency support in GTK3 : [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]
 
  
== Testing ==  
+
== Common ==  
Automate testing across gtk versions
+
* [FIXED] Update SWT to use Java 8 {{Bug|481195}}
 +
* [FIXED] Evaluate and provide (if possible) Java 8 lambda enabled API for listeners - {{Bug|441116}} and others
 +
* [FIXED] SWT_ AWT bridge support for Java 9 - {{Bug|482318}}
 +
* [DEFERRED] Support for CTabfolder vertical tabs - {{Bug|58945}}
 +
* [DEFERRED] SWT support for Chromium based on external contributions - {{Bug|405031}}
  
== Wayland ==  
+
== Cocoa ==
Get eclipse to be more usable on wayland as backend.
+
* [PARTLY DELIVERED in 4.7 - REST DEFERRED to {{Bug|516837}}] Provide better support for Mac OS X 10.11 - {{Bug|494879}}
 +
* [FIXED] Provide support for Mac OS X 10.12 (macOS Sierra) - {{Bug|516704}}
 +
* [DEFERRED] HiDPI Support of GC APIs on Mac - {{Bug|489451}}
 +
 
 +
== GTK ==
 +
* [PARTLY DELIVERED in 4.7 - REST DEFERRED to {{Bug|516838}}] [https://bugs.eclipse.org/bugs/show_bug.cgi?id=441568 Bug 441568 - [GTK3<nowiki>]</nowiki> Port SWT Browser to webkit2gtk]
 +
* [DEFERRED] 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]
 +
* [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]
 +
* [PARTLY DELIVERED in 4.7 - REST DEFERRED to {{Bug|516839}}] Ongoing improvements to Eclipse stability on GTK3, (graphical glitches, missing icons etc..) - {{Bug|494883}}
 +
* [PARTLY DELIVERED in 4.7 - REST DEFERRED to {{Bug|516841}}] Make Eclipse usable on Wayland as backend with GTK3 - {{Bug|496923}}
 +
* [FIXED] Tree should expand/collapse on Arrow_Left/Arrow_Right - {{Bug|372607}}
 +
* [DEFERRED] Fix accessibility issues on Linux - {{Bug|470031}} and {{Bug|481824}}
 +
 
 +
== 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}}

Latest revision as of 09:50, 18 May 2017

Planning page for SWT work for Oxygen (4.7)

This page discusses target fixes and improvements to SWT for the upcoming Oxygen release. A list of open and resolved bugs for 4.7 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 and others
  • [FIXED] SWT_ AWT bridge support for Java 9 - bug 482318
  • [DEFERRED] Support for CTabfolder vertical tabs - bug 58945
  • [DEFERRED] SWT support for Chromium based on external contributions - bug 405031

Cocoa

  • [PARTLY DELIVERED in 4.7 - REST DEFERRED to bug 516837] Provide better support for Mac OS X 10.11 - bug 494879
  • [FIXED] Provide support for Mac OS X 10.12 (macOS Sierra) - bug 516704
  • [DEFERRED] 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