summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/util/GuiManager.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Compiles again, but is broken....Simon Rettberg2015-05-291-32/+38
|
* • removed link to OTRS from SuiteNino Breuer2015-05-261-9/+0Star
| | | | • removed email address from "About" as this address creates tickets in OTRS
* [client] GuiManager class cleanup + bundled priv/pub functions...Jonathan Bauer2015-03-241-123/+146
|
* [client] center popups relative to main window current positionJonathan Bauer2015-03-201-1/+3
|
* Aua, aua...Simon Rettberg2015-03-061-15/+4Star
|
* MACHETE KILLT CODEZEILENSimon Rettberg2015-03-051-0/+8
|
* minor - reduce logging spam and removed unneeded checkJonathan Bauer2015-03-041-3/+1Star
|
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-031-0/+273
rework GUI classes to work with GuiManager: use GuiManager.show(<GUI to show>) and GuiManager.openPopup(<popup like About_GUI or ListAllOtherUsers_GUI>) only! static openlinks class (models/links.java deleted). There are keywords to open links, e.g. OpenLinks.openWebpage("faq"). Please see the class.