Mercurial > hg > easyhg
comparison hgtabwidget.cpp @ 230:e67bd8abc3e3
* Add settings for text verboseness and toolbar labels
author | Chris Cannam |
---|---|
date | Thu, 06 Jan 2011 15:15:02 +0000 |
parents | d256cc418fa3 |
children | c9a7e4ec2f78 |
comparison
equal
deleted
inserted
replaced
229:a1f4b5359051 | 230:e67bd8abc3e3 |
---|---|
85 { | 85 { |
86 bool showUncommitted = haveChangesToCommit(); | 86 bool showUncommitted = haveChangesToCommit(); |
87 m_historyWidget->setCurrent(ids, branch, showUncommitted); | 87 m_historyWidget->setCurrent(ids, branch, showUncommitted); |
88 } | 88 } |
89 | 89 |
90 void HgTabWidget::updateFileStates() | |
91 { | |
92 m_fileStatusWidget->updateWidgets(); | |
93 } | |
94 | |
90 void HgTabWidget::updateHistory() | 95 void HgTabWidget::updateHistory() |
91 { | 96 { |
92 m_historyWidget->update(); | 97 m_historyWidget->update(); |
93 } | 98 } |
94 | 99 |