comparison mainwindow.h @ 363:f89e50d748ed feature_93

Enable Push button whenever the repo is non-empty, even when there is no remote location -- ask for remote location when it is pressed. Also change "Change Remote..." to "Set Remote..." to be consistent with this new usage
author Chris Cannam
date Thu, 17 Mar 2011 17:48:18 +0000
parents 73fb5ef55744
children
comparison
equal deleted inserted replaced
362:73fb5ef55744 363:f89e50d748ed
58 void about(); 58 void about();
59 void settings(); 59 void settings();
60 void open(); 60 void open();
61 void recentMenuActivated(); 61 void recentMenuActivated();
62 void changeRemoteRepo(); 62 void changeRemoteRepo();
63 void changeRemoteRepo(bool initial);
63 void startupDialog(); 64 void startupDialog();
64 void clearSelections(); 65 void clearSelections();
65 void showAllChanged(bool); 66 void showAllChanged(bool);
66 67
67 void hgTest(); 68 void hgTest();