Mercurial > hg > easyhg
diff hgtabwidget.cpp @ 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 | d256cc418fa3 |
line wrap: on
line diff
--- a/hgtabwidget.cpp Mon Jan 03 14:31:22 2011 +0000 +++ b/hgtabwidget.cpp Mon Jan 03 22:02:08 2011 +0000 @@ -37,6 +37,8 @@ m_fileStatusWidget->setRemoteURL(remoteRepo); connect(m_fileStatusWidget, SIGNAL(selectionChanged()), this, SIGNAL(selectionChanged())); + connect(m_fileStatusWidget, SIGNAL(showAllChanged(bool)), + this, SIGNAL(showAllChanged(bool))); addTab(m_fileStatusWidget, tr("My work")); // History graph page