comparison mainwindow.h @ 168:4bad3c5c053a

* Add "Show summary" feature * Add simplistic kinetic scrolling to history widget
author Chris Cannam
date Tue, 14 Dec 2010 17:20:10 +0000
parents de39da2f9f4d
children c7fa56707ae9
comparison
equal deleted inserted replaced
167:94be1e218655 168:4bad3c5c053a
72 void hgQueryPaths(); 72 void hgQueryPaths();
73 void hgStat(); 73 void hgStat();
74 void hgRemove(); 74 void hgRemove();
75 void hgAdd(); 75 void hgAdd();
76 void hgCommit(); 76 void hgCommit();
77 void hgShowSummary();
77 void hgFolderDiff(); 78 void hgFolderDiff();
78 void hgDiffToCurrent(QString); 79 void hgDiffToCurrent(QString);
79 void hgDiffToParent(QString, QString); 80 void hgDiffToParent(QString, QString);
80 void hgUpdate(); 81 void hgUpdate();
81 void hgRevert(); 82 void hgRevert();