SVN commit 628919 by timocin: Update: Config and Functionality of To-dos M +6 -0 branches/work/kdepim-3.5.5+/kontact/plugins/planner/planner.h --- branches/work/kdepim-3.5.5+/kontact/plugins/planner/planner.h #628918:628919 @@ -57,6 +57,8 @@ virtual bool todoEventFilter( QObject *obj, QEvent *e ); private slots: + void initTodoList( const QDate dt ); + int showTodos( int counter); void updateView(); void eventPopupMenu( const QString &uid ); @@ -70,11 +72,15 @@ private: int mDays; + bool mShowAllTodos; + bool mShowTodayEndingTodos; + bool mShowTodosInProgress; Kontact::Plugin *mPlugin; QGridLayout *mLayout; QGridLayout *mGrid; QPtrList mLabels; KCal::CalendarResources *mCalendar; + KCal::Todo::List mTodos; QString initStateText( const KCal::Todo *todo ); };