comparison mainwindow.h @ 133:aaeab914f2a3

* Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
author Chris Cannam
date Tue, 30 Nov 2010 12:45:34 +0000
parents 63c2f3f61c79
children e6c6b88d19b9
comparison
equal deleted inserted replaced
132:16ceeee30e2a 133:aaeab914f2a3
47 QString remoteRepoPath; 47 QString remoteRepoPath;
48 QString workFolderPath; 48 QString workFolderPath;
49 QString currentBranch; 49 QString currentBranch;
50 Changesets currentHeads; 50 Changesets currentHeads;
51 Changesets currentParents; 51 Changesets currentParents;
52 int commitsSincePush;
52 bool needNewLog; 53 bool needNewLog;
53 54
54 protected: 55 protected:
55 void closeEvent(QCloseEvent *event); 56 void closeEvent(QCloseEvent *event);
56 57