summaryrefslogtreecommitdiff
path: root/core/pim/todo/otaskeditor.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-25Todo: libopie->libopie2drw1-10/+8
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-9/+5
2003-05-12Hospital Hacking Sessionzecke1-5/+8
make more translatable fix up GUI for Opie1.0 in regards what is implemnted implement setting and removing of Alarms!!!! Show Alarms once they got fired...
2003-04-06status has an icon again .-), closes #806harlekin1-1/+1
2002-12-29More updates to edit task dialog. Rearranged info on 1st 2 tabs so it is ↵drw1-11/+11
grouped a little more logically, and also renamed these tabs.
2002-12-27Clean-up of advanced tab in edit task dialog. Next is QWhatsThis for everything.drw1-4/+4
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw1-21/+14
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-13/+22
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-10-25widget widthzecke1-0/+1
2002-10-25MainWindow i18n change 'Show only over due' to avoid misunderstandingzecke1-6/+13
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/+83
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