comparison changesetitem.h @ 289:37f67999b661

We can provide a better interface for most common cases by essentially showing a formatted log for the summary rather than a diff only
author Chris Cannam
date Mon, 21 Feb 2011 12:15:04 +0000
parents ca6edd303c9d
children 5b4aa1c24407
comparison
equal deleted inserted replaced
288:ca6edd303c9d 289:37f67999b661
61 void detailHidden(); 61 void detailHidden();
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 showSummaryToParent(QString child, QString parent); 66 void showSummary(Changeset *);
67 void mergeFrom(QString); 67 void mergeFrom(QString);
68 void tag(QString); 68 void tag(QString);
69 69
70 public slots: 70 public slots:
71 void showDetail(); 71 void showDetail();
73 73
74 private slots: 74 private slots:
75 void copyIdActivated(); 75 void copyIdActivated();
76 void updateActivated(); 76 void updateActivated();
77 void diffToParentActivated(); 77 void diffToParentActivated();
78 void showSummaryToParentActivated(); 78 void showSummaryActivated();
79 void diffToCurrentActivated(); 79 void diffToCurrentActivated();
80 void mergeActivated(); 80 void mergeActivated();
81 void tagActivated(); 81 void tagActivated();
82 82
83 protected: 83 protected: