mirror of
https://github.com/YACReader/yacreader
synced 2025-07-16 12:04:34 -04:00
Add the possibility to show a recently added/updated indicator
This commit is contained in:
@ -81,6 +81,7 @@ class YACReaderHistoryController;
|
||||
class EmptyLabelWidget;
|
||||
class EmptySpecialListWidget;
|
||||
class EmptyReadingListWidget;
|
||||
class RecentVisibilityCoordinator;
|
||||
|
||||
namespace YACReader {
|
||||
class TrayIconController;
|
||||
@ -214,12 +215,12 @@ public:
|
||||
QAction *setWebComicAction;
|
||||
QAction *setYonkomaAction;
|
||||
|
||||
// QAction * setAllAsReadAction;
|
||||
// QAction * setAllAsNonReadAction;
|
||||
QAction *showHideMarksAction;
|
||||
QAction *getInfoAction; // comic vine
|
||||
QAction *resetComicRatingAction;
|
||||
|
||||
QAction *toogleShowRecentIndicatorAction;
|
||||
|
||||
// edit info actions
|
||||
QAction *selectAllComicsAction;
|
||||
QAction *editSelectedComicsAction;
|
||||
@ -266,10 +267,6 @@ public:
|
||||
QString _lastAdded;
|
||||
QString _sourceLastAdded;
|
||||
|
||||
// QModelIndex _rootIndex;
|
||||
// QModelIndex _rootIndexCV;
|
||||
// QModelIndex updateDestination;
|
||||
|
||||
quint64 _comicIdEdited;
|
||||
|
||||
enum NavigationStatus {
|
||||
@ -290,6 +287,7 @@ public:
|
||||
void doDialogs();
|
||||
void setUpShortcutsManagement();
|
||||
void doModels();
|
||||
void setupCoordinators();
|
||||
|
||||
// ACTIONS MANAGEMENT
|
||||
void disableComicsActions(bool disabled);
|
||||
@ -298,9 +296,6 @@ public:
|
||||
void disableFoldersActions(bool disabled);
|
||||
|
||||
void disableAllActions();
|
||||
// void disableActions();
|
||||
// void enableActions();
|
||||
// void enableLibraryActions();
|
||||
|
||||
QString currentPath();
|
||||
QString currentFolderPath();
|
||||
@ -455,6 +450,8 @@ private:
|
||||
TrayIconController *trayIconController;
|
||||
ComicQueryResultProcessor comicQueryResultProcessor;
|
||||
std::unique_ptr<FolderQueryResultProcessor> folderQueryResultProcessor;
|
||||
|
||||
RecentVisibilityCoordinator *recentVisibilityCoordinator;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user