diff src/settingsdialog.h @ 634:58ac1b197666

* Added setting to show history automatically when it changes (defaults to true)
author Sam Izzo <sam@humbug.net>
date Mon, 27 Aug 2012 01:45:26 +1000
parents db62a0cb3037
children b16e8ef6919b
line wrap: on
line diff
--- a/src/settingsdialog.h	Mon Aug 27 01:26:57 2012 +1000
+++ b/src/settingsdialog.h	Mon Aug 27 01:45:26 2012 +1000
@@ -72,11 +72,15 @@
     QLineEdit *m_mergePathLabel;
     QLineEdit *m_sshPathLabel;
 
+    QPushButton *m_extensionBrowse;
+
+    QCheckBox *m_multipleDiffInstances;
     QCheckBox *m_useExtension;
     QLineEdit *m_extensionPathLabel;
 
     QCheckBox *m_showIconLabels;
     QCheckBox *m_showExtraText;
+    QCheckBox *m_showHistoryAutomatically;
     QComboBox *m_dateFormat;
 
     QDateEdit *m_dateFrom;
@@ -85,9 +89,6 @@
     QComboBox *m_workHistoryArrangement;
 #endif
 
-    QCheckBox *m_multipleDiffInstances;
-
-    QPushButton *m_extensionBrowse;
     QPushButton *m_ok;
 
     bool m_presentationChanged;