Change selection behaviour for lists with the default selection model File chooser for example works nicely again)
Fix bug in StandardDialog that show() did not come back when dialog was closed programmatically
Fix calculation of minimum size in UICScrollPaneUI
Set minimum size in JTextPane to make sure scrollpane works
Fix stackTraces from the MenuBarUI (threading problem);
Fix color behind a Statusbar
Fix naming inconsistency for the ActionFactory <text> and <Text> elements.
Allow dots to be used as seperators for jars when fetching icons
Added setDefaultFocusComponent to AbstractWindow to set the component that should get focus when showing a window
Added DoubleInput spinbox support (KDE Only widget), Code by Matthieu Amiguet
Added UICDateEdit and UICDatePicker to optional; also added the plugins for them (KDateWidget and KDatePicker)
Fix silly bug in UICRestrictedDocument that made it not be restricted anymore
Scroll to list item selected by keypressed event
Added support for ImageIcon in JTable (to show icon + description)
Added action for list/table selection update
Added action for itemlistener selection update
Fix Nullpointer while compiling (with UIC) when adding connections between non-implemented widgets
Fix proper code generation (Swing) for tabbed panes that got duplicate tab-names.
Improved paint disabled icon in ButtonUI for icons that are not instance of ImageIcon. Like Java L&F icons are
Allow all swing widgets to react to 'slot' setEnabled
Reset the undo history (if applicable) of an UICTextField whenever a setText is called.
Added action/slot for radiobutton (same as for checkbox)
Fix clearTemporaryStatusText in StatusBar sometimes clearing the real text
In the Swing outputer; use toolTips set in Designer.
Cleanup TwoColorListCellRenderer (various unused members) and add setSelectedBorder method
Move UICListSelectionModel from widgets to model
Remove deprecated MWTable, MWTableModel and TableSorter
Fix selectAll in UICTextField not throwing any exceptions when not visible (i.e. the bounds are too small)
Allow a toolbar to be set to any location while its hidden so after unhiding it moves there
Add setPartnerComponent method to Splash component
Bugfix in SqueezedTextLabel to show text readable
Add DelayedWidgetRepresenter builder-class. This allows forward-defined objects to be resolved meaning all 'buddy' label-shortcuts will work.
Added action for listening to <enter> key-events on a JTextComponent
Added action for listening to <escape> key-events on a Component
Make tooltip of UICSqueezedTextLabel respond to the width so the tooltip will also not get too wide.
Fix preferredSize of UICSqueezedTextLabel.
Fix code-generator for alignment of UICSqueezedTextLabel.
Make TextField's popup menu disable some entries which are irrelevant for a non-editable textfield.
Fix UICRestrictedDocument's maximum document-size; it allowed one char more then it should.
Allow ColorSelection widget to select color anywhere on screen using Robot.
Add Portugese translations, add some Japenese translations.
Added implementation of scrollbar ui to make it look nicer
Add openThemeConfigDialog method to MainWindow
Addad clearReference on the (optional) ConfigDialog so you don't have to wait for GC.
Created nice looking scrollbar. Added option for dual-button scrollbar.
When no columns are present on JTable don't generate add and update methods since they won't compile.
Use the new option from 1.5 to let a window be managed by the native window manager
Make buttons on StandardDialog all have the same width.
Fix little offset problem in JLine
Fix rare infinite loop in FocusTraversalPolicy
Allow MainWindow to be run in javawebstart without any permissions, with the only problem that it won't save its size..
Fix UICSqueezedTextLabel minimum size; its height should not be hardcoded but be based on the font.
Allow NaturalLayout to get larger spacing and margin on bigger fonts.
Fix MainWindow.setComponent to actually set and not add components
make enter always select the right button in StandardDialog.
Various fixes for screensize of Main/Exta windows.
Make windows (standardDialog/ExtraWindow/MainWindow) get bigger when the minimum size changes on the child-component.
Fix the NaturalLayout.remove to actually work..
Fix UICSqueezedTextLabel bug that removing text did not unset tooltip
Fix UICSqueezedTextLabel bug where non-latin1 characters were rendered improperly
Add default contructor to UICRestrictedDocument with ALLOW_ALL policy
Add constructor to NaturalLayout to take margin/spacing
Make NaturalLayout smartly use non-fill-rows/cols if no widget in that col/row would use it
Fix threading issues in NaturalLayout which sometimes caused nullPointerExceptions
rewrote the WorkerThread to create one thread per top-level-window and not have any blocking issues.
Fix possible nullpointer in UICFocusTraversalPolicy when there are no focusable components registred at all
Add GroupBox component to be a JPanel with TitledBorder replacement. And much more
Make the GroupBox from uic.widgets be the main implementation for those widgets
Don't show context menu for textfield if it is not enabled
Make sure the toolbar positions are saved between restarts of MainWindow
Honor textfields 'setColumn'
Add fix for swings isFocusTraversable() returning true when the textfield is not editable.
Allow a combobox-popup to be wider then the combobox if the contents dictates that.
Take into account the window-decorations size when calculating the max window size in AbstractWindow
Fix bug in NaturalLayout where a component with equal min/pref sizes was not forced smaller then min if no space available
Forward a resize event from the NaturalLayout up the hierarchy so not each component has to.
Add Zaval support for the UICollection workflow
Imported old CalPane html into UICollection.
Add anti-aliasing text option to HTMLPane
Allow background attribute on TABLE and TD tags, allow leftmargin, topmargin, marginwidth, marginheight attributes on BODY tag.
Make QDialog extending wigets extend JDialog in their generated swing implementation.
allow left/right keys on the StandardDialog buttons to move focus.
Moved the popup-manager for the textfield to a class so all textComponents can use it.
add setters on WindowRepresenter/ActionFactory and a front on MainWindow to configure toolbar-settings and theme-configure menu entries visibility
Rewrite UICActionList to actually do the right thing
Fix bug in NaturalLayout right/bottom alignments not accounting for spacing
Fix bug in NaturalLayout setting an exact col/row pixels was ignored sometimes
Fix bug in Translate.getMnemonic which crashed when the '&' was the last char
Added Chinese translations
Added HorizontalLayout as a simplified version of NaturalLayout
Added VerticalLayout as a simplified version of NaturalLayout
Add control-backspace keyboard shortcut in textfield to delete whole prev/next word
Replace JToggleButton with the same functionality in the ToolBarButton
Fixes to UICRadioAction for programmatically changing selection