A Dimecres 31 Gener 2007, Oral Timocin va escriure: > SVN commit 628917 by timocin: > > Update: Config and Functionality of To-dos It would be better if you commited all the changes in a single commit instead of doing one commit per file. Albert > > M +4 -3 > branches/work/kdepim-3.5.5+/kontact/plugins/planner/kcmplanner.h > > > --- branches/work/kdepim-3.5.5+/kontact/plugins/planner/kcmplanner.h > #628916:628917 @@ -44,7 +44,7 @@ > void modified(); > void buttonClicked( int ); > void customDaysChanged( int ); > - void disableAll(); > + void disableAll( bool ); > > private: > void initGUI(); > @@ -54,11 +54,12 @@ > QWidget *mCalendarPage; > QWidget *mTodoPage; > QButtonGroup *mCalendarGroup; > - QButtonGroup *mTodoGroup; > + QGroupBox *mTodoGroup; > QSpinBox *mCustomDays; > > QCheckBox *mShowAllTodos; > - QCheckBox *mShowTodaysTodos; > + QCheckBox *mShowTodayEndingTodos; > + QCheckBox *mShowTodosInProgress; > }; > > #endif