Fixed issue where a complete repository would be committed even when the user has selection set

FossilOrigin-Name: 8eda0def07bb784ba3db2b0ac7d0016bafa49305
This commit is contained in:
kostas
2012-04-23 13:23:18 +00:00
parent 480bc28712
commit 7408982788
4 changed files with 37 additions and 17 deletions

View File

@ -15,6 +15,7 @@ namespace Ui {
class MainWindow;
}
class QStringList;
//////////////////////////////////////////////////////////////////////////
@ -148,6 +149,7 @@ private:
void getDirViewSelection(QStringList &filenames, int includeMask=RepoFile::TYPE_ALL, bool allIfEmpty=false);
void getStashViewSelection(QStringList &stashNames, bool allIfEmpty=false);
void getSelectionPaths(stringset_t &paths);
void getAllFilenames(QStringList &filenames, int includeMask=RepoFile::TYPE_ALL);
bool startUI();
void stopUI();
void enableActions(bool on);