Initial work on new workspace view

FossilOrigin-Name: 64386745ebf2d2fa921a51383bd76241947b879c
This commit is contained in:
kostas
2015-05-01 19:04:02 +00:00
parent b796cde81b
commit 2bf3de6c2b
6 changed files with 225 additions and 80 deletions

View File

@ -112,6 +112,7 @@ private slots:
void on_actionDiffStash_triggered();
void on_textBrowser_customContextMenuRequested(const QPoint &pos);
void on_fileTableView_customContextMenuRequested(const QPoint &pos);
void on_workspaceTreeView_customContextMenuRequested(const QPoint &pos);
private:
class MainWinUICallback : public UICallback
@ -147,6 +148,9 @@ private:
class QAction *recentWorkspaceActs[MAX_RECENT];
class QProgressBar *progressBar;
class QShortcut *abortShortcut;
QMenu *menuWorkspace;
QMenu *menuStashes;
bool operationAborted;
stringset_t selectedDirs; // The directory selected in the tree