Commit Graph

3392 Commits

Author SHA1 Message Date
96cb22030e Remove commented code 2023-07-17 20:45:49 +02:00
eaa9bf06d2 Don't use unneeded source files on Windows 2023-07-17 20:10:16 +02:00
49f930e3a5 Update 7z.so dependency for macos 2023-07-17 19:53:44 +02:00
7bc42ba1c0 Unify 7zip CompressedArchive interface for Windows and Unix.
This works on macos.
2023-07-17 19:53:21 +02:00
c3a2eb63b5 Use 23.01 src in Azure Pipelines 2023-07-17 11:05:32 +02:00
b99eccd93e Update 7z.dll to 23.01 2023-07-17 10:48:17 +02:00
bb54be6568 Update README_7zip.txt 2023-07-17 10:37:59 +02:00
c8dbbaecea Don't use p7zip in 7z_includes.h 2023-07-17 10:37:39 +02:00
27b7176e41 Update implementation to use 7zip 23.01
Mostly changes in macros
2023-07-17 10:36:33 +02:00
7e70cf2d70 Update what's new for 9.13.1 2023-07-16 15:00:02 +02:00
f7717f0465 Bump version number 2023-07-16 14:59:40 +02:00
02342ab41e Update CHANGELOG for 9.13.1 2023-07-16 11:27:53 +02:00
5d10a03044 Fix crash when dropping comics in sublists 2023-07-10 08:39:31 +02:00
acd5caa9fe Rename variable to match logic 2023-07-10 08:38:03 +02:00
08e6d1f99a Update CHANGELOG 9.13 2023-07-09 20:06:15 +02:00
9313f7f17c Update what's new 2023-07-09 10:45:47 +02:00
6c9686d884 Update CHANGELOG 2023-07-09 10:44:55 +02:00
f3249e4053 Add shortcuts to control the double page mode offset 2023-07-09 10:44:43 +02:00
a77a704d48 Fix getting only distinct rows when querying folders through the search engine 2023-07-08 19:11:59 +02:00
3bcbcd06ba Try to fix compilation error in Linux with patched version of Qt 5 2023-07-08 16:53:54 +02:00
ceb230a21c Fix sorting in the volume selection dialog 2023-06-25 12:11:10 +02:00
756c514712 Do not generate the qr code if the server is off 2023-06-18 10:42:38 +02:00
5b5c5fc76b Cover page default value is 1
It's [1, numPages]
2023-06-11 08:54:51 +02:00
ecc1a3ef07 Avoid invalid coverPage values 2023-06-10 22:00:03 +02:00
51a4dbf049 Remove deprecated property manga from folder and comic_info 2023-06-10 11:09:55 +02:00
13993f0381 Default folder json includes the new fields so make search include them too 2023-06-10 11:00:44 +02:00
ac5ba7bb31 Include "file_type" 2023-06-10 11:00:02 +02:00
003d88aa24 Calculate manga from type when serving json from the SearchController 2023-06-10 10:59:28 +02:00
751954be76 include file_type and legacy manga when serving json 2023-06-10 10:56:58 +02:00
f0ce50c2da Do not insert garbage in the DB if replacing a comic goes bad. 2023-06-10 09:42:58 +02:00
d70e2136ce Map comic type to manga mode in YACReader until comic type is fully supported 2023-06-09 19:02:51 +02:00
dfbe597a34 Fix qt5 builds 2023-06-08 22:48:24 +02:00
181477783d Update CHANGELOG 2023-06-08 22:35:51 +02:00
ceb2d2249f Fix alphanumeric navigation in folders tree view 2023-06-08 22:31:31 +02:00
0522cab12e Update CHANGELOG 2023-06-07 22:45:59 +02:00
fa10409a31 Check the file size when updating and only compare the dates if it's enabled 2023-06-07 22:42:40 +02:00
5dac3e1402 Add setting to control dates comparison on updates 2023-06-07 22:41:31 +02:00
3eb6811b1c Use the date that triggers the replacement as added to avoid weird updates 2023-06-07 21:50:24 +02:00
b6eedd4e05 Fix macos macros 2023-06-06 22:28:36 +02:00
21e237ccf9 Update added with the modified date in comics added before the new metadata refactoring 2023-06-06 21:45:20 +02:00
8520a29a05 Detect modified files and update them
The old file is delete, the modified file is inserted and the existing metadata is copied over. The added date is updated to avoid new matches during the update process.
2023-06-05 23:28:12 +02:00
68ece533e1 Replace Q_OS_MAC with Q_OS_MACOS 2023-06-04 20:55:11 +02:00
072f73b986 Use the right signal 2023-06-03 22:08:37 +02:00
dbb31f4aea Disable clang format in KDToolBox folder 2023-06-03 20:57:13 +02:00
16faacec65 Debounce input from the search edit
This makes writing there a little bit more pleasant
2023-06-03 20:25:14 +02:00
c30e1c6829 Use Q_DECLARE_METATYPE with TypeSpecialList 2023-06-03 17:39:41 +02:00
864516d781 Add Recent list. 2023-06-03 16:45:47 +02:00
2ff723bcd0 Update CHANGELOG 2023-06-01 16:43:52 +02:00
0f974d7caa Update macos icons 2023-06-01 16:38:40 +02:00
e4dbe3d62e Support filtering by since/before dates in the search engine
e.g. added>7 (recent content since 7 days ago) or added<30 (content added before the last 30 days)
2023-05-31 22:11:47 +02:00