[JZE] changed: updated gpg plugin
[JZE] changed: new version 2.5.16
[JZE] changed: increased max sort keys from 3 to 10
[JZE] changed: new version 2.5.15
[JZE] fixed: sorting calculation when all columns are unsorted
[JZE] changed: new version 2.5.14
[JZE] improved: Radek added a visual table header for our new row sorter
[JZE] improved: be closer to the old NewTableSort behaviour w.r.t index re-mapping
[JZE] fixed: removed the use of the IndexConverter as by moving to the CufTableRowSorter we need to calculate the view-to-model indexes differently
[JZE] changed: new version 2.5.13
[JZE] changed: new version 2.5.12
[JZE] changed: unified handling, resolved TODO
[JZE] fixed: copy&paste bug
[JZE] changed: new version 2.5.11
[JZE] fixed: some bugs we introduced with the new CufTableRowSorter
[JZE] changed: adapted to the new user token login for oss.sonatype.org
[JZE] changed: updated various maven stuff to minimize warnings
[JZE] changed: Radek replaced the NewTableSorter with the CufTableRowSorter which now uses the TableRowSorter introduced in Java 1.6 to better integrate with filters
[JZE] changed: new version 2.5.10
[JZE] changed: Intellij config after update to 2.5.9
[JZE] changed: new version 2.5.9, updated dependencies, added non-refocus unblock event handling
[JZE] remove unwanted data
[JZE] changed: new version 2.5.8
[JZE] added: ListTableMapper is now smarter w.r.t. changes in the model: we try to hand over the row of the change to Swing, so not everything of the table is thrown away
[JZE] changed: updated Intellij config after switching to JDOM 2.0.6.1
[JZE] changed: updated JDOM to 2.0.6.1 due to CVE-2021-33813
[JZE] changed: Intellij config after update to 2.5.7
[JZE] changed: new version 2.5.7
[JZE] changed: new version 2.5.7
[JZE] added: MultiSelectionTableModelAdapter now supports editing
[JZE] changed: new version 2.5.6, updated Intellij config
added forceClose flag logic to doPassivate in the DialogManager
[JZE] changed: Intellij config after update to 2.5.5
[JZE] changed: new version 2.5.5, updated JUnit dependency
[JZE] changed: add a "force close" attribute to the CloseDialogEvent
[JZE] updated Intellij config
[JZE] changed: new version 2.5.4
[TKU] fixed assigning comparator in NewTableSorter, new version 2.5.4
[JZE] release CUF 2.5.3
[JZE] added mutability to ListTableMapper
[JZE] updated Intellij config after pom change
[JZE] changed: new version 2.5.3
[JZE] fixed: a lot of javadoc issues and other inspection issues
[JZE] changed: new version 2.5.2
[JZE] fixed: to make the custom comparator work we must not check first if the data is comparable
[JZE] removed: test (because it doesn't work and the functionality is most likely not used anymore)
[JZE] changed: Intellij mappings
[KMI] Disabled AttemptRestoreSelectionAfterSort mode when filter is active
[KMI] changed: refactoring after code review (revision 335)
[KMI] fixed: bugs in table filter
[JZE] changed: CUF now requires (and uses!) Java 8
[JZE] changed: last stuff for release 2.0.8
[JZE] changed: last stuff for release 2.0.8
[JZE] changed: clearSortingState() is now publi...
[JZE] changed: switch Intellij to .idea format
[JZE] added: opaque attribute to also switch a ...
[JPI]: added: optional implementation of the Ta...
[JZE] added: launch4j config for csvview
[JZE] changed: version to 2.0.8-SNAPSHOT
[JZE] uploaded release 2.0.7 to maven central
[DST] implemented generics for request handling...
[JZE] added: extUpdRef attribute to the XML des...
[JZE] added: MinMaxState for new version 2.0.5
[JZE] checkin for the 2.0.4 bugfix release
[JZE] changed: version to 2.0.4-SNAPSHOT, fixed...
[JZE] changed: version to 2.0.3
[JZE] fixed: JMenu insertion if the index was n...
[JZE] fixed: AspectAdapter generic types
[JZE] released CUF 2.0.2
[JZE] updated: junit and jdom2 dependencies
added logic to serialize the selected values an...
added eclipse configuration (still some m2 errors)
added eclipse configuration (still some m2 errors)
[JZE] added better list/table/etc. handling:
[JZE] changed: re-use glasspane
changed version to 2.0.2
extracted GlassPane for external reuse
extracted GlassPane for external reuse
made constructor of DialogManager public to all...
[JZE] changed: prepared 2.0.1 release
[JZE] added: test for the EDT handling, minor c...
[JZE] Java 7 fix for the EDT exception handling
[JZE] added: release 2.0.0
[JZE] changed: heading to 2.0.0
[JZE] fixed: all JavaDoc issues
[JZE] updated: doc for 2.0
[JZE] fixed: some bugs in the JavaFX and Swing ...
[JZE] changed: updated to Intellij 13
[JZE] added: test data from http://www.briandun...
[JZE] fixed: jdom dependency
[JZE] added: fix from Bernd Olleck for null toS...
[JZE] fixed: failing test on MacOSX
[JZE] Java 7 fix from Timur Ametov
[JZE] added: FilteringListModelAdapter from Mar...