summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageDetailsWindow.java
Commit message (Expand)AuthorAgeFilesLines
...
* [client] Add handling for master<->sat transfersSimon Rettberg2016-04-251-2/+2
* [*] Display sat->master progress in clientSimon Rettberg2016-04-181-4/+2Star
* [*] Make uploading images to central server workSimon Rettberg2016-04-181-1/+33
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-3/+3
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-31/+31
* [client] Minor tweaks to image details windowSimon Rettberg2016-01-291-0/+2
* [client] Fix NPE for lectures without linked images.Stephan Schwaer2015-10-291-1/+4
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-271-14/+3Star
* [client] Now possible for default admin to remove default admin permissions w...Stephan Schwaer2015-10-121-15/+31
* [client] Show date of version to be deleted and fix to correctly check permis...Stephan Schwaer2015-10-081-4/+5
* [client] Added delete keyboard shortcut in imagePermissionTables to remove us...Stephan Schwaer2015-10-081-1/+1
* [client] Added multi select, delete and del key to versionList in imageDetails.Stephan Schwaer2015-10-081-13/+64
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-011-12/+16
* [client] Changed keylisteners in loginWindow to keyBindings. Added some Keybi...Stephan Schwaer2015-09-301-1/+1
* [client] Added linkedLectureCound in imageDetailsWindow.Stephan Schwaer2015-09-301-0/+9
* [client] Added "Show linking lectures" button im imageDetailsW.Stephan Schwaer2015-09-291-40/+54
* [client] null check on callback for ImageDetailsWindowJonathan Bauer2015-09-211-1/+2
* [client] Image/Lectures: only push metadata/permissions if they were changedJonathan Bauer2015-09-111-48/+78
* [client] ImageDetails: add listeners right from the start and fix removing th...Jonathan Bauer2015-09-101-61/+43Star
* [client] workaround for wrongly assigned error message when uploading new ima...Jonathan Bauer2015-09-101-46/+61
* [client] added user feedback & reworked how we reactToInput() in ImageDetails...Jonathan Bauer2015-09-101-42/+57
* [client] reworked def/custom permissions handling in ImageDetailsWindowJonathan Bauer2015-09-091-41/+70
* [client] Tweak caching strategies for meta dataSimon Rettberg2015-09-091-1/+1
* [client] fat refactor to reflect what the current state of the classes actual...Jonathan Bauer2015-09-081-1/+2
* [client] refactor PermissionDetaultToCustomLink _> DefaultCustomPermsJonathan Bauer2015-09-081-2/+2
* [client] Close details windows on save, 'Cancel' => 'Close'Simon Rettberg2015-09-041-45/+58
* [client] Added confirmation for changing owner of lecture, switched positions...Stephan Schwaer2015-09-041-9/+8Star
* [*] OS now has mem and cpu infoSimon Rettberg2015-09-041-1/+1
* [client] Don't show owner in userList when changing owner or adding user for ...Stephan Schwaer2015-09-031-2/+4
* [client] add hooks to all potential ways to close ImageDetails and ask user f...Jonathan Bauer2015-09-031-11/+28
* [client] Generate VMX on downloadSimon Rettberg2015-09-021-1/+1
* [client] "Cancel"/"Save" button order for DetailsWindowsJonathan Bauer2015-09-021-1/+6
* [client] disabled share mode combo for nowJonathan Bauer2015-09-021-1/+3
* [client] added ShareMode combo in ImageWindow (warning changing the mode and ...Jonathan Bauer2015-09-021-15/+24
* [client] ImageDetailsWindow: only show popup menu item if image-version is ac...Jonathan Bauer2015-09-011-3/+3
* [client] implements missing UIFeedbackJonathan Bauer2015-09-011-1/+0Star
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-311-1/+4
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-2/+1Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-271-3/+3
|\
| * [client] Fix opening locations of new dialog windows.Stephan Schwaer2015-08-271-3/+3
* | [client] fix multiple details windows opennigJonathan Bauer2015-08-271-0/+1
|/
* [client] reworked ThriftActions.deleteImageBase and deleteImageVersionJonathan Bauer2015-08-261-3/+3
* [client] refactor: ImageWizard -> ImageCreationWizard & UpdateWizard -> Image...Jonathan Bauer2015-08-261-2/+2
* [client] upload version button disabled if no permissionJonathan Bauer2015-08-251-0/+1
* [client] remove this shitty workaround and fix it properlyJonathan Bauer2015-08-251-17/+14Star
* [client] Included new permission options into lecture details.Stephan Schwaer2015-08-241-26/+28
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-241-24/+28
|\
| * [client] created helper class PermissionDefaultToCustomLinkStephan Schwaer2015-08-241-3/+3
| * [client] Moved default permissions from ImageDetails to ImageCustomPermission...Stephan Schwaer2015-08-241-23/+29
* | [client] listenToInput() in ImageDetailsWindow adds listeners to detail paneJonathan Bauer2015-08-241-14/+13Star
|/