| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-07-15 | app/ui: prepare start button UI | Felix Morgner | 6 | -2/+21 | |
| 2024-07-15 | app/gui: set tooltips in UI definition | Felix Morgner | 3 | -5/+6 | |
| 2024-07-15 | app/ui: replace more inline strings with constants | Felix Morgner | 1 | -2/+2 | |
| 2024-07-15 | app/ui: add delete and edit tooltips | Felix Morgner | 5 | -3/+23 | |
| 2024-07-15 | app/ui: fix wrong indices when editing or deleting | Felix Morgner | 1 | -6/+3 | |
| 2024-07-15 | app/ui: enable participant editing | Felix Morgner | 4 | -7/+42 | |
| 2024-07-15 | app/ui: turn participant creation dialog into generic edit dialog | Felix Morgner | 7 | -20/+26 | |
| 2024-07-14 | doc: fix more turn order spellings | Felix Morgner | 2 | -2/+2 | |
| 2024-07-14 | lang: add missing translation for priority format string | Felix Morgner | 4 | -0/+8 | |
| 2024-07-14 | turns: rename "order value" to "priority" | Felix Morgner | 14 | -47/+47 | |
| 2024-07-14 | res/style: prepare class for active participant | Felix Morgner | 2 | -0/+8 | |
| 2024-07-14 | app: set row subtitle | Felix Morgner | 1 | -0/+2 | |
| 2024-07-14 | app/ui: make row title non-editable | Felix Morgner | 4 | -15/+14 | |
| 2024-07-14 | app/ui: enable deletion of participants | Felix Morgner | 6 | -5/+45 | |
