summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Use branded updateserver url for download linkSteffen Ritter2023-02-171-1/+1
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Move virtualizer link to branding classSteffen Ritter2019-10-221-1/+1
| | | | fixes #3655
* [client] Update virtualizer download linkSteffen Ritter2019-10-161-1/+1
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-4/+5
| | | | | | | | | | | | | | | | | | | | | 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] Fix stuff FindBugs complained aboutSimon Rettberg2018-06-271-1/+2
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-0/+121
All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.