Commit Graph

100 Commits

Author SHA1 Message Date
2bebec95bf Save magnifying glass size and zoom level 2024-03-02 12:14:01 +01:00
b8d5f351e5 Update what's new 2024-02-14 18:24:39 +01:00
2b2762c045 Improve and fix comic file size format 2024-02-13 18:41:23 +01:00
374898702d Fix folders type when they are added 2024-02-12 19:33:14 +01:00
7baf144c69 Fix columns in the search results. 2024-02-06 18:13:57 +01:00
f540b47735 Bump version number in CHANGELOG 2024-02-05 18:16:30 +01:00
856b687e21 Fix style in changelog 2024-02-02 13:05:10 +01:00
d353bf8014 Update CHANGELOG 2024-01-19 16:47:18 +01:00
4942e641dc Update CHANGELOG 2024-01-19 16:44:54 +01:00
adcdb6bf62 Update CHANGELOG 2024-01-16 19:22:36 +01:00
be9223e06d Update CHAGELOG 2023-12-16 08:30:39 +01:00
74c16f5c81 Add a safety check before accessing lists in the comic flow 2023-10-25 20:56:44 +02:00
9f38fc45d3 Update CHANGELOG 2023-10-19 19:34:13 +02:00
f319b00c70 Add a data migration to ensure that the number types are migrated to text in the db schema
This fixes a problem storing some text number formats in the db when the type is integer.
2023-10-15 12:53:30 +02:00
f20c3cda77 Update CHANGELOG 2023-10-09 19:29:04 +02:00
39ba4efcd2 Add rescan-xml-info command to YACReaderLibraryServer 2023-08-26 14:09:18 +02:00
5706407778 Add options for disabling scroll animation 2023-08-26 10:18:52 +02:00
d1533174b0 Try to send files and folders to the bin before trying to delete them 2023-08-25 16:21:21 +02:00
a425c528eb Update CHANGELOG 2023-08-25 15:35:39 +02:00
07cee51ef0 Update CHANGELOG 2023-08-13 12:34:58 +02:00
599f6615a5 Update CHANGELOG 2023-08-06 09:08:59 +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
08e6d1f99a Update CHANGELOG 9.13 2023-07-09 20:06:15 +02:00
6c9686d884 Update CHANGELOG 2023-07-09 10:44:55 +02:00
a77a704d48 Fix getting only distinct rows when querying folders through the search engine 2023-07-08 19:11:59 +02:00
ceb230a21c Fix sorting in the volume selection dialog 2023-06-25 12:11:10 +02:00
181477783d Update CHANGELOG 2023-06-08 22:35:51 +02:00
0522cab12e Update CHANGELOG 2023-06-07 22:45:59 +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
6d457be912 Improve search engine with new operators and new fields 2023-05-21 20:29:13 +02:00
117d65ffbe Update CHANGELOG 2023-05-21 11:42:43 +02:00
2152614243 Update CHANGELOG 2023-04-29 09:25:29 +02:00
8f738766ed BUMP version to 9.12 2023-04-23 19:51:48 +02:00
1a0b9da8d7 Do not accept empty values for the server port in the server settings dialog 2023-04-08 12:31:15 +02:00
c0cb792eca Update changelog 2023-04-07 20:34:07 +02:00
37ad8dc082 Update CHANGELOG 2023-04-07 12:35:34 +02:00
ad4139e017 Don't clear numPages when deleting metadata 2023-01-16 18:14:21 +01:00
44638219f1 Update CHANGELOG 2023-01-14 14:18:55 +01:00
dec297a63c Update version in CHANGELOG 2023-01-07 10:48:44 +01:00
5ddfa2c4f5 Update CHANGELOG 2022-12-29 08:26:34 +01:00
399f4fd89f Update CHANGELOG 2022-12-27 09:34:22 +01:00
4a59dd6db6 Add support for poppler-qt6
Fixes #352
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
21b8b70657 QsLog: Use dedicated logging thread to avoid segfaults at app shutdown
When shutting down our apps, we clean up some ressources after app.exec()
has finished. As our logger runs on the apps main thread, it can no longer
respond to any debug messages generated during the cleanup phase.

This can lead to segfaults and error masking.

Solution: Run QsLog in a dedicated thread.
2022-11-19 19:26:34 +01:00
27b5692f26 Update CHANGELOG 2022-11-10 21:46:59 +01:00
4c2b6da884 Set 9.10 changelog 2022-10-30 08:40:34 +01:00
75e7e76e82 Update CHANGELOG and what's new 2022-10-29 11:11:11 +02:00
150d27c3ad Make import ComicInfo.XML from new comics optional
It is disabled by default.
2022-10-28 23:31:55 +02:00