Commit Graph

3469 Commits

Author SHA1 Message Date
6a4f9730f5 Make sure DB upgrades happen atomically 2025-06-15 18:12:07 +02:00
c621c2705b Bump the windows version used in the Initialization job 2025-06-15 12:15:45 +02:00
7740aaca3d Bump Ubuntu version 2025-06-14 15:06:21 +02:00
8d2026f1d7 Merge pull request #476 from YACReader/new_image_filters_format
Add support for storing and serving the new comic filters format
2025-06-14 12:05:59 +02:00
109b9e9783 Fix format 2025-06-14 10:04:27 +02:00
b7fb45a331 Add support for storing and serving the new comic filters format
It's already implemented on iOS and next is supporting it on Android.
2025-06-14 09:56:33 +02:00
a4ab11d44d Merge pull request #475 from YACReader/custom_comic_covers 2025-05-10 07:52:28 +02:00
4adad5f966 Format 2025-05-09 21:33:14 +02:00
bed3503aae Update CHANGELOG 2025-05-09 21:15:47 +02:00
5950c52e19 Support editing the cover image of various comics at once 2025-05-09 21:05:42 +02:00
8b159c9da6 Support drag&drop for setting a custom cover in the properties dialog 2025-05-09 19:58:52 +02:00
28952180ab Remove commented code 2025-05-09 19:27:35 +02:00
508ff6d547 Add support for loading custom comic images 2025-05-09 19:25:02 +02:00
0457c08fca Add button for reseting the cover of a comic to the default one 2025-05-09 15:23:00 +02:00
97685dca73 Remove unneeded property 2025-05-09 14:30:11 +02:00
b064095809 Make the cover selection button circular 2025-05-09 14:05:17 +02:00
0ac22cdc5e Merge pull request #474 from YACReader/custom_folder_covers
Add support for setting custom covers on folders
2025-05-09 08:46:42 +02:00
156de8db9e Fix YACReaderLibraryServer build 2025-05-08 22:53:00 +02:00
b976b7f809 Add support for setting custom covers on folders 2025-05-08 22:00:55 +02:00
f0b9d45033 Merge pull request #473 from YACReader/comic_vine_integration_improvements
Comic vine integration improvements
2025-05-06 08:20:55 +02:00
879d316391 Update CHANGELOG 2025-05-05 19:29:17 +02:00
6b1987a16a Use a better default search string from comic files 2025-05-05 19:20:51 +02:00
dfb1cb9b70 Include missing image in qrc 2025-05-05 18:36:17 +02:00
73bde73fdb Add some minimum width to the scraper table view columns 2025-05-05 18:35:44 +02:00
868de856a7 Add support for exact match searches
It will be enabled by default.
2025-05-05 18:35:07 +02:00
e5f02bebe5 Try to always get some description for single volume issues
If the issue doesn't have a description it will get the volume description.
2025-05-04 21:50:36 +02:00
e7652355de Fix status check 2025-05-04 18:13:33 +02:00
51590aaa4f Rename method 2025-05-04 18:12:37 +02:00
fca1e2004e Add new ScraperStatus for exact volume searches 2025-05-04 17:46:50 +02:00
1b4116db1a Remove default cases from switches using enum class 2025-05-04 17:33:39 +02:00
9d7a554ab3 Convert ScraperMode and ScraperStatus into enum class 2025-05-04 17:26:05 +02:00
89d7d76080 Typo 2025-05-04 15:14:45 +02:00
b81b7908f3 Merge pull request #472 from YACReader/add_mouse_nativation_modes
Add mouse navigation modes
2025-05-04 12:56:43 +02:00
bba15bef4d Fix Qt5 compilation 2025-05-04 10:30:54 +02:00
90a370680e Update CHANGELOG 2025-05-04 10:02:13 +02:00
77e3f6ffb1 Implement support all the new mouse modes 2025-05-04 09:53:53 +02:00
d291569e5f Move drag origin coordinates to MouseHandler 2025-05-04 09:53:31 +02:00
8b41bbf711 Check the load state before trying to turn pages 2025-05-04 09:52:13 +02:00
a51252ca0d Add settings to the options dialog to control the mouse behavior 2025-05-04 09:51:17 +02:00
25a569cfa6 Add support for mouse mode in Configuration 2025-05-03 16:11:58 +02:00
257436c040 Move FitMode to configuration.h 2025-05-03 15:44:41 +02:00
7db47f9147 Extract mouse handling events to it's own class 2025-05-03 15:10:16 +02:00
9e37947479 Fix layout warning
sortButtonsLayout was already part of the layout.
2025-04-21 19:21:48 +02:00
a425aef45e Fix macos compilation with Qt5 2025-04-20 14:52:50 +02:00
cb24540766 Update CHAGELOG 2025-04-20 10:33:36 +02:00
ed7e9f98f0 Format 2025-04-20 10:30:05 +02:00
3632ebab12 Implement native toolbars on macos on Qt6 to have a modern looking unified toolbars 2025-04-20 09:38:58 +02:00
d9b9fda337 Merge pull request #471 from BSDKaffee/qt-6.9-fixes
Qt 6.9 fixes
2025-04-19 17:35:24 +02:00
6e0e6f3bc3 Fix build with Qt 6.9.0 (fixes #469)
Support for std::array was added to QDebug in 6.9.0
2025-04-19 06:28:17 -04:00
254652f03e Add missing include
Fixes build with Qt 6.9.0
2025-04-19 06:25:11 -04:00