comparison mainwindow.cpp @ 273:cc95394e2392 easyhg_v0.3.2

* Add warning dialog for "restore default settings"; add option for dates or ages in history list
author Chris Cannam
date Tue, 25 Jan 2011 16:41:40 +0000
parents 8730dd806cca
children 1244dc3107cb f7cdd5b31aed a98e76fa58f2 9162f14c5ab7
comparison
equal deleted inserted replaced
272:256138a4ed0e 273:cc95394e2392
1358 settingsDlg->exec(); 1358 settingsDlg->exec();
1359 1359
1360 if (settingsDlg->presentationChanged()) { 1360 if (settingsDlg->presentationChanged()) {
1361 hgTabs->updateFileStates(); 1361 hgTabs->updateFileStates();
1362 updateToolBarStyle(); 1362 updateToolBarStyle();
1363 hgRefresh();
1363 } 1364 }
1364 } 1365 }
1365 1366
1366 #define STDOUT_NEEDS_BIG_WINDOW 512 1367 #define STDOUT_NEEDS_BIG_WINDOW 512
1367 #define SMALL_WND_W 500 1368 #define SMALL_WND_W 500
1507 } 1508 }
1508 1509
1509 void MainWindow::checkFilesystem() 1510 void MainWindow::checkFilesystem()
1510 { 1511 {
1511 DEBUG << "MainWindow::checkFilesystem" << endl; 1512 DEBUG << "MainWindow::checkFilesystem" << endl;
1512 hgStat(); 1513 hgRefresh();
1513 } 1514 }
1514 1515
1515 void MainWindow::fsDirectoryChanged(QString d) 1516 void MainWindow::fsDirectoryChanged(QString d)
1516 { 1517 {
1517 DEBUG << "MainWindow::fsDirectoryChanged " << d << endl; 1518 DEBUG << "MainWindow::fsDirectoryChanged " << d << endl;