comparison hgtabwidget.cpp @ 120:c92f5859c707

* Add incremental log (though not incremental relayout)
author Chris Cannam
date Mon, 29 Nov 2010 11:01:19 +0000
parents d5db15bf250c
children fcaf09ee825d
comparison
equal deleted inserted replaced
119:005a54380502 120:c92f5859c707
125 { 125 {
126 m_fileStates.parseStates(fileList); 126 m_fileStates.parseStates(fileList);
127 m_fileStatusWidget->setFileStates(m_fileStates); 127 m_fileStatusWidget->setFileStates(m_fileStates);
128 } 128 }
129 129
130 void HgTabWidget::updateLocalRepoHgLogList(QString hgLogList) 130 void HgTabWidget::setNewLog(QString hgLogList)
131 { 131 {
132 m_historyWidget->parseLog(hgLogList); 132 m_historyWidget->parseNewLog(hgLogList);
133 }
134
135 void HgTabWidget::addIncrementalLog(QString hgLogList)
136 {
137 m_historyWidget->parseIncrementalLog(hgLogList);
133 } 138 }
134 139
135 void HgTabWidget::setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath) 140 void HgTabWidget::setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath)
136 { 141 {
137 m_fileStatusWidget->setLocalPath(workFolderPath); 142 m_fileStatusWidget->setLocalPath(workFolderPath);