aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [#25958] Apply code formatting. Context Menu Label now bold and black while ↵Andreas Weninger2018-05-214-57/+100
| | | | highlighted. Annotate stuff.
* Updated Visuals in MainWindow.Andreas Weninger2018-05-212-9/+25
|
* Reworking MainWindow UI.Andreas Weninger2018-05-214-98/+90
|
* UI Changes Main WindowAndreas Weninger2018-05-216-177/+226
|
* JdbcTestCase changed to work with Junit 4Tharre2018-05-212-11/+92
|
* Extract dbunit JDBC modifications to JdbcTestCaseTharre2018-05-132-42/+53
|
* Change interfaces to use Set instead of ListTharre2018-05-1224-74/+77
|
* Fix DBUnit's enums and revert database changesTharre2018-05-123-136/+101
|
* Implement VehicleDAO.get() and fix list() misuseTharre2018-05-114-48/+77
|
* Reformat.Andreas Weninger2018-05-082-52/+67
| | | | Implemented find maximum education in VehiclePaneController; relies on EducationLevel.Compare.
* VehiclePane ControllerAndreas Weninger2018-05-081-15/+40
|
* VehiclePane FXMLAndreas Weninger2018-05-087-11/+78
|
* Empty skeleton for VehiclePane.Andreas Weninger2018-05-082-0/+47
|
* Change header-background-color and add drop-shadows to main elementsDominic Rogetzer2018-05-071-6/+6
|
* Fix 'KTW-B' vs 'KTW_B' parsing problemDominic Rogetzer2018-05-071-1/+1
|
* Changed interface back to how it was beforeFelix Kehrer2018-05-074-11/+53
|
* Fixed a bug where nullpointer was thrown when element in vehicle list was nullViktoria Pundy2018-05-071-0/+3
|
* Changed test behaviour to leave "clean" database for other testsFelix Kehrer2018-05-072-9/+20
|
* Change database location to ./Felix Kehrer2018-05-071-1/+1
|
* Swap add and connectVehicleToOperationDominic Rogetzer2018-05-071-6/+11
|
* Remove nonexistent return valueFelix Kehrer2018-05-071-2/+4
|
* Set severity as a letter, not a numberFelix Kehrer2018-05-071-2/+5
|
* Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-073-9/+11
|
* Set default values for time-ChoiceBoxesFelix Kehrer2018-05-071-0/+2
|
* Add hasNef property to VehicleDatabaseDao.addDominic Rogetzer2018-05-071-11/+14
|
* Implement onRegistrationClickedDominic Rogetzer2018-05-071-1/+1
|
* Merge branch 'main_controller' into review_fahrzeug_anmeldenFelix Kehrer2018-05-073-7/+107
|\
| * Log openNewWindow errorDominic Rogetzer2018-05-071-1/+6
| |
| * Add hyperlink-click-methods in CreateOperationController, implementDominic Rogetzer2018-05-071-1/+43
| | | | | | | | onEmployeeLinkClicked
| * Change CreateOperationController.fxml labels to hyperlinks with onActionDominic Rogetzer2018-05-071-6/+7
| |
| * Add Platform.exit() on window-close and add stop-methodDominic Rogetzer2018-05-071-8/+9
| |
| * Add MainApplication which opens Operation windowDominic Rogetzer2018-05-071-0/+51
| |
* | Fix NullPointerException occurring when empty area clicked in tableFelix Kehrer2018-05-071-0/+6
| |
* | Rename Registration Dao & service to conventional styleFelix Kehrer2018-05-074-14/+13
| |
* | Merge branch 'vehicle_service_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-5/+24
|\ \
| * | Implement vehicleService.listDominic Rogetzer2018-05-071-5/+24
| |/
* | Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-075-9/+218
|\ \
| * | Implement EmployeePersistenceTest with DBUnitDominic Rogetzer2018-05-071-0/+155
| | |
| * | Add test-data in xml format for EmployeePersistenceTestDominic Rogetzer2018-05-071-0/+12
| | |
| * | Change enum types to varchar with check constraint to support DBUnitDominic Rogetzer2018-05-071-6/+11
| | |
| * | Format EmployeeDatabaseDao and EmployeeServiceImplDominic Rogetzer2018-05-072-12/+12
| | |
| * | Change JDBCConnectionManager to allow different connection-urlDominic Rogetzer2018-05-071-3/+8
| | |
| * | Implement EmployeeServiceImpl.listDominic Rogetzer2018-05-071-1/+6
| | |
| * | Implement EmployeeDatabaseDao.listDominic Rogetzer2018-05-071-2/+34
| |/
* | Changed test data to be in sync with new database schemaFelix Kehrer2018-05-071-2/+2
| |
* | Added positive and negative tests for RegistrationServiceFelix Kehrer2018-05-071-0/+124
| |
* | Add Application for manual testsFelix Kehrer2018-05-071-0/+53
| |
* | Close window after successful adding of reservationFelix Kehrer2018-05-071-0/+1
| |
* | Fixed almost all vehicles being wrongly recognized as NEFFelix Kehrer2018-05-071-1/+1
| |
* | Setting Timestamp instead of Instant Object in SQL StatementFelix Kehrer2018-05-071-1/+2
| |