Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
198:4adbd5c9c15d | 199:f16fe0db11f3 |
---|---|
79 QStringList getSelectedUnresolvedFiles() const; | 79 QStringList getSelectedUnresolvedFiles() const; |
80 QStringList getAllUnresolvedFiles() const; | 80 QStringList getAllUnresolvedFiles() const; |
81 | 81 |
82 signals: | 82 signals: |
83 void selectionChanged(); | 83 void selectionChanged(); |
84 void showAllChanged(bool); | |
84 | 85 |
85 void commit(); | 86 void commit(); |
86 void revert(); | 87 void revert(); |
87 void diffWorkingFolder(); | 88 void diffWorkingFolder(); |
88 void showSummary(); | 89 void showSummary(); |