summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Prevent student to switch to imageList with menuButton.Stephan Schwaer2015-10-151-0/+6
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-011-0/+1
* [client] Fix escape not working in message boxesSimon Rettberg2015-10-011-2/+2
* [client] Added "Show linking lectures" button im imageDetailsW.Stephan Schwaer2015-09-291-7/+8
* [client] Disable login button while login is running; create legacy vmx if se...Simon Rettberg2015-09-231-1/+1
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-151-18/+1Star
|\
| * [client] Shift key for forcing satellite selection now works.Stephan Schwaer2015-09-151-18/+1Star
* | [client] reworked german textJonathan Bauer2015-09-151-2/+2
|/
* [client] Added selection of satellite when more than one available. Shift key...Stephan Schwaer2015-09-141-3/+23
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-071-4/+2Star
* [client] fallback nullcheck for gettersJonathan Bauer2015-09-071-0/+1
* [client] more work on client update stuffJonathan Bauer2015-09-071-1/+1
* [client] Working on Client update checks [WIP]Jonathan Bauer2015-09-071-0/+17
* [client] Fully async proxy detection (no more GUI freezes)Simon Rettberg2015-09-051-20/+77
* [client] Changed some wordingSimon Rettberg2015-09-051-7/+6Star
* [client] Scale windows with font size.Stephan Schwaer2015-09-041-1/+4
* [client] new "View"(Ansicht) menu in MainWindow with "Home page", "ImageList"...Jonathan Bauer2015-09-021-6/+37
* [client] "Cancel"/"Save" button order for DetailsWindowsJonathan Bauer2015-09-021-2/+2
* [client] germanize MainMenuJonathan Bauer2015-09-021-4/+4
* [client] DisclaimerWindow now without agreebox and only with "Close" Button. ...Jonathan Bauer2015-09-021-5/+2Star
* [client] Check for clock skewSimon Rettberg2015-09-011-9/+38
* [client] Show the disclaimer and virtualizer window at first login.Stephan Schwaer2015-09-011-0/+8
* [client] MainMenu -> EinstellungenJonathan Bauer2015-08-311-4/+9
* [client] merged the session initializing stuff in ThriftActions.initSessionJonathan Bauer2015-08-281-23/+6Star
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-2/+2
* [client] Query server statusSimon Rettberg2015-08-271-1/+12
* [client] Display memory usageSimon Rettberg2015-08-251-10/+46
* [client] One error callback for master and sat connectionSimon Rettberg2015-08-201-41/+3Star
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-181-11/+14
* [client] major bugfixJonathan Bauer2015-08-181-1/+1
* [*] Adapt to changed ErrorCallback setters in master-sync-sharedSimon Rettberg2015-08-171-4/+26
* [client] Support Ctrl-W shortcutSimon Rettberg2015-08-141-6/+8
* [client] Layout; don't close lecture wizard if creation failedSimon Rettberg2015-08-131-1/+1
* [client] Add DownloadPanel to show progress of images being downloadedSimon Rettberg2015-08-111-2/+11
* [client] Improve authentication handlingSimon Rettberg2015-08-111-4/+16
* [client] Fix confirm quit lofig for UiFeedback windowsSimon Rettberg2015-08-101-3/+7
* [client] Add UiFeedback interface for top level windowsSimon Rettberg2015-08-071-2/+17
* [client] Implement progress bar for uploads in main windowSimon Rettberg2015-08-071-5/+16
* [client] Feature: save session to skip loginSimon Rettberg2015-08-031-2/+16
* [client] Remove accidentally commited debug codeSimon Rettberg2015-08-031-5/+0Star
* [client] Center MainWindow on startSimon Rettberg2015-08-031-0/+1
* [client] Add ActivityPanel to MainWindowSimon Rettberg2015-08-031-6/+45
* [client] Minor tweaksSimon Rettberg2015-08-031-6/+6
* [client] Add debug window (VMarg -Dlog=true)Simon Rettberg2015-08-031-0/+9
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-311-5/+0Star
|\
| * [client] remove hackJonathan Bauer2015-07-311-6/+0Star
* | [client] Mostly finished Wizard implementationSimon Rettberg2015-07-311-5/+8
|/
* [client] first steps for the swingified imagedetailswindowJonathan Bauer2015-07-291-1/+5
* [client] register ImageListWindow in MainWindowJonathan Bauer2015-07-291-1/+2
* [client] ImageListWindow ported to SwingSimon Rettberg2015-07-291-5/+15