Mercurial > hg > easyhg
comparison src/mainwindow.h @ 413:2a19d5706673 ignore
Reconnect the ignore-related right-button menu entries (still not implemented yet though)
| author | Chris Cannam |
|---|---|
| date | Mon, 13 Jun 2011 17:28:49 +0100 |
| parents | b9c153e00e84 |
| children | 4593555915cf |
comparison
equal
deleted
inserted
replaced
| 412:498c2ca0b367 | 413:2a19d5706673 |
|---|---|
| 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 | 97 |
| 98 void hgAnnotateFiles(QStringList); | 98 void hgAnnotateFiles(QStringList); |
| 99 void hgDiffFiles(QStringList); | 99 void hgDiffFiles(QStringList); |
| 100 void hgCommitFiles(QStringList); | 100 void hgCommitFiles(QStringList); |
| 101 void hgRevertFiles(QStringList); | 101 void hgRevertFiles(QStringList); |
| 209 QAction *m_hgFolderDiffAct; | 209 QAction *m_hgFolderDiffAct; |
| 210 QAction *m_hgChgSetDiffAct; | 210 QAction *m_hgChgSetDiffAct; |
| 211 QAction *m_hgRevertAct; | 211 QAction *m_hgRevertAct; |
| 212 QAction *m_hgAddAct; | 212 QAction *m_hgAddAct; |
| 213 QAction *m_hgRemoveAct; | 213 QAction *m_hgRemoveAct; |
| 214 QAction *m_hgIgnoreAct; | |
| 214 QAction *m_hgUpdateAct; | 215 QAction *m_hgUpdateAct; |
| 215 QAction *m_hgCommitAct; | 216 QAction *m_hgCommitAct; |
| 216 QAction *m_hgMergeAct; | 217 QAction *m_hgMergeAct; |
| 217 QAction *m_hgUpdateToRevAct; | 218 QAction *m_hgUpdateToRevAct; |
| 218 QAction *m_hgAnnotateAct; | 219 QAction *m_hgAnnotateAct; |
| 219 QAction *m_hgIgnoreAct; | 220 QAction *m_hgEditIgnoreAct; |
| 220 QAction *m_hgServeAct; | 221 QAction *m_hgServeAct; |
| 221 | 222 |
| 222 // Menus | 223 // Menus |
| 223 QMenu *m_fileMenu; | 224 QMenu *m_fileMenu; |
| 224 QMenu *m_recentMenu; | 225 QMenu *m_recentMenu; |
