forked from qt-creator/qt-creator
Git - ChangeSelectionDialog select from recent history
Change-Id: Ib87f9bd997a5c7c07abfd56a05d9e454c1a9ea93 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -65,8 +65,10 @@ public:
|
||||
ChangeCommand command() const;
|
||||
|
||||
private slots:
|
||||
void chooseWorkingDirectory();
|
||||
void selectCommitFromRecentHistory();
|
||||
void setDetails(int exitCode);
|
||||
void recalculateDetails(const QString &ref);
|
||||
void recalculateDetails();
|
||||
void acceptCheckout();
|
||||
void acceptCherryPick();
|
||||
void acceptRevert();
|
||||
@@ -79,14 +81,16 @@ private:
|
||||
QString m_gitBinaryPath;
|
||||
QProcessEnvironment m_gitEnvironment;
|
||||
|
||||
QLabel *m_workingDirectoryLabel;
|
||||
QLineEdit *m_workingDirEdit;
|
||||
QLineEdit *m_changeNumberEdit;
|
||||
QPlainTextEdit *m_detailsText;
|
||||
QPushButton *m_selectDirButton;
|
||||
QPushButton *m_selectFromHistoryButton;
|
||||
QPushButton *m_showButton;
|
||||
QPushButton *m_cherryPickButton;
|
||||
QPushButton *m_revertButton;
|
||||
QPushButton *m_checkoutButton;
|
||||
QPushButton *m_cancelButton;
|
||||
QPlainTextEdit *m_detailsText;
|
||||
|
||||
ChangeCommand m_command;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user