comparison filestatuswidget.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 0dc7305acbc8
children 729438d70af8
comparison
equal deleted inserted replaced
102:f70ccc15c9d0 103:0bd32aedc6f6
45 45
46 bool haveChangesToCommit() const; 46 bool haveChangesToCommit() const;
47 bool haveSelection() const; 47 bool haveSelection() const;
48 48
49 QStringList getAllSelectedFiles() const; 49 QStringList getAllSelectedFiles() const;
50
50 QStringList getSelectedCommittableFiles() const; 51 QStringList getSelectedCommittableFiles() const;
52 QStringList getAllCommittableFiles() const;
53
51 QStringList getSelectedAddableFiles() const; 54 QStringList getSelectedAddableFiles() const;
55 QStringList getAllAddableFiles() const;
56
52 QStringList getSelectedRemovableFiles() const; 57 QStringList getSelectedRemovableFiles() const;
58 QStringList getAllRemovableFiles() const;
53 59
54 signals: 60 signals:
55 void selectionChanged(); 61 void selectionChanged();
56 62
57 public slots: 63 public slots: