summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main
Commit message (Expand)AuthorAgeFilesLines
* [client] Cleanup & formattingSimon Rettberg2016-01-227-90/+46Star
* [client] Remember if sat supports locations and stop querying if notSimon Rettberg2016-01-211-1/+13
* [client] Remove useless commentsSimon Rettberg2016-01-211-7/+0Star
* [client] Hide satellite servers starting with {x} when not pressing SHIFTSimon Rettberg2016-01-211-0/+10
* [client] Lower caching time for lectures and images from 2min to 30secSimon Rettberg2016-01-212-2/+2
* [client] Changed location selector from lists to tree selectionJonathan Bauer2016-01-217-286/+558
* [client] Fix NPE related to location editorSimon Rettberg2016-01-191-1/+1
* [client] more location stuff [wip]Jonathan Bauer2016-01-184-110/+182
* [client] make the LocationSelectionWindow modal if a parent is given (e.g. Le...Jonathan Bauer2016-01-181-5/+11
* [client] fix sorting of locationsJonathan Bauer2016-01-152-4/+17
* [client] added "Schliessen"/"Speichern" buttons to LocationSelectionWindowJonathan Bauer2016-01-152-1/+38
* [client] RPC changed: Add is user private fieldSimon Rettberg2016-01-132-2/+2
* [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-134-25/+19Star
* [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
* [client] room selection widget [wip]Jonathan Bauer2015-12-1811-5/+543
* [client] don't scroll the pane for the changelog to the bottom, always force ...Jonathan Bauer2015-12-111-0/+1
* [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 w...Simon Rettberg2015-11-162-7/+4Star
* [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
* [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 feed...Stephan Schwaer2015-10-292-3/+3
* [client] Fix NPE for lectures without linked images.Stephan Schwaer2015-10-292-2/+7
* [client] Make MapHelper null safe and do lectureCache refresh with QuickTimer...Stephan Schwaer2015-10-292-2/+18
* [client] Fix appearance of lecture and resulting NPE after deleting image the...Stephan Schwaer2015-10-293-5/+8
* [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-272-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 s...Simon Rettberg2015-10-225-22/+16Star
* [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 w...Stephan Schwaer2015-10-121-15/+31
* [client] Show date of version to be deleted and fix to correctly check permis...Stephan Schwaer2015-10-082-11/+13
* [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 us...Stephan Schwaer2015-10-083-35/+71
* [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 an...Stephan Schwaer2015-10-082-2/+12
* [client] Show satellite selection window if connection fails the first time, ...Simon Rettberg2015-10-071-1/+2
* [client] Removed useless isActive button from imageCreation wizard.Stephan Schwaer2015-10-073-9/+1Star