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

@@ -25,4 +25,9 @@ BrowserFilter::BrowserFilter () : exifFilterEnabled (false) {
showRanked[i] = true;
showCLabeled[i] = true;
}
for (int i=0; i<2; i++){
showEdited[i] = true;
showRecentlySaved[i] = true;
}
}