summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/DisclaimerWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix build; don't depend on implicit apache-commons depSimon Rettberg2022-11-031-1/+1
| | | | | | After bumping other libs, apache-commons is not available anymore, breaking the build process. Change affected code to use other libs instead.
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-1/+5
|
* Actually remember history of all disclaimer/privacy versionsSimon Rettberg2019-06-251-2/+4
|
* [client] Remove all usage of javax.xml.*Simon Rettberg2019-06-251-3/+2Star
| | | | | Java EE stuff has been (re)moved in JDK9+, so use alternatives.
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-15/+31
| | | | | | | | | | | | | | | | | | | | | Application name, service name, master server endpoints, documentation websites needed to be configurable to allow for an easy rebranding of the suite. Two new options allow this: use '--dump <folder>' to dump the jar's configurable files into that folder. Aside from text templates in 'txt', logos and icons in 'img', the 'branding.properties' file contains: * masterserver.address : self-explanatory * application.name : name to be shown on graphical elements like the main window * service.name : name to be used as a prefix for formulation like 'bwLehrpool-Team' or 'bwLehrpool-System' etc * service.faq.website : link to FAQ website * service.email : support contact address Once edited, the whole folder can be integrated into the Suite with '--pack <folder> <new_jar>'. The path to the new jar is then the rebranded version of the suite.
* [client] Add privacy notice windowSteffen Ritter2018-06-151-59/+11Star
|
* [client] Code formatting.Stephan Schwaer2015-10-071-8/+11
|
* [client] defined font scaling min, max, step in Config and use these to ↵Jonathan Bauer2015-09-021-1/+1
| | | | validate the saved font scaling value
* [client] agree box in DisclaimerWindow back inJonathan Bauer2015-09-021-0/+13
|
* [client] DisclaimerWindow now without agreebox and only with "Close" Button. ↵Jonathan Bauer2015-09-021-17/+2Star
| | | | | | Do not show virt notice by default. & various cosmetic fixes
* [client] Disclaimer minor typos & no close on clicking the "close" symbolJonathan Bauer2015-09-011-3/+6
|
* [client] Show the disclaimer and virtualizer window at first login.Stephan Schwaer2015-09-011-8/+52
|
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-311-0/+5
|
* [client] Make dialogs floating by adding a parent for modal mode, fix ↵Simon Rettberg2015-07-281-4/+5
| | | | save/restore of checkbox in virtualizer info window
* [client] bwKrischanSimon Rettberg2015-07-281-8/+8
|
* [client] Moar SwingSimon Rettberg2015-07-271-2/+6
|
* [client] Got rid of ini4j, store config as java properties file, simplified ↵Simon Rettberg2015-07-101-4/+10
| | | | config handling
* [client] Fix indentationSimon Rettberg2015-07-101-3/+4
|
* [client] close popups a bit saferJonathan Bauer2015-07-101-1/+1
|
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-101-1/+0Star
|
* [client] fixed buttons of disclaimer/vmware licenseJonathan Bauer2015-07-091-2/+2
| | | | | imagelistwindow first implementation with list refresh function openPopups set dialogShell as child of mainShell
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+40