forked from qt-creator/qt-creator
Svn: Asynchronous exec of commit operations
Use VcsBase::Command to implement the SVN commit operation, allowing asynchronous execution (so the user can do something else while committing) Change-Id: Ic5513676d4dfea1920bb6610efa33788878a2a83 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
ddfc1f8d27
commit
0d0d79ce08
@@ -102,6 +102,7 @@ private slots:
|
||||
void revertCurrentFile();
|
||||
void diffProject();
|
||||
void diffCurrentFile();
|
||||
void cleanCommitMessageFile();
|
||||
void startCommitAll();
|
||||
void startCommitProject();
|
||||
void startCommitCurrentFile();
|
||||
@@ -153,7 +154,6 @@ private:
|
||||
bool checkSVNSubDir(const QDir &directory, const QString &fileName = QString()) const;
|
||||
void startCommit(const QString &workingDir, const QStringList &files = QStringList());
|
||||
bool commit(const QString &messageFile, const QStringList &subVersionFileList);
|
||||
void cleanCommitMessageFile();
|
||||
inline SubversionControl *subVersionControl() const;
|
||||
|
||||
const QStringList m_svnDirectories;
|
||||
|
||||
Reference in New Issue
Block a user