Mercurial > hg > easyhg
comparison hgtabwidget.h @ 120:c92f5859c707
* Add incremental log (though not incremental relayout)
author | Chris Cannam |
---|---|
date | Mon, 29 Nov 2010 11:01:19 +0000 |
parents | 807c79350bf1 |
children | fcaf09ee825d |
comparison
equal
deleted
inserted
replaced
119:005a54380502 | 120:c92f5859c707 |
---|---|
39 | 39 |
40 public: | 40 public: |
41 HgTabWidget(QWidget *parent, QString remoteRepo, QString workFolderPath); | 41 HgTabWidget(QWidget *parent, QString remoteRepo, QString workFolderPath); |
42 | 42 |
43 void updateWorkFolderFileList(QString fileList); | 43 void updateWorkFolderFileList(QString fileList); |
44 void updateLocalRepoHgLogList(QString hgLogList); | 44 |
45 void setNewLog(QString hgLogList); | |
46 void addIncrementalLog(QString hgLogList); | |
47 | |
45 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); | 48 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); |
46 void setState(QString state); | 49 void setState(QString state); |
47 | 50 |
48 FileStates getFileStates() { return m_fileStates; } | 51 FileStates getFileStates() { return m_fileStates; } |
49 | 52 |