summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/VirtualizerNoticeWindowLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Update virtualizer download linkSteffen Ritter2019-10-161-79/+0Star
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-1/+2
| | | | | | | | | | | | | | | | | | | | | 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] die bwSuite!Jonathan Bauer2016-09-081-2/+2
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-6/+6
|
* [client] Update vmware link to point to version 12, clean up vmware notice ↵Simon Rettberg2015-11-161-5/+3Star
| | | | window
* [client] Code formatting.Stephan Schwaer2015-10-071-11/+10Star
|
* [client] reworked german textJonathan Bauer2015-09-151-1/+1
|
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-071-4/+2Star
| | | | When setting sizes, please use Gui.getScaledDimension(width, height)t
* [client] Scale windows with font size.Stephan Schwaer2015-09-041-2/+4
|
* [client] Open vmware link in virtualizer info.Stephan Schwaer2015-09-011-10/+7Star
|
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-311-17/+23
|
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-3/+4
|
* [client] Make dialogs floating by adding a parent for modal mode, fix ↵Simon Rettberg2015-07-281-5/+6
| | | | save/restore of checkbox in virtualizer info window
* [client] Re-introduce parent param to showMessageBox (needed for proper ↵Simon Rettberg2015-07-281-6/+6
| | | | placement)
* [client] bwKrischanSimon Rettberg2015-07-281-54/+45Star
|
* [client] Moar SwingSimon Rettberg2015-07-271-27/+22Star
|
* [client] Changed date selection in lecture create page, set text fields ↵Stephan Schwaer2015-07-231-2/+16
| | | | editable in image details if user has edit rights, dispose fonts.
* [client] Cleaned up layout code of gui a bit.Stephan Schwaer2015-07-231-10/+5Star
|
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-1/+1
|
* [client] Fix indentationSimon Rettberg2015-07-101-2/+1Star
|
* [client] More refactoring, introduce a Gui helper class (again)Simon Rettberg2015-07-101-2/+2
|
* [client] Minor refactoringSimon Rettberg2015-07-101-1/+1
|
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-101-2/+2
|
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+82