Commit Graph

215 Commits

Author SHA1 Message Date
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
Mizaki
4c6a1d3215 Use custom combobox with item delegate 2024-05-06 16:33:30 +01:00
Mizaki
27e3803414 Reverse read styles on load. Missed conversion to overlay_ca_read_style 2024-05-04 20:59:18 +01:00
Mizaki
64c909facb Have last overlayed style labelled as 1 (human logical) 2024-04-29 00:55:54 +01:00
Mizaki
23ceda33bd fix self.load_data_styles name 2024-04-29 00:55:54 +01:00
Mizaki
7e63070f13 Change ComicArchive type to set from list 2024-04-29 00:55:51 +01:00
Mizaki
247ee01d6e Copy tags will copy use overlayed result of all read styles 2024-04-29 00:53:01 +01:00
Mizaki
f61b91acd6 Revert and change multi-read styles if dirty 2024-04-29 00:53:01 +01:00
Mizaki
6951113717 Change load_cache calls from load and saves style conbined list to combined set 2024-04-29 00:53:01 +01:00
Mizaki
73269c7c9d Add overlay_ca_read_style method to prevent duplicated code 2024-04-29 00:52:59 +01:00
Mizaki
f9d79ead9d Remove answered comment 2024-04-29 00:51:44 +01:00
Mizaki
dd8767ad81 Revert copy tag status tip 2024-04-29 00:51:44 +01:00
Mizaki
0bbdaa96cf Split command line `--type arg into --type-modify for modify styles and --type-read for read styles 2024-04-29 00:51:40 +01:00
Mizaki
96bbbe51e7 More load_data_styles to list fixes 2024-04-29 00:46:03 +01:00
Mizaki
16088aec72 Covert missed self.load_data_styles to list 2024-04-29 00:45:15 +01:00
Mizaki
199167c50b Change click event handling for QTableWidget. Needs testing on MacOS and Windows 2024-04-29 00:45:15 +01:00
Mizaki
9359cd877d Switch to using list for storing read styles 2024-04-29 00:45:15 +01:00
Mizaki
003b68b3d3 Renamewindow 2024-04-29 00:45:09 +01:00
Mizaki
29dc7ad830 Use multi-read styles. Table combo box style improvements. Tooltips 2024-04-29 00:40:41 +01:00
Mizaki
770cce5ac0 Add TableComboBox 2024-04-29 00:40:41 +01:00
Timmy Welch
d98f815ce0 Add a button to attempt to identify a scanner page 2024-04-27 18:10:49 -07:00
Timmy Welch
a681abb854 Consolidate preparing metadata for save 2024-04-27 15:29:34 -07:00
Timmy Welch
c311b8e351 Use comicapi for all urllib3 items 2024-04-12 14:39:34 -07:00
Timmy Welch
48fd1c2897 Force plain text on TextEdits 2024-03-16 11:52:14 -07:00
Timmy Welch
244cd9101d Remove commented code 2024-03-09 13:46:51 -08:00
Timmy Welch
3df263858d Merge branch 'web-links' into develop 2024-03-09 13:42:29 -08:00
Timmy Welch
5155762711 Add comicfn2dict as an alternative filename parser 2024-03-03 21:47:31 -08:00
Timmy Welch
ea43eccd78 Merge branch 'ii-rework' into develop 2024-03-01 15:39:01 -08:00
Timmy Welch
ff2547e7f2 Disable buttons for add/remove weblink 2024-03-01 15:26:56 -08:00
Timmy Welch
163cf44751 Open the editor when adding a now web link 2024-02-26 19:04:33 -08:00
Timmy Welch
3c3700838b Select item on add and set the dirty flag on change 2024-02-25 08:26:29 -08:00
Timmy Welch
05423c8270 Use a QListWidget for web_links
Fix web_link in md_attributes
2024-02-24 22:31:45 -08:00
Timmy Welch
d277eb332b Add an option to disable prompt on save Fixes #422 2024-02-24 19:56:32 -08:00