File Browser Filter enhancements (Edited/not & Saved/not) and cleanup

This commit is contained in:
michael
2011-06-27 21:00:32 -04:00
parent 88c7e54774
commit 80b639c64c
21 changed files with 250 additions and 50 deletions

View File

@@ -30,6 +30,8 @@ class BrowserFilter {
bool showTrash;
bool showNotTrash;
bool showEdited[2];
bool showRecentlySaved[2];
bool multiselect;
Glib::ustring queryString;
Glib::ustring queryFileName;