summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
Commit message (Expand)AuthorAgeFilesLines
* [client] Got rid of ini4j, store config as java properties file, simplified c...Simon Rettberg2015-07-108-241/+265
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-101-0/+47
|\
| * [client] fetch OS list to fill the combobox in ImageMetaDataPageJonathan Bauer2015-07-101-0/+47
* | [client] Use QuickTimer for async list fetchingSimon Rettberg2015-07-101-4/+7
|/
* [*] Move common classes to master-sync-sharedSimon Rettberg2015-07-105-100/+10Star
* [client] next/finish wizard buttons woes...Jonathan Bauer2015-07-102-7/+3Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-109-103/+86Star
|\
| * [client] Fix indentationSimon Rettberg2015-07-109-103/+86Star
* | [client] enable next button in ImageUploadPage only if text is written as Ima...Jonathan Bauer2015-07-106-41/+30Star
|/
* [client] fix missing setControl in ImageMetaDataPageLayoutJonathan Bauer2015-07-103-10/+9Star
* [client] Catch a Throwable to handly any kind of (unexpected) error when init...Simon Rettberg2015-07-101-1/+1
* [client] Use AWT to show an error message in case initializing SWT failsSimon Rettberg2015-07-103-11/+126
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-106-28/+78
|\
| * [client] fix virt notice not coming back even if the checkbox wasn't clickedJonathan Bauer2015-07-101-1/+1
| * [client] fix idpCombo beeing shown even though TestAccount auth method was savedJonathan Bauer2015-07-103-11/+11
| * [client] create session from the ServiceProviderResponseJonathan Bauer2015-07-104-17/+67
* | [client] More refactoring, introduce a Gui helper class (again)Simon Rettberg2015-07-107-50/+160
|/
* [client] close popups a bit saferJonathan Bauer2015-07-102-2/+2
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-108-63/+63
|\
| * [client] Minor refactoringSimon Rettberg2015-07-108-63/+63
* | [client] fetch idop list in a separate threadJonathan Bauer2015-07-101-33/+68
|/
* [client] Fix mltk repo entry in pom.xmlSimon Rettberg2015-07-101-4/+13
* [client] added 'About' to MainWindow menu with 'Disclaimer' and 'Virtualizer'Jonathan Bauer2015-07-102-1/+26
* [client] always show main menu and popup login window if not logged in yetJonathan Bauer2015-07-102-5/+12
* [client] renamed addContent to setContent in MainWindowJonathan Bauer2015-07-104-17/+11Star
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-1011-245/+242Star
* [client] Only allow Composites to be passed to openPopup; make Ctrl-Q quit th...Simon Rettberg2015-07-091-24/+23Star
* [client] pom.xml: Build multiplatform .jar by including all swt versionsSimon Rettberg2015-07-091-76/+125
* [client] Moved functions from ImageListWindowLayout to ImageListWindow and re...Stephan Schwaer2015-07-095-227/+152Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-091-1/+1
|\
| * [client] fix Enter key of numpad not triggering loginJonathan Bauer2015-07-091-1/+1
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-097-38/+84
|\|
| * [client] fixed buttons of disclaimer/vmware licenseJonathan Bauer2015-07-097-37/+83
* | [client] Added comments and improved readability of code.Stephan Schwaer2015-07-093-80/+65Star
|/
* [client] Support message boxes with feedback; ask user whether to retry on th...Simon Rettberg2015-07-093-22/+16Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-099-78/+140
|\
| * [client] GuiManager.openPopup first stepsJonathan Bauer2015-07-092-2/+40
| * [client] MainWindow class, only to show it :)Jonathan Bauer2015-07-091-0/+13
| * [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed th...Jonathan Bauer2015-07-097-71/+124
| * [client] fix pom.xml after new package structureJonathan Bauer2015-07-091-2/+2
* | [client] Clean up login, implement showMessageBox, fix formattingSimon Rettberg2015-07-098-156/+152Star
|/
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-0839-595/+414Star
* oopsJonathan Bauer2015-07-081-1/+0Star
* [client] added thrift connection error callbackJonathan Bauer2015-07-082-43/+34Star
* [client] added style as parameter to showMessage of GuiManagerJonathan Bauer2015-07-083-23/+9Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-081-0/+153
|\
| * Add BlockProgressBar, a progress bar designed to handle the blockwise status ...Simon Rettberg2015-07-081-0/+153
* | [client] implemented login -> disclaimer -> vmwarelicense logicJonathan Bauer2015-07-087-233/+338
|/
* [client] user feedback when login fails.Jonathan Bauer2015-07-082-3/+13
* [client] authenticator for the direct masterserver loginJonathan Bauer2015-07-082-0/+69