summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LoginWindowLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Add authentication via external browserSimon Rettberg2023-02-231-16/+48
|
* [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-3/+7
|
* [client] Add resource bundle files for window/layout classes. Update the ↵Mürsel Türk2020-07-071-21/+21
| | | | window/layout classes accordingly.
* [client] LoginWindow: Show same update notification as in main windowSimon Rettberg2019-10-151-3/+9
|
* [client] Add update check button to login windowSimon Rettberg2019-10-141-0/+3
|
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-281-1/+1
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-3/+4
| | | | | | | | | | | | | | | | | | | | | 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] Move ResourceLoader back to dozmod clientSimon Rettberg2018-06-261-1/+1
|
* update imports of ResourceLoaderJonathan Bauer2018-04-271-1/+1
| | | | and removed the class and dep in pom.xml
* [client] Overhaul LoginWindowLayout; add "open log dir" button to LoginWindowSimon Rettberg2017-08-011-11/+27
|
* [client] Add/fix several weblinks ->Simon Rettberg2016-09-191-4/+8
| | | | | | Add FAQ URL to 'About' menu Add 'Register' button to LoginWindow Fix registration URL when image publishing fails
* [client] die bwSuite!Jonathan Bauer2016-09-081-1/+1
|
* [client] icon revampJonathan Bauer2016-05-101-1/+1
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-29/+29
|
* [client] Clean up config window, add config button to login dialogSimon Rettberg2015-10-221-2/+8
|
* [client] Show satellite selection dialog again if connect failed but login ↵Simon Rettberg2015-10-051-1/+3
| | | | succeeded
* [client] Changed keylisteners in loginWindow to keyBindings. Added some ↵Stephan Schwaer2015-09-301-1/+3
| | | | Keybindings to lecture- and image tables.
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-5/+5
|
* [client] Design improvementsSimon Rettberg2015-08-141-1/+15
|
* [client] Layout; don't close lecture wizard if creation failedSimon Rettberg2015-08-131-6/+0Star
|
* [client] More layout tweaks, cleanups, GridManager usageSimon Rettberg2015-08-131-118/+74Star
|
* [client] dont go into the vip area if closing login windowJonathan Bauer2015-08-031-1/+0Star
|
* [client] Fix bwLehrstuhlSimon Rettberg2015-07-281-4/+4
|
* [client] login window rises from the swt ashesJonathan Bauer2015-07-281-35/+51
|
* [client] login type toggling and added the static open() for LoginWindowJonathan Bauer2015-07-281-13/+21
|
* [client] login: save username, idp comboJonathan Bauer2015-07-281-21/+48
|
* [client] SwingSimon Rettberg2015-07-271-4/+6
|
* [client] swingified LoginWindow (no functionality yet! just commented them ↵Jonathan Bauer2015-07-271-107/+109
| | | | out for now)
* [client] Cleaned up layout code of gui a bit.Stephan Schwaer2015-07-231-2/+1Star
|
* [client] change getClientArea() to getBounds()Jonathan Bauer2015-07-221-1/+1
|
* [client] Fix getImage from ResourceLoader; use it in LoginWindowSimon Rettberg2015-07-151-17/+21
|
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-1/+1
|
* [client] Got rid of ini4j, store config as java properties file, simplified ↵Simon Rettberg2015-07-101-38/+15Star
| | | | config handling
* [client] Fix indentationSimon Rettberg2015-07-101-19/+25
|
* [client] More refactoring, introduce a Gui helper class (again)Simon Rettberg2015-07-101-3/+3
|
* [client] Minor refactoringSimon Rettberg2015-07-101-1/+1
|
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-101-3/+3
|
* [client] Moved functions from ImageListWindowLayout to ImageListWindow and ↵Stephan Schwaer2015-07-091-7/+7
| | | | reduced code replication.
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+170