Commit Graph

631 Commits

Author SHA1 Message Date
aclist
65fb07c8da chore: clear type annotation errors 2026-06-11 12:10:37 +09:00
aclist
8123893a90 chore: clean up offline mod manager 2026-06-11 12:03:44 +09:00
aclist
3c9b5c9ed3 chore: update strings 2026-06-11 12:03:22 +09:00
aclist
f9be6dfae4 chore: drop unused method 2026-06-11 12:02:44 +09:00
aclist
586f7e6c66 feat: parse mission and mods 2026-06-11 12:02:28 +09:00
aclist
49eb3caf0a fix: handle empty store 2026-06-11 12:02:05 +09:00
aclist
56da5717fa feat: add emitter signal 2026-06-11 12:01:32 +09:00
aclist
9983e91526 feat: test mission integrity 2026-06-11 12:01:17 +09:00
aclist
820deb2955 fix: incorrect error state 2026-06-11 10:52:49 +09:00
aclist
0137bf4610 fix: process escape key 2026-06-11 10:47:32 +09:00
aclist
687b1a915e feat: capture escape signal in BootDialog 2026-06-11 10:43:52 +09:00
aclist
401c8625ad chore: add placeholder notes
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-11 08:07:58 +09:00
aclist
8503d7e698 feat: namespace mod hashes 2026-06-11 08:02:27 +09:00
aclist
b35b6148bc change: tweak expansion properties 2026-06-11 07:51:16 +09:00
aclist
45fd180dcb fix: accept emitter as arg
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-10 19:23:14 +09:00
aclist
486da7749a fix: emitter arguments 2026-06-10 18:37:31 +09:00
aclist
606df3423c change: delegate early checks to BootWindow 2026-06-10 15:59:44 +09:00
aclist
ab439144ea fix: use StoredFunc
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-10 15:21:04 +09:00
aclist
db14c5252c change: clearer startup error 2026-06-10 15:18:42 +09:00
aclist
7d8b3b402f feat: use emitter 2026-06-10 14:30:50 +09:00
aclist
4506a0cfda chore: revert IconButton alignment changes 2026-06-10 08:27:24 +09:00
aclist
978edc5f5f chore: add format strings 2026-06-10 08:26:50 +09:00
aclist
2466887014 chore: drop print statement
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
2026-06-10 06:45:51 +09:00
aclist
6050a370f8 feat: folder icons 2026-06-10 06:21:12 +09:00
aclist
d4a99f8229 feat: prepare mods in manager (WIP) 2026-06-10 06:15:27 +09:00
aclist
46fba4eef1 chore: clear typehinting errors 2026-06-10 05:45:08 +09:00
aclist
bc1118a29f feat: OfflineManager 2026-06-10 05:27:57 +09:00
aclist
775f582ea6 fix: drop extraneous arg 2026-06-10 05:27:39 +09:00
aclist
2dadd70be3 fix: pack tree and statusbar in vbox 2026-06-10 05:05:22 +09:00
aclist
3473f03350 fix: pad inner scrollbar 2026-06-10 04:51:05 +09:00
aclist
e081d0ad16 feat: collect appid on toggle 2026-06-09 03:09:34 +09:00
aclist
e6026e84f9 feat: launch offline (WIP) 2026-06-09 02:37:50 +09:00
aclist
b17b8c24ff fix: fill model inside thread 2026-06-08 19:27:40 +09:00
aclist
4b9687a84d chore: clear typehinting errors 2026-06-07 20:22:32 +09:00
aclist
0c0f280d15 docs: update changelog 2026-06-07 20:18:27 +09:00
aclist
831bd9145d feat: launch offline (WIP)) 2026-06-07 20:17:58 +09:00
aclist
0070fe4061 fix: suppress headers if no model is loaded 2026-06-07 20:17:32 +09:00
aclist
9d1443cf65 feat: launch offline (WIP) 2026-06-07 20:15:30 +09:00
aclist
c4cc9f04c4
Merge pull request #347 from aclist/chore/clean-statusbar
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
chore: drop unused code from statusbar
2026-06-06 17:56:03 +09:00
aclist
bcd59162b1 chore: drop unused code from statusbar 2026-06-06 17:55:05 +09:00
aclist
2f0bac75ac
Merge pull request #346 from aclist/fix/permit-filters
fix: permit legacy filters
2026-06-06 17:53:19 +09:00
aclist
9191f43c8e chore: drop comment 2026-06-06 17:50:53 +09:00
aclist
2419fedd19 chore: format exceptions with type 2026-06-06 17:50:32 +09:00
aclist
83a7996189 The filter panel previously did not pack filter labels homogeneously, so
the width of the "Unofficial" label was being manually constrained by
abbreviating it. Labels auto ellipsize and adjust now, so the full name
is used. The filter file check is also allowed to fail if the user's
filter preferences file contains old key names.
2026-06-06 17:39:49 +09:00
aclist
9d3aa8d9f5
Merge pull request #344 from aclist/fix/stringify-exceptions
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
fix: stringify Exception when passing to dialog
2026-06-06 02:31:09 +09:00
aclist
0de0dd4a03 fix: stringify Exception when passing to dialog 2026-06-06 02:29:09 +09:00
aclist
aeefc830cd
Merge pull request #343 from aclist/prelease/7.0.0b10
chore: bump version
2026-06-06 02:05:26 +09:00
aclist
647f75cde3 chore: bump version 2026-06-06 02:03:45 +09:00
aclist
7e8b8eb7f7
Merge pull request #341 from aclist/fix/7.0.0b10-hotfix
fix: extract tarfile correctly
2026-06-06 02:02:51 +09:00
aclist
79af78a7e0 fix: extract tarfile correctly 2026-06-06 02:00:15 +09:00