comparison mainwindow.cpp @ 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 2550aaa09240
children a4044b4b3e35
comparison
equal deleted inserted replaced
132:16ceeee30e2a 133:aaeab914f2a3
44 MainWindow::MainWindow() 44 MainWindow::MainWindow()
45 { 45 {
46 QString wndTitle; 46 QString wndTitle;
47 47
48 fsWatcher = 0; 48 fsWatcher = 0;
49 commitsSincePush = 0;
49 50
50 createActions(); 51 createActions();
51 createMenus(); 52 createMenus();
52 createToolBars(); 53 createToolBars();
53 createStatusBar(); 54 createStatusBar();