Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small Changes [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | Renamed ArchivOperation to ArchiveOperation [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Vehicles are now shown in detail view [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -4/+5 |
| | |||||
* | Added Details for Archive Operation [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -0/+49 |
| | | | | Added fxml-file for details of one operation as well as methods to fill in data and show Data in UI | ||||
* | Fixed a bug where children of flow pane would not be shown [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -9/+3 |
| | |||||
* | Changed archiv to standalone window [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -5/+11 |
| | | | | Changed methods in order to make ArchivOperation a window independent of createOperation, buttons are not yet visible | ||||
* | Started adding elements, implemented first methods for archivOperation [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -1/+6 |
| | |||||
* | Included ArchivOperation into CreateOperation [#24990] | Viktoria Pundy | 2018-05-22 | 2 | -2/+3 |
| | |||||
* | Added elements for archive page [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -0/+6 |
| | |||||
* | Implement cancel Button in CreateCarController #25948 | Martin Weick | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | #[25947]Change UI for Vehicle Update | Martin Weick | 2018-05-22 | 1 | -1/+2 |
| | |||||
* | Fix regression caused by commit:3f84016 | Tharre | 2018-05-22 | 1 | -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.xml | Tharre | 2018-05-21 | 1 | -0/+23 |
| | |||||
* | [#25957] Improved css-File. (Comments, structure, less redundancy) | Andreas Weninger | 2018-05-21 | 3 | -17/+51 |
| | |||||
* | [#25958] Further revert changes from wrong aproach. | Andreas Weninger | 2018-05-21 | 1 | -1/+0 |
| | |||||
* | [#25958] Deleteing wrong aproach. | Andreas Weninger | 2018-05-21 | 1 | -21/+0 |
| | |||||
* | [#25958] Reformating. | Andreas Weninger | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | [#25958] Implementing Context Menu as JavaFX Context Menu. | Andreas Weninger | 2018-05-21 | 1 | -7/+0 |
| | |||||
* | Status menu FXML & Controller | Andreas Weninger | 2018-05-21 | 3 | -5/+35 |
| | |||||
* | StatusMenu | Andreas Weninger | 2018-05-21 | 1 | -0/+9 |
| | |||||
* | Reworking MainWindow UI. | Andreas Weninger | 2018-05-21 | 2 | -97/+58 |
| | |||||
* | UI Changes Main Window | Andreas Weninger | 2018-05-21 | 2 | -70/+97 |
| | |||||
* | [#25958] Apply code formatting. Context Menu Label now bold and black while ↵ | Andreas Weninger | 2018-05-21 | 1 | -2/+19 |
| | | | | highlighted. Annotate stuff. | ||||
* | Updated Visuals in MainWindow. | Andreas Weninger | 2018-05-21 | 2 | -9/+25 |
| | |||||
* | Reworking MainWindow UI. | Andreas Weninger | 2018-05-21 | 3 | -97/+86 |
| | |||||
* | UI Changes Main Window | Andreas Weninger | 2018-05-21 | 3 | -106/+124 |
| | |||||
* | Fix DBUnit's enums and revert database changes | Tharre | 2018-05-12 | 1 | -13/+7 |
| | |||||
* | Reformat. | Andreas Weninger | 2018-05-08 | 1 | -45/+45 |
| | | | | Implemented find maximum education in VehiclePaneController; relies on EducationLevel.Compare. | ||||
* | VehiclePane FXML | Andreas Weninger | 2018-05-08 | 6 | -11/+67 |
| | |||||
* | Empty skeleton for VehiclePane. | Andreas Weninger | 2018-05-08 | 1 | -0/+14 |
| | |||||
* | Change header-background-color and add drop-shadows to main elements | Dominic Rogetzer | 2018-05-07 | 1 | -6/+6 |
| | |||||
* | Changed test behaviour to leave "clean" database for other tests | Felix Kehrer | 2018-05-07 | 1 | -0/+5 |
| | |||||
* | Changed enums (and similar fields) to match enum names of Java | Felix Kehrer | 2018-05-07 | 2 | -8/+10 |
| | |||||
* | Merge branch 'main_controller' into review_fahrzeug_anmelden | Felix Kehrer | 2018-05-07 | 1 | -6/+7 |
|\ | |||||
| * | Change CreateOperationController.fxml labels to hyperlinks with onAction | Dominic Rogetzer | 2018-05-07 | 1 | -6/+7 |
| | | |||||
* | | Merge branch 'employee_list' into fahrzeug_anmelden | Felix Kehrer | 2018-05-07 | 1 | -6/+11 |
|\ \ | |||||
| * | | Change enum types to varchar with check constraint to support DBUnit | Dominic Rogetzer | 2018-05-07 | 1 | -6/+11 |
| |/ | |||||
* | | Changed test data to be in sync with new database schema | Felix Kehrer | 2018-05-07 | 1 | -2/+2 |
| | | |||||
* | | Added groundwork for DAO tests | Felix Kehrer | 2018-05-07 | 2 | -0/+15 |
| | | |||||
* | | First mockup of RegistrationWindow and its controller | Felix Kehrer | 2018-05-07 | 1 | -0/+76 |
|/ | |||||
* | Finished implementing needed methods in Persistence layer, added some ↵ | Viktoria Pundy | 2018-05-06 | 1 | -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 Pundy | 2018-05-06 | 1 | -0/+94 |
| | | | | Controller | ||||
* | Finished implementing needed methods in Persistence layer, added some ↵ | Viktoria Pundy | 2018-05-06 | 1 | -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 Pundy | 2018-05-06 | 1 | -0/+94 |
| | | | | Controller | ||||
* | Finished implementing needed methods in Persistence layer, added some ↵ | Viktoria Pundy | 2018-05-06 | 1 | -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 Pundy | 2018-05-06 | 1 | -0/+94 |
| | | | | Controller | ||||
* | Move createCar.fxml to fxml folder | Martin Weick | 2018-05-04 | 1 | -0/+0 |
| | |||||
* | Move CreateCarController to package 'controller' | Martin Weick | 2018-05-04 | 1 | -1/+1 |
| | |||||
* | tests | Martin Weick | 2018-05-04 | 1 | -0/+0 |
| | |||||
* | Implement vehicleAdd, start creating tests | Martin Weick | 2018-05-04 | 1 | -1/+1 |
| |