This website requires JavaScript.
Explore
Help
Sign In
mirror
/
yacreader
Watch
1
Star
0
Fork
0
You've already forked yacreader
mirror of
https://github.com/YACReader/yacreader
synced
2026-03-17 03:00:07 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
80ff6ed63b0195689b958b0ec0c588e2d4657e1a
yacreader
/
YACReaderLibrary
/
db
History
…
..
comic_item.cpp
…
comic_item.h
…
comic_model.cpp
Implement support for updating ComicModel without resetting the whole model
2023-08-13 11:40:59 +02:00
comic_model.h
Implement support for updating ComicModel without resetting the whole model
2023-08-13 11:40:59 +02:00
comic_query_result_processor.cpp
…
comic_query_result_processor.h
…
data_base_management.cpp
…
data_base_management.h
…
folder_item.cpp
…
folder_item.h
…
folder_model.cpp
Implement support for updating FolderModel without resetting the whole model
2023-08-13 11:33:33 +02:00
folder_model.h
…
folder_query_result_processor.cpp
…
folder_query_result_processor.h
…
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
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
…
reading_list_model.cpp
…
reading_list_model.h
…
reading_list.cpp
…
reading_list.h
…
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
…