comparison hgtabwidget.h @ 129:4986642800f0

* Initial work on showing uncommitted changes (as dashed box) in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:53:34 +0000
parents fcaf09ee825d
children e6c6b88d19b9
comparison
equal deleted inserted replaced
128:fcaf09ee825d 129:4986642800f0
47 47
48 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath); 48 void setWorkFolderAndRepoNames(QString workFolderPath, QString remoteRepoPath);
49 void setState(QString state); 49 void setState(QString state);
50 50
51 void setCurrent(QStringList ids); 51 void setCurrent(QStringList ids);
52 void showUncommittedChanges(bool);
52 53
53 FileStates getFileStates() { return m_fileStates; } 54 FileStates getFileStates() { return m_fileStates; }
54 55
55 bool canCommit() const; 56 bool canCommit() const;
56 bool canRevert() const; 57 bool canRevert() const;