VCS[git]: Add support for cleaning a repository.

Present user with a checkable list of files to be cleaned (add reusable
dialog to VCSBase module).
This commit is contained in:
Friedemann Kleint
2010-03-12 15:54:09 +01:00
parent 37c042703f
commit 93b156e585
8 changed files with 489 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ private slots:
void undoRepositoryChanges();
void stageFile();
void unstageFile();
void cleanRepository();
void showCommit();
void startCommit();
@@ -146,6 +147,7 @@ private:
QAction *m_commitAction;
QAction *m_pullAction;
QAction *m_pushAction;
QAction *m_cleanAction;
QAction *m_submitCurrentAction;
QAction *m_diffSelectedFilesAction;