summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/state/LectureWizardState.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Clean up importsSimon Rettberg2019-05-291-1/+0Star
|
* [client/server] add support for advanced configuration for usb/netrules stuffJonathan Bauer2016-03-031-0/+6
|
* [client] fix LectureWizard not accepting "Done" when no locations are selectedJonathan Bauer2016-01-131-1/+1
| | | | | * removed the test code for the location cache, activated the real call * not showing the LocationSelectionPage if no locations are returned from the cache
* [client] checkbox to show the lecture only in the selected roomsJonathan Bauer2016-01-051-1/+2
| | | | | | functionality still wip renamed room -> locations
* [client] room selection widget [wip]Jonathan Bauer2015-12-181-0/+4
| | | | | new wizard page in the lecture wizard new button "Raumauswahl" LectureDetailsWindow
* [client] Added multi select, delete and del key to versionList in imageDetails.Stephan Schwaer2015-10-081-1/+0Star
|
* [client] Set proper defaults for new lectureSimon Rettberg2015-09-071-3/+3
|
* [client] Added lecturePermissionManager to lectureWizard and changed some ↵Stephan Schwaer2015-08-211-1/+1
| | | | naming. (Server doesn't implement lecture permission methods)
* [client] Layout; don't close lecture wizard if creation failedSimon Rettberg2015-08-131-1/+2
|
* [client] Show image name in lecture wizard; check form validity on "Next"Simon Rettberg2015-08-111-2/+3
|
* [client] lecture wizard quasi completeJonathan Bauer2015-08-111-2/+14
|
* [client] lecture wizard stuff (state, removed old bool, added date/time ↵Jonathan Bauer2015-08-111-0/+15
parsing/listener stuff)