summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | [client] removed old swing stuff from util/*Jonathan Bauer2015-07-143-56/+16Star
* | [client] fix wrong setting of tokens in SessionJonathan Bauer2015-07-141-2/+2
|/
* [client] Filter now is case insensitive. Filter and ordering now stable with ...Stephan Schwaer2015-07-142-63/+66
* [client] first steps towards actually uploading an image through APIJonathan Bauer2015-07-146-29/+178
* never commit in a hurry ..............Jonathan Bauer2015-07-131-2/+0Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-135-16/+217
|\
| * [client] Added filter and column sorting for the imageList.Stephan Schwaer2015-07-135-16/+217
* | [client] first steps with uploadWizwardStates [WIP]Jonathan Bauer2015-07-136-53/+117
|/
* [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-132-29/+48
* [client] Fix freezing of mainWindow when clicking close button.Stephan Schwaer2015-07-131-0/+26
* [client] ImageUpload: Implement file selection dialogSimon Rettberg2015-07-132-15/+51
* [client] ImageUploadPage*: Move logic from layout class to implementationSimon Rettberg2015-07-132-5/+6
* [client] Common parent class for pages shown in the main window. Do not dispo...Simon Rettberg2015-07-136-33/+107
* [client] Cleaned up and fixed image list window layoutSimon Rettberg2015-07-131-20/+23
* [client] Formatting, moved generic showMessageBox to Gui classSimon Rettberg2015-07-134-48/+59
* [client] Add helper methods for executing stuff in the gui thread from other ...Simon Rettberg2015-07-112-4/+54
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-104-25/+42
|\
| * [client] null check on selectedElement in ImageListWindow to prevent those na...Jonathan Bauer2015-07-101-1/+1
| * [client] forgot to remove debug stuff once more...Jonathan Bauer2015-07-101-1/+0Star
| * [client] fill combobox for OS in ImageMetaData using the MetaDataCacheJonathan Bauer2015-07-103-24/+42
* | [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-1010-169/+18Star
* [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