yacreader/YACReaderLibrary/db
Luis Ángel San Martín 945b24a8f8 Extract opening a comic from YACReaderLibrary to its own file
And send a new param `--readingListId` to tell YACReader that the comic is opened from a reading list.
2021-05-27 18:48:52 +02:00
..
comic_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
comic_item.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
comic_model.cpp Extract opening a comic from YACReaderLibrary to its own file 2021-05-27 18:48:52 +02:00
comic_model.h Extract opening a comic from YACReaderLibrary to its own file 2021-05-27 18:48:52 +02:00
comic_query_result_processor.cpp ComicQueryResultProcessor: fix a typo in the class name 2021-02-06 20:08:44 +02:00
comic_query_result_processor.h Make ComicQueryResultProcessor::modelData() static 2021-02-06 20:08:47 +02:00
data_base_management.cpp Fix library creation on 9.8.0 by adding missing manga field to folder 2021-05-08 15:21:30 +02:00
data_base_management.h Annotate overridden methods 2019-06-01 16:04:48 +02:00
folder_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
folder_item.h Use nullptr instead of 0 2019-06-01 16:04:48 +02:00
folder_model.cpp Deprecated QSortFilterProxyModel::clear() => invalidate() 2021-03-09 21:32:23 +01:00
folder_model.h DB model classes: use explicit, nullptr, override 2021-03-06 21:00:31 +01:00
folder_query_result_processor.cpp Use the query search queue in FolderQueryResultProcessor 2021-02-04 19:15:58 +01:00
folder_query_result_processor.h Import non-gui global header 2021-01-14 18:42:51 +01:00
query_lexer.cpp Remove space and atWord tokens 2021-01-14 08:39:16 +01:00
query_lexer.h Remove space and atWord tokens 2021-01-14 08:39:16 +01:00
query_parser.cpp Add missing import 2021-02-08 08:38:15 +01:00
query_parser.h Add support for boolean folder fields 2021-01-14 12:25:24 +01:00
reading_list_item.cpp Make "delete" icon work properly in the "Reading" list 2021-05-16 09:01:35 +02:00
reading_list_item.h Make "delete" icon work properly in the "Reading" list 2021-05-16 09:01:35 +02:00
reading_list_model.cpp Port away from deprecated QFlags(Zero) constructor 2021-03-09 21:32:23 +01:00
reading_list_model.h DB model classes: use explicit, nullptr, override 2021-03-06 21:00:31 +01:00
reading_list.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
reading_list.h Format code using clang-format 2019-05-30 19:46:37 +02:00