summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx
Commit message (Collapse)AuthorAgeFilesLines
* [client] Top alignment image and lecture information textJonathan Bauer2015-09-081-1/+2
|
* [client] evaluate max memory of OS when generating vmxJonathan Bauer2015-09-081-2/+7
|
* [client] Clean up update checker, handle NPEs, close streamsSimon Rettberg2015-09-081-84/+76Star
|
* [client] Fix scaling of titled bordersSimon Rettberg2015-09-071-1/+5
|
* [client] indented code into human readable ..Jonathan Bauer2015-09-072-4/+13
|
* [client] minor typoJonathan Bauer2015-09-071-1/+1
|
* [client] ImageListViewer now accepts a default FilterType given in the ↵Jonathan Bauer2015-09-074-16/+30
| | | | constructor
* [client] ConfigWindow -> back to "Close"Jonathan Bauer2015-09-072-7/+1Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-074-21/+27
|\
| * [client] Show only own lectures by defaultSimon Rettberg2015-09-073-4/+22
| |
| * [client] Clean up lecture list window layoutSimon Rettberg2015-09-071-17/+5Star
| |
* | [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-0717-57/+44Star
|/ | | | When setting sizes, please use Gui.getScaledDimension(width, height)t
* [client] ConfigWindow: when saved, change "Cancel" to "Close". If new ↵Jonathan Bauer2015-09-071-23/+20Star
| | | | changes, reset to "Cancel"
* [client] fix open folder (missing listener)Jonathan Bauer2015-09-072-17/+15Star
| | | | removed class and make the panel implements its own actionListener, hope thats fine
* [client] use QDateTimeImpl in LectureCreationPageJonathan Bauer2015-09-072-5/+6
|
* [client] fallback nullcheck for gettersJonathan Bauer2015-09-072-25/+60
|
* [client] better CheckUpdateWindow layout and format the datesJonathan Bauer2015-09-073-20/+33
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-074-59/+174
|\
| * [client] Add a date picker that supports proper event for changes :)Simon Rettberg2015-09-073-54/+161
| |
| * [client] Sanity checks in LectureDetailsWindowSimon Rettberg2015-09-071-2/+10
| |
| * [client] Set proper defaults for new lectureSimon Rettberg2015-09-071-3/+3
| |
* | [client] more work on client update stuffJonathan Bauer2015-09-076-69/+133
|/
* [client] Enable/Disable isactive & internet accessSimon Rettberg2015-09-071-0/+2
|
* [client] Working on Client update checks [WIP]Jonathan Bauer2015-09-075-0/+312
| | | | | TODO real URL for getting newest version TODO continue update check window popup
* [client] Add hints to config dialogSimon Rettberg2015-09-051-3/+15
|
* [client] Set background of scrollpane to match tableSimon Rettberg2015-09-055-10/+19
|
* [client] Change wording of upload wizard, refine cancel checkSimon Rettberg2015-09-052-13/+19
|
* [client] Fully async proxy detection (no more GUI freezes)Simon Rettberg2015-09-054-41/+95
|
* [client] Changed some wordingSimon Rettberg2015-09-051-7/+6Star
|
* [client] Close details windows on save, 'Cancel' => 'Close'Simon Rettberg2015-09-044-73/+87
|
* [client] Fixed linking to unallowed images.Stephan Schwaer2015-09-042-10/+15
|
* [client] Added confirmation for changing owner of lecture, switched ↵Stephan Schwaer2015-09-044-38/+40
| | | | positions of buttons in custom permission windows.
* [*] OS now has mem and cpu infoSimon Rettberg2015-09-041-1/+1
|
* [client] Don't add logged in user into user list for permissions in the wizard.Stephan Schwaer2015-09-042-2/+4
|
* [client] Scale windows with font size.Stephan Schwaer2015-09-044-5/+14
|
* [client] Show usable images by default, show admin images when selecting ↵Simon Rettberg2015-09-031-3/+5
| | | | "show own"
* [client] Fix NPE when deleting images while there are lectures with no imageSimon Rettberg2015-09-032-17/+47
|
* [client] Don't go crazy on lectures without an imageSimon Rettberg2015-09-033-94/+128
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-031-1/+4
|\
| * [client] Fix table with java 8Stephan Schwaer2015-09-031-1/+4
| |
* | [client] just make the directories for download path after checking...Jonathan Bauer2015-09-031-4/+5
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-0312-28/+116
|\
| * [client] Updated default permissions are used when adding new user.Stephan Schwaer2015-09-034-0/+49
| |
| * [client] Show remaining time when downloading.Stephan Schwaer2015-09-031-0/+11
| |
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-09-031-2/+1Star
| |\ | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/LectureWizard.java
| * | [client] Don't show owner in userList when changing owner or adding user for ↵Stephan Schwaer2015-09-0311-33/+59
| | | | | | | | | | | | permission. Refresh and show lecture list after lecture creation.
* | | [client] fix bad message that the download folder already exists because we ↵Jonathan Bauer2015-09-031-3/+3
| |/ |/| | | | | | | | | just created it changed the message to "File already exists, overwrite" and changed checks to reflect that
* | [client] removed old success message when creating a new lecture, now always ↵Jonathan Bauer2015-09-031-6/+3Star
|/ | | | refresh lecture cache and go to the lecture list window
* [client] enumize LectureList Filters stuffJonathan Bauer2015-09-032-53/+124
|
* [client] removed unused interface implementationJonathan Bauer2015-09-031-8/+2Star
|