summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] fix LectureWizard not accepting "Done" when no locations are selectedJonathan Bauer2016-01-134-25/+19Star
| | | | | * 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] change checkbox for lecture location showing mode to radio buttonsJonathan Bauer2016-01-072-14/+37
|
* [client] checkbox to show the lecture only in the selected roomsJonathan Bauer2016-01-0512-401/+521
| | | | | | functionality still wip renamed room -> locations
* [client] room selection widget [wip]Jonathan Bauer2015-12-1811-5/+543
| | | | | new wizard page in the lecture wizard new button "Raumauswahl" LectureDetailsWindow
* [client] don't scroll the pane for the changelog to the bottom, always force ↵Jonathan Bauer2015-12-111-0/+1
| | | | it to start at the top
* [client] Fix: always generate multiple of 4 values for VM RAMSimon Rettberg2015-11-231-1/+1
|
* [client] Update vmware link to point to version 12, clean up vmware notice ↵Simon Rettberg2015-11-162-7/+4Star
| | | | window
* [client] Update Save button state when changing email notification settingSimon Rettberg2015-11-121-2/+1Star
|
* [client] Fix ui ugliness in image-/lecture details window of the description ↵Stephan Schwaer2015-11-032-8/+10
| | | | text.
* [client] Fix NPE in config window when used without sessionSimon Rettberg2015-11-021-1/+1
|
* [client] Remove obsolete label on config sliders.Stephan Schwaer2015-10-301-0/+2
|
* [client] Added slider labels in config window for windows.Stephan Schwaer2015-10-301-0/+1
|
* [client] Layout fixes in ImageDetails and removed obsolete Space in user ↵Stephan Schwaer2015-10-292-3/+3
| | | | feedback string.
* [client] Fix NPE for lectures without linked images.Stephan Schwaer2015-10-292-2/+7
|
* [client] Make MapHelper null safe and do lectureCache refresh with ↵Stephan Schwaer2015-10-292-2/+18
| | | | QuickTimer after deleting image.
* [client] Fix appearance of lecture and resulting NPE after deleting image ↵Stephan Schwaer2015-10-293-5/+8
| | | | the lecture linked to. Also make user feedback of deleting images more clear.
* [client] Make caption of permission checks match col names in permission tables.Stephan Schwaer2015-10-294-5/+5
|
* [client] Clean up deleteLectures and improve it's user feadback.Stephan Schwaer2015-10-272-55/+53Star
|
* [client] Add two floppy drives to vmx of downloaded VMSimon Rettberg2015-10-271-1/+20
|
* [client] ResourceLoader: Fix leak, add getStream()Simon Rettberg2015-10-271-5/+13
|
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-278-119/+25Star
|
* [client] add missing classSimon Rettberg2015-10-271-0/+25
|
* [client] Improve focus/idm handling in login windowSimon Rettberg2015-10-271-10/+38
|
* [*] Implement max connection information in satellite configSimon Rettberg2015-10-271-0/+7
|
* [client] Clean up config window, add config button to login dialogSimon Rettberg2015-10-227-122/+245
|
* [client] Make list deselection more consistent with native behaviour, match ↵Simon Rettberg2015-10-225-22/+16Star
| | | | scroll pane background with table
* [client] Add experimental setting for number of connections per transferSimon Rettberg2015-10-215-20/+70
|
* [client] Make deselection in tables possible when clicking on empty space.Stephan Schwaer2015-10-197-13/+62
|
* [client] Prevent student to switch to imageList with menuButton.Stephan Schwaer2015-10-151-0/+6
|
* [client] Now possible for default admin to remove default admin permissions ↵Stephan Schwaer2015-10-121-15/+31
| | | | without exception.
* [client] Show date of version to be deleted and fix to correctly check ↵Stephan Schwaer2015-10-082-11/+13
| | | | permissions when trying to delete.
* [client] Fixed layout problems in transferPanel with long image names.Stephan Schwaer2015-10-081-1/+5
|
* [client] Added delete keyboard shortcut in imagePermissionTables to remove ↵Stephan Schwaer2015-10-083-35/+71
| | | | users from the list.
* [client] Added multi select, delete and del key to versionList in imageDetails.Stephan Schwaer2015-10-082-14/+64
|
* [client] Disabled checkboxes for not implemented features (internet access ↵Stephan Schwaer2015-10-082-2/+12
| | | | and exam) for lectures
* [client] Show satellite selection window if connection fails the first time, ↵Simon Rettberg2015-10-071-1/+2
| | | | and we only had one satellite
* [client] Removed useless isActive button from imageCreation wizard.Stephan Schwaer2015-10-073-9/+1Star
|
* [client] Refresh imagelist after image deletion.Stephan Schwaer2015-10-073-6/+6
|
* [client] Code formatting.Stephan Schwaer2015-10-0724-102/+80Star
|
* [client] Can now continue in imageListPage in lecture wizard with double ↵Stephan Schwaer2015-10-072-2/+17
| | | | click on image.
* [client] Removed obsolete workflow comment.Stephan Schwaer2015-10-071-26/+0Star
|
* [client] Made dedicated buttons in the mainWindow. Changed string in lecture ↵Stephan Schwaer2015-10-073-9/+16
| | | | wizard.
* [client] Calculate and show the days between the selected dates in lecture ↵Stephan Schwaer2015-10-063-3/+48
| | | | creation wizard.
* [client] Allow saving of lecture changes if date period is invalid but dates ↵Stephan Schwaer2015-10-061-1/+11
| | | | haven't changed.
* [client] More formattingStephan Schwaer2015-10-064-24/+33
|
* [client] Fixed default permissions not beeing written at image creation.Stephan Schwaer2015-10-062-6/+8
|
* [client] code cleanup and formatting.Stephan Schwaer2015-10-064-52/+50Star
|
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-054-35/+159
|
* [client] Fixed NPE when opening links.Stephan Schwaer2015-10-052-10/+15
|
* [client] Add raised border to activity panelsSimon Rettberg2015-10-053-3/+7
|