comparison 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
comparison
equal deleted inserted replaced
633:db62a0cb3037 634:58ac1b197666
70 QLineEdit *m_hgPathLabel; 70 QLineEdit *m_hgPathLabel;
71 QLineEdit *m_diffPathLabel; 71 QLineEdit *m_diffPathLabel;
72 QLineEdit *m_mergePathLabel; 72 QLineEdit *m_mergePathLabel;
73 QLineEdit *m_sshPathLabel; 73 QLineEdit *m_sshPathLabel;
74 74
75 QPushButton *m_extensionBrowse;
76
77 QCheckBox *m_multipleDiffInstances;
75 QCheckBox *m_useExtension; 78 QCheckBox *m_useExtension;
76 QLineEdit *m_extensionPathLabel; 79 QLineEdit *m_extensionPathLabel;
77 80
78 QCheckBox *m_showIconLabels; 81 QCheckBox *m_showIconLabels;
79 QCheckBox *m_showExtraText; 82 QCheckBox *m_showExtraText;
83 QCheckBox *m_showHistoryAutomatically;
80 QComboBox *m_dateFormat; 84 QComboBox *m_dateFormat;
81 85
82 QDateEdit *m_dateFrom; 86 QDateEdit *m_dateFrom;
83 87
84 #ifdef NOT_IMPLEMENTED_YET 88 #ifdef NOT_IMPLEMENTED_YET
85 QComboBox *m_workHistoryArrangement; 89 QComboBox *m_workHistoryArrangement;
86 #endif 90 #endif
87 91
88 QCheckBox *m_multipleDiffInstances;
89
90 QPushButton *m_extensionBrowse;
91 QPushButton *m_ok; 92 QPushButton *m_ok;
92 93
93 bool m_presentationChanged; 94 bool m_presentationChanged;
94 95
95 void browseFor(QString, QLineEdit *); 96 void browseFor(QString, QLineEdit *);