Commit Graph

888 Commits

Author SHA1 Message Date
c04fcff0e9 Replace most usage of QMessageBox with OptionalMessageDialog
Some checks failed
CI / lint (ubuntu-latest, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.10) (push) Has been cancelled
CI / build-and-test (macos-14, 3.14) (push) Has been cancelled
CI / build-and-test (macos-15-intel, 3.10) (push) Has been cancelled
CI / build-and-test (macos-15-intel, 3.14) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.10) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.14) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.10) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.14) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.10) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.14) (push) Has been cancelled
Make startup catch exceptions more effectively fixes #802
2026-02-26 17:30:13 -08:00
be099eef82 temp 2026-02-26 17:27:14 -08:00
73e422e044 temp 2026-02-26 17:27:14 -08:00
c1e2c24b91 Redesign comic files 2026-02-26 17:27:14 -08:00
bb465e3eae Update comictaggerlib and comicapi for exception handling 2026-02-26 17:27:14 -08:00
f527a55cc7 Merge remote-tracking branch 'origin/pre-commit-ci-update-config' into develop 2026-02-26 17:26:30 -08:00
9cb72561af Update QWebEngineView usage 2026-02-26 17:26:10 -08:00
21a93341d4 Fix deprecated PIL function 2026-02-26 17:26:10 -08:00
pre-commit-ci[bot]
8b39368ce4 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-02-23 17:15:57 +00:00
02e3b838ab Fix selected tags missing from config fixes #822 2026-02-01 14:22:37 -08:00
77acc4a5d3 Fix unnecessary file existence checks 2026-01-31 13:36:46 -08:00
31b1e72050 Set horizontal scroll mode for file list to per-pixel
Fixes long filename visibility
2026-01-30 17:57:01 -08:00
434cb478b5 Fix archive type not showing 2026-01-30 17:57:01 -08:00
674c12e301 Remove theme overrides. They don't work.
If you want dark or light mode you'll have to set your system theme.
No overrides that I've found work even remotely consistently

closes #494 #823
2026-01-30 17:57:01 -08:00
4a4a1b2ad9 Update settngs_namespace.py 2026-01-30 17:57:01 -08:00
ef55b578e6 Fix unnecessary pathlib usage 2026-01-30 17:57:01 -08:00
2cb94ffc6e Handle invalid image in IssueIdentifier fixes #817 2026-01-30 17:57:01 -08:00
26e67101d6 Merge remote-tracking branch 'origin/pre-commit-ci-update-config' into develop 2026-01-30 15:09:56 -08:00
3d9fe7e9d0 Merge branch 'jbcpollak/fix-824' into develop 2026-01-19 13:56:13 -08:00
6349a14dad Improve handling unhandled exceptions 2026-01-19 13:47:32 -08:00
pre-commit-ci[bot]
ee9daf95ff [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2026-01-19 17:15:43 +00:00
Joshua Chaitin-Pollak
29c99619ed fix: Add parent method existence checks in settings and rename match selection signal connection. 2026-01-06 21:39:11 -05:00
ba9b44618c Allow forcing light or dark mode fixes #814 2025-12-07 12:42:03 -08:00
b76904c612 Fix loading images 2025-12-07 12:40:02 -08:00
4ea0fcb34b Fix assertion from 57e5571 fixes #811 2025-12-06 13:15:09 -08:00
a382ff55dd Fix typing error 2025-12-06 13:13:12 -08:00
5c5169e393 Preserve config better fixes #813 2025-12-06 13:13:01 -08:00
57e5571c91 Fix quick-tag not saving metadata fixes #810 2025-12-01 11:06:59 -08:00
8b35e17d79 Fix system notifications on macOS 2025-11-28 22:30:27 -08:00
15916febfe Use index instead of item in fileselectionlist 2025-11-28 22:28:38 -08:00
6a6c287fd9 Make cix the default if available 2025-11-25 23:12:29 -08:00
db0cb8da25 Fix maturity_rating and alternate_series not being set in the gui 2025-11-25 23:12:29 -08:00
f0614d0c82 Fix version check 2025-11-25 23:12:29 -08:00
40492e5ee0 GUI Fixes
Fix showing rar help message when rar is read-only
Simplify some icon management
Make a toast if the save shortcut is used on a read-only archive
2025-11-25 23:12:29 -08:00
f82d0257c1 Fix 'Remove archives from list' option not removing archives fixes #799 2025-11-25 23:12:29 -08:00
fa6ffecb7f Fix setting the User-Agent for qt fixes #801
Validate images can be loaded by PIL when loading/saving cache
2025-11-25 23:12:29 -08:00
46a7f9f3be Disable buttons when invalid 2025-11-25 23:09:46 -08:00
f9648d91f7 Fix markup showing in the filename_parser test 2025-11-25 23:09:46 -08:00
83b0de9257 Use the current comic metadata for the rename test 2025-11-25 23:09:46 -08:00
9c51b215e6 Upgrade to python3.10 2025-11-25 22:33:15 -08:00
kiryl
f12e314faa Allow to drag and drop folders as a comics
- hold `Control` while dragging a folder to treat it as a comic
2025-10-09 21:42:23 +02:00
kiryl
537f1534c8 Fix open folder as a comic 2025-10-07 12:58:08 +02:00
e436a52c2b Fix credits not showing in gui fixes #795 2025-10-05 13:05:33 -07:00
93a3f20596 Fixes
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
Fix qt imports
Better cancelation
2025-09-29 18:38:54 -07:00
3da4c32dd1 More event handling
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-27 11:27:17 -07:00
620ff6d16f Fix #791
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-23 19:49:25 -07:00
81d89d7905 Only enable system tray when sending a notification because QT sucks
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-21 17:58:31 -07:00
5faa6ecfe3 Use system notifications if available
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-21 16:45:14 -07:00
d01b90a88a Fix passing in parent
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-21 15:28:57 -07:00
88f11cd3b3 Fix ratelimit toast position
Some checks failed
CI / lint (ubuntu-latest, 3.9) (push) Has been cancelled
CI / build-and-test (macos-13, 3.13) (push) Has been cancelled
CI / build-and-test (macos-13, 3.9) (push) Has been cancelled
CI / build-and-test (macos-14, 3.13) (push) Has been cancelled
CI / build-and-test (macos-14, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04, 3.9) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.13) (push) Has been cancelled
CI / build-and-test (ubuntu-22.04-arm, 3.9) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.13) (push) Has been cancelled
CI / build-and-test (windows-latest, 3.9) (push) Has been cancelled
2025-09-21 15:19:20 -07:00