summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Reformat.Andreas Weninger2018-05-081-7/+22
* VehiclePane ControllerAndreas Weninger2018-05-081-15/+40
* VehiclePane FXMLAndreas Weninger2018-05-081-0/+11
* Empty skeleton for VehiclePane.Andreas Weninger2018-05-081-0/+33
* Fix 'KTW-B' vs 'KTW_B' parsing problemDominic Rogetzer2018-05-071-1/+1
* Changed interface back to how it was beforeFelix Kehrer2018-05-073-7/+23
* Fixed a bug where nullpointer was thrown when element in vehicle list was nullViktoria Pundy2018-05-071-0/+3
* 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-071-1/+1
* 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-072-1/+100
|\
| * Log openNewWindow errorDominic Rogetzer2018-05-071-1/+6
| * Add hyperlink-click-methods in CreateOperationController, implementDominic Rogetzer2018-05-071-1/+43
| * 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-072-6/+7
* | 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-072-3/+40
|\ \
| * | 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
| |/
* | 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
* | Changed behaviour to only prepare statement at construction timeFelix Kehrer2018-05-071-23/+23
* | Copied changes from branch employee_list to allow for DAO TestsFelix Kehrer2018-05-071-3/+8
* | 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
* | Add missing update to vehicle tableFelix Kehrer2018-05-071-0/+8
* | First attempt at implementing RegistrationDAOFelix Kehrer2018-05-071-0/+96
* | Implemented RegistrationService using RegistrationValidatorFelix Kehrer2018-05-072-0/+239
* | Changed interface to take a whole vehicle, so the combination of vehicle type...Felix Kehrer2018-05-071-3/+4
|/
* Merge 'VehicleDBDAO' and 'DBVehicleDAO' to 'VehicleDatabaseDao'Dominic Rogetzer2018-05-062-84/+47
* Fix rebase errorsViktoria Pundy2018-05-063-4/+10
* reformated codeViktoria Pundy2018-05-062-16/+0
* small changesViktoria Pundy2018-05-061-1/+1
* Added some test for persistence layer/small changesViktoria Pundy2018-05-061-41/+0
* Small ChangesViktoria Pundy2018-05-061-1/+0
* Added constructor to create persistence instanceViktoria Pundy2018-05-061-0/+3
* Small Changes (deleted Comments and TODOs) added an Alert if Operation was sa...Viktoria Pundy2018-05-062-4/+2
* Finished implementing needed methods in Persistence layer, added some validat...Viktoria Pundy2018-05-064-27/+19