Commit Graph

247 Commits

Author SHA1 Message Date
Timmy Welch
88908691d1 Update most things to use a Tag directly 2025-09-01 18:33:10 -07:00
Timmy Welch
91b5d3ce5d Redesign comic files 2025-09-01 18:33:10 -07:00
Timmy Welch
acb1d2951f Update comictaggerlib and comicapi for exception handling 2025-09-01 18:33:10 -07:00
Timmy Welch
f741fc9d16 Merge branch 'mizaki/md_plugin_note-769' into develop 2025-06-29 17:37:57 -07:00
Timmy Welch
bfa9b07016 Use efficient list checks 2025-06-29 17:37:11 -07:00
Mizaki
ee929d8f8a Add plugin sources notes to startup disclaimer and at bottom of metadata download settings window 2025-06-23 22:59:38 +01:00
Timmy Welch
1aadf2c52a Merge branch 'Kijaru/add_gtin_identifier-762' into develop 2025-06-19 09:06:10 -07:00
Timmy Welch
76e33cc6b6 Fix enabling original hash widgets 2025-06-19 00:13:59 -07:00
Timmy Welch
653e792bfd Switch to PyQt6 2025-06-18 17:24:37 -07:00
Kijaru
47df09c8c7 Add GTIN validation 2025-05-27 00:50:27 +02:00
Kijaru
38e7789c7b Add support for GTIN identifier 2025-05-17 11:54:59 +02:00
Timmy Welch
c9e368bf3f Speedup ComicArchive access fixes #728
Fix invalid zip test
Removing the check on each file inside of the zip, invalid zip files may still be opened but don't really matter in this case
Cache reading the filename list
Add a list of supported extensions to check first for an archiver
Remove unnecessary calls to rar executable
Fix limiter on integration test
Remove excess processEvents calls
Fix unnecessary calls when inserting into the FileSelectionList
2025-05-02 13:42:01 -07:00
Timmy Welch
146f160802 Fix tag selection 2025-04-22 21:08:10 -07:00
Timmy Welch
400092dd84 Notify user when no tags are enabled 2025-03-02 13:34:23 -08:00
Timmy Welch
803768b33a Allow recording the original hash 2025-03-02 12:32:40 -08:00
Mizaki
8847518818 Add source info to auto-tag summary window 2025-02-08 22:40:39 +00:00
Mizaki
01d7612a58 Pass credit language ISO using the widget.data to respect the metadata credit requiring an ISO string. If the string fails to match an ISO, use the raw text. 2025-01-10 00:19:35 +00:00
Timmy Welch
04075cc20e Fix credit handling in GUI 2024-12-16 19:12:25 -08:00
Timmy Welch
38932f0782 Add language to ComicTagger 2024-12-06 23:18:45 -08:00
Timmy Welch
5df9359151 Merge branch 'mizaki/write_md_merge' into develop 2024-10-19 14:00:46 -07:00
Timmy Welch
119a0881e0 Merge branch 'mizaki/fix_readtags' into develop 2024-10-19 13:59:59 -07:00
Timmy Welch
a8f269aefa Fix export to CBZ 2024-10-19 10:37:27 -07:00
Mizaki
6930f0cb74 Fix switching unclean read tags 2024-10-17 21:44:09 +01:00
Mizaki
170476a705 Preserve hidden metadata values when reading from GUI form 2024-10-15 13:06:19 +01:00
Timmy Welch
5b02358bf1 Fix all inputs being disabled when an invalid tag is loaded from settings 2024-10-11 21:04:48 -07:00
Timmy Welch
e46656323c Fix clearing invalid tags 2024-09-22 16:24:28 -07:00
Timmy Welch
a9fdafdb93 Format message better 2024-09-21 15:39:37 -07:00
Timmy Welch
9358431146 Add a notice about Metron/GCD changes on PyInstaller builds 2024-09-20 14:45:06 -07:00
Timmy Welch
006f3cbd1f Remove comet and cbl tags 2024-09-12 12:09:07 -07:00
Timmy Welch
0048901a61 Remove unused attributes 2024-07-27 19:23:37 -07:00
Timmy Welch
a7a9d38428 Make ImageMetadata a dataclass 2024-07-27 19:23:37 -07:00
Timmy Welch
e452fa153b Fix issues from static analysis 2024-06-22 20:21:01 -07:00
Timmy Welch
76f23d4a02 Fix tags in GUI 2024-06-22 19:15:57 -07:00
Timmy Welch
6b0dca2f51 Remove unnecessary issueidentifier methods 2024-06-21 20:07:55 -07:00
Timmy Welch
3389c72a63 Merge branch 'help-messages' into develop 2024-06-21 19:53:30 -07:00
Timmy Welch
69a9566f42 Update all references of saved 'matadata' to 'tags' 2024-06-20 16:47:10 -07:00
Timmy Welch
24002c66e7 Move action definitions into ui file 2024-06-14 15:35:01 -07:00
Timmy Welch
888720b544 Allow blurring images fixes #637
for people that don't accidentally read the entire comic when editing the metadata
2024-06-09 12:52:55 -07:00
Timmy Welch
0198eb9e2b Fix saving merge settings 2024-06-06 20:41:21 -07:00
Timmy Welch
5d7e348a0e Fix remove tags menu option Fixes #650 2024-06-03 13:06:49 -07:00
Timmy Welch
5010ca60e9 Remove reduce_widget_font_size 2024-05-21 20:32:01 -07:00
Timmy Welch
32b570ee5b Improve help messages
Include default values
2024-05-21 19:57:47 -07:00
Timmy Welch
e864e2db48 Re-arrange settings 2024-05-21 19:57:47 -07:00
Mizaki
6c3b63abd9 Add option for merge lists and fix saving overlay options in settings window 2024-05-11 22:08:49 +01:00
Mizaki
3d443e0908 lordwelch rewrite 2024-05-11 02:04:43 +01:00
Mizaki
ffb4efbcd7 GUI overlay settings moved to internal namespace and CLI args added 2024-05-11 02:01:59 +01:00
Mizaki
8b0683f67c Add OverlayMode options for read style and data source 2024-05-11 01:56:06 +01:00
Mizaki
5cf54ab511 Reverse load styles only in taggerwindow and comment reverse 2024-05-11 00:11:08 +01:00
Mizaki
384ac5e33a Don't save in priority order 2024-05-10 19:23:27 +01:00
Mizaki
6b8b961ff7 Report and/or log overlay tag style read errors 2024-05-06 19:40:38 +01:00