aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/controller/RegistrationWindowController.java
Commit message (Expand)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-181-279/+0
* UI Changes to match UI Document. Coloring, Scrolling.Andreas Weninger2018-06-181-0/+1
* Add requestVehicle button OperationDetails #24981Tharre2018-06-181-1/+1
* Use helper methods for showing alerts in RegistrationWindowCtrl [#25963]Dominic Rogetzer2018-06-171-31/+12
* Added logging to onMouseClicked methods #27033Felix Kehrer2018-06-161-2/+2
* Added logging to caught Exceptions #27033Felix Kehrer2018-06-161-18/+6
* [#27381] UI ChangesAndreas Weninger2018-06-131-0/+11
* UI ReworkAndreas Weninger2018-06-131-80/+153
* Revert "fix update only occurring on program startup #25963"Tharre2018-06-131-11/+0
* fix update only occurring on program startup #25963Felix Kehrer2018-06-111-0/+11
* fix whole program being closed upon successful registration #25963Felix Kehrer2018-06-111-3/+3
* reformatted codeViktoria Pundy2018-05-261-2/+2
* Included fxml-FilesViktoria Pundy2018-05-261-1/+13
* Fix NPE when choseVehicle is nullMartin Weick2018-05-241-18/+21
* Adjusted methods in Controllers [#25963]Viktoria Pundy2018-05-231-25/+18
* Fix employees being added twice instead of removed #25963Felix Kehrer2018-05-231-2/+7
* fixing registration Employee list #25874Martin Weick2018-05-221-0/+6
* Change interfaces to use Set instead of ListTharre2018-05-121-3/+5
* Changed interface back to how it was beforeFelix Kehrer2018-05-071-1/+1
* Set default values for time-ChoiceBoxesFelix Kehrer2018-05-071-0/+2
* Fix NullPointerException occurring when empty area clicked in tableFelix Kehrer2018-05-071-0/+6
* Close window after successful adding of reservationFelix Kehrer2018-05-071-0/+1
* Replaced EventHandler<MouseEvent> with lambdaFelix Kehrer2018-05-071-19/+11
* Corrected wrong ZoneOffsetFelix Kehrer2018-05-071-3/+3
* First mockup of RegistrationWindow and its controllerFelix Kehrer2018-05-071-0/+203