summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard
Commit message (Expand)AuthorAgeFilesLines
...
* [client] also check if the return list of location is emptyJonathan Bauer2016-01-131-1/+1
* [client] fix LectureWizard not accepting "Done" when no locations are selectedJonathan Bauer2016-01-131-5/+3Star
* [client] checkbox to show the lecture only in the selected roomsJonathan Bauer2016-01-053-19/+20
* [client] room selection widget [wip]Jonathan Bauer2015-12-183-1/+87
* [client] Make caption of permission checks match col names in permission tables.Stephan Schwaer2015-10-292-3/+3
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-272-29/+6Star
* [client] Disabled checkboxes for not implemented features (internet access an...Stephan Schwaer2015-10-081-0/+4
* [client] Removed useless isActive button from imageCreation wizard.Stephan Schwaer2015-10-072-7/+1Star
* [client] Refresh imagelist after image deletion.Stephan Schwaer2015-10-071-1/+1
* [client] Code formatting.Stephan Schwaer2015-10-079-26/+20Star
* [client] Can now continue in imageListPage in lecture wizard with double clic...Stephan Schwaer2015-10-072-2/+17
* [client] Made dedicated buttons in the mainWindow. Changed string in lecture ...Stephan Schwaer2015-10-071-3/+3
* [client] Calculate and show the days between the selected dates in lecture cr...Stephan Schwaer2015-10-062-2/+28
* [client] More formattingStephan Schwaer2015-10-061-4/+6
* [client] Fixed default permissions not beeing written at image creation.Stephan Schwaer2015-10-062-6/+8
* [client] Wizard can now be opened after creating image. Added notice to optio...Stephan Schwaer2015-10-022-0/+32
* [client] Fix several issues with the new upload schemeSimon Rettberg2015-10-025-47/+97
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-018-136/+425
* [client] Set default permissions in wizards with perms from satellite config.Stephan Schwaer2015-09-282-7/+4Star
* [client] More user window fixes; Moved default permissions to custom permissi...Stephan Schwaer2015-09-258-36/+63
* [client] Moved default permissions onto same page as custom permissions for i...Stephan Schwaer2015-09-254-28/+52
* [client] Refresh imageCache when starting lecture wizard.Stephan Schwaer2015-09-241-0/+10
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-171-0/+1
|\
| * [client] Changed "Neu" Buttonlabel in ImageListW, fix userfeedback in ImageMe...Stephan Schwaer2015-09-171-0/+1
* | [client] success message when the upload creation finishedJonathan Bauer2015-09-171-9/+25
|/
* [client] ImageUpdateWiz: if updating version metadata failed, inform userJonathan Bauer2015-09-162-2/+6
* [client] ImageCreationWizard: in performFinish, check if any step fails and s...Jonathan Bauer2015-09-161-5/+18
* [client] reworked german textJonathan Bauer2015-09-1510-25/+22Star
* [client] ImageMetadataPage: set description message when all checks for the p...Jonathan Bauer2015-09-141-1/+3
* [client] Remove unneeded checksSimon Rettberg2015-09-111-6/+4Star
* [client] Image/Lectures: only push metadata/permissions if they were changedJonathan Bauer2015-09-112-2/+2
* [client] Filter for "Usable" now also checks if user canLink the imageJonathan Bauer2015-09-081-1/+1
* [client] ImageListViewer now accepts a default FilterType given in the constr...Jonathan Bauer2015-09-071-1/+2
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-074-19/+6Star
* [client] fix open folder (missing listener)Jonathan Bauer2015-09-071-1/+0Star
* [client] use QDateTimeImpl in LectureCreationPageJonathan Bauer2015-09-072-5/+6
* [client] Change wording of upload wizard, refine cancel checkSimon Rettberg2015-09-052-13/+19
* [client] Fixed linking to unallowed images.Stephan Schwaer2015-09-041-1/+5
* [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-041-2/+5
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-09-031-2/+1Star
|\
| * [client] removed old success message when creating a new lecture, now always ...Jonathan Bauer2015-09-031-6/+3Star
* | [client] Don't show owner in userList when changing owner or adding user for ...Stephan Schwaer2015-09-033-7/+6Star
|/
* [client] Hinweis > InfoJonathan Bauer2015-09-021-1/+1
* [client] implements missing UIFeedbackJonathan Bauer2015-09-011-2/+2
* [client] Fix Wizard moving around when entering image selection pageSimon Rettberg2015-08-311-5/+3Star
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-316-2/+17
* [client] better user feedback if dates are invalid in LectureDetailsJonathan Bauer2015-08-311-0/+5
* [client] info message in Image Upload Page.Stephan Schwaer2015-08-281-0/+15
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-284-21/+17Star