comparison src/hgtabwidget.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 ad106f5fe75f
children 1c05e7576ea5
comparison
equal deleted inserted replaced
483:a582c6417004 484:896b7903e8f2
68 QStringList getAllUnresolvedFiles() const; 68 QStringList getAllUnresolvedFiles() const;
69 69
70 QStringList getSelectedAddableFiles() const; 70 QStringList getSelectedAddableFiles() const;
71 QStringList getSelectedRemovableFiles() const; 71 QStringList getSelectedRemovableFiles() const;
72 72
73 bool shouldShowAll() const;
74
73 signals: 75 signals:
74 void selectionChanged(); 76 void selectionChanged();
75 void showAllChanged(bool); 77 void showAllChanged();
76 78
77 void commit(); 79 void commit();
78 void revert(); 80 void revert();
79 void diffWorkingFolder(); 81 void diffWorkingFolder();
80 void showSummary(); 82 void showSummary();