aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/fxml/CreateOperationController.fxml
Commit message (Collapse)AuthorAgeFilesLines
* Rename 'einsatzverwaltung' to 'missioncontrol' + remove TODO [#25963]Dominic Rogetzer2018-06-181-1/+1
|
* Fix list.Andreas Weninger2018-06-181-1/+1
|
* UI Changes to match UI Document. Coloring, Scrolling.Andreas Weninger2018-06-181-69/+52
|
* Small adjustment for size of active Operation list [#25963]Viktoria Pundy2018-06-181-1/+1
|
* Center employee and vehicle window [#28618]Dominic Rogetzer2018-06-161-1/+1
|
* set gui in the middle #27301Martin Weick2018-06-161-1/+1
|
* Hotfix: Nothing was clickable before closing a subwindow.Andreas Weninger2018-06-141-4/+5
|
* [#27381] Fixing bug caused by previous commit (nothing clickable)Andreas Weninger2018-06-131-1/+1
|
* [#27381] CreateOperstionController changes to properly align the ↵Andreas Weninger2018-06-131-6/+14
| | | | half-transparent pane & the registration-pane.
* Rename ListEmployeesController to ManageEmployeesController [#25963]Dominic Rogetzer2018-06-071-1/+1
| | | | because later, a new Controller EmployeeListController will be created, which just lists employees and the current ListEmployeesController actually not only lists employees but also allows them to edit, create => manage
* Added elements to Archive-Window, adjusted already existing elements [#27299]Viktoria Pundy2018-06-021-1/+1
|
* Included fxml-FilesViktoria Pundy2018-05-261-1/+4
| | | | Included fxml-Files "ArchiveOperation", "createCar", "listEmployees" and "RegistrationWindow" in "CreateOperationController". Therefore these windows are not standalone windows anymore but part of the main window. Additionally, methods were added to their respective controllers in order to show and hide the windows
* Change position of 'Archiv'-link in fxml [#25963]Dominic Rogetzer2018-05-241-1/+1
|
* Change package structure/naming #25963Tharre2018-05-241-1/+1
|
* Add onOperationCodeChanged method + format in fxmlMartin Weick2018-05-241-9/+19
|
* Merge branch 'develop' into change_operation_status_fixViktoria Pundy2018-05-221-87/+68
|\ | | | | | | | | | | # Conflicts: # src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/userInterface/CreateOperationController.java # src/main/resources/fxml/CreateOperationController.fxml
| * Fix conflicts and reimplement Operation.list()Tharre2018-05-221-3/+1
| |
| * Included ArchivOperation into CreateOperation [#24990]Viktoria Pundy2018-05-221-0/+1
| |
| * [#25957] Improved css-File. (Comments, structure, less redundancy)Andreas Weninger2018-05-211-5/+3
| |
| * [#25958] Further revert changes from wrong aproach.Andreas Weninger2018-05-211-1/+0
| |
| * [#25958] Reformating.Andreas Weninger2018-05-211-1/+1
| |
| * Status menu FXML & ControllerAndreas Weninger2018-05-211-1/+2
| |
| * Reworking MainWindow UI.Andreas Weninger2018-05-211-96/+57
| |
| * UI Changes Main WindowAndreas Weninger2018-05-211-69/+96
| |
| * Updated Visuals in MainWindow.Andreas Weninger2018-05-211-9/+21
| |
| * Reworking MainWindow UI.Andreas Weninger2018-05-211-96/+57
| |
| * UI Changes Main WindowAndreas Weninger2018-05-211-78/+101
| |
* | Added methods and filesViktoria Pundy2018-05-221-0/+2
|/
* Change header-background-color and add drop-shadows to main elementsDominic Rogetzer2018-05-071-6/+6
|
* Change CreateOperationController.fxml labels to hyperlinks with onActionDominic Rogetzer2018-05-071-6/+7
|
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-061-0/+94
validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles