Mercurial > hg > easyhg
comparison src/filestatuswidget.h @ 484:896b7903e8f2
Make "Show all files" persistent (fixing #203), and rationalise some config group names (noting that "General" is actually the default group "" as it appears in the config file, not the name of a group called "General": that appears as "%General")
author | Chris Cannam |
---|---|
date | Wed, 17 Aug 2011 16:09:04 +0100 |
parents | b9c153e00e84 |
children | 7829da6abe97 |
comparison
equal
deleted
inserted
replaced
483:a582c6417004 | 484:896b7903e8f2 |
---|---|
52 QStringList getAllUnresolvedFiles() const; | 52 QStringList getAllUnresolvedFiles() const; |
53 | 53 |
54 QStringList getSelectedAddableFiles() const; | 54 QStringList getSelectedAddableFiles() const; |
55 QStringList getSelectedRemovableFiles() const; | 55 QStringList getSelectedRemovableFiles() const; |
56 | 56 |
57 bool shouldShowAll() const; | |
58 | |
57 signals: | 59 signals: |
58 void selectionChanged(); | 60 void selectionChanged(); |
59 void showAllChanged(bool); | 61 void showAllChanged(); |
60 | 62 |
61 void annotateFiles(QStringList); | 63 void annotateFiles(QStringList); |
62 void diffFiles(QStringList); | 64 void diffFiles(QStringList); |
63 void commitFiles(QStringList); | 65 void commitFiles(QStringList); |
64 void revertFiles(QStringList); | 66 void revertFiles(QStringList); |