yacreader/YACReaderLibrary/db
Luis Ángel San Martín f03ad848cb Add support for true and false literals to be used with bool fields
The lexer itself should be responsible for parsing those values but it will require a bigger refactoring.
2021-01-14 15:32:20 +01: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 Use ComicQueryResultProcesor 2021-01-14 09:17:18 +01:00
comic_model.h Use ComicQueryResultProcesor 2021-01-14 09:17:18 +01:00
comic_query_result_procesor.cpp Add a class for processing search queries and create the comics model data 2021-01-14 09:10:58 +01:00
comic_query_result_procesor.h Add a class for processing search queries and create the comics model data 2021-01-14 09:10:58 +01:00
data_base_management.cpp Fix object leaks in database code 2020-08-25 17:34:46 +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 Run folder search filtering in the background 2021-01-14 11:37:17 +01:00
folder_model.h Run folder search filtering in the background 2021-01-14 11:37:17 +01:00
folder_query_result_processor.cpp Run folder search filtering in the background 2021-01-14 11:37:17 +01:00
folder_query_result_processor.h Run folder search filtering in the background 2021-01-14 11:37:17 +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 support for true and false literals to be used with bool fields 2021-01-14 15:32:20 +01:00
query_parser.h Add support for boolean folder fields 2021-01-14 12:25:24 +01:00
reading_list_item.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
reading_list_item.h Fix code format errors due to changes in default coding style. (#150) 2020-07-24 21:17:49 +02:00
reading_list_model.cpp Fix object leaks in database code 2020-08-25 17:34:46 +02:00
reading_list_model.h Annotate overridden methods 2019-06-01 16:04:48 +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