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 "Nebula/Releases/2.0.0/NaN"

(Opal)
Line 7: Line 7:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 525836 - Highlighting restored to CDateTime]
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 525836 - Highlighting restored to CDateTime]
| Due to a retired internal SWT project, selection highlighting was broken on CDateTime.<br/>
+
| Due to a retired internal SWT project, selection highlighting was broken on CDateTime.<br/><br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 Glenn Burkhardt]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=525836 Glenn Burkhardt]
  
Line 19: Line 19:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 529842 - Fixed SWTException when disposing Gallery immediately after scrolling]
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 529842 - Fixed SWTException when disposing Gallery immediately after scrolling]
| Fixed a source of a &quot;Widget is disposed&quot; exception, which was particularly easy to trigger when using ScrollingSmoother.<br/>
+
| Fixed a source of a &quot;Widget is disposed&quot; exception, which was particularly easy to trigger when using ScrollingSmoother.<br/><br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 Justin Dolezy]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529842 Justin Dolezy]
 
|}
 
|}
Line 26: Line 26:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 529912 - Fixed NullPointerExceptions when traversing across empty groups in Gallery]
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 529912 - Fixed NullPointerExceptions when traversing across empty groups in Gallery]
| When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when  traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.<br/>
+
| When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when  traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.<br/><br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 Justin Dolezy]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=529912 Justin Dolezy]
 +
|}
 +
 +
== Grid ==
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=530002 Bug 530002 - Performance enhancements for Grids with a large number of columns]
 +
| Adding columns to the Grid had a penalty on performamce.<br/></br/>
 +
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=530002 Mirko Partuzo]
 
|}
 
|}
  
Line 36: Line 45:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=420422 420422- Opal]
 
! style="width: 30%; text-align:left;" | [https://bugs.eclipse.org/bugs/show_bug.cgi?id=420422 420422- Opal]
| We have included 26 of the Opal widgets into Nebula.<br/>
+
| We have included 26 of the Opal widgets into Nebula.<br/><br/>
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=420442 Laurent Caron]
 
Contributor: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=420442 Laurent Caron]
  

Revision as of 07:07, 17 March 2018

Release 2.0.0 New and Noteworthy


CDateTime


525836 - Highlighting restored to CDateTime Due to a retired internal SWT project, selection highlighting was broken on CDateTime.

Contributor: Glenn Burkhardt

Nebula N&N 1.5 - hghlight.gif


Gallery


529842 - Fixed SWTException when disposing Gallery immediately after scrolling Fixed a source of a "Widget is disposed" exception, which was particularly easy to trigger when using ScrollingSmoother.

Contributor: Justin Dolezy

529912 - Fixed NullPointerExceptions when traversing across empty groups in Gallery When navigating using the keyboard across an expanded empty group, NullPointerExceptions would occur. Specifically, when traversing down from one group through the empty group into the next group below, and aslo left from the first element of a group through the empty group to the last element of the previous group.

Contributor: Justin Dolezy

Grid


Bug 530002 - Performance enhancements for Grids with a large number of columns Adding columns to the Grid had a penalty on performamce.
</br/>

Contributor: Mirko Partuzo


Opal


420422- Opal We have included 26 of the Opal widgets into Nebula.

Contributor: Laurent Caron


Bugs Fixed in this Release

See 2.0.0 project bugs page or the Bugzilla report Bugs Fixed in Nebula 2.0.0

Back to the top