summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org
Commit message (Collapse)AuthorAgeFilesLines
...
* [*] Thrift API changesSimon Rettberg2015-08-275-11/+34
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-275-43/+276
|\
| * [client] Added functionality to change linked image of a lecture.Stephan Schwaer2015-08-275-43/+276
| |
* | [client] make image list in lecture wizard resizable (FOR THIS PAGE ONLY)Jonathan Bauer2015-08-271-2/+12
|/
* [client] fix red search text color when regex is invalidJonathan Bauer2015-08-271-3/+3
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-273-10/+29
|\
| * [client] Change color of wizard message for warnings and errorsSimon Rettberg2015-08-273-10/+29
| |
* | [client] fix lectures details multiple openJonathan Bauer2015-08-271-0/+1
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-2722-79/+164
|\
| * [client] ColorUtil: Remove unused parameterSimon Rettberg2015-08-272-2/+2
| |
| * [client] More agressive cache usage for .get*byId .find in Thift Cache helpersSimon Rettberg2015-08-273-26/+81
| |
| * [client] Fix comments in QFileChooserSimon Rettberg2015-08-271-5/+3Star
| |
| * [client] OS Sorting: Sort "Unknown" lastSimon Rettberg2015-08-271-0/+7
| |
| * [client] ListTable: re-enable accidentally disabled sorting by ComparatorSimon Rettberg2015-08-271-5/+5
| |
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-08-2712-34/+45
| |\
| | * [client] Fix opening locations of new dialog windows.Stephan Schwaer2015-08-2712-34/+45
| | |
| * | [client] Fix: Set OS column type to IntegerSimon Rettberg2015-08-271-1/+1
| |/
| * [client] TableColumnAdjuster: Use weighted scaling, so one very wide entry ↵Simon Rettberg2015-08-271-6/+20
| | | | | | | | won't make the column too wide
* | [client] filter the table of the columns we dont wanna see when linking an ↵Jonathan Bauer2015-08-271-0/+4
| | | | | | | | existing lecture to another image
* | [client] fix multiple details windows opennigJonathan Bauer2015-08-271-0/+1
|/
* [client] ListTable: Support showing and hiding columns; set sorter through ↵Simon Rettberg2015-08-277-72/+105
| | | | Column class
* [client] Changes to column handling in ListTableSimon Rettberg2015-08-277-137/+168
|
* [client] reworked ThriftActions.deleteImageBase and deleteImageVersionJonathan Bauer2015-08-264-44/+48
|
* [client] only check if selected image is validJonathan Bauer2015-08-261-10/+2Star
|
* [client] Fix searching in ImageTableSimon Rettberg2015-08-262-72/+109
|
* [client] LectureImageListPage user feedback based on his selectionJonathan Bauer2015-08-263-8/+38
|
* [client] *ListWindow cosmeticsJonathan Bauer2015-08-261-2/+5
|
* [client] switch image <-> lectures buttons in *ListWindowsJonathan Bauer2015-08-268-35/+30Star
| | | | add LectureImageListPage if starting image is unknown in LectureWizard
* [client] Simplify ListTable interfaces, add util class for color handlingSimon Rettberg2015-08-269-141/+209
|
* [client] LectureImageList Page for WizardJonathan Bauer2015-08-266-2/+83
|
* [client] add "View/Edit" button to button panel and popup menu in ImageListJonathan Bauer2015-08-263-32/+34
|
* [client] refactor: ImageWizard -> ImageCreationWizard & UpdateWizard -> ↵Jonathan Bauer2015-08-264-10/+10
| | | | ImageUpdateWizard
* [client] InitUploadStatus: returns uploadTask and hashGen when initializing ↵Jonathan Bauer2015-08-262-6/+31
| | | | an upload and set them to state when starting it
* [client] async upload cancel callsJonathan Bauer2015-08-261-18/+19
|
* [client] do not enable download button when en invalid image is selectedJonathan Bauer2015-08-261-5/+4Star
|
* [client] lectureList popup menuJonathan Bauer2015-08-262-27/+132
|
* [client] Mark lectures that are out of their validity date range, mark own ↵Simon Rettberg2015-08-252-26/+57
| | | | lectures
* [client] Mark invalid image versions in lecture details windowSimon Rettberg2015-08-252-73/+94
|
* [client] Display memory usageSimon Rettberg2015-08-251-10/+46
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-254-168/+226
|\
| * [client] Extracted ImageList from imageListWindow to ImageListViewer.Stephan Schwaer2015-08-254-168/+226
| |
* | [client] reworked image base deletion from ImageListWindowJonathan Bauer2015-08-252-4/+40
|/
* [client] fix description label beeing suckyJonathan Bauer2015-08-251-1/+2
|
* [client] upload version button disabled if no permissionJonathan Bauer2015-08-251-0/+1
|
* [client] back button to the right of the button compositeJonathan Bauer2015-08-251-0/+3
|
* [client] remove this shitty workaround and fix it properlyJonathan Bauer2015-08-251-17/+14Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-251-4/+4
|\
| * [client] Exchanged version clumn in imageList with validityStephan Schwaer2015-08-251-4/+4
| |
* | [client] reworked image deletion in iamgeListJonathan Bauer2015-08-251-14/+16
| |
* | [client] check maxValidity for lecture when creating themJonathan Bauer2015-08-252-10/+28
| |