From 7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 18 Sep 2013 14:31:15 +0200 Subject: Show sample time in the mouseover. This is really nice to have when looking at specific coutures of a dive or events. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 1 + qt-ui/preferences.cpp | 3 +++ qt-ui/preferences.ui | 11 +++++++++++ 3 files changed, 15 insertions(+) (limited to 'qt-ui') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 44cc9e60b..8d6315d86 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -559,6 +559,7 @@ void MainWindow::readSettings() GET_INT("gflow", gflow); GET_INT("gfhigh", gfhigh); set_gf(prefs.gflow, prefs.gfhigh); + GET_BOOL("show_time", show_time); s.endGroup(); s.beginGroup("Display"); diff --git a/qt-ui/preferences.cpp b/qt-ui/preferences.cpp index 19fa169e4..f206224a8 100644 --- a/qt-ui/preferences.cpp +++ b/qt-ui/preferences.cpp @@ -74,6 +74,7 @@ void PreferencesDialog::setUiFromPrefs() ui->fontsize->setValue(prefs.font_size); ui->defaultfilename->setText(prefs.default_filename); ui->displayinvalid->setChecked(prefs.show_invalid); + ui->show_time->setChecked(prefs.show_time); } void PreferencesDialog::restorePrefs() @@ -114,6 +115,7 @@ void PreferencesDialog::setPrefsFromUi() prefs.font_size = ui->fontsize->value(); prefs.default_filename = strdup(ui->defaultfilename->text().toUtf8().data()); prefs.display_invalid_dives = ui->displayinvalid->isChecked(); + SP(show_time, ui->show_time); } #define SB(V, B) s.setValue(V, (int)(B->isChecked() ? 1 : 0)) @@ -139,6 +141,7 @@ void PreferencesDialog::syncSettings() SB("calcalltissues", ui->all_tissues); s.setValue("gflow", ui->gflow->value()); s.setValue("gfhigh", ui->gfhigh->value()); + SB("show_time", ui->show_time); s.endGroup(); // Units diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 2ecd0963c..55076235d 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -686,6 +686,17 @@ + + + + + + Show time + + + + + -- cgit v1.2.3-70-g09d2