Git: Disable all actions when inactive

Except "Create Repository"

Change-Id: Ie012c3af349e0706e95b1cf09466a4f23c82c4d0
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2014-11-09 11:00:10 +02:00
committed by Orgad Shaneh
parent a43f162d0a
commit e154e0f513
2 changed files with 21 additions and 15 deletions

View File

@@ -199,6 +199,7 @@ private:
void updateVersionWarning();
Core::CommandLocator *m_commandLocator;
Core::ActionContainer *m_gitContainer;
QAction *m_submitCurrentAction;
QAction *m_diffSelectedFilesAction;
@@ -217,6 +218,7 @@ private:
QAction *m_continueRevertAction;
QAction *m_fixupCommitAction;
QAction *m_interactiveRebaseAction;
QAction *m_createRepositryAction;
QVector<Utils::ParameterAction *> m_fileActions;
QVector<Utils::ParameterAction *> m_projectActions;