VCS[git]: Added showing logs of all branches

This commit is contained in:
Robert Loehning
2010-08-26 12:56:15 +01:00
parent 8e5edbec9e
commit e02e0f8c4a
4 changed files with 29 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ private slots:
void slotCheckoutSelectedBranch();
void slotDeleteSelectedBranch();
void slotDiffSelected();
void slotLog();
void slotRefresh();
void slotLocalBranchActivated();
void slotRemoteBranchActivated(const QModelIndex &);
@@ -87,6 +88,7 @@ private:
Ui::BranchDialog *m_ui;
QPushButton *m_checkoutButton;
QPushButton *m_diffButton;
QPushButton *m_logButton;
QPushButton *m_refreshButton;
QPushButton *m_deleteButton;