comparison mainwindow.h @ 84:8a4e26dc3182

* Make all of the "Open" options do something sensible
author Chris Cannam
date Mon, 22 Nov 2010 17:27:59 +0000
parents aaeabc920ca8
children b43355c2473a
comparison
equal deleted inserted replaced
83:af7cf6f7282c 84:8a4e26dc3182
145 bool openRemote(QString, QString); 145 bool openRemote(QString, QString);
146 bool openInit(QString); 146 bool openInit(QString);
147 147
148 bool complainAboutFilePath(QString); 148 bool complainAboutFilePath(QString);
149 bool complainAboutUnknownFolder(QString); 149 bool complainAboutUnknownFolder(QString);
150 bool complainAboutInitInRepo(QString);
151 bool complainAboutInitFile(QString);
152 bool complainAboutCloneToExisting(QString);
153 bool complainAboutCloneToFile(QString);
154 bool complainAboutCloneToExistingFolder(QString); //!!! not sure about this one
155
150 bool askToInitExisting(QString); 156 bool askToInitExisting(QString);
151 bool askToInitNew(QString); 157 bool askToInitNew(QString);
152 bool askToOpenParentRepo(QString, QString); 158 bool askToOpenParentRepo(QString, QString);
159 bool askToOpenInsteadOfInit(QString);
153 160
154 bool firstStart; 161 bool firstStart;
155 162
156 //Actions enabled flags 163 //Actions enabled flags
157 bool remoteRepoActionsEnabled; 164 bool remoteRepoActionsEnabled;