yacreader/YACReaderLibrary/db
Luis Ángel San Martín 52f1a57c47 Fix compilation
2025-03-30 21:23:54 +02:00
..
comic_item.cpp Add methods to ComicItem to get/set the internal data 2023-08-13 11:13:21 +02:00
comic_item.h Add methods to ComicItem to get/set the internal data 2023-08-13 11:13:21 +02:00
comic_model.cpp More migrations to LibraryPaths 2025-03-30 15:17:24 +02:00
comic_model.h Add new columns to the comics model 2023-10-09 19:26:53 +02:00
comic_query_result_processor.cpp Extract sql queries creation for the search engine so we can reuse them 2023-04-07 10:49:09 +02:00
comic_query_result_processor.h Remove YACReader::SearchModifiers 2021-12-29 14:58:03 +01:00
data_base_management.cpp Change the type of path passed to DataBaseManagement::updateToCurrentVersion 2025-03-29 13:29:09 +01:00
data_base_management.h Change the type of path passed to DataBaseManagement::updateToCurrentVersion 2025-03-29 13:29:09 +01:00
folder_item.cpp Fix name values used for comparison 2023-08-13 11:12:52 +02:00
folder_item.h Add methods to FolderItem 2023-08-13 11:12:14 +02:00
folder_model.cpp Fix compilation 2025-03-30 21:23:54 +02:00
folder_model.h Add support for setting the content type to a whole library 2024-07-09 19:18:22 +02:00
folder_query_result_processor.cpp Do not parse any data, we only need the ids 2023-08-08 19:00:01 +02:00
folder_query_result_processor.h Remove unused include 2023-08-08 18:59:17 +02:00
query_lexer.cpp Improve search engine with new operators and new fields 2023-05-21 20:29:13 +02:00
query_lexer.h Improve search engine with new operators and new fields 2023-05-21 20:29:13 +02:00
query_parser.cpp Support filtering by since/before dates in the search engine 2023-05-31 22:11:47 +02:00
query_parser.h Fix columns in the search results. 2024-02-06 18:13:57 +01:00
reading_list_item.cpp Don't use Q_OS_MAC for ui specifics, Y_MAC_UI is the replacement 2023-05-23 18:51:33 +02:00
reading_list_item.h More left side bar png to svg assets conversion 2022-10-23 10:43:37 +02:00
reading_list_model.cpp Fix crash when dropping comics in sublists 2023-07-10 08:39:31 +02:00
reading_list_model.h Use Q_DECLARE_METATYPE with TypeSpecialList 2023-06-03 17:39:41 +02: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
search_query.cpp Extract sql queries creation for the search engine so we can reuse them 2023-04-07 10:49:09 +02:00
search_query.h Extract sql queries creation for the search engine so we can reuse them 2023-04-07 10:49:09 +02:00