summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control/table
Commit message (Collapse)AuthorAgeFilesLines
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-011-0/+2
| | | | mount point
* [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
| | | | used to compare S to Wrapper<S> which can never be true
* [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
| | | | | | | * added "is printer" checkbox (internally saves mount point as '-') * allow empty share names (internally mapped to '-') * allow empty share mount points (displayed as '-') * spaced out some form components
* 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
| | | | | + fix formatting + unused import
* [client] Add null-check to work around bug in some java 8 versions (patch ↵Simon Rettberg2017-10-171-3/+4
| | | | level somewhere before 144)
* [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
| | | | Implements #3158
* [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 ↵Simon Rettberg2015-10-223-12/+16
| | | | scroll pane background with table
* [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 ↵Stephan Schwaer2015-09-141-0/+24
| | | | key to force selection not working yet.
* [client] PermissionTables: Edit -> BearbeitenJonathan Bauer2015-09-112-2/+2
|
* [client] added "Expiring" column to versionTable and introduced ↵Jonathan Bauer2015-09-101-2/+6
| | | | FormatHelper.daysTil(<long_timestamp_in_millis>)
* [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 ↵Simon Rettberg2015-08-277-72/+105
| | | | Column class
* [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 ↵Simon Rettberg2015-08-252-26/+57
| | | | lectures
* [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
|
* [client] Implemented ImageTableRenderer to be able to correctly sort image ↵Stephan Schwaer2015-08-171-7/+77
| | | | list. Also did the sorting.