Commit Graph

1825 Commits

Author SHA1 Message Date
8493efa8f8 More Stuff
Some checks failed
CI / lint (ubuntu-latest, 3.14) (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
2026-05-03 18:41:47 -07:00
d48fe376c2 Stuff 2026-05-03 18:41:47 -07:00
da96009b88 Run integration tests for all tags 2026-05-03 18:41:47 -07:00
a8a9beea5c Replace most usage of QMessageBox with OptionalMessageDialog
Make startup catch exceptions more effectively fixes #802
2026-05-03 18:41:47 -07:00
b623d91277 Redesign comic files 2026-05-03 18:41:47 -07:00
acd788d089 Update comictaggerlib and comicapi for exception handling 2026-05-03 18:30:49 -07:00
e5e76c1c91 Fix Archive and Tag plugin definitions for exception handling 2026-05-03 18:30:26 -07:00
51d4a4849c Replace most usage of QMessageBox with OptionalMessageDialog
Make startup catch exceptions more effectively fixes #802
2026-05-03 18:24:08 -07:00
df376c061b Make pre-commit happy 2026-05-03 16:41:18 -07:00
022db153a8 Fix test pollution 2026-05-03 16:22:14 -07:00
059e76ca7f Fix slow tests 2026-05-03 16:04:06 -07:00
0cc8882838 Remove metron-talker from dependencies 2026-05-03 13:07:47 -07:00
99c584244c Fix log spam on image download 2026-05-01 17:40:02 -07:00
pre-commit-ci[bot]
3364166459 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3)
- [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.1...v1.20.2)
2026-04-27 17:16:12 +00:00
github-actions[bot]
180ed9e1d4 Update AUTHORS 2026-04-26 15:43:27 +00:00
ae4c277f6d Remove old references to 3.13 2026-04-26 08:43:16 -07:00
039ba7e14e Merge remote-tracking branch 'origin/pre-commit-ci-update-config' into develop 2026-04-24 20:55:05 -07:00
512b45b7f7 Fix IssueResult 2026-04-24 20:42:40 -07:00
pre-commit-ci[bot]
2e2916260b [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/isort: 8.0.0 → 8.0.1](https://github.com/PyCQA/isort/compare/8.0.0...8.0.1)
- [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/26.1.0...26.3.1)
- [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v1.20.1)
2026-04-13 17:09:16 +00: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
pre-commit-ci[bot]
7366e3faf2 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](https://github.com/PyCQA/autoflake/compare/v2.3.1...v2.3.3)
- [github.com/PyCQA/isort: 7.0.0 → 8.0.0](https://github.com/PyCQA/isort/compare/7.0.0...8.0.0)
2026-02-23 17:15:27 +00:00
dc4f8b13b2 Fix x64 macos runner 2026-02-01 14:28:22 -08: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
fbab412cd5 Update github actions 2026-01-30 20:27:31 -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
1858751c30 Fix Read-Only permissions check 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
github-actions[bot]
3fe8527e51 Update AUTHORS 2026-01-30 23:11:11 +00:00
github-actions[bot]
3ba267f00d docs(contributor): contrib-readme-action has updated readme 2026-01-30 23:11:08 +00: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
pre-commit-ci[bot]
efb295f569 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/setup-cfg-fmt: v3.1.0 → v3.2.0](https://github.com/asottile/setup-cfg-fmt/compare/v3.1.0...v3.2.0)
- [github.com/psf/black-pre-commit-mirror: 25.11.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...26.1.0)
- [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.0...v1.19.1)
2026-01-19 17:15:05 +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
8444db6f7a Fix parameter logging 2025-12-10 17:06:55 -08: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
f04c348168 Merge branch 'pre-commit-ci-update-config' into develop 2025-12-01 14:24:40 -08:00