| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-25 | ui: fix namespace | Felix Morgner | 18 | -25/+23 | |
| 2024-07-25 | turns: add initialization functions | Felix Morgner | 7 | -8/+58 | |
| 2024-07-25 | build: restore lost app build configuration | Felix Morgner | 1 | -2/+17 | |
| 2024-07-25 | ui: show round number in subtitle | Felix Morgner | 6 | -6/+31 | |
| 2024-07-24 | app: add progress bar for turn order | Felix Morgner | 5 | -23/+57 | |
| 2024-07-24 | ui: add resource existence test for participant_editor | Felix Morgner | 1 | -1/+14 | |
| 2024-07-24 | app: move ui code to ui library | Felix Morgner | 31 | -165/+179 | |
| 2024-07-24 | turns: clean up includes and headers | Felix Morgner | 25 | -73/+46 | |
| 2024-07-24 | turns: update header sorting rules and reformat code | Felix Morgner | 26 | -74/+108 | |
| 2024-07-24 | turns: rename domain to core | Felix Morgner | 25 | -103/+105 | |
| 2024-07-24 | domain/turn_order: fix a round underflow bug | Felix Morgner | 3 | -1/+44 | |
| 2024-07-23 | domain/turn_order: fix sorting predicate | Felix Morgner | 1 | -10/+1 | |
| 2024-07-23 | domain: redesign turn_order | Felix Morgner | 18 | -720/+390 | |
| 2024-07-18 | app: move model back to tracker window | Felix Morgner | 4 | -52/+38 | |
| 2024-07-18 | app/ui: link up delete/edit enablement | Felix Morgner | 4 | -1/+42 | |
| 2024-07-17 | ci: reduce configuration again | Felix Morgner | 1 | -20/+3 | |
| 2024-07-17 | ci: add missing variable in test script | Felix Morgner | 1 | -1/+1 | |
| 2024-07-17 | ci: fix coverage job dependency | Felix Morgner | 1 | -1/+1 | |
| 2024-07-17 | build: simplify presets | Felix Morgner | 2 | -50/+29 | |
| 2024-07-17 | ide: define local install prefix | Felix Morgner | 1 | -0/+1 | |
| 2024-07-17 | lang: add missing translations | Felix Morgner | 5 | -23/+50 | |
| 2024-07-17 | domain/tests: improve turn_order tests | Felix Morgner | 3 | -54/+483 | |
| 2024-07-17 | app/ui: add stop configuration dialog | Felix Morgner | 2 | -3/+23 | |
| 2024-07-17 | app/ui: implement basic turn tracking | Felix Morgner | 8 | -45/+287 | |
| 2024-07-16 | domain: clean up turn_order api | Felix Morgner | 4 | -124/+42 | |
| 2024-07-16 | app: move turn order management logic to turn_order | Felix Morgner | 7 | -121/+135 | |
| 2024-07-16 | app/ui: bind start button enablement and action | Felix Morgner | 3 | -0/+11 | |
| 2024-07-16 | app: perform some code cleanup | Felix Morgner | 4 | -60/+49 | |
| 2024-07-16 | app: replace n_items with is_empty property | Felix Morgner | 3 | -17/+23 | |
| 2024-07-16 | app: rename main window to tracker | Felix Morgner | 10 | -32/+32 | |
| 2024-07-16 | app/ui: add basic tracking UI definition | Felix Morgner | 3 | -2/+44 | |
| As part of #5, this change adds the basic definition of the turn tracking UI. As of now, the UI is not functional due to several missing window actions. Additionally, the UI is not only revealed when a turn order is started (as there is no infrastructure in place to manage the lifecycle of a turn order yet), but when the turn order is not empty. | |||||
| 2024-07-16 | app/ui: add css class based on disposition to toggle defeated button | Felix Morgner | 4 | -9/+56 | |
| Implements #1 | |||||
| 2024-07-16 | res: automatically export UI files | Felix Morgner | 11 | -271/+50 | |
| 2024-07-16 | app: extract turn order view | Felix Morgner | 17 | -193/+263 | |
| 2024-07-16 | turns: implement basic disposition integration | Felix Morgner | 11 | -47/+128 | |
| 2024-07-16 | app/gui: attach model to disposition dropdown | Felix Morgner | 4 | -9/+48 | |
| 2024-07-16 | domain/disposition: replace overcomplicated implementation with enum | Felix Morgner | 3 | -176/+24 | |
| 2024-07-16 | domain/disposition: fix header guard | Felix Morgner | 1 | -2/+2 | |
| 2024-07-16 | domain: add disposition type | Felix Morgner | 4 | -0/+235 | |
| 2024-07-15 | app/tests: add basic participant_row tests | Felix Morgner | 2 | -0/+31 | |
| 2024-07-15 | domain/turn_order: hide more of the inherited API | Felix Morgner | 1 | -2/+4 | |
| 2024-07-15 | domain: extend participant tests | Felix Morgner | 3 | -18/+69 | |
| 2024-07-15 | turns: add more tests | Felix Morgner | 10 | -31/+290 | |
| 2024-07-15 | app: only conditionally enable clear action | Felix Morgner | 2 | -1/+9 | |
| 2024-07-15 | app: add accelerator for window clear action | Felix Morgner | 1 | -0/+1 | |
| 2024-07-15 | app: implement "clear" action | Felix Morgner | 2 | -0/+7 | |
| 2024-07-15 | app: rename participant_list_row | Felix Morgner | 7 | -22/+22 | |
| 2024-07-15 | turns: perform widespread code cleanup actions | Felix Morgner | 15 | -128/+175 | |
| 2024-07-15 | app/menu: prepare clear menu item | Felix Morgner | 6 | -1/+16 | |
| 2024-07-15 | app/ui: fix window subtitle not updating | Felix Morgner | 3 | -2/+14 | |
