summaryrefslogtreecommitdiff
path: root/core/pim/todo/taskeditoroverviewimpl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw1-221/+0
alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
2002-11-30Back from hospital with new powerzecke1-8/+47
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line
2002-11-15Fix the DueDate button not beeing enabled when it shouldzecke1-0/+1
2002-10-25MainWindow i18n change 'Show only over due' to avoid misunderstandingzecke1-0/+12
then 'share' and 'preload' the taskeditor on first request it'll be created but on destroyed until Destruction the interface. This will happen when the apps quits. This should speed up editing and entering quite a lot
2002-10-21Fix a bug where newly added items did not show up in the viewzecke1-0/+169
Now we add the Entry to the backend first and then update the view next step is to make place for the new EditorWidget It features Completed/Start Date State Began, Postponed... Maintainer Mode: needs to be done by... Maintainer: Choose a person who is responsible for ( once implemented I hope he master of our feeds is happy ) Recurrance Widget Alarms + Reminders Widget Parent to be added Most of it is not implemented cause first of all OTodo does not know anything about these attributes but this will change soon. I'll start to implement it very soon