summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/Gui.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Move ResourceLoader back to dozmod clientSimon Rettberg2018-06-261-1/+1
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-2/+2
* [client] showMessagBox with clickable HyperlinkSteffen Ritter2018-06-211-1/+34
* update imports of ResourceLoaderJonathan Bauer2018-04-271-1/+1
* [client] Don't update server storage space too often if user is inactiveSimon Rettberg2017-03-031-0/+21
* [client] check if we are in gui thread and directly show message box instead ...Jonathan Bauer2016-10-201-0/+4
* [client] Add icons to lecture and image list buttonsSimon Rettberg2016-02-021-0/+17
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-011-3/+20
* [client] reworked german textJonathan Bauer2015-09-151-0/+1
* [client] Determine parent window for message box if null is passedSimon Rettberg2015-09-101-8/+9
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-071-0/+13
* [client] Fix opening locations of new dialog windows.Stephan Schwaer2015-08-271-4/+9
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-181-0/+21
* [client] Add global exception handlerSimon Rettberg2015-08-071-2/+2
* [client] Mostly finished Wizard implementationSimon Rettberg2015-07-311-4/+0Star
* [client] Continued implementation of WizardSimon Rettberg2015-07-301-1/+4
* [client] Get top level window when showing message box with parentSimon Rettberg2015-07-291-0/+3
* [client] ImageListWindow ported to SwingSimon Rettberg2015-07-291-4/+7
* [client] Re-introduce parent param to showMessageBox (needed for proper place...Simon Rettberg2015-07-281-3/+5
* [client] Fix message boxes with yes/no optionSimon Rettberg2015-07-281-3/+5
* [client] SwingSimon Rettberg2015-07-271-5/+5
* [client] swingified LoginWindow (no functionality yet! just commented them ou...Jonathan Bauer2015-07-271-1/+1
* [client] Transformed MainWindowSimon Rettberg2015-07-271-2/+2
* [client] One step forward and two steps back...Simon Rettberg2015-07-271-127/+97Star
* [client] change getClientArea() to getBounds()Jonathan Bauer2015-07-221-1/+1
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-211-1/+1
* [client] Add image details windowSimon Rettberg2015-07-171-1/+26
* Adapt to changed thrift api for improved session validationSimon Rettberg2015-07-151-1/+2
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-0/+269