Mercurial > hg > easyhg
comparison mainwindow.h @ 62:68aebc316898
* Some adjustments to process running (avoid timer): caller must now report errors
* Function to find user's real name
* Locate hg executable in path explicitly, use a setting to remember it
author | Chris Cannam |
---|---|
date | Wed, 17 Nov 2010 13:32:56 +0000 |
parents | f583e44d9d31 |
children | 2340b00561d2 |
comparison
equal
deleted
inserted
replaced
61:bf57a16315bd | 62:68aebc316898 |
---|---|
83 QString userInfo; | 83 QString userInfo; |
84 bool firstStart; | 84 bool firstStart; |
85 | 85 |
86 protected: | 86 protected: |
87 void closeEvent(QCloseEvent *event); | 87 void closeEvent(QCloseEvent *event); |
88 void timerEvent(QTimerEvent *event); | |
89 | 88 |
90 public slots: | 89 public slots: |
91 void hgStat(); | 90 void hgStat(); |
92 void tabChanged(int currTab); | 91 void tabChanged(int currTab); |
92 void commandCompleted(); | |
93 void commandFailed(); | |
93 | 94 |
94 private slots: | 95 private slots: |
95 void about(); | 96 void about(); |
96 void hgRemove(); | 97 void hgRemove(); |
97 void hgAdd(); | 98 void hgAdd(); |
184 | 185 |
185 QToolBar *fileToolBar; | 186 QToolBar *fileToolBar; |
186 QToolBar *repoToolBar; | 187 QToolBar *repoToolBar; |
187 QToolBar *workFolderToolBar; | 188 QToolBar *workFolderToolBar; |
188 | 189 |
189 int timerId; | |
190 HGACTIONS runningAction; | 190 HGACTIONS runningAction; |
191 HgRunner *runner; | 191 HgRunner *runner; |
192 | 192 |
193 int tabPage; | 193 int tabPage; |
194 unsigned char initialFileTypesBits; | 194 unsigned char initialFileTypesBits; |