Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
198:4adbd5c9c15d | 199:f16fe0db11f3 |
---|---|
35 m_fileStatusWidget = new FileStatusWidget; | 35 m_fileStatusWidget = new FileStatusWidget; |
36 m_fileStatusWidget->setLocalPath(workFolderPath); | 36 m_fileStatusWidget->setLocalPath(workFolderPath); |
37 m_fileStatusWidget->setRemoteURL(remoteRepo); | 37 m_fileStatusWidget->setRemoteURL(remoteRepo); |
38 connect(m_fileStatusWidget, SIGNAL(selectionChanged()), | 38 connect(m_fileStatusWidget, SIGNAL(selectionChanged()), |
39 this, SIGNAL(selectionChanged())); | 39 this, SIGNAL(selectionChanged())); |
40 connect(m_fileStatusWidget, SIGNAL(showAllChanged(bool)), | |
41 this, SIGNAL(showAllChanged(bool))); | |
40 addTab(m_fileStatusWidget, tr("My work")); | 42 addTab(m_fileStatusWidget, tr("My work")); |
41 | 43 |
42 // History graph page | 44 // History graph page |
43 m_historyWidget = new HistoryWidget; | 45 m_historyWidget = new HistoryWidget; |
44 addTab(m_historyWidget, tr("History")); | 46 addTab(m_historyWidget, tr("History")); |