summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17app/ui: implement basic turn trackingFelix Morgner1-2/+2
2024-07-16app: rename main window to trackerFelix Morgner3-5/+5
2024-07-16app/ui: add basic tracking UI definitionFelix Morgner1-2/+36
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-16app/ui: add css class based on disposition to toggle defeated buttonFelix Morgner2-8/+24
Implements #1
2024-07-16res: automatically export UI filesFelix Morgner6-267/+9
2024-07-16app: extract turn order viewFelix Morgner6-143/+108
2024-07-15app: rename participant_list_rowFelix Morgner3-4/+4
2024-07-15app/menu: prepare clear menu itemFelix Morgner2-1/+8
2024-07-15app/ui: fix window subtitle not updatingFelix Morgner2-0/+2
2024-07-15app/ui: prepare start button UIFelix Morgner2-2/+13
2024-07-15app/gui: set tooltips in UI definitionFelix Morgner2-0/+6
2024-07-15app/ui: turn participant creation dialog into generic edit dialogFelix Morgner3-6/+4
2024-07-14turns: rename "order value" to "priority"Felix Morgner2-4/+4
2024-07-14res/style: prepare class for active participantFelix Morgner2-0/+8
2024-07-14app/ui: make row title non-editableFelix Morgner2-12/+12
2024-07-14app/ui: enable deletion of participantsFelix Morgner2-4/+25
2024-07-14app/ui: show status view when turn order is emptyFelix Morgner2-33/+68
2024-07-14app/gui: add translations for create participant dialogFelix Morgner2-10/+10
2024-07-14res/ui: disable selection for participant listFelix Morgner2-0/+2
2024-07-14tests: fix wrong resource and widget namesFelix Morgner1-2/+2
2024-07-14res/ui: clean up main window structureFelix Morgner2-18/+19
2024-07-14app/ui: rename main window ui fileFelix Morgner3-6/+6
2024-07-14app/ui: layout basic participant creation dialogFelix Morgner3-6/+128
2024-07-13app: add basic dark theme supportFelix Morgner3-2/+18
2024-07-13app: switch to Adw.ApplicationFelix Morgner3-2/+19
2024-07-13app/ui: add 'mark as defeated' tooltipFelix Morgner1-1/+0
2024-07-13app/ui: adjust visual styleFelix Morgner2-4/+4
- move the menu button to the end of the header bar - increase minimum window width
2024-07-13app/ui: simplify participant rowsFelix Morgner2-51/+47
2024-07-13app/ui: make list entry title editableFelix Morgner2-20/+28
2024-07-13app/ui: add basic participant list rowFelix Morgner5-8/+204
2024-07-12app: add main menu button tooltipFelix Morgner2-2/+2
2024-07-12lang: extract constants for messagesFelix Morgner2-2/+0
2024-07-12app: add missing translation for the quit actionFelix Morgner2-2/+2
2024-07-12app: add tooltip for add_participant buttonFelix Morgner2-0/+2
2024-07-12turns: add basic i18nFelix Morgner2-2/+2
2024-07-12app/windows: add basic main windowFelix Morgner4-16/+4
2024-07-11initial commitFelix Morgner5-0/+154