Mercurial > hg > easyhg
comparison historywidget.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 | 6bcb4a4d6521 |
children | 8fd71f570884 |
comparison
equal
deleted
inserted
replaced
167:94be1e218655 | 168:4bad3c5c053a |
---|---|
47 | 47 |
48 signals: | 48 signals: |
49 void commit(); | 49 void commit(); |
50 void revert(); | 50 void revert(); |
51 void diffWorkingFolder(); | 51 void diffWorkingFolder(); |
52 void showSummary(); | |
52 void showWork(); | 53 void showWork(); |
53 | 54 |
54 void updateTo(QString id); | 55 void updateTo(QString id); |
55 void diffToParent(QString id, QString parent); | 56 void diffToParent(QString id, QString parent); |
56 void diffToCurrent(QString id); | 57 void diffToCurrent(QString id); |