summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LoginWindow.java
Commit message (Expand)AuthorAgeFilesLines
...
* [client] dont go into the vip area if closing login windowJonathan Bauer2015-08-031-1/+11
* [client] Remove debug output from LoginWindowSimon Rettberg2015-08-031-23/+19Star
* [client] Fix bwLehrstuhlSimon Rettberg2015-07-281-4/+9
* [client] warning-freeJonathan Bauer2015-07-281-2/+1Star
* [client] login window rises from the swt ashesJonathan Bauer2015-07-281-330/+306Star
* [client] login type toggling and added the static open() for LoginWindowJonathan Bauer2015-07-281-10/+40
* [client] swingified LoginWindow (no functionality yet! just commented them ou...Jonathan Bauer2015-07-271-348/+322Star
* [client] Add missing disposal-checkSimon Rettberg2015-07-231-0/+2
* [client] *Listener -> *Adapter (where applicable)Simon Rettberg2015-07-191-7/+2Star
* [client] Run proxy configurator asynchroneouslySimon Rettberg2015-07-161-1/+5
* [client] use Session.setSatelliteAddress and Session.getSatelliteAddress in L...Jonathan Bauer2015-07-161-1/+2
* Adapt to changed thrift api for improved session validationSimon Rettberg2015-07-151-29/+31
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-1/+1
* [client] fix IDP combo not beeing enabled when TEST_ACCOUNT auth method is savedJonathan Bauer2015-07-131-0/+1
* [client] Add confirmation dialog when quittingSimon Rettberg2015-07-131-1/+1
* [client] Formatting, moved generic showMessageBox to Gui classSimon Rettberg2015-07-131-11/+11
* [client] Got rid of ini4j, store config as java properties file, simplified c...Simon Rettberg2015-07-101-44/+28Star
* [client] Use QuickTimer for async list fetchingSimon Rettberg2015-07-101-4/+7
* [client] Fix indentationSimon Rettberg2015-07-101-35/+41
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-101-11/+12
|\
| * [client] fix idpCombo beeing shown even though TestAccount auth method was savedJonathan Bauer2015-07-101-8/+10
| * [client] create session from the ServiceProviderResponseJonathan Bauer2015-07-101-4/+3Star
* | [client] More refactoring, introduce a Gui helper class (again)Simon Rettberg2015-07-101-1/+2
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-101-0/+1
|\
| * [client] Minor refactoringSimon Rettberg2015-07-101-0/+1
* | [client] fetch idop list in a separate threadJonathan Bauer2015-07-101-33/+68
|/
* [client] always show main menu and popup login window if not logged in yetJonathan Bauer2015-07-101-2/+4
* [client] renamed addContent to setContent in MainWindowJonathan Bauer2015-07-101-1/+1
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-101-15/+14Star
* [client] fix Enter key of numpad not triggering loginJonathan Bauer2015-07-091-1/+1
* [client] fixed buttons of disclaimer/vmware licenseJonathan Bauer2015-07-091-3/+5
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-091-13/+27
|\
| * [client] GuiManager.openPopup first stepsJonathan Bauer2015-07-091-2/+5
| * [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed th...Jonathan Bauer2015-07-091-18/+33
* | [client] Clean up login, implement showMessageBox, fix formattingSimon Rettberg2015-07-091-94/+85Star
|/
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+333