diff mainwindow.h @ 199:f16fe0db11f3

* Add "Show All Files" toggle to show ignored and clean files * Clear selection when Esc is pressed * Don't delete and recreate the filesystem watcher on stat, just update it
author Chris Cannam
date Mon, 03 Jan 2011 22:02:08 +0000
parents bf366e0b9050
children 8c8c04bdf0fa
line wrap: on
line diff
--- a/mainwindow.h	Mon Jan 03 14:31:22 2011 +0000
+++ b/mainwindow.h	Mon Jan 03 22:02:08 2011 +0000
@@ -71,6 +71,7 @@
     void changeRemoteRepo();
     void startupDialog();
     void clearSelections();
+    void showAllChanged(bool);
 
     void hgTest();
     void hgQueryPaths();
@@ -154,6 +155,8 @@
 
     bool firstStart;
 
+    bool showAllFiles;
+
     //Actions enabled flags
     bool remoteRepoActionsEnabled;
     bool localRepoActionsEnabled;
@@ -192,9 +195,6 @@
     //Help menu actions
     QAction *aboutAct;
 
-    // Other actions
-    QAction *clearSelectionsAct;
-
     QToolBar *fileToolBar;
     QToolBar *repoToolBar;
     QToolBar *workFolderToolBar;