Skip to content

Releases: albertus82/jface-utils

v6.0.0

23 Oct 12:28
Compare
Choose a tag to compare
  • Google Maps dialogs (based on SWT Browser).
  • Improved tray icon support and compatibility with Linux OS.
  • Preferences framework:
    • Numeric text field editors (from Byte to BigDecimal).
    • Numeric combo field editors (from Byte to BigDecimal).
    • DateFieldEditor (with custom pattern).
    • Field decoration (error icon on the left).
    • Improved field validation.
    • Improved WrapStringFieldEditor.
    • Minor fixes & improvements.

v5.0.0

11 Sep 07:20
Compare
Choose a tag to compare

Preferences framework: complete refactoring.

v4.0.0

29 Aug 06:46
Compare
Choose a tag to compare
  • Preferences framework:
    • Added support for ColorFieldEditor, FontFieldEditor, PathEditor and RadioGroupFieldEditor.
    • New fields:
      • DefaultRadioGroupFieldEditor;
      • DelimiterComboFieldEditor;
      • LocalizedPathEditor.
    • Keyboard shortcuts for buttons.
    • Parent and children fields can now live in different pages.
    • New Preference properties:
      • restartRequired (recommends to restart the application);
      • separator (adds separator line above the field).
    • Extensible FieldEditorFactory.
  • Refactoring and minor fixes.

v3.2.0

09 Aug 10:48
Compare
Choose a tag to compare
  • JFace Preferences:
    • added UriListEditor;
    • fixed LocalizedListEditor (checkParent).

v3.1.0

24 Jul 17:52
Compare
Choose a tag to compare
  • Console: rewritten large portions of code. TerminalConsole replaced by SystemConsole.
    • Added SWT Text Console component (TextConsole class moved from RouterLogger) that acts as OutputStream and redirects System.out & System.err streams to itself.
  • Improved support for localization and configuration (Localized & Configured abstract classes).

v3.0.0

26 Jun 17:30
Compare
Choose a tag to compare
  • SWT/JFace Preferences Framework.
  • Zipper.
  • DaemonThreadFactory.

v2.1.0

20 May 16:01
Compare
Choose a tag to compare

Configuration: added getCharArray(...) method.

v2.0.4

30 Apr 06:34
Compare
Choose a tag to compare

Improved configuration management & exception messages.

v2.0.3

01 May 05:50
Compare
Choose a tag to compare

Fixed configuration loading from files located in path that includes whitespaces.

v2.0.2

14 Dec 21:41
Compare
Choose a tag to compare

Trim error messages.