Commit Graph

205 Commits

Author SHA1 Message Date
Timmy Welch
38932f0782 Add language to ComicTagger 2024-12-06 23:18:45 -08:00
Timmy Welch
b421a0edaa Add links to standard locations 2024-09-21 15:57:09 -07:00
Timmy Welch
d089c4bb6a Merge branch 'mizaki/modify_cb_delegate' into develop 2024-08-03 14:04:49 -07:00
Mizaki
8ace830d5e Remove double import 2024-07-31 22:13:15 +01:00
Timmy Welch
0048901a61 Remove unused attributes 2024-07-27 19:23:37 -07:00
Timmy Welch
e96cb8ad15 Add button to autodetect double pages
A page is marked as a double page if it's as least as wide as tall.

Closes: #578
Co-authored-by: Sven Hesse <drmccoy@drmccoy.de>
2024-07-27 16:39:34 -07:00
Timmy Welch
f043da6b62 Enable navigation with left and right arrow keys in the page browser 2024-07-27 15:42:20 -07:00
Timmy Welch
77e551e582 Add Auto-Tag back to the toolbar 2024-07-27 15:40:48 -07:00
Mizaki
a44e037311 Use custom delegate to unify combobox item style 2024-07-06 22:50:49 +01:00
Mizaki
890750819a Fix combobox placeholder text not showing when using pip PyQt5 with pip wheels on Windows or Linux 2024-06-23 18:25:26 +01:00
Timmy Welch
385a46fc16 Simplify regexes and use logger.warning 2024-06-22 20:41:15 -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
9803c9ad09 Fix Remove HTML tables checkbox 2024-06-22 14:12:18 -07:00
Timmy Welch
3389c72a63 Merge branch 'help-messages' into develop 2024-06-21 19:53:30 -07:00
Timmy Welch
063b04c543 Add tooltips for clearing tags and applying CBL transforms 2024-06-21 19:18:52 -07:00
Timmy Welch
77d340d04d Set buddies 2024-06-21 19:18:52 -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
bf87a76fdf Make the splitter visible 2024-06-09 18:19:51 -07:00
Timmy Welch
44b4857fc3 Remove unneeded checks in _enable_widget 2024-06-09 13:18:27 -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
0457e19913 Merge descriptions 2024-06-06 19:01:41 -07:00
Timmy Welch
e5925b8ebc Merge branch 'mizaki/add_table_html_gui' into develop 2024-06-03 16:17:19 -07:00
Timmy Welch
710760dc91 Show the located rar exe 2024-06-03 16:08:09 -07:00
Mizaki
a552f05b23 Add remove HTML tables back 2024-06-01 19:40:13 +01:00
Timmy Welch
5010ca60e9 Remove reduce_widget_font_size 2024-05-21 20:32:01 -07:00
Timmy Welch
419461c905 Improve Merge descriptions in settings window 2024-05-21 20:29:19 -07:00
Timmy Welch
32b570ee5b Improve help messages
Include default values
2024-05-21 19:57:47 -07:00
Timmy Welch
9849b5f6f9 Note newline delimited fields 2024-05-21 19:57:47 -07:00
Timmy Welch
d1986a5d53 Update settings window 2024-05-21 19:57:47 -07:00
Timmy Welch
e864e2db48 Re-arrange settings 2024-05-21 19:57:47 -07:00
Timmy Welch
f712952b87 Fix typing issues 2024-05-21 18:22:30 -07:00
Mizaki
250d777159 Remove combine overlay. Alter help messages in settings window and add lists message 2024-05-11 22:25:46 +01: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
94b94b76dc Change settings menu overlay descriptions 2024-05-11 02:02:01 +01:00
Mizaki
62240bf2f4 Add OverlayMode options for read style and data source 2024-05-11 02:02:01 +01:00
Mizaki
b2f95faac4 Change settings menu overlay descriptions 2024-05-11 01:56:10 +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
7271caccc9 Size combobox dropdown with extra space for move item arrows. Add same sizeHint as QComboBox for unified height 2024-05-10 17:14:39 +01:00
Mizaki
0c9e846bfb Force MacOS to use CE_CheckBox 2024-05-09 20:54:12 +01:00
Mizaki
a2a57b6da0 Add tooltip support for items (and arrows). Simplify and measure arrow images 2024-05-09 01:58:43 +01:00
Mizaki
e0f1f7c356 Rename ItemDelegate. Remove table checkbox 2024-05-06 20:53:00 +01:00
Mizaki
4c6a1d3215 Use custom combobox with item delegate 2024-05-06 16:33:30 +01:00
Mizaki
96bbbe51e7 More load_data_styles to list fixes 2024-04-29 00:46:03 +01:00
Mizaki
199167c50b Change click event handling for QTableWidget. Needs testing on MacOS and Windows 2024-04-29 00:45:15 +01:00