diff hgtabwidget.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 b6dd1ee0e486
children e67bd8abc3e3
line wrap: on
line diff
--- a/hgtabwidget.h	Mon Jan 03 14:31:22 2011 +0000
+++ b/hgtabwidget.h	Mon Jan 03 22:02:08 2011 +0000
@@ -81,6 +81,7 @@
 
 signals:
     void selectionChanged();
+    void showAllChanged(bool);
 
     void commit();
     void revert();