| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | fixed bug | Nino Breuer | 2014-09-30 | 2 | -3/+7 | |
| | | | ||||||
| * | | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-09-30 | 1 | -1/+1 | |
| |\| | ||||||
| | * | check auf desc.lenghth | Michael Wilson | 2014-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | removed extra gui for defining visbility of VM in different universities | Nino Breuer | 2014-09-30 | 7 | -13/+48 | |
| |/ | ||||||
| * | test | Michael Wilson | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | test | Michael Wilson | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | removed isTemplate field | Nino Breuer | 2014-09-30 | 1 | -1/+1 | |
| | | ||||||
| * | removed image_isTemplate, default value is 0 (hardcoded in sql.java) | Nino Breuer | 2014-09-30 | 3 | -52/+18![]() | |
| | | ||||||
| * | [client] fix logging message not showing values | Jonathan Bauer | 2014-09-23 | 1 | -5/+5 | |
| | | ||||||
| * | [client] static OpenLinks, no need to instantiate. | Jonathan Bauer | 2014-09-23 | 1 | -17/+2![]() | |
| | | | | | also removed dead vars. | |||||
| * | [client] simplify saving of given options for CreateImageTechnisch_GUI | Jonathan Bauer | 2014-09-23 | 1 | -66/+10![]() | |
| | | ||||||
| * | [client] merge all 3 content checking function into validateContent() | Jonathan Bauer | 2014-09-23 | 1 | -75/+57![]() | |
| | | | | | | better error messages removed unused imports/vars | |||||
| * | [client] few javadoc comments | Jonathan Bauer | 2014-09-23 | 1 | -9/+7![]() | |
| | | ||||||
| * | [client] fix resources not beeing integrated in jar | Jonathan Bauer | 2014-09-23 | 1 | -0/+6 | |
| | | | | | no idead why this happened all of the sudden | |||||
| * | [client] fix logger not writing in logfile | Jonathan Bauer | 2014-09-22 | 1 | -4/+7 | |
| | | ||||||
| * | [client] do commit the changes :) | Jonathan Bauer | 2014-09-22 | 25 | -165/+275 | |
| | | ||||||
| * | [client] NEW: Logging mechanisms for the client | Jonathan Bauer | 2014-09-22 | 1 | -0/+6 | |
| | | | | | | | | | | | | 1. Make sure you have initialised the Logger when you need logging in a particular class. Take a look at Login_GUI.java:46 on how to init it. 2. ALWAYS use LOGGER instead of System.out 3. log file is beeing written to where the config.ini is written 4. old log file gets renamed to bwSuite.log.old on startup | |||||
| * | [client] remove pointless instantiation of a static class ... | Jonathan Bauer | 2014-09-18 | 1 | -4/+2![]() | |
| | | ||||||
| * | [*] Fixed remaining broken umlauts | Simon Rettberg | 2014-09-18 | 6 | -11/+11 | |
| | | ||||||
| * | [client] fix version detection for all jres | Jonathan Bauer | 2014-09-18 | 1 | -2/+19 | |
| | | ||||||
| * | [client] only enable upload button if selected file is a vmdk | Jonathan Bauer | 2014-09-18 | 1 | -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 Bauer | 2014-09-18 | 1 | -0/+3 | |
| | | ||||||
| * | revert accidental deletion of MainMenue_GUI.java | Jonathan Bauer | 2014-09-18 | 1 | -0/+620 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module | Jonathan Bauer | 2014-09-18 | 17 | -649/+31![]() | |
| |\ | ||||||
| | * | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module | Nino Breuer | 2014-09-17 | 2 | -605/+247![]() | |
| | |\ | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/intro/MainMenue_GUI.java | |||||
| | * | | Fixed some wording and spelling | Nino Breuer | 2014-09-17 | 17 | -34/+36 | |
| | | | | ||||||
| * | | | [client] moved main function to App.java & refined Config stuff | Jonathan Bauer | 2014-09-18 | 12 | -111/+303 | |
| | |/ |/| | ||||||
| * | | Revert "[client] center GUIs in the primary display only" | Jonathan Bauer | 2014-09-17 | 1 | -13/+6![]() | |
| | | | | | | | | | This reverts commit dad8d7d51aedeb50bfa8d12cac7220ea7c0c4a47. | |||||
| * | | [client] center GUIs in the primary display only | Jonathan Bauer | 2014-09-16 | 1 | -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 fails | Jonathan Bauer | 2014-09-15 | 1 | -31/+10![]() | |
| | | | ||||||
| * | | [client] only set news if not null | Jonathan Bauer | 2014-09-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | [client] timeouts for getting news per http | Jonathan Bauer | 2014-09-15 | 1 | -4/+17 | |
| | | | | | | | | | 5seconds on connection and 10sec on reading the stream | |||||
| * | | [client] javadoced News class | Jonathan Bauer | 2014-09-15 | 1 | -27/+67 | |
| | | | ||||||
| * | | [client] News class for getting news from the satellite | Jonathan Bauer | 2014-09-15 | 2 | -1/+231 | |
| |/ | ||||||
| * | Fix server.thrift file (make future-proof by using field ids), move ↵ | Simon Rettberg | 2014-09-13 | 27 | -894/+899 | |
| | | | | | generated thrift classes to own package | |||||
| * | [client] Add resource loader that will take care of error handling | Simon Rettberg | 2014-09-13 | 4 | -65/+158 | |
| | | ||||||
| * | [client] Reworked performLogin(): Better error handling, removed dead code, ↵ | Simon Rettberg | 2014-09-13 | 1 | -167/+119![]() | |
| | | | | | got rid of deep if-else nestings, removed unused variables | |||||
| * | [client] MAsterserver thrift connection: Set connection timeout of 6 secs | Simon Rettberg | 2014-09-13 | 1 | -13/+11![]() | |
| | | ||||||
| * | [client] use TFramedTransport for master-server Connection | Jonathan Bauer | 2014-09-12 | 1 | -4/+2![]() | |
| | | ||||||
| * | added comment to fix ticket #1144 | Jonathan Bauer | 2014-09-12 | 1 | -0/+1 | |
| | | ||||||
| * | replaced escaped umlauts by UTF-8 encoded chars | Jonathan Bauer | 2014-09-12 | 30 | -197/+197 | |
| | | ||||||
| * | do not write "null" before error message for users. | Jonathan Bauer | 2014-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | [server] Do not filter mysql classes when creating dependency reduced jar | Simon Rettberg | 2014-09-12 | 1 | -0/+8 | |
| | | ||||||
| * | [client] Add openslx maven repo | Simon Rettberg | 2014-09-12 | 1 | -0/+8 | |
| | | ||||||
| * | fix dir not beeing created in the other class | Jonathan Bauer | 2014-09-12 | 1 | -0/+2 | |
| | | ||||||
| * | better error message if client cannot get the list of OSs from server | Jonathan Bauer | 2014-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix directory not beeing created if user writes the path instead of ↵ | Jonathan Bauer | 2014-09-12 | 1 | -0/+2 | |
| | | | | | clicking on an existing folder | |||||
| * | use new Config stuff for reading download/upload paths | Jonathan Bauer | 2014-09-12 | 4 | -259/+53![]() | |
| | | ||||||
| * | [client] Show automatically generated version string | Simon Rettberg | 2014-09-12 | 2 | -18/+22 | |
| | | ||||||
| * | java style name for Config class ... | Jonathan Bauer | 2014-09-12 | 4 | -18/+18 | |
| | | ||||||

