summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/configurator/ImagePermissionConfigurator.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Clean up change monitors: Unify generic listenerSimon Rettberg2018-06-261-33/+18Star
|
* [client] reworked ImageDetailsWindowJonathan Bauer2018-06-251-44/+74
| | | | | | * switch to tab layout * support for new dialog monitor * simplified (hah!) permissions handling
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-0/+201
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.