summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [client] EditImageTech: code cleanupJonathan Bauer2014-10-081-111/+18Star
| | | | | | | | | | | | TODO: get the image's OS from the DB (through client) and set the combobox to that string
| * | -Rechteveraltung funktioniert endlich beim anlegen eines neuen Image -> muss ↵Michael Wilson2014-10-085-18/+36
| |/ | | | | | | entsprechend für alle anderen Seiten sinnvoll übernommen werden
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-0725-585/+393Star
| |\
| * | -Verwaltung von Rechten ist nun in der PermissionCreateImage_GUI.java möglichMichael Wilson2014-10-077-86/+372
| | |
* | | fgNino Breuer2014-10-091-1/+2
| |/ |/|
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-0714-900/+395Star
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/gui/image/FTPCreateUploader_GUI.java dozentenmodul/src/main/java/gui/lecture/DeleteLecture_GUI.java dozentenmodul/src/main/java/gui/lecture/EditLectureLink_GUI.java g
| * | [client] now also remember the "technisch-info" wenn going back a pageJonathan Bauer2014-10-061-31/+8Star
| | |
| * | [client] parametrise JComboBox, makes eclipse happyJonathan Bauer2014-10-061-2/+2
| |/
| * -Volltextsuche vorbereitet, Funktion wird noch angepasstMichael Wilson2014-10-027-111/+40Star
| |
| * -Debug Ausgaben reduziertMichael Wilson2014-10-021-54/+25Star
| |
| * Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleMichael Wilson2014-10-027-43/+158
| |\
| * | -Suchfenster "Image bearbeiten", "Image löschen", Veranstaltung bearbeiten", ↵Michael Wilson2014-10-026-718/+345Star
| | | | | | | | | | | | | | | | | | | | | "Veranstaltung löschen" wurden vereinfacht (nur Anzeige, noch nicht Logik) -Login speichert nun den gesamten Login als User, nicht nur den String vor dem "@uni......." -SQL wurde umgebogen um den Login als primary key für den User festzulegen und damit umzugehen
* | | Removed (now) unused GUIsNino Breuer2014-10-0725-533/+373Star
| |/ |/| | | | | Added some helping information for users
* | • added warning for 'back' on ftp upload taskNino Breuer2014-10-014-38/+98
| | | | | | | | • enabled and implemented radio buttons for vmchooser userlist
* | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-moduleNino Breuer2014-10-012-6/+8
|\|
| * Verlinkung der Seiten gefixtMichael Wilson2014-10-012-6/+8
| |
* | 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 resources not beeing integrated in jarJonathan Bauer2014-09-231-0/+6
| | | | no idead why this happened all of the sudden
* [client] fix logger not writing in logfileJonathan Bauer2014-09-221-4/+7
|
* [client] do commit the changes :)Jonathan Bauer2014-09-2225-165/+275
|
* [client] NEW: Logging mechanisms for the clientJonathan Bauer2014-09-221-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 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-1812-111/+303
| |/ |/|
* | 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