aclist
ea785960d8
feat: abstract wizard page into base class
...
ScrolledWizardPage was abstracted into a more generic base class for use
with other wizards, e.g., the uninstall wizard. First-time setup pages
were subclassed from this into EnumeratedWizardPage, since they use a
multi-page hierarchy.
2026-08-14 02:56:59 +09:00
aclist
7102c21f5a
chore: move strings into dedicated file
2026-08-14 02:51:12 +09:00
aclist
22294d7125
chore: format strings
2026-08-14 02:50:45 +09:00
aclist
e9ce292368
chore: clean up structure of panel strings and tooltips
2026-08-14 02:42:23 +09:00
aclist
5532e4e267
chore: simplify control flow
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-08-13 13:42:51 +09:00
aclist
120703e702
chore: move map count test to pre-config
2026-08-13 13:37:47 +09:00
aclist
b31896387a
chore: simplify strings
2026-08-13 13:37:21 +09:00
aclist
e5bb25cd60
chore: drop forced exception test
2026-08-13 13:32:08 +09:00
aclist
e59b7e01fd
chore: drop debug message
2026-08-13 13:31:05 +09:00
aclist
7994bf988c
chore: clear typehinting errors
2026-08-13 13:27:40 +09:00
aclist
90b1c875df
fix: center label in message area
2026-08-13 13:24:48 +09:00
aclist
b61e806009
chore: lowercase launch flags for conformity with parser
2026-08-13 13:24:26 +09:00
aclist
b46d0614c9
chore: add strings file
2026-08-13 13:24:10 +09:00
aclist
c73864d545
fix: unreachable code
2026-08-13 13:23:29 +09:00
aclist
314fed559c
chore: drop unused log file metadata
2026-08-13 13:22:41 +09:00
aclist
1c346a6c3c
chore: change sort order of CLI args
2026-08-13 13:22:05 +09:00
aclist
65e11ddd03
chore: clear typehinting errors
2026-08-12 05:07:01 +09:00
aclist
a1c0592c7d
chore: drop unused import
2026-08-12 05:05:28 +09:00
aclist
22c82677cb
chore: drop unused import
2026-08-12 05:05:18 +09:00
aclist
c5b41346ca
chore: drop unused import
2026-08-12 05:04:47 +09:00
aclist
c2fc9b2cca
feat: test map count at boot
2026-08-12 05:04:28 +09:00
aclist
ba9d6e1d3b
chore: update strings
2026-08-12 05:04:16 +09:00
aclist
be6ab2c9cb
feat: test and set map count
2026-08-12 05:04:06 +09:00
aclist
2413dd1f14
feat: dedicated ignore dialog
2026-08-12 05:03:36 +09:00
aclist
9d8d37e110
chore: move ShortHBox to generics
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-08-12 00:54:14 +09:00
aclist
fc28d419bf
fix: change bool state
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-08-11 22:23:49 +09:00
aclist
095af395f9
feat: dynamic radio sensitivity on steam deck
2026-08-11 22:23:18 +09:00
aclist
4ada06d305
chore: test html escaping in descriptions
2026-08-11 21:44:47 +09:00
aclist
5a0ab92985
chore: add tech debt comment
2026-08-11 21:44:08 +09:00
aclist
f2501871ee
feat: update dialog on cancel action
2026-08-11 21:43:53 +09:00
aclist
cf70182733
feat: unset fav server by button
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-08-09 23:48:17 +09:00
aclist
42feeae8d0
fix: html escape server desc
2026-08-09 21:07:37 +09:00
aclist
28cd6b8c45
Merge pull request #436 from aclist/chore/restore-maximize-logic
...
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
chore: restore maximize logic
2026-08-05 19:14:27 +09:00
aclist
81e327fb35
chore: drop unused import
2026-08-05 19:13:31 +09:00
aclist
37e247d1d9
chore: restore maximize logic following changelog margin hotfix
2026-08-05 19:13:11 +09:00
aclist
286e3f2d80
Merge pull request #435 from aclist/fix/margins-after-expansion
...
fix: set margins after expansion
2026-08-05 19:08:35 +09:00
aclist
2ef27a55d8
fix: set margins only after widget expansion
2026-08-05 19:05:57 +09:00
aclist
d0ac09ffe5
change: add line breaks to tooltip
2026-08-05 19:05:10 +09:00
aclist
c0015c05ec
Merge pull request #434 from aclist/fix/maximize-after-realize
...
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
fix: test maximizing after widget and children are fully realized
2026-08-05 00:24:08 +09:00
aclist
682b5bb4c0
chore: rename method
2026-08-05 00:23:10 +09:00
aclist
3551877192
chore: test maximizing after widget and children are fully realized
2026-08-05 00:22:12 +09:00
aclist
b22aba8593
Merge pull request #433 from aclist/fix/set-default-before-maximize
...
chore: test setting default size before maximizing
2026-08-05 00:06:09 +09:00
aclist
f85f1ef2a5
chore: test setting default size before maximizing
2026-08-05 00:04:21 +09:00
aclist
010d7984b6
Merge pull request #432 from aclist/fix/set-default-size
...
chore: test using default dimensions defined in wizard
2026-08-04 23:57:50 +09:00
aclist
70e1e9e740
Merge branch 'fix/set-default-size' of github.com:aclist/dztui into fix/set-default-size
2026-08-04 23:57:06 +09:00
aclist
734af7cf22
chore: test using default dimensions defined in wizard
2026-08-04 23:56:56 +09:00
aclist
d8f4977ffe
chore: use default dimensiontest usingefined in wizard
2026-08-04 23:55:54 +09:00
aclist
c9fd00f938
Merge pull request #431 from aclist/fix/defer-maximize
...
chore: test deferring maximize call until after widget is realized
2026-08-04 23:38:30 +09:00
aclist
f4db1484d8
chore: test deferring maximize call until after widget is realized
2026-08-04 23:36:08 +09:00
aclist
99ef9a31b9
Merge pull request #430 from aclist/fix/steam-deck-fs
...
fix: maximize UI on Steam Deck
2026-08-04 23:16:44 +09:00