comparison mainwindow.h @ 175:6def8bf3be44

* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
author Chris Cannam
date Thu, 16 Dec 2010 17:32:25 +0000
parents 4dc802a4d5ae
children a51980a00dac
comparison
equal deleted inserted replaced
174:4dc802a4d5ae 175:6def8bf3be44
49 QString currentBranch; 49 QString currentBranch;
50 Changesets currentHeads; 50 Changesets currentHeads;
51 Changesets currentParents; 51 Changesets currentParents;
52 int commitsSincePush; 52 int commitsSincePush;
53 bool stateUnknown; 53 bool stateUnknown;
54 bool hgIsOK;
54 bool needNewLog; 55 bool needNewLog;
55 56
56 protected: 57 protected:
57 void closeEvent(QCloseEvent *event); 58 void closeEvent(QCloseEvent *event);
58 59
68 void settings(); 69 void settings();
69 void open(); 70 void open();
70 void startupDialog(); 71 void startupDialog();
71 void clearSelections(); 72 void clearSelections();
72 73
74 void hgTest();
73 void hgQueryPaths(); 75 void hgQueryPaths();
74 void hgStat(); 76 void hgStat();
75 void hgRemove(); 77 void hgRemove();
76 void hgAdd(); 78 void hgAdd();
77 void hgCommit(); 79 void hgCommit();