Mercurial > hg > easyhg
comparison hgtabwidget.cpp @ 311:4811eb34e819 new-branches-with-status-outside-tabs
Add Start New Branch and Cancel New Branch to uncommitted item menu; add branch name to Commit dialog
author | Chris Cannam |
---|---|
date | Tue, 01 Mar 2011 14:22:29 +0000 |
parents | 5b4aa1c24407 |
children | 6e1fdda1dff2 |
comparison
equal
deleted
inserted
replaced
308:7f50c040e13d | 311:4811eb34e819 |
---|---|
50 this, SIGNAL(revert())); | 50 this, SIGNAL(revert())); |
51 | 51 |
52 connect(m_historyWidget, SIGNAL(showSummary()), | 52 connect(m_historyWidget, SIGNAL(showSummary()), |
53 this, SIGNAL(showSummary())); | 53 this, SIGNAL(showSummary())); |
54 | 54 |
55 connect(m_historyWidget, SIGNAL(newBranch()), | |
56 this, SIGNAL(newBranch())); | |
57 | |
58 connect(m_historyWidget, SIGNAL(noBranch()), | |
59 this, SIGNAL(noBranch())); | |
60 | |
55 connect(m_historyWidget, SIGNAL(diffWorkingFolder()), | 61 connect(m_historyWidget, SIGNAL(diffWorkingFolder()), |
56 this, SIGNAL(diffWorkingFolder())); | 62 this, SIGNAL(diffWorkingFolder())); |
57 | 63 |
58 connect(m_historyWidget, SIGNAL(showWork()), | 64 connect(m_historyWidget, SIGNAL(showWork()), |
59 this, SLOT(showWorkTab())); | 65 this, SLOT(showWorkTab())); |