Mercurial > hg > easyhg
comparison hgtabwidget.h @ 103:0bd32aedc6f6
* Start to use the confirm-comment dialog for commits; much work still needed
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 22:44:40 +0000 |
parents | 87ef2fa9ee8b |
children | 729438d70af8 |
comparison
equal
deleted
inserted
replaced
102:f70ccc15c9d0 | 103:0bd32aedc6f6 |
---|---|
50 bool canAdd() const; | 50 bool canAdd() const; |
51 bool canRemove() const; | 51 bool canRemove() const; |
52 bool canDoDiff() const; | 52 bool canDoDiff() const; |
53 | 53 |
54 QStringList getAllSelectedFiles() const; | 54 QStringList getAllSelectedFiles() const; |
55 | |
55 QStringList getSelectedCommittableFiles() const; | 56 QStringList getSelectedCommittableFiles() const; |
57 QStringList getAllCommittableFiles() const; | |
58 | |
56 QStringList getSelectedAddableFiles() const; | 59 QStringList getSelectedAddableFiles() const; |
60 QStringList getAllAddableFiles() const; | |
61 | |
57 QStringList getSelectedRemovableFiles() const; | 62 QStringList getSelectedRemovableFiles() const; |
63 QStringList getAllRemovableFiles() const; | |
58 | 64 |
59 signals: | 65 signals: |
60 void selectionChanged(); | 66 void selectionChanged(); |
61 | 67 |
62 public slots: | 68 public slots: |