diff src/settingsdialog.h @ 617:2d5b831c1a0a

Added new functionality to limit the total number of items shown in the graph. For projects with a fairly high number of commits, makes every action is very slow. Was added to the settings dialog to select a QDateEdit day from which the log is to be displayed.
author Mikel <mikel.fernandez@bqreaders.com>
date Tue, 24 Jul 2012 15:33:02 +0200
parents 533519ebc0cb
children 5dc24f89b791
line wrap: on
line diff
--- a/src/settingsdialog.h	Wed Jul 04 16:15:15 2012 +0100
+++ b/src/settingsdialog.h	Tue Jul 24 15:33:02 2012 +0200
@@ -25,6 +25,7 @@
 #include <QCheckBox>
 #include <QComboBox>
 #include <QTabWidget>
+#include <QDateEdit>
 
 class SettingsDialog : public QDialog
 {
@@ -76,6 +77,9 @@
     QCheckBox *m_showIconLabels;
     QCheckBox *m_showExtraText;
     QComboBox *m_dateFormat;
+
+    QDateEdit *m_dateFrom;
+
 #ifdef NOT_IMPLEMENTED_YET
     QComboBox *m_workHistoryArrangement;
 #endif