summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control/table
Commit message (Expand)AuthorAgeFilesLines
* [client] show predefined shares in a light grayJonathan Bauer2019-04-041-0/+22
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-011-0/+2
* [client] Show total size and version count in image tableSimon Rettberg2018-12-071-6/+13
* [client] NullPointer checks in ListTable etc.Simon Rettberg2018-12-041-0/+2
* [client] Trigger table change event on checkbox changeSimon Rettberg2018-11-291-0/+1
* [client] remove unused importJonathan Bauer2018-11-291-1/+0Star
* [client] remove commented codeJonathan Bauer2018-11-291-21/+0Star
* [client] fix NPE on deletion of entries in CheckListTableJonathan Bauer2018-11-291-1/+1
* [client] support predefined netshares 1.0Jonathan Bauer2018-11-281-2/+7
* [client] fix bad equals() in CheckListTableJonathan Bauer2018-11-281-1/+5
* [client] Support predefined filters in LDAP editorSimon Rettberg2018-11-262-3/+193
* [client] Add edit support to ListTableSimon Rettberg2018-11-262-3/+44
* [client] netshare new featuresJonathan Bauer2018-11-261-4/+11
* Add support for LDAP lecture filtersSimon Rettberg2018-06-141-0/+24
* [client] never shrink columns (requested)Jonathan Bauer2018-04-181-1/+1
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-182-3/+25
* [netshare] add warning for unencrypted passwordJonathan Bauer2017-12-011-1/+1
* [client] Add null-check to work around bug in some java 8 versions (patch lev...Simon Rettberg2017-10-171-3/+4
* [client/server] support for mountpoint/displaynameJonathan Bauer2017-09-081-7/+18
* [client/server] network share feature [WIP]Jonathan Bauer2017-09-061-0/+47
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-251-0/+4
* [client] Use proper sorter in ImagePublishedTableSimon Rettberg2016-09-091-2/+2
* [client] added "expires" column in ImageTable + increased MainWindow width a bitJonathan Bauer2016-08-301-2/+5
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-0/+75
* [client] QScrollPane: Transfer focus to contained list on clickSimon Rettberg2016-01-261-2/+5
* [client] Make caption of permission checks match col names in permission tables.Stephan Schwaer2015-10-291-1/+1
* [client] Make list deselection more consistent with native behaviour, match s...Simon Rettberg2015-10-223-12/+16
* [client] Make deselection in tables possible when clicking on empty space.Stephan Schwaer2015-10-191-0/+33
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-051-0/+12
* [client] Reworked the satellite selection window.Stephan Schwaer2015-09-151-24/+0Star
* [client] reworked german textJonathan Bauer2015-09-151-2/+2
* [client] Added selection of satellite when more than one available. Shift key...Stephan Schwaer2015-09-141-0/+24
* [client] PermissionTables: Edit -> BearbeitenJonathan Bauer2015-09-112-2/+2
* [client] added "Expiring" column to versionTable and introduced FormatHelper....Jonathan Bauer2015-09-101-2/+6
* [client] Tweak caching strategies for meta dataSimon Rettberg2015-09-091-1/+1
* [client] Show only own lectures by defaultSimon Rettberg2015-09-072-1/+16
* [client] Fix table with java 8Stephan Schwaer2015-09-031-1/+4
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-0/+5
* [client] ListTable: re-enable accidentally disabled sorting by ComparatorSimon Rettberg2015-08-271-5/+5
* [client] Fix: Set OS column type to IntegerSimon Rettberg2015-08-271-1/+1
* [client] ListTable: Support showing and hiding columns; set sorter through Co...Simon Rettberg2015-08-277-72/+105
* [client] Changes to column handling in ListTableSimon Rettberg2015-08-277-137/+168
* [client] Fix searching in ImageTableSimon Rettberg2015-08-261-12/+14
* [client] Simplify ListTable interfaces, add util class for color handlingSimon Rettberg2015-08-267-121/+145
* [client] Mark lectures that are out of their validity date range, mark own le...Simon Rettberg2015-08-252-26/+57
* [client] Exchanged version clumn in imageList with validityStephan Schwaer2015-08-251-4/+4
* [client] Clean up sorting logic of image and lecture tableSimon Rettberg2015-08-192-58/+17Star
* [client] move thrift cache to its own packageJonathan Bauer2015-08-195-6/+6
* [client] Added button for updating image version (not functioning yet)Stephan Schwaer2015-08-172-4/+6
* [client] Now also correctly sorting lecture list.Stephan Schwaer2015-08-173-46/+68