summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control
Commit message (Expand)AuthorAgeFilesLines
* [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
* [client] Fix stuff FindBugs complained aboutSimon Rettberg2018-06-271-2/+0Star
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-217-1744/+2Star
* [client] Refactor change monitor classes, better error message handlingSimon Rettberg2018-06-214-9/+17
* [client] Switch over LectureDetailsWindow to new change monitor systemSimon Rettberg2018-06-205-101/+96Star
* [client] Use WordWrapLabel for HelpTextSteffen Ritter2018-06-181-1/+1
* [client] LectureDetails: Auto-resize columns, make window a bit widerSimon Rettberg2018-06-182-7/+6Star
* Add support for LDAP lecture filtersSimon Rettberg2018-06-142-0/+238
* [client] UploadPanel: Add checkbox to toggle server side copyingSimon Rettberg2018-05-121-4/+13
* [client] Show server side progress and estimated virtual speedSimon Rettberg2018-05-091-7/+15
* [client] Hide virtualizer icon if only one type presentSimon Rettberg2018-04-281-0/+13
* [client] clear input fields after adding shareJonathan Bauer2018-04-241-19/+23
* [client] never shrink columns (requested)Jonathan Bauer2018-04-181-1/+1
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-182-3/+25
* [client] Fix JDatePicker init by passing default calendarSimon Rettberg2018-01-291-3/+2Star
* [client] Fix NPE with JDatePicker (by updating it)Simon Rettberg2018-01-291-8/+22
* [client] netshare: add %loginuser% hintJonathan Bauer2018-01-191-3/+5
* [netshare] do not allow empty usernames anymoreJonathan Bauer2017-12-181-7/+6Star
* [netshare] add warning for unencrypted passwordJonathan Bauer2017-12-012-22/+45
* [client] remove pointless suffixJonathan Bauer2017-11-241-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] make all netshare fields mandatoryJonathan Bauer2017-09-081-8/+10
* [client/server] support for mountpoint/displaynameJonathan Bauer2017-09-082-55/+107
* [netshare] minor layout optimizationsJonathan Bauer2017-09-071-2/+0Star
* [client/server] remove GUEST_USER from netsharesJonathan Bauer2017-09-071-32/+42
* [client/server] network share feature [WIP]Jonathan Bauer2017-09-062-0/+377
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-251-0/+4
* [client] Rewrite netrules coloring and error message generationSimon Rettberg2016-11-081-144/+150
* [client] fix npe caused by bad if clause, minor color fix (now properly remem...Jonathan Bauer2016-11-021-6/+15
* [client] Formatting/Wording/Layout of lecture details and netrules improvedSimon Rettberg2016-09-191-13/+17
* [client] WordWrapLabel: Support '\n'Simon Rettberg2016-09-191-0/+3
* [client] Use proper sorter in ImagePublishedTableSimon Rettberg2016-09-091-2/+2
* [client] minor commentariesJonathan Bauer2016-09-091-13/+12Star
* [client] minor: update commentaries of NetrulesConfiguratorJonathan Bauer2016-09-091-20/+11Star
* [client] do not close Netrules page if parsing returned an errorJonathan Bauer2016-09-091-1/+1
* [client] fix the save button for the first time ever!!!Jonathan Bauer2016-09-071-44/+50
* [client] reformulate "interpreter" to "extension"Jonathan Bauer2016-09-071-5/+2Star
* [client] added editable interpreter dropdownJonathan Bauer2016-09-071-25/+124
* [client] make image details editable only when working with local imagesJonathan Bauer2016-09-051-15/+1Star
* [client] remove unneeded wrapped class for netrules/runscript + fix some save...Jonathan Bauer2016-09-052-54/+28Star