| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | [client] removed old swing stuff from util/* | Jonathan Bauer | 2015-07-14 | 3 | -56/+16![]() | |
| | | | ||||||
| * | | [client] fix wrong setting of tokens in Session | Jonathan Bauer | 2015-07-14 | 1 | -2/+2 | |
| |/ | ||||||
| * | [client] Filter now is case insensitive. Filter and ordering now stable with ↵ | Stephan Schwaer | 2015-07-14 | 2 | -63/+66 | |
| | | | | | unset image fields. Cleaned up filter and ordering code. | |||||
| * | [client] first steps towards actually uploading an image through API | Jonathan Bauer | 2015-07-14 | 6 | -29/+178 | |
| | | | | | | set some defaults permissions in uploadWizardState and various other fields of imageBaseWrite for testing purposes. Implemented some actually functionality of ImageMetaDataPage like checkboxes and description etc | |||||
| * | never commit in a hurry .............. | Jonathan Bauer | 2015-07-13 | 1 | -2/+0![]() | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-13 | 5 | -16/+217 | |
| |\ | ||||||
| | * | [client] Added filter and column sorting for the imageList. | Stephan Schwaer | 2015-07-13 | 5 | -16/+217 | |
| | | | ||||||
| * | | [client] first steps with uploadWizwardStates [WIP] | Jonathan Bauer | 2015-07-13 | 6 | -53/+117 | |
| |/ | | | | also fixed 'Next' being clickable even though no VMX was selected | |||||
| * | [client] fix IDP combo not beeing enabled when TEST_ACCOUNT auth method is saved | Jonathan Bauer | 2015-07-13 | 1 | -0/+1 | |
| | | ||||||
| * | [client] Add confirmation dialog when quitting | Simon Rettberg | 2015-07-13 | 2 | -29/+48 | |
| | | ||||||
| * | [client] Fix freezing of mainWindow when clicking close button. | Stephan Schwaer | 2015-07-13 | 1 | -0/+26 | |
| | | ||||||
| * | [client] ImageUpload: Implement file selection dialog | Simon Rettberg | 2015-07-13 | 2 | -15/+51 | |
| | | ||||||
| * | [client] ImageUploadPage*: Move logic from layout class to implementation | Simon Rettberg | 2015-07-13 | 2 | -5/+6 | |
| | | ||||||
| * | [client] Common parent class for pages shown in the main window. Do not ↵ | Simon Rettberg | 2015-07-13 | 6 | -33/+107 | |
| | | | | | dispose and create pages every time, instead show and hide them as needed | |||||
| * | [client] Cleaned up and fixed image list window layout | Simon Rettberg | 2015-07-13 | 1 | -20/+23 | |
| | | ||||||
| * | [client] Formatting, moved generic showMessageBox to Gui class | Simon Rettberg | 2015-07-13 | 4 | -48/+59 | |
| | | ||||||
| * | [client] Add helper methods for executing stuff in the gui thread from other ↵ | Simon Rettberg | 2015-07-11 | 2 | -4/+54 | |
| | | | | | | | | threads. Use those for error callbacks that want to display messages, as we can't know which context they're fired in. | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-10 | 4 | -25/+42 | |
| |\ | ||||||
| | * | [client] null check on selectedElement in ImageListWindow to prevent those ↵ | Jonathan Bauer | 2015-07-10 | 1 | -1/+1 | |
| | | | | | | | | | nasty NPEs | |||||
| | * | [client] forgot to remove debug stuff once more... | Jonathan Bauer | 2015-07-10 | 1 | -1/+0![]() | |
| | | | ||||||
| | * | [client] fill combobox for OS in ImageMetaData using the MetaDataCache | Jonathan Bauer | 2015-07-10 | 3 | -24/+42 | |
| | | | ||||||
| * | | [client] Got rid of ini4j, store config as java properties file, simplified ↵ | Simon Rettberg | 2015-07-10 | 8 | -241/+265 | |
| |/ | | | | config handling | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-10 | 1 | -0/+47 | |
| |\ | ||||||
| | * | [client] fetch OS list to fill the combobox in ImageMetaDataPage | Jonathan Bauer | 2015-07-10 | 1 | -0/+47 | |
| | | | ||||||
| * | | [client] Use QuickTimer for async list fetching | Simon Rettberg | 2015-07-10 | 1 | -4/+7 | |
| |/ | ||||||
| * | [*] Move common classes to master-sync-shared | Simon Rettberg | 2015-07-10 | 10 | -169/+18![]() | |
| | | ||||||
| * | [client] next/finish wizard buttons woes... | Jonathan Bauer | 2015-07-10 | 2 | -7/+3![]() | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-10 | 9 | -103/+86![]() | |
| |\ | ||||||
| | * | [client] Fix indentation | Simon Rettberg | 2015-07-10 | 9 | -103/+86![]() | |
| | | | ||||||
| * | | [client] enable next button in ImageUploadPage only if text is written as ↵ | Jonathan Bauer | 2015-07-10 | 6 | -41/+30![]() | |
| |/ | | | | Image Name | |||||
| * | [client] fix missing setControl in ImageMetaDataPageLayout | Jonathan Bauer | 2015-07-10 | 3 | -10/+9![]() | |
| | | | | | optimize how the app starts | |||||
| * | [client] Catch a Throwable to handly any kind of (unexpected) error when ↵ | Simon Rettberg | 2015-07-10 | 1 | -1/+1 | |
| | | | | | initializing SWT | |||||
| * | [client] Use AWT to show an error message in case initializing SWT fails | Simon Rettberg | 2015-07-10 | 3 | -11/+126 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-10 | 6 | -28/+78 | |
| |\ | ||||||
| | * | [client] fix virt notice not coming back even if the checkbox wasn't clicked | Jonathan Bauer | 2015-07-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | [client] fix idpCombo beeing shown even though TestAccount auth method was saved | Jonathan Bauer | 2015-07-10 | 3 | -11/+11 | |
| | | | | | | | | | check if loginWindow.isDisposed() in populateIdpCombo() to make sure have the widgets before doing anything | |||||
| | * | [client] create session from the ServiceProviderResponse | Jonathan Bauer | 2015-07-10 | 4 | -17/+67 | |
| | | | | | | | | | | | added getters for Session class members use getShell to dispose LoginWindow | |||||
| * | | [client] More refactoring, introduce a Gui helper class (again) | Simon Rettberg | 2015-07-10 | 7 | -50/+160 | |
| |/ | ||||||
| * | [client] close popups a bit safer | Jonathan Bauer | 2015-07-10 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-10 | 8 | -63/+63 | |
| |\ | ||||||
| | * | [client] Minor refactoring | Simon Rettberg | 2015-07-10 | 8 | -63/+63 | |
| | | | ||||||
| * | | [client] fetch idop list in a separate thread | Jonathan Bauer | 2015-07-10 | 1 | -33/+68 | |
| |/ | ||||||
| * | [client] Fix mltk repo entry in pom.xml | Simon Rettberg | 2015-07-10 | 1 | -4/+13 | |
| | | ||||||
| * | [client] added 'About' to MainWindow menu with 'Disclaimer' and 'Virtualizer' | Jonathan Bauer | 2015-07-10 | 2 | -1/+26 | |
| | | ||||||
| * | [client] always show main menu and popup login window if not logged in yet | Jonathan Bauer | 2015-07-10 | 2 | -5/+12 | |
| | | | | | | | current check to see if the user needs to login is simply to try and get the sat token. If this returns null, then we pop up the login window. Currently this always happen. Maybe we'll later have a better way to check whether the user is logged in or not. | |||||
| * | [client] renamed addContent to setContent in MainWindow | Jonathan Bauer | 2015-07-10 | 4 | -17/+11![]() | |
| | | | | | removed unneeded removeContent() function - this is now done in setContent | |||||
| * | [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindow | Jonathan Bauer | 2015-07-10 | 11 | -245/+242![]() | |
| | | ||||||
| * | [client] Only allow Composites to be passed to openPopup; make Ctrl-Q quit ↵ | Simon Rettberg | 2015-07-09 | 1 | -24/+23![]() | |
| | | | | | the application | |||||
| * | [client] pom.xml: Build multiplatform .jar by including all swt versions | Simon Rettberg | 2015-07-09 | 1 | -76/+125 | |
| | | | | | This makes maven3 mandatory! | |||||
| * | [client] Moved functions from ImageListWindowLayout to ImageListWindow and ↵ | Stephan Schwaer | 2015-07-09 | 5 | -227/+152![]() | |
| | | | | | reduced code replication. | |||||

