-
Notifications
You must be signed in to change notification settings - Fork 32
Release Notes
This release fixes the following issues :
- issue 73 : Disabled items in multiselection RoundedToolbar generate SelectionEvents
- issue 74 : Sort/unsort on PropertyTable
- issue 75 : RoundedToolbar does not distinguish mouse right- and left-click
This release fixes the following issue :
- issue 72 : PropertyTable unsort() results in error
This release fixes the following issue :
- issue 68 : Multichoice access to text widget
This release fixes the following issues :
- issue 66 : Open access to shell object for PropertyWindow and TipOfTheDay widgets
- issue 67 : Fix IndexArrayOutOfBoundException in ImageSelector
This release fixes the following issues :
- issue 60 : DualList.getSelection() returns wrong array size
- issue 61 : Update Notifier.java
- issue 62 : Added new functionality to RangeSlider via SWT style values.
- issue 63 : Infinite progress panel on composite
This release fixes the following issues :
- issue 51 : Problem with RoundedToolItem.fireSelectionEvent
- issue 53 : Notifier not displayed on top of the main Shell on Mac
- issue 54 : AngleSlider selection event did not contain the source widget
- issue 57 : Problem Notifier on Linux
- issue 58 : Problem with HorizontalSpinner with negative values, and enhancement
- issue 59 : Enhancement for RangeSlider
This release fixes the following issues :
- issue 47 : Add reset or rebuild to PropertyTable
This release fixes the following issues :
- issue 40 : Fix problems with Text Assist
- issue 41 : The InfiniteProgressPanel does not end when leaving the focus on the ongoing status.
- issue 42 : Enhancement for RoundedToolbar
- issue 43 : Problems with widget image resources
- issue 45 : Allow to disable pseudo-HTML styling in MessageArea
- issue 46 : 2 ImageSelector bugs, 1 improvement.
This release fixes the following issues :
- issue 37 : Propose Opal as OSGI Bundle
- issue 38 : Not displaying "display name" (thanks to vetamames)
This release fixes the following issues :
- issue 29 : In a Dialog widget, the size of the button is not correct, so the label is not truncated
- issue 30 : DLItem getLastAction() method is now public
- issue 31 : In dualList, add method do not trigger any selection or SelectionChange event,
- issue 32 : Duallist.add() method did not refresh the widget
- issue 33 : Duallist resizes incorrectly
- issue 34 : PropertyTable PTIntegerEditor can handle empty inputs
- issue 35 : Fix a problem with PreferenceWindow constructor
This release fixes the following issues :
- issue 28 : add a new Listener SelectionChangeListener (thanks to Benjamin Klatt for his help), which is fired when a selection/de selection is done
- I discovered that in widgets in which SWT.CR is used, I forgot SWT.KEYPAD_CR. It's fixed.
- In OpalDialog, the icon for the convenient method ask was an exclamation mark instead of an interrogation mark !
This release fixes the following issues :
- issue 25 : memory leak in OButton
- issue 26, issue 27, issue 28 : fix numerous problems in DualList (thanks to Benjamin Klatt for his help)
This release fixes the following issues :
- issue 24 : if you use BreadCrumb with images, the rendering was incorrect
- unreferenced issue : in various widgets, dispose() method is more rigorous
This release fixes the following issues :
- issue 22 : in the Multichoice Widget, if there is a lot of data, the elements in the popup window are displayed correctly
- issue 23 : problem when using Dialog widget when you have 2 screens
- unreferenced issue : problem when we want to initialize the PTComboEditor
This release do not contain any new feature. The code has been cleaned, the comments and images have been modyfied in order to be ready for Nebula !
New features
- HTML rendering accepts new tags : size, color, backgroundcolor.
Bug fixes
New features
- In MultiChoice combo, you can now provide a label provider.
- In MultiChoice combo, one can type data
Bug fixes
- In OButton, GridData constraints are used, and you use traverse the widget by pressing "TAB"
New features
- In CheckboxGroup, when we enable the group the previous "enabled" state is used (before, the widgets were enabled even if they have been disabled)
Bug fixes
- Better display of Dialogs under MacOSX
- When a dialog has a progress bar, one can change the text when the value of the progress bar is udpated
- When you have 2 monitors, the Dialog is now centered on the screen that contains the parent Shell
- In ImageSelector, you can give a path to an image
- TitledSeparator : the SWT.CENTER style is working
New features
- Added OBusyIndicator
- Adding gridsize and refresh time options for SystemMonitor
- Support for changing color of rounded toolbar
Bug fixes
- Fix for bounds issue in ColumnBrowser
- Fix for Widget disposed error in Switch button
Bug fixes
- Fix a problem in the dispose() method of BreadCrumItem (thanks to XiaoLibang)
- Fix problems with TextAssist (thanks to Timm Baumeister)
New features
- Polish translations, thanks to Michal Niewrzal
Bug fixes
- Fix a problem with HorizontalSpinner and floating values (thanks to Michal Niewrzal)
New widgets
- StarRating, a star rating component
- Breadcrumb, a nice-looking breadcrumb
- OButton, a customizable button widget
New widget
- RoundedToolbar, a widget that is equivalent to the Toolbar one, but into a rounded box.
Bug fixes
- The parser used in dialog boxes is better
- You can open the dialog box in the middle of the screen or in the middle of the window
- In the ask dialog, when we enter a value and press enter key, the dialog closes
- You can select a tab in the preference window
New widget
- Calculator and Calculator combo, a widget that displays a calculator or a calculator in a combo box
New widget
- SystemMonitor, a widget that displays system ressources (CPU, Threads...)
New widget
- DynamicColumnTable, an advanced widget that allow you to set width using percentages (by Luis Carlos Moreira da Costa)
New feature
- Dialogs can now be resized. You can also put large text in it, and set the displaying of the vertical scrollbar and the preferred height of the text area.
Bug fixes
- Notifier can now run event if there is no active shell
- CheckBoxGroup can now be mixed with the Gradient Composite (thanks to Marnix van Bochove)
New widget
- PropertyTable, a widget to edit properties
New feature
- Horizontal Spinner accepts 2 new styles : SWT.LEFT and SWT.RIGHT. With these styles, the buttons are located on the left part or on the right part of the widget.
Because I've almost reach my objectives (only a few widgets are missing), I decided to increased the version number to 0.7.
New feature
- PromptSupport, an utility class to add a support to your Text and Combo widgets.
New widget
- Rangle Slider, a range slider to select a upper value and a lower value
Translations
- New Spanish translations by Vicente Rico
Fixes
- Fix a problem with enable/disable conditions
New widget
- PreferenceWindow, a window to set up easily preferences
Fixes
- In the checkbox group, the button is protected (asked by Marcos López Barbeito)
- In the duallist, the actions called when the user clicks on button are now protected (asked by Marcos López Barbeito)
In this version, the code structure has been modified to comply with Maven standard. Many thanks to Marnix van Bochove for his help !
Fixes
- Add a selection listener to the checkbox group widget
New widget
- Notifier
New widget
- Tip of the day
Fixes
- Fix some stange behaviour on column widget
- Fix some displaying problems on Windows XP
- The description part of the header was selectable, it's no longer the case
New widget
- Login Dialog Box
Fixes
- Dialog : MessageArea and footer area are visible
- Fix a bug with resources in the jar file
- Finish the documentation on the wiki
- Rename packages to use lowercase
- Code cleaning
New widgets
- Header
- Titled Separator
Fixes
- Columns : avoid a memory leak
- Angle : avoid flickering
- Fix comments
- SWTGraphicUtil is no longer a singleton
New widgets
- Checkbox group
- Heap Manager
- Column browser
- Launcher
Fixes
- Improve performances
- Avoid flickering
New widgets
- Horizonal Spinner
- DarkPanel and BlurredPanel
First official release of Opal, including the following widgets :
- Multichoice
- Text assist
- Angle Slider
- Brushed Metal Composite
- Dual list selector
- Infinite progress panel
- Switch button
- Gradient Composite
- Fancy image selector
- Fancy dialog box