comparison changesetitem.h @ 278:f7cdd5b31aed new-branches

Add "Start new branch" function. I'm not quite satisfied with the location of this one
author Chris Cannam
date Wed, 09 Feb 2011 12:03:15 +0000
parents 8fd71f570884
children 5b4aa1c24407
comparison
equal deleted inserted replaced
277:b6e4643d6c05 278:f7cdd5b31aed
62 62
63 void updateTo(QString); 63 void updateTo(QString);
64 void diffToCurrent(QString); 64 void diffToCurrent(QString);
65 void diffToParent(QString child, QString parent); 65 void diffToParent(QString child, QString parent);
66 void mergeFrom(QString); 66 void mergeFrom(QString);
67 void newBranch(QString);
67 void tag(QString); 68 void tag(QString);
68 69
69 public slots: 70 public slots:
70 void showDetail(); 71 void showDetail();
71 void hideDetail(); 72 void hideDetail();
75 void updateActivated(); 76 void updateActivated();
76 void diffToParentActivated(); 77 void diffToParentActivated();
77 void diffToCurrentActivated(); 78 void diffToCurrentActivated();
78 void mergeActivated(); 79 void mergeActivated();
79 void tagActivated(); 80 void tagActivated();
81 void newBranchActivated();
80 82
81 protected: 83 protected:
82 virtual void mousePressEvent(QGraphicsSceneMouseEvent *); 84 virtual void mousePressEvent(QGraphicsSceneMouseEvent *);
83 85
84 private: 86 private: