summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | dgNino Breuer2014-10-013-26/+65
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-014-304/+515
|\|
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-017-13/+52
| |\
| * | Abbrechen des FTP-Download gefixtMichael Wilson2014-10-011-0/+9
| | |
| * | FTP Up- und Downloads können jetzt mit einem neuen Button abgebrochenMichael Wilson2014-10-014-304/+506
| | | | | | | | | werden
* | | added info option in main menuNino Breuer2014-10-014-4/+20
| |/ |/|
* | fixed bugNino Breuer2014-09-302-3/+7
| |
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-09-301-1/+1
|\|
| * check auf desc.lenghthMichael Wilson2014-09-301-1/+1
| |
* | removed extra gui for defining visbility of VM in different universitiesNino Breuer2014-09-307-13/+48
|/
* testMichael Wilson2014-09-301-1/+1
|
* testMichael Wilson2014-09-301-1/+1
|
* removed image_isTemplate, default value is 0 (hardcoded in sql.java)Nino Breuer2014-09-302-50/+16Star
|
* [client] fix logging message not showing valuesJonathan Bauer2014-09-231-5/+5
|
* [client] static OpenLinks, no need to instantiate.Jonathan Bauer2014-09-231-17/+2Star
| | | | also removed dead vars.
* [client] simplify saving of given options for CreateImageTechnisch_GUIJonathan Bauer2014-09-231-66/+10Star
|
* [client] merge all 3 content checking function into validateContent()Jonathan Bauer2014-09-231-75/+57Star
| | | | | better error messages removed unused imports/vars
* [client] few javadoc commentsJonathan Bauer2014-09-231-9/+7Star
|
* [client] fix logger not writing in logfileJonathan Bauer2014-09-221-4/+7
|
* [client] do commit the changes :)Jonathan Bauer2014-09-2224-165/+261
|
* [client] remove pointless instantiation of a static class ...Jonathan Bauer2014-09-181-4/+2Star
|
* [*] Fixed remaining broken umlautsSimon Rettberg2014-09-184-7/+7
|
* [client] fix version detection for all jresJonathan Bauer2014-09-181-2/+19
|
* [client] only enable upload button if selected file is a vmdkJonathan Bauer2014-09-181-6/+7
| | | | fix bug that if you selected a vmdk file, the upload button was enabled and stayed enabled even if you selected a new file not ending with '.vmdk'
* [client] upload: show only '.vmdk' when browsing for the image to upload.Jonathan Bauer2014-09-181-0/+3
|
* revert accidental deletion of MainMenue_GUI.javaJonathan Bauer2014-09-181-0/+620
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleJonathan Bauer2014-09-1817-649/+31Star
|\
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-09-172-605/+247Star
| |\ | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java
| * | Fixed some wording and spellingNino Breuer2014-09-1717-34/+36
| | |
* | | [client] moved main function to App.java & refined Config stuffJonathan Bauer2014-09-1811-109/+301
| |/ |/|
* | Revert "[client] center GUIs in the primary display only"Jonathan Bauer2014-09-171-13/+6Star
| | | | | | | | This reverts commit dad8d7d51aedeb50bfa8d12cac7220ea7c0c4a47.
* | [client] center GUIs in the primary display onlyJonathan Bauer2014-09-161-6/+13
| | | | | | | | this fixes the GUIs beeing split over 2 monitors in a dual-head setup
* | [client] continue to main window even if getting the news failsJonathan Bauer2014-09-151-31/+10Star
| |
* | [client] only set news if not nullJonathan Bauer2014-09-151-1/+1
| |
* | [client] timeouts for getting news per httpJonathan Bauer2014-09-151-4/+17
| | | | | | | | 5seconds on connection and 10sec on reading the stream
* | [client] javadoced News classJonathan Bauer2014-09-151-27/+67
| |
* | [client] News class for getting news from the satelliteJonathan Bauer2014-09-152-1/+231
|/
* Fix server.thrift file (make future-proof by using field ids), move ↵Simon Rettberg2014-09-1318-41/+41
| | | | generated thrift classes to own package
* [client] Add resource loader that will take care of error handlingSimon Rettberg2014-09-134-65/+158
|
* [client] Reworked performLogin(): Better error handling, removed dead code, ↵Simon Rettberg2014-09-131-167/+119Star
| | | | got rid of deep if-else nestings, removed unused variables
* [client] MAsterserver thrift connection: Set connection timeout of 6 secsSimon Rettberg2014-09-131-13/+11Star
|
* [client] use TFramedTransport for master-server ConnectionJonathan Bauer2014-09-121-4/+2Star
|
* replaced escaped umlauts by UTF-8 encoded charsJonathan Bauer2014-09-1230-197/+197
|
* do not write "null" before error message for users.Jonathan Bauer2014-09-121-2/+2
|
* fix dir not beeing created in the other classJonathan Bauer2014-09-121-0/+2
|
* better error message if client cannot get the list of OSs from serverJonathan Bauer2014-09-121-1/+1
|
* fix directory not beeing created if user writes the path instead of ↵Jonathan Bauer2014-09-121-0/+2
| | | | clicking on an existing folder
* use new Config stuff for reading download/upload pathsJonathan Bauer2014-09-124-259/+53Star
|
* [client] Show automatically generated version stringSimon Rettberg2014-09-122-18/+22
|
* java style name for Config class ...Jonathan Bauer2014-09-124-18/+18
|