From kde-commits Wed Jan 31 22:39:44 2007 From: Albert Astals Cid Date: Wed, 31 Jan 2007 22:39:44 +0000 To: kde-commits Subject: Re: branches/work/kdepim-3.5.5+/kontact/plugins/planner Message-Id: <200701312339.45130.aacid () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117028322606929 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