summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/App.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Completely change proxy detection codeSimon Rettberg2023-04-061-4/+2Star
* [client] Fix antialiasing failureSteffen Ritter2022-07-011-0/+6
* [client] Install default thread exception handlerSimon Rettberg2022-03-211-1/+17
* [client] Update deprecated callSimon Rettberg2022-03-181-1/+1
* [client] Add timestamps to file loggerSimon Rettberg2022-03-171-1/+1
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-78/+50Star
* [client] Set anti aliasing properties after LAF initializationSimon Rettberg2021-08-121-4/+4
* [client] Print error message if no LookAndFeel can be loadedSimon Rettberg2021-08-111-2/+6
* [client] Add optional FlatLaf Light and Dark look and feelManuel Bentele2021-08-091-0/+7
* [client] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-021-17/+3Star
* [client] Set log4j debug level for file (DEBUG) and console (INFO)Manuel Bentele2021-04-271-8/+23
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-2/+0Star
* [client] UI-scaling now also applies to pup-up messages.Stephan Schwär2021-01-111-1/+3
* [client] Prevent scaling of fonts multiple timesStephan Schwär2020-12-031-3/+5
* [client] Prevent rescaling of comboBox listsStephan Schwär2020-11-181-2/+3
* [client] Set table row height according to scalingStephan Schwär2020-11-181-0/+4
* [client] Default language is now englishMürsel Türk2020-10-061-10/+32
* [client] Add combobox for choosing languageMürsel Türk2020-08-051-2/+20
* [client] Add resource bundle files appMürsel Türk2020-07-141-7/+7
* [client] Set default locale to the english language for test/debug reasonsMürsel Türk2020-07-071-0/+4
* [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