Commit Graph

29 Commits

Author SHA1 Message Date
e4469dc7a7 Don't use sorting heuristic in comics with more than 1000 pages
Sorting heuristic to try to find spreads in the content of a comic is now only used for files with less than 1000 pages to avoid false positives.
2024-08-09 16:00:30 +02:00
68ece533e1 Replace Q_OS_MAC with Q_OS_MACOS 2023-06-04 20:55:11 +02:00
4a59dd6db6 Add support for poppler-qt6
Fixes #352
2022-11-19 20:02:31 +01:00
be85954b0c Use std::unique_ptr for pdf objects 2022-11-19 20:02:31 +01:00
0414104067 YACReader: Fix crash when exiting while processing a comic
When quitting YACReader while processing a comic, the comic thread needs
to be properly terminated to avoid segfaults and other possible problems.
2022-11-19 19:27:52 +01:00
d47bd55fa0 Don't use helper function to avoid raising the Qt5 min version requeriment 2021-10-19 00:00:08 +02:00
326cebdf7f *Ref methods are deprecated in Qt6 2021-10-19 00:00:08 +02:00
a792a03760 Use QRegularExpression instead of QRegExp 2021-10-19 00:00:08 +02:00
ecd1497370 Don't use virtual methods unnecessarily 2021-10-19 00:00:08 +02:00
459883d7be Use *Ref methods instead 2021-10-19 00:00:07 +02:00
a56914bec3 Do not use foreach 2021-10-19 00:00:07 +02:00
c1d3fb0778 Proper use of range for 2021-10-19 00:00:07 +02:00
e1ed292a91 Convert emit(signal()) calls to emit signal() 2021-10-19 00:00:07 +02:00
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
47324e7f22 Comic/Render: Use overloads refactor some SIGNAL/SLOT connections to new syntax 2021-06-29 13:53:12 +02:00
ae8e47d863 Clazy: Add second batch of SIGNAL/SLOT removal 2021-06-29 13:53:12 +02:00
f6bed8590f Support for third party qt image plugins 2020-09-30 19:01:12 +02:00
15c126fda5 Enable unarr 7z support. Closes #113 (#115)
* Enable unarr 7z support. Closes #113
2020-02-12 08:38:03 +01:00
0b83764734 Revert "Thread ping pong" 2019-09-24 12:00:21 +02:00
7ed19ddd78 Fix scope
GitKraken has some serious issues when resolving conflicts
2019-09-24 09:17:39 +02:00
cc71f419cc Revert "Backout changeset c42e71e42d7968ddb6c63fd39011669503b9122c"
This reverts commit 040664d3ba.
2019-09-24 08:12:38 +02:00
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
0e0d707faf reorder initialization of Comic::Comic 2019-04-01 09:08:45 +02:00
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
aba45b3011 Keep track of erros while opening a comic
This way we can query if an error ocurred opening a comic.
2018-04-28 17:55:48 +02:00
3cb6e2cd85 Check bookmarks nullity and return in Comic before updating the bookmark image. 2018-04-25 22:16:20 +02:00
040664d3ba Backout changeset c42e71e42d7968ddb6c63fd39011669503b9122c 2018-04-24 20:53:48 +02:00
cc72d30f5b Remove thread pingpong 2018-02-20 11:16:47 +01:00
2cbbf8d433 Headless server: simplify system config logger 2018-01-28 13:32:56 +01:00