summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/App.java
Commit message (Expand)AuthorAgeFilesLines
* [client] use config dir name for logfileJonathan Bauer2019-02-271-1/+1
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-17/+27
* [*] Fix accidental use of Boolean.getBoolean. (-> .parseBoolean())Simon Rettberg2019-01-141-1/+1
* [client] save L&F if the fallback to GTK was usedJonathan Bauer2018-11-281-0/+1
* [client] add error message for humansJonathan Bauer2018-04-161-2/+2
* [client] Fix endless stream of exceptions in specific Linux setupsSimon Rettberg2018-01-291-0/+6
* [client] Fix update checks if behind proxySimon Rettberg2017-08-021-10/+16
* [client] Log detailed runtime information on app startupSimon Rettberg2017-07-311-1/+14
* [client] User can switch the used LookAndFeel in the settingsSteffen Ritter2017-06-121-6/+15
* [client] Use LookAndFeel from commandline if givenSteffen Ritter2017-06-091-6/+9
* [server] Explicitly force UTF-8 loggingSimon Rettberg2017-06-021-0/+1
* [client] publish image stuff 2.0Jonathan Bauer2016-05-041-10/+12
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-1/+9
* [client] Cleanup no-SSL fallback for master server connectionSimon Rettberg2015-09-281-25/+25
* [client] Disable login button while login is running; create legacy vmx if se...Simon Rettberg2015-09-231-2/+2
* [client] done TODO: if SSL with masterserver is not available, ask him if he ...Jonathan Bauer2015-09-161-7/+13
* [client] Changelog creation modeSimon Rettberg2015-09-151-0/+13
* [*] Improve SSL handlingSimon Rettberg2015-09-101-1/+2
* [client] Allow setting master server address via command lineSimon Rettberg2015-09-091-15/+29
* [client] Fix scaling of titled bordersSimon Rettberg2015-09-071-1/+5
* [client] Fully async proxy detection (no more GUI freezes)Simon Rettberg2015-09-051-0/+4
* [client] Fix Wizard moving around when entering image selection pageSimon Rettberg2015-08-311-3/+0Star
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-2/+4
* [client] Apply default exception handler only to AWT threadSimon Rettberg2015-08-281-3/+4
* [client] Make font scaling and proxy discovery configurable (no GUI yet)Simon Rettberg2015-08-221-15/+19
* [client] One error callback for master and sat connectionSimon Rettberg2015-08-201-2/+5
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-181-1/+19
* [client] Experimental code for adjusting font sizeSimon Rettberg2015-08-111-0/+66
* [client] Forgot LOGGER in exception handlerSimon Rettberg2015-08-071-1/+1
* [client] Add global exception handlerSimon Rettberg2015-08-071-0/+12
* [client] Minor tweaksSimon Rettberg2015-08-031-1/+1
* [client] Continued implementation of WizardSimon Rettberg2015-07-301-1/+2
* [client] Re-introduce parent param to showMessageBox (needed for proper place...Simon Rettberg2015-07-281-1/+1
* [client] Use font anti-aliasingSimon Rettberg2015-07-281-2/+4
* [client] bwKrischanSimon Rettberg2015-07-281-3/+8
* [client] swingified LoginWindow (no functionality yet! just commented them ou...Jonathan Bauer2015-07-271-2/+4
* [client] One step forward and two steps back...Simon Rettberg2015-07-271-26/+4Star
* [client] minor changes to jtable handlingSimon Rettberg2015-07-251-7/+9
* [client] rework tables to jtables for ImageListWindowJonathan Bauer2015-07-241-1/+10
* [client] Minot tweaks for the "new vm" wizardSimon Rettberg2015-07-171-0/+5
* [client] Get rid if ExceptionUtils from apache's http lib (deprecated)Simon Rettberg2015-07-171-9/+12
* [client] Run proxy configurator asynchroneouslySimon Rettberg2015-07-161-10/+21
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-2/+4
* [client] Use vmx parser to check validity of VM (work in progress)Simon Rettberg2015-07-141-1/+2
* [client] enable next button in ImageUploadPage only if text is written as Ima...Jonathan Bauer2015-07-101-1/+0Star
* [client] fix missing setControl in ImageMetaDataPageLayoutJonathan Bauer2015-07-101-9/+7Star
* [client] Catch a Throwable to handly any kind of (unexpected) error when init...Simon Rettberg2015-07-101-1/+1
* [client] Use AWT to show an error message in case initializing SWT failsSimon Rettberg2015-07-101-11/+29
* [client] Minor refactoringSimon Rettberg2015-07-101-2/+2
* [client] renamed addContent to setContent in MainWindowJonathan Bauer2015-07-101-1/+1