comparison mainwindow.h @ 79:aaeabc920ca8

* Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog
author Chris Cannam
date Mon, 22 Nov 2010 12:30:40 +0000
parents 10eb97683aa9
children 8a4e26dc3182
comparison
equal deleted inserted replaced
78:07405f3a428b 79:aaeabc920ca8
139 QString listAllUpIpV4Addresses(); 139 QString listAllUpIpV4Addresses();
140 QString filterTag(QString tag); 140 QString filterTag(QString tag);
141 141
142 QString getUserInfo() const; 142 QString getUserInfo() const;
143 143
144 bool openLocal(QString);
145 bool openRemote(QString, QString);
146 bool openInit(QString);
147
148 bool complainAboutFilePath(QString);
149 bool complainAboutUnknownFolder(QString);
150 bool askToInitExisting(QString);
151 bool askToInitNew(QString);
152 bool askToOpenParentRepo(QString, QString);
153
144 bool firstStart; 154 bool firstStart;
145 155
146 //Actions enabled flags 156 //Actions enabled flags
147 bool remoteRepoActionsEnabled; 157 bool remoteRepoActionsEnabled;
148 bool localRepoActionsEnabled; 158 bool localRepoActionsEnabled;