| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-12 | lib: move C library to new directory | Felix Morgner | 1 | -0/+25 | |
| 2025-05-02 | app: delete tracker window when it is being removed | Felix Morgner | 1 | -3/+11 | |
| 2025-05-02 | app: initialize custom widgets after app startup | Felix Morgner | 1 | -3/+4 | |
| 2025-04-30 | ui: convert tracker to template_widget | Felix Morgner | 1 | -20/+10 | |
| 2025-04-29 | ui: flatten namespace hierarchy | Felix Morgner | 1 | -5/+5 | |
| 2025-04-29 | app: rename installed meta files | Felix Morgner | 1 | -0/+2 | |
| 2025-04-29 | app: rename meta information file | Felix Morgner | 3 | -4/+5 | |
| 2025-04-29 | ui: move UI builder files | Felix Morgner | 1 | -1/+1 | |
| 2025-04-26 | ui: implement basic about dialog | Felix Morgner | 3 | -1/+60 | |
| 2025-04-04 | adw: implement basic StyleManager | Felix Morgner | 1 | -3/+4 | |
| 2025-04-04 | adw: rename namespace to Adwaita | Felix Morgner | 1 | -2/+2 | |
| 2025-04-03 | adw: prepare files for extraction | Felix Morgner | 2 | -6/+4 | |
| 2025-03-27 | adw: clean up implementation | Felix Morgner | 1 | -4/+5 | |
| 2024-08-19 | app: pass down settings | Felix Morgner | 1 | -6/+9 | |
| 2024-08-19 | core: add settings accessor | Felix Morgner | 2 | -30/+0 | |
| 2024-08-17 | app: add accelerator for preferences action | Felix Morgner | 1 | -0/+1 | |
| 2024-08-17 | app: add skip-defeated preference | Felix Morgner | 1 | -0/+5 | |
| 2024-08-17 | ui: add participant shading color preferences | Felix Morgner | 1 | -3/+3 | |
| 2024-08-15 | app: fix settings schema default values | Felix Morgner | 1 | -3/+3 | |
| 2024-08-15 | app: add basic settings schema | Felix Morgner | 2 | -0/+25 | |
| 2024-07-29 | app: add mime type definition | Felix Morgner | 3 | -1/+20 | |
| 2024-07-29 | app: enable start with files to open | Felix Morgner | 2 | -8/+35 | |
| 2024-07-26 | turns: perform source cleanup | Felix Morgner | 1 | -2/+6 | |
| 2024-07-26 | ui: tracker implement loading UI | Felix Morgner | 1 | -0/+1 | |
| 2024-07-25 | ui/tracker: prepare save as... action | Felix Morgner | 1 | -0/+1 | |
| 2024-07-25 | ui/tracker: implement simple saving mechanism | Felix Morgner | 1 | -0/+1 | |
| 2024-07-25 | adw: add bare bones wrapper for AdwApplication | Felix Morgner | 4 | -117/+37 | |
| 2024-07-25 | ui: fix namespace | Felix Morgner | 2 | -5/+3 | |
| 2024-07-25 | turns: add initialization functions | Felix Morgner | 1 | -8/+4 | |
| 2024-07-25 | build: restore lost app build configuration | Felix Morgner | 1 | -2/+17 | |
| 2024-07-24 | app: move ui code to ui library | Felix Morgner | 15 | -979/+11 | |
| 2024-07-24 | turns: clean up includes and headers | Felix Morgner | 14 | -47/+20 | |
| 2024-07-24 | turns: update header sorting rules and reformat code | Felix Morgner | 15 | -45/+63 | |
| 2024-07-24 | turns: rename domain to core | Felix Morgner | 11 | -42/+42 | |
| 2024-07-23 | domain: redesign turn_order | Felix Morgner | 7 | -45/+43 | |
| 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 | 3 | -1/+40 | |
| 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 | 5 | -23/+116 | |
| 2024-07-16 | domain: clean up turn_order api | Felix Morgner | 1 | -3/+3 | |
| 2024-07-16 | app: move turn order management logic to turn_order | Felix Morgner | 4 | -61/+15 | |
| 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 | 7 | -27/+27 | |
| 2024-07-16 | app/ui: add basic tracking UI definition | Felix Morgner | 2 | -0/+8 | |
| 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 | 2 | -1/+32 | |
| Implements #1 | |||||
| 2024-07-16 | app: extract turn order view | Felix Morgner | 9 | -48/+151 | |
| 2024-07-16 | turns: implement basic disposition integration | Felix Morgner | 5 | -11/+20 | |
| 2024-07-16 | app/gui: attach model to disposition dropdown | Felix Morgner | 2 | -7/+43 | |
