summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control
Commit message (Collapse)AuthorAgeFilesLines
* [client] ldapfilter: remove grey text for predefJonathan Bauer2019-04-041-22/+0Star
| | | | caused some confusion: one could think they were not usable
* Revert "[client] show predefined shares in a light gray"Jonathan Bauer2019-04-041-22/+0Star
| | | | This reverts commit 4f08beb1570b762397003c85ee71b7373a891666.
* [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
| | | | 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
* [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
| | | | | | | All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.
* [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
| | | | This saves ~230 LOC, making the class about 25% smaller
* [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
| | | | Closes #3359
* [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
| | | | Fixes #3292
* [client] netshare: add %loginuser% hintJonathan Bauer2018-01-191-3/+5
| | | | Closes #3270
* [netshare] do not allow empty usernames anymoreJonathan Bauer2017-12-181-7/+6Star
| | | | | | | | | | | since 1) it does not really make sense to support them and 2) it caused openslx.exe to try with the logged in user's credentials which would probably not be expected by the users configuring a specific (empty) user. + Fixed a bug where editing a existing share to the values of another existing one would delete it from the list without refreshing it, giving the impression that the share is still there where, in fact, it was not.
* [netshare] add warning for unencrypted passwordJonathan Bauer2017-12-012-22/+45
| | | | | + fix formatting + unused import
* [client] remove pointless suffixJonathan Bauer2017-11-241-1/+1
|
* [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] make all netshare fields mandatoryJonathan Bauer2017-09-081-8/+10
| | | | | and remove the overcomplicating/unnecessary tag when no mount point/drive letter is given
* [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
| | | | | | | * added some sanity checks before adding a new network share in the table * added user feedback error message for invalid input * fixed text fields growing/shrinking depending on input
* [client/server] network share feature [WIP]Jonathan Bauer2017-09-062-0/+377
|
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-251-0/+4
| | | | Implements #3158
* [client] Rewrite netrules coloring and error message generationSimon Rettberg2016-11-081-144/+150
| | | | | | This fixes some corder-case bugs and improves UX a bit by not popping up 500 message boxes if there are a lot of errors. It's probably still not glitch free, but getting this right seems just a pita.
* [client] fix npe caused by bad if clause, minor color fix (now properly ↵Jonathan Bauer2016-11-021-6/+15
| | | | remembers the original color instead of assuming white, which would not be readable on white background :))
* [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
|