comparison mainwindow.h @ 182:bf366e0b9050

* Fix "Serve by HTTP"; stub out "Change Remote Location"
author Chris Cannam
date Fri, 17 Dec 2010 10:01:02 +0000
parents a51980a00dac
children f16fe0db11f3
comparison
equal deleted inserted replaced
181:731aef59d5f4 182:bf366e0b9050
66 66
67 private slots: 67 private slots:
68 void about(); 68 void about();
69 void settings(); 69 void settings();
70 void open(); 70 void open();
71 void changeRemoteRepo();
71 void startupDialog(); 72 void startupDialog();
72 void clearSelections(); 73 void clearSelections();
73 74
74 void hgTest(); 75 void hgTest();
75 void hgQueryPaths(); 76 void hgQueryPaths();
117 void readSettings(); 118 void readSettings();
118 void splitChangeSets(QStringList *list, QString hgLogOutput); 119 void splitChangeSets(QStringList *list, QString hgLogOutput);
119 void reportNewRemoteHeads(QString); 120 void reportNewRemoteHeads(QString);
120 void presentLongStdoutToUser(QString stdo); 121 void presentLongStdoutToUser(QString stdo);
121 122
122 QString listAllUpIpV4Addresses(); 123 QStringList listAllUpIpV4Addresses();
123 QString filterTag(QString tag); 124 QString filterTag(QString tag);
124 125
125 QString getUserInfo() const; 126 QString getUserInfo() const;
126 127
127 bool openLocal(QString); 128 bool openLocal(QString);
159 160
160 QString m_myDirPath; 161 QString m_myDirPath;
161 162
162 //File menu actions 163 //File menu actions
163 QAction *openAct; 164 QAction *openAct;
165 QAction *changeRemoteRepoAct;
164 QAction *settingsAct; 166 QAction *settingsAct;
165 QAction *exitAct; 167 QAction *exitAct;
166 168
167 //Repo actions 169 //Repo actions
168 QAction *hgIncomingAct; 170 QAction *hgIncomingAct;