Mercurial > hg > easyhg
comparison filestatuswidget.h @ 109:1721c580c10e
* Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher).
* Make Revert behave sensibly
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 12:48:29 +0000 |
parents | 729438d70af8 |
children | 78374cefa10f |
comparison
equal
deleted
inserted
replaced
108:8ae3b44c0073 | 109:1721c580c10e |
---|---|
52 QStringList getAllSelectedFiles() const; | 52 QStringList getAllSelectedFiles() const; |
53 | 53 |
54 QStringList getSelectedCommittableFiles() const; | 54 QStringList getSelectedCommittableFiles() const; |
55 QStringList getAllCommittableFiles() const; | 55 QStringList getAllCommittableFiles() const; |
56 | 56 |
57 QStringList getSelectedRevertableFiles() const; | |
58 QStringList getAllRevertableFiles() const; | |
59 | |
57 QStringList getSelectedAddableFiles() const; | 60 QStringList getSelectedAddableFiles() const; |
58 QStringList getAllAddableFiles() const; | 61 QStringList getAllAddableFiles() const; |
59 | 62 |
60 QStringList getSelectedRemovableFiles() const; | 63 QStringList getSelectedRemovableFiles() const; |
61 QStringList getAllRemovableFiles() const; | 64 QStringList getAllRemovableFiles() const; |