Mercurial > hg > easyhg
comparison hgtabwidget.cpp @ 168:4bad3c5c053a
* Add "Show summary" feature
* Add simplistic kinetic scrolling to history widget
author | Chris Cannam |
---|---|
date | Tue, 14 Dec 2010 17:20:10 +0000 |
parents | 5c262ac73948 |
children | b6dd1ee0e486 |
comparison
equal
deleted
inserted
replaced
167:94be1e218655 | 168:4bad3c5c053a |
---|---|
47 this, SIGNAL(commit())); | 47 this, SIGNAL(commit())); |
48 | 48 |
49 connect(m_historyWidget, SIGNAL(revert()), | 49 connect(m_historyWidget, SIGNAL(revert()), |
50 this, SIGNAL(revert())); | 50 this, SIGNAL(revert())); |
51 | 51 |
52 connect(m_historyWidget, SIGNAL(showSummary()), | |
53 this, SIGNAL(showSummary())); | |
54 | |
52 connect(m_historyWidget, SIGNAL(diffWorkingFolder()), | 55 connect(m_historyWidget, SIGNAL(diffWorkingFolder()), |
53 this, SIGNAL(diffWorkingFolder())); | 56 this, SIGNAL(diffWorkingFolder())); |
54 | 57 |
55 connect(m_historyWidget, SIGNAL(showWork()), | 58 connect(m_historyWidget, SIGNAL(showWork()), |
56 this, SLOT(showWorkTab())); | 59 this, SLOT(showWorkTab())); |