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 "Platform/Plan/4.10"

(Support GTK3.24)
(Migration to CloudBees)
 
(15 intermediate revisions by 7 users not shown)
Line 6: Line 6:
 
== Common ==
 
== Common ==
 
==== Review patches from the community ====
 
==== Review patches from the community ====
 +
 +
[DONE]
 +
 
==== Drop support for 32-bit ====
 
==== Drop support for 32-bit ====
https://bugs.eclipse.org/bugs/show_bug.cgi?id=536766
+
Drop 32 bit support in 4.10 {{bug|536766}} [DONE]
  
 
== Platform UI ==
 
== Platform UI ==
 
==== Support deletion of menus ====
 
==== Support deletion of menus ====
 +
* RCP: Unable to fully delete ("remove") Menus {{bug|498320}} [DEFERRED]
  
 
== SWT ==
 
== SWT ==
 
===Common ===
 
===Common ===
 
==== Improve HiDPI Support ====
 
==== Improve HiDPI Support ====
 +
* Image#getImageData(zoom) implementation does not auto-scale correctly on win32 and gtk {{bug|538425}} [DONE]
  
 
=== Mac ===
 
=== Mac ===
 
==== Support macOS 10.14 (Mojave) ====
 
==== Support macOS 10.14 (Mojave) ====
https://bugs.eclipse.org/bugs/show_bug.cgi?id=538976
+
Support macOS 10.14 (Mojave) {{bug|538976}} [PARTIALLY DELIVERED, remaining work DEFERRED to 4.11]
  
 
=== Windows ===
 
=== Windows ===
 
==== Improve Accessibility support ====
 
==== Improve Accessibility support ====
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=514871
+
* Replace usages of deprecated methods (getCaption and getSummary) of AccessibleTableAdapter and AccessibleTableListener {{bug|514871}} [DEFERRED]
  
 
==== Improve Dark theme support ====
 
==== Improve Dark theme support ====
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=508634
+
* [Win32] READ_ONLY Combobox does not allow changing background or foreground color {{bug|508634}}[DONE]
  
 
=== GTK ===
 
=== GTK ===
 
==== Remove GTK 2.x support ====
 
==== Remove GTK 2.x support ====
https://bugs.eclipse.org/bugs/show_bug.cgi?id=530841
+
[GTK2] Remove GTK 2.x support {{bug|530841}} [DONE]
  
 
==== Support GTK 3.24 ====
 
==== Support GTK 3.24 ====
https://bugs.eclipse.org/bugs/show_bug.cgi?id=539253
+
Improve support for GTK3.24 {{bug|539253}} [ONGOING]
  
 
== Ant ==
 
== Ant ==
 
=== Upgrade to Apache Ant version ===
 
=== Upgrade to Apache Ant version ===
 +
No Ant version released.
  
 
=== Java 9 Support ===
 
=== Java 9 Support ===
ANT tasks swallow error messages (with classpath/modulepath problem) {{bug|538159}}<br>
+
ANT tasks swallow error messages (with classpath/modulepath problem) {{bug|538159}} [DELIVERED in 4.10 M3]
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
Ant UI tests are passing with many messages in log {{bug|533097}}<br>
+
* Ant UI tests are passing with many messages in log {{bug|533097}} [DELIVERED in 4.10 M3] <br>
Ant build file behaves differently in eclipse than in an external ant run {{bug|511279}}<br>
+
* Ant build file behaves differently in eclipse than in an external ant run {{bug|511279}} [DEFERRED to 4.11]
 
Other Bugs and enhancements.
 
Other Bugs and enhancements.
  
 
== Debug ==
 
== Debug ==
 
=== Debugging user experience ===
 
=== Debugging user experience ===
Improve Debugging Usability {{bug|498469}}
+
Improve Debugging Usability {{bug|498469}} [DEFERRED to 4.11]
  
 
=== Routine Maintenance and Enhancements ===
 
=== Routine Maintenance and Enhancements ===
Line 53: Line 59:
  
 
== Releng ==
 
== Releng ==
=== Migration to CloudBees ===
+
=== Migration to CloudBees [ONGOING]===
 +
 
 +
=== Verification of performance tests and enhancements [DEFERRED]===

Latest revision as of 01:03, 26 November 2018

Planning page for Platform work for 4.10

This page discusses target fixes and improvements to the Eclipse Platform for the 2018-12 release. The new and noteworthy of all Eclipse top-level projects can be found under Eclipse 4.10 New and Noteworthy.

Common

Review patches from the community

[DONE]

Drop support for 32-bit

Drop 32 bit support in 4.10 bug 536766 [DONE]

Platform UI

Support deletion of menus

  • RCP: Unable to fully delete ("remove") Menus bug 498320 [DEFERRED]

SWT

Common

Improve HiDPI Support

  • Image#getImageData(zoom) implementation does not auto-scale correctly on win32 and gtk bug 538425 [DONE]

Mac

Support macOS 10.14 (Mojave)

Support macOS 10.14 (Mojave) bug 538976 [PARTIALLY DELIVERED, remaining work DEFERRED to 4.11]

Windows

Improve Accessibility support

  • Replace usages of deprecated methods (getCaption and getSummary) of AccessibleTableAdapter and AccessibleTableListener bug 514871 [DEFERRED]

Improve Dark theme support

  • [Win32] READ_ONLY Combobox does not allow changing background or foreground color bug 508634[DONE]

GTK

Remove GTK 2.x support

[GTK2] Remove GTK 2.x support bug 530841 [DONE]

Support GTK 3.24

Improve support for GTK3.24 bug 539253 [ONGOING]

Ant

Upgrade to Apache Ant version

No Ant version released.

Java 9 Support

ANT tasks swallow error messages (with classpath/modulepath problem) bug 538159 [DELIVERED in 4.10 M3]

Routine Maintenance and Enhancements

  • Ant UI tests are passing with many messages in log bug 533097 [DELIVERED in 4.10 M3]
  • Ant build file behaves differently in eclipse than in an external ant run bug 511279 [DEFERRED to 4.11]

Other Bugs and enhancements.

Debug

Debugging user experience

Improve Debugging Usability bug 498469 [DEFERRED to 4.11]

Routine Maintenance and Enhancements

Other Bugs and enhancements.

Releng

Migration to CloudBees [ONGOING]

Verification of performance tests and enhancements [DEFERRED]

Back to the top