Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove edit-button and add two callbacks [#25963] | Dominic Rogetzer | 2018-06-07 | 1 | -5/+0 | |
| | | | | callbacks for only getting the employee and callback for getting the employeeListItemController in order to access the underlying controller | |||||
* | Refactor ManageEmployeesCtrl to make use of EmployeeListCtrl [#25963] | Dominic Rogetzer | 2018-06-07 | 1 | -1/+1 | |
| | ||||||
* | Create dedicated EmployeeListController [#25963] | Dominic Rogetzer | 2018-06-07 | 1 | -0/+9 | |
| | | | | This controller is (only) responsible for displaying a list of employees, and not for adding/editing employees. Done for being able to reuse the list-code later on | |||||
* | Provide callback for clicking on an employee list item [#25963] | Dominic Rogetzer | 2018-06-07 | 1 | -1/+2 | |
| | ||||||
* | Rename ListEmployeesController to ManageEmployeesController [#25963] | Dominic Rogetzer | 2018-06-07 | 2 | -4/+2 | |
| | | | | 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 | |||||
* | Enable hiding edit-button in EmployeeListItemController [#25963] | Dominic Rogetzer | 2018-06-07 | 1 | -1/+2 | |
| | ||||||
* | Implemented Status display. | Andreas Weninger | 2018-06-06 | 1 | -28/+59 | |
| | ||||||
* | Some changes to VehiclePane. | Andreas Weninger | 2018-06-06 | 1 | -2/+3 | |
| | ||||||
* | change database schema to include time zone data with timestamp #27844 | Felix Kehrer | 2018-06-02 | 1 | -1/+1 | |
| | ||||||
* | Operations in archive are now sorted [#27299] | Viktoria Pundy | 2018-06-02 | 1 | -1/+1 | |
| | ||||||
* | Adjusted some colours [#27299] | Viktoria Pundy | 2018-06-02 | 1 | -3/+3 | |
| | ||||||
* | Adjusted design for main archive operation [#27299] | Viktoria Pundy | 2018-06-02 | 2 | -7/+12 | |
| | | | | Removed scrollbars, added padding for better look, etc. | |||||
* | Added pane with information to main archive window [#27299] | Viktoria Pundy | 2018-06-02 | 1 | -2/+38 | |
| | ||||||
* | Added elements to Archive-Window, adjusted already existing elements [#27299] | Viktoria Pundy | 2018-06-02 | 3 | -22/+27 | |
| | ||||||
* | Added padding for panes [#27299] | Viktoria Pundy | 2018-06-02 | 2 | -3/+3 | |
| | ||||||
* | Added fxml and controller for archived operations [#27299] | Viktoria Pundy | 2018-06-02 | 2 | -4/+64 | |
| | | | | Created fxml-file for archived operations. Additionally, a controller was created to fill the pane with information about an archived Operation. Furthermore, the already existing controller archiveOperationController was adjusted to created these panes according to the existing archived operations. | |||||
* | Fixed a bug where wrong header would be shown in archive-details [#27470] | Viktoria Pundy | 2018-05-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed a bug which would lead to failed tests [#27470] | Viktoria Pundy | 2018-05-27 | 1 | -1/+1 | |
| | ||||||
* | Added back links for extra windows to get back to main window | Viktoria Pundy | 2018-05-26 | 3 | -11/+22 | |
| | ||||||
* | Included fxml-Files | Viktoria Pundy | 2018-05-26 | 5 | -9/+11 | |
| | | | | 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 Rogetzer | 2018-05-24 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'origin/develop' into develop | Andreas Weninger | 2018-05-24 | 4 | -4/+4 | |
|\ | ||||||
| * | Change package structure/naming #25963 | Tharre | 2018-05-24 | 4 | -4/+4 | |
| | | ||||||
* | | Hotfix: Default text for VehiclePanes-Qualification is now - | Andreas Weninger | 2018-05-24 | 1 | -1/+1 | |
|/ | ||||||
* | Add onOperationCodeChanged method + format in fxml | Martin Weick | 2018-05-24 | 1 | -9/+19 | |
| | ||||||
* | Merge branch 'develop' into change_operation_status_fix | Viktoria Pundy | 2018-05-22 | 15 | -133/+407 | |
|\ | | | | | | | | | | | # Conflicts: # src/main/java/at/ac/tuwien/sepm/assignment/groupphase/einsatzverwaltung/userInterface/CreateOperationController.java # src/main/resources/fxml/CreateOperationController.fxml | |||||
| * | Add and configure ScrollPane for employee list [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -2/+7 | |
| | | ||||||
| * | Delete default icons in fxml and set them in code [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -16/+3 | |
| | | ||||||
| * | Add stub-icons (need to be replaced by real icons) [#25949] | Dominic Rogetzer | 2018-05-22 | 4 | -0/+0 | |
| | | ||||||
| * | Modify CreateNewEmployeeController to be able to edit employee [#25950] | Dominic Rogetzer | 2018-05-22 | 1 | -3/+2 | |
| | | ||||||
| * | Embed header and flowpane in VBox for relative positioning [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -5/+13 | |
| | | ||||||
| * | Fix default image paths for employeeListItem [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -3/+3 | |
| | | ||||||
| * | Add fxml listEmployees (main view of employees) [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+28 | |
| | | ||||||
| * | Create fxml employeeListItem [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+69 | |
| | | ||||||
| * | Adjust width of filterEmployeesControl [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -2/+3 | |
| | | ||||||
| * | Create fxml file for employee-filter-control [#25949] | Dominic Rogetzer | 2018-05-22 | 1 | -0/+18 | |
| | | ||||||
| * | Fix conflicts and reimplement Operation.list() | Tharre | 2018-05-22 | 1 | -3/+1 | |
| | | ||||||
| * | Added Scrollpane for operations in archive view [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -1/+5 | |
| | | ||||||
| * | Added Scrollpane for vehicles in detail view [#24990] | Viktoria Pundy | 2018-05-22 | 1 | -1/+6 | |
| | | ||||||
| * | 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 | |
| | |