Mercurial > hg > easyhg
comparison src/mainwindow.h @ 425:ad106f5fe75f
Add "Ignore Files" and "Edit Ignored List" to Work menu (latter is subsumed from Advanced menu formerly). Also subsume Serve via HTTP into File menu as Share Repository, and add a more helpful description of it. Remove Advanced menu
author | Chris Cannam |
---|---|
date | Thu, 23 Jun 2011 10:58:32 +0100 |
parents | 4593555915cf |
children | 2d57b81671de |
comparison
equal
deleted
inserted
replaced
424:d4da9c0809ac | 425:ad106f5fe75f |
---|---|
91 void hgResolveList(); | 91 void hgResolveList(); |
92 void hgTag(QString); | 92 void hgTag(QString); |
93 void hgNewBranch(); | 93 void hgNewBranch(); |
94 void hgNoBranch(); | 94 void hgNoBranch(); |
95 void hgServe(); | 95 void hgServe(); |
96 void hgIgnore(); | |
96 void hgEditIgnore(); | 97 void hgEditIgnore(); |
97 | 98 |
98 void hgAnnotateFiles(QStringList); | 99 void hgAnnotateFiles(QStringList); |
99 void hgDiffFiles(QStringList); | 100 void hgDiffFiles(QStringList); |
100 void hgCommitFiles(QStringList); | 101 void hgCommitFiles(QStringList); |
223 QAction *m_hgServeAct; | 224 QAction *m_hgServeAct; |
224 | 225 |
225 // Menus | 226 // Menus |
226 QMenu *m_fileMenu; | 227 QMenu *m_fileMenu; |
227 QMenu *m_recentMenu; | 228 QMenu *m_recentMenu; |
228 QMenu *m_advancedMenu; | |
229 QMenu *m_helpMenu; | 229 QMenu *m_helpMenu; |
230 | 230 |
231 // Help menu actions | 231 // Help menu actions |
232 QAction *m_aboutAct; | 232 QAction *m_aboutAct; |
233 | 233 |