yacreader/YACReaderLibrary/db
2023-11-29 18:02:56 +01: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 Fix url creation for local files 2023-11-29 18:02:56 +01:00
comic_model.h Add new columns to the comics model 2023-10-09 19:26:53 +02:00
comic_query_result_processor.cpp
comic_query_result_processor.h
data_base_management.cpp Add a data migration to ensure that the number types are migrated to text in the db schema 2023-10-15 12:53:30 +02:00
data_base_management.h Add a data migration to ensure that the number types are migrated to text in the db schema 2023-10-15 12:53:30 +02: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 url creation for local files 2023-11-29 18:02:56 +01:00
folder_model.h Implement support for updating FolderModel without resetting the whole model 2023-08-13 11:33:33 +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
query_lexer.h
query_parser.cpp
query_parser.h Fix getting only distinct rows when querying folders through the search engine 2023-07-08 19:11:59 +02:00
reading_list_item.cpp
reading_list_item.h
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
reading_list.h
search_query.cpp
search_query.h