comparison mainwindow.h @ 248:011312e59e44

Startup fixes: * Check that Hg works before open-or-stat, and only open-or-stat if tests successful * Make multichoicedialog for open always reopen with the same choice as last time (vital when an open action is aborted and user has to enter details again) * Offer to create full path to target dir for clone if parent doesn't exist
author Chris Cannam
date Tue, 11 Jan 2011 13:56:48 +0000
parents 8fd71f570884
children 1244dc3107cb f7cdd5b31aed a68801b31ceb
comparison
equal deleted inserted replaced
247:45e6b35afc70 248:011312e59e44
142 bool complainAboutInitFile(QString); 142 bool complainAboutInitFile(QString);
143 bool complainAboutCloneToExisting(QString); 143 bool complainAboutCloneToExisting(QString);
144 bool complainAboutCloneToFile(QString); 144 bool complainAboutCloneToFile(QString);
145 QString complainAboutCloneToExistingFolder(QString local, QString remote); // returns new location, or empty string for cancel 145 QString complainAboutCloneToExistingFolder(QString local, QString remote); // returns new location, or empty string for cancel
146 146
147 bool askAboutUnknownFolder(QString);
147 bool askToInitExisting(QString); 148 bool askToInitExisting(QString);
148 bool askToInitNew(QString); 149 bool askToInitNew(QString);
149 bool askToOpenParentRepo(QString, QString); 150 bool askToOpenParentRepo(QString, QString);
150 bool askToOpenInsteadOfInit(QString); 151 bool askToOpenInsteadOfInit(QString);
151 152