VCS[git]: Add log repository action.

This commit is contained in:
Friedemann Kleint
2010-01-08 16:07:05 +01:00
parent df2a2dc118
commit b81c30df2b
6 changed files with 44 additions and 4 deletions

View File

@@ -96,6 +96,7 @@ private slots:
void blameFile();
void logProject();
void undoFileChanges();
void logRepository();
void undoRepositoryChanges();
void stageFile();
void unstageFile();
@@ -128,7 +129,9 @@ private:
Utils::ParameterAction *m_blameAction;
Utils::ParameterAction *m_logProjectAction;
Utils::ParameterAction *m_undoFileAction;
QAction *m_logRepositoryAction;
QAction *m_undoRepositoryAction;
QAction *m_showAction;
Utils::ParameterAction *m_stageAction;
Utils::ParameterAction *m_unstageAction;