aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
...
| * #[25947]Change UI for Vehicle UpdateMartin Weick2018-05-221-1/+2
| |
| * Fix regression caused by commit:3f84016Tharre2018-05-221-2/+2
| | | | | | | | | | | | Enums have ordering is important, commit:3f84016 changed ordering of the Vehicle.Status enum, but failed to also change that in the database schema.
| * Add logback.xmlTharre2018-05-211-0/+23
| |
| * [#25957] Improved css-File. (Comments, structure, less redundancy)Andreas Weninger2018-05-213-17/+51
| |
| * [#25958] Further revert changes from wrong aproach.Andreas Weninger2018-05-211-1/+0
| |
| * [#25958] Deleteing wrong aproach.Andreas Weninger2018-05-211-21/+0
| |
| * [#25958] Reformating.Andreas Weninger2018-05-211-1/+1
| |
| * [#25958] Implementing Context Menu as JavaFX Context Menu.Andreas Weninger2018-05-211-7/+0
| |
| * Status menu FXML & ControllerAndreas Weninger2018-05-213-5/+35
| |
| * StatusMenuAndreas Weninger2018-05-211-0/+9
| |
| * Reworking MainWindow UI.Andreas Weninger2018-05-212-97/+58
| |
| * UI Changes Main WindowAndreas Weninger2018-05-212-70/+97
| |
| * [#25958] Apply code formatting. Context Menu Label now bold and black while ↵Andreas Weninger2018-05-211-2/+19
| | | | | | | | highlighted. Annotate stuff.
| * Updated Visuals in MainWindow.Andreas Weninger2018-05-212-9/+25
| |
| * Reworking MainWindow UI.Andreas Weninger2018-05-213-97/+86
| |
| * UI Changes Main WindowAndreas Weninger2018-05-213-106/+124
| |
| * Fix DBUnit's enums and revert database changesTharre2018-05-121-13/+7
| |
* | Added methods and filesViktoria Pundy2018-05-222-0/+104
|/
* Reformat.Andreas Weninger2018-05-081-45/+45
| | | | Implemented find maximum education in VehiclePaneController; relies on EducationLevel.Compare.
* VehiclePane FXMLAndreas Weninger2018-05-086-11/+67
|
* Empty skeleton for VehiclePane.Andreas Weninger2018-05-081-0/+14
|
* Change header-background-color and add drop-shadows to main elementsDominic Rogetzer2018-05-071-6/+6
|
* Changed test behaviour to leave "clean" database for other testsFelix Kehrer2018-05-071-0/+5
|
* Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-072-8/+10
|
* Merge branch 'main_controller' into review_fahrzeug_anmeldenFelix Kehrer2018-05-071-6/+7
|\
| * Change CreateOperationController.fxml labels to hyperlinks with onActionDominic Rogetzer2018-05-071-6/+7
| |
* | Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-6/+11
|\ \
| * | Change enum types to varchar with check constraint to support DBUnitDominic Rogetzer2018-05-071-6/+11
| |/
* | Changed test data to be in sync with new database schemaFelix Kehrer2018-05-071-2/+2
| |
* | Added groundwork for DAO testsFelix Kehrer2018-05-072-0/+15
| |
* | First mockup of RegistrationWindow and its controllerFelix Kehrer2018-05-071-0/+76
|/
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-061-94/+0
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+94
| | | | Controller
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-061-94/+0
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+94
| | | | Controller
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-061-2/+2
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-061-0/+94
| | | | Controller
* Move createCar.fxml to fxml folderMartin Weick2018-05-041-0/+0
|
* Move CreateCarController to package 'controller'Martin Weick2018-05-041-1/+1
|
* testsMartin Weick2018-05-041-0/+0
|
* Implement vehicleAdd, start creating testsMartin Weick2018-05-041-1/+1
|
* Dummie UIMartin Weick2018-05-041-0/+17
|
* Merge branch 'review_create_new_employee' into developTharre2018-05-041-0/+24
|\
| * add CreateNewEmployeeController and set on-click methodsDominic Rogetzer2018-05-031-2/+2
| |
| * create first version of createNewEmployee-UIDominic Rogetzer2018-05-031-0/+24
| |
* | Add missing hasNef attr. to VehicleVersion tableTharre2018-05-031-0/+1
|/
* Add sql database schemaTharre2018-05-011-0/+57