Commit Graph

25 Commits

Author SHA1 Message Date
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
508ff6d547 Add support for loading custom comic images 2025-05-09 19:25:02 +02:00
d4b7c6dd8a Extract library paths methods to it's own struct in yacreader_global.h and use it everywhere 2025-03-29 11:31:53 +01:00
e005f5b26d Don't check the type value if it is null 2023-11-28 17:38:31 +01:00
9278160bbc ComicInfo::getTypeString: Return an empty string for unhandled enums (#403)
* ComicInfo::getTypeString: Add default return for unhandled enum

* CXX flags: Promote warnings about missing branches in enum-based switches as errors

* Add missing case in switch

* Catch conversion errors in debug mode and silence missing return warnings

* Replace default with missing cases

* ComicInfo::getTypeString: Use QStringLiterals

* Revert "CXX flags: Promote warnings about missing branches in enum-based switches as errors"

This reverts commit d22c115925.

---------

Co-authored-by: Luis Ángel San Martín <luisangelsm@gmail.com>
2023-10-28 17:07:32 +02:00
51a4dbf049 Remove deprecated property manga from folder and comic_info 2023-06-10 11:09:55 +02:00
880e17acff Display new metadata in the info views 2023-05-16 21:47:59 +02:00
f2bf53ce5b Add new fields to the DB and make then available to be used in the apps 2023-05-12 16:59:23 +02:00
ad4139e017 Don't clear numPages when deleting metadata 2023-01-16 18:14:21 +01:00
d22e5eaaa7 Add method to delete metadata from ComicInfo 2022-10-24 18:42:38 +02:00
5aa02a19bb clang-format 2021-10-18 21:56:52 +02:00
b0a6411528 Initialize attributes in constructor 2021-09-27 15:27:44 +02:00
3ab05c6777 Add a new boolean field for tagging comics as manga 2021-01-16 14:23:59 +01:00
092611f0cd Send read status for imported comics 2020-05-09 22:19:00 +02:00
2649f58f15 Include lastTimeOpened in plain text comic info 2019-09-10 17:16:53 +02:00
e3ec56aa43 Format code using clang-format 2019-05-30 19:46:37 +02:00
8879e7abc5 Initialize parent class 2019-04-01 11:23:33 +02:00
4f7f760960 fix misleading indentation of ComicDB::toTXT 2019-04-01 11:23:33 +02:00
d5a11fb16b Add .gitattributes rules for text and binary handling 2018-07-30 15:04:04 +02:00
e5133c9765 merge develop 2018-03-25 13:16:27 +02:00
53b19ffecd Fix ComicDB::getTitleOrFileName() 2018-03-25 11:26:07 +02:00
69395398e1 Partial support for storing the cover information in the DB. Work in progress. 2018-03-11 14:43:07 +01:00
4f779f7e22 yacreaderlibrary_ru.ts
Minor corrections in Russian translation.
2018-02-24 18:15:09 +00:00
f149f314e0 Merge 2017-08-26 16:54:10 +02:00
d6898e9a4e Fixed data base info retrieving through DBHelper, value(QString) should never be used because it is really slow. All items sorting should be done at db level or using std::sort. 2017-08-26 16:16:11 +02:00