comparison mainwindow.h @ 360:f34848e8094b

Merge from branch "feature_91"
author Chris Cannam
date Thu, 17 Mar 2011 16:36:02 +0000
parents 550650bbb959
children 73fb5ef55744
comparison
equal deleted inserted replaced
358:ea6f76c0aa76 360:f34848e8094b
56 56
57 private slots: 57 private slots:
58 void about(); 58 void about();
59 void settings(); 59 void settings();
60 void open(); 60 void open();
61 void recentMenuActivated();
61 void changeRemoteRepo(); 62 void changeRemoteRepo();
62 void startupDialog(); 63 void startupDialog();
63 void clearSelections(); 64 void clearSelections();
64 void showAllChanged(bool); 65 void showAllChanged(bool);
65 66
113 void hgQueryBranch(); 114 void hgQueryBranch();
114 void hgQueryHeads(); 115 void hgQueryHeads();
115 void hgQueryParents(); 116 void hgQueryParents();
116 void hgLog(); 117 void hgLog();
117 void hgLogIncremental(QStringList prune); 118 void hgLogIncremental(QStringList prune);
119
120 void updateRecentMenu();
118 void createActions(); 121 void createActions();
119 void connectActions(); 122 void connectActions();
120 void connectTabsSignals(); 123 void connectTabsSignals();
121 void createMenus(); 124 void createMenus();
122 void createToolBars(); 125 void createToolBars();
213 QAction *m_hgIgnoreAct; 216 QAction *m_hgIgnoreAct;
214 QAction *m_hgServeAct; 217 QAction *m_hgServeAct;
215 218
216 // Menus 219 // Menus
217 QMenu *m_fileMenu; 220 QMenu *m_fileMenu;
221 QMenu *m_recentMenu;
218 QMenu *m_advancedMenu; 222 QMenu *m_advancedMenu;
219 QMenu *m_helpMenu; 223 QMenu *m_helpMenu;
220 224
221 // Help menu actions 225 // Help menu actions
222 QAction *m_aboutAct; 226 QAction *m_aboutAct;