comparison mainwindow.h @ 199:f16fe0db11f3

* Add "Show All Files" toggle to show ignored and clean files * Clear selection when Esc is pressed * Don't delete and recreate the filesystem watcher on stat, just update it
author Chris Cannam
date Mon, 03 Jan 2011 22:02:08 +0000
parents bf366e0b9050
children 8c8c04bdf0fa
comparison
equal deleted inserted replaced
198:4adbd5c9c15d 199:f16fe0db11f3
69 void settings(); 69 void settings();
70 void open(); 70 void open();
71 void changeRemoteRepo(); 71 void changeRemoteRepo();
72 void startupDialog(); 72 void startupDialog();
73 void clearSelections(); 73 void clearSelections();
74 void showAllChanged(bool);
74 75
75 void hgTest(); 76 void hgTest();
76 void hgQueryPaths(); 77 void hgQueryPaths();
77 void hgStat(); 78 void hgStat();
78 void hgRemove(); 79 void hgRemove();
152 153
153 void updateFileSystemWatcher(); 154 void updateFileSystemWatcher();
154 155
155 bool firstStart; 156 bool firstStart;
156 157
158 bool showAllFiles;
159
157 //Actions enabled flags 160 //Actions enabled flags
158 bool remoteRepoActionsEnabled; 161 bool remoteRepoActionsEnabled;
159 bool localRepoActionsEnabled; 162 bool localRepoActionsEnabled;
160 163
161 QString m_myDirPath; 164 QString m_myDirPath;
190 QMenu *helpMenu; 193 QMenu *helpMenu;
191 194
192 //Help menu actions 195 //Help menu actions
193 QAction *aboutAct; 196 QAction *aboutAct;
194 197
195 // Other actions
196 QAction *clearSelectionsAct;
197
198 QToolBar *fileToolBar; 198 QToolBar *fileToolBar;
199 QToolBar *repoToolBar; 199 QToolBar *repoToolBar;
200 QToolBar *workFolderToolBar; 200 QToolBar *workFolderToolBar;
201 201
202 HgRunner *runner; 202 HgRunner *runner;