Added tag and branch list to workspace view

FossilOrigin-Name: 304f9bd6c61babe7abc522c1a1301fe3f1887505
This commit is contained in:
kostas
2015-05-02 12:44:09 +00:00
parent a48f81d1f5
commit 729caef32e
7 changed files with 107 additions and 18 deletions

View File

@ -120,12 +120,16 @@ public:
filemap_t &getFiles() { return workspaceFiles; }
stringset_t &getPaths() { return pathSet; }
stashmap_t &getStashes() { return stashMap; }
QStringList &getTags() { return tagList; }
QStringList &getBranches() { return branchList; }
private:
Fossil bridge;
filemap_t workspaceFiles;
stringset_t pathSet;
stashmap_t stashMap;
QStringList branchList;
QStringList tagList;
QStandardItemModel repoFileModel;
QStandardItemModel repoDirModel;