comparison hgtabwidget.h @ 141:e6c6b88d19b9

* Start hooking up right-button menus on changeset & uncommitted items
author Chris Cannam
date Tue, 30 Nov 2010 17:56:11 +0000
parents 4986642800f0
children 644bd31e8301
comparison
equal deleted inserted replaced
140:bad40d7e7a2b 141:e6c6b88d19b9
74 QStringList getAllRemovableFiles() const; 74 QStringList getAllRemovableFiles() const;
75 75
76 signals: 76 signals:
77 void selectionChanged(); 77 void selectionChanged();
78 78
79 void commit();
80 void revert();
81 void diffWorkingFolder();
82
83 void updateTo(QString id);
84 void diffToPrevious(QString id);
85 void diffToCurrent(QString id);
86 void mergeFrom(QString id);
87 void tag(QString id);
88
79 public slots: 89 public slots:
80 void clearSelections(); 90 void clearSelections();
81 91
82 private: 92 private:
83 FileStatusWidget *m_fileStatusWidget; 93 FileStatusWidget *m_fileStatusWidget;