Mercurial > hg > easyhg
diff historywidget.h @ 128:fcaf09ee825d
* Show tags and current working copy parents in history graph
author | Chris Cannam |
---|---|
date | Mon, 29 Nov 2010 20:09:58 +0000 |
parents | c3e8342d2de9 |
children | 4986642800f0 |
line wrap: on
line diff
--- a/historywidget.h Mon Nov 29 17:48:43 2010 +0000 +++ b/historywidget.h Mon Nov 29 20:09:58 2010 +0000 @@ -33,11 +33,15 @@ HistoryWidget(); virtual ~HistoryWidget(); + void setCurrent(QStringList ids); + void showUncommittedChanges(bool); + void parseNewLog(QString log); void parseIncrementalLog(QString log); private: Changesets m_changesets; + QStringList m_currentIds; Panned *m_panned; Panner *m_panner; @@ -45,6 +49,7 @@ void clearChangesets(); void layoutAll(); void setChangesetParents(); + void updateCurrentItems(); }; #endif