comparison src/historywidget.h @ 514:306a62fe851e

Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
author Chris Cannam
date Tue, 18 Oct 2011 16:50:05 +0100
parents ddc7238fc3b0
children 000f13faa089
comparison
equal deleted inserted replaced
513:ddc7238fc3b0 514:306a62fe851e
62 void diffToParent(QString id, QString parent); 62 void diffToParent(QString id, QString parent);
63 void showSummary(Changeset *); 63 void showSummary(Changeset *);
64 void diffToCurrent(QString id); 64 void diffToCurrent(QString id);
65 void mergeFrom(QString id); 65 void mergeFrom(QString id);
66 void newBranch(QString id); 66 void newBranch(QString id);
67 void closeBranch(QString id);
67 void tag(QString id); 68 void tag(QString id);
68 69
69 private slots: 70 private slots:
70 void showClosedChanged(bool); 71 void showClosedChanged(bool);
71 72