summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | [client] ImageListWindow refresh image list when wizard returns successfullyJonathan Bauer2015-07-161-5/+7
|/
* [client] use Session.setSatelliteAddress and Session.getSatelliteAddress in ↵Jonathan Bauer2015-07-161-1/+2
| | | | LoginWindow
* [client] added satelliteAddress to Session & getter/setterJonathan Bauer2015-07-161-0/+16
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-151-1/+4
|\
| * [client] always retry thrift call automatically on first failureSimon Rettberg2015-07-151-1/+4
| |
* | [client] fix imageBaseWrite pushing to satelliteJonathan Bauer2015-07-156-123/+172
|/ | | | refactored UploadWizwardState variables
* Adapt to changed thrift api for improved session validationSimon Rettberg2015-07-157-154/+147Star
|
* [cilent] check if vmdk parsed from vmx is relative or absolute and do proper ↵Jonathan Bauer2015-07-151-4/+21
| | | | checks on its existance
* [client] Fix getImage from ResourceLoader; use it in LoginWindowSimon Rettberg2015-07-152-31/+44
|
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-1511-40/+112
|
* [client] Use vmx parser to check validity of VM (work in progress)Simon Rettberg2015-07-144-18/+64
|
* [client] Added custom permission page for wizard without functionality.Stephan Schwaer2015-07-144-9/+184
|
* [client] Actually return the return value and not nullSimon Rettberg2015-07-141-1/+1
|
* [client] Fix image deletionSimon Rettberg2015-07-141-18/+20
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-141-0/+71
|\
| * [client] Add user cacheSimon Rettberg2015-07-141-0/+71
| |
* | [client] more steps towards uploading an image: push image metadata to serverJonathan Bauer2015-07-144-107/+256
| |
* | [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
| | | | unset image fields. Cleaned up filter and ordering code.
* [client] first steps towards actually uploading an image through APIJonathan Bauer2015-07-146-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 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
|/ | | | also fixed 'Next' being clickable even though no VMX was selected
* [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 ↵Simon Rettberg2015-07-136-33/+107
| | | | dispose and create pages every time, instead show and hide them as needed
* [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
| | | | | | | 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.1Simon Rettberg2015-07-104-25/+42
|\
| * [client] null check on selectedElement in ImageListWindow to prevent those ↵Jonathan Bauer2015-07-101-1/+1
| | | | | | | | nasty NPEs
| * [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 ↵Simon Rettberg2015-07-107-235/+265
|/ | | | config handling
* 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 ↵Jonathan Bauer2015-07-106-41/+30Star
|/ | | | Image Name
* [client] fix missing setControl in ImageMetaDataPageLayoutJonathan Bauer2015-07-103-10/+9Star
| | | | optimize how the app starts
* [client] Catch a Throwable to handly any kind of (unexpected) error when ↵Simon Rettberg2015-07-101-1/+1
| | | | initializing SWT
* [client] Use AWT to show an error message in case initializing SWT failsSimon Rettberg2015-07-103-11/+126
|