summaryrefslogtreecommitdiff
path: root/core/pim/todo/quickeditimpl.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-14Make use of ODP namespacezecke1-1/+2
2004-03-02fixed up todlist to work again. The segfault resulted due a real ugly ↵alwin1-1/+1
code-style: Never, realy never, use "using namespace <...>" inside a include file. Ever use "Opie::<class>" or such inside include files. Think twice, before using a "use namespace <...>" inside a c++ file. If you're using it just 3,4 times, write "Opie::<class>::<variable>" or such. If you just simple write a using namespace all the time it makes the idea of namespaces obsolete. Mostly: just integrate your OWN namespace (in that case use namespace Todo;) - but try to use all other namespaces the explicit way - so you will sure that the compiler inherits the right methods. ToDo: write this statement into the developer wiki
2004-02-25Todo: libopie->libopie2drw1-3/+3
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-1/+1
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-1/+6
2003-05-12Hospital Hacking Sessionzecke1-10/+10
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...
2002-12-23Task Editor dialog: 1. added tab icons 2. rearranged the overview tab 3. ↵drw1-1/+2
alarm/reminder tab updates 4. code clean-up. Still need to work on advanced tab and add qwhatsthis.
2002-12-22QWhatsThis for main task view and toolbars.drw1-5/+9
2002-12-21Main task view updates.drw1-1/+1
2002-12-20Use icons for task priority on quick task toolbardrw1-14/+21
2002-12-20First part of GUI clean-up. Added icons to 'quick task' entry toolbar and ↵drw1-23/+33
menu choice to show/hide the bar.
2002-10-19Fix crash if todolist is emptyzecke1-0/+89
Fix paint update bugs.. knewly created items did not show up. an sort() QTable::update() is and was not enough A new feature. It's a quick entering method. It lacks icons and some more stuff but I like it Now redoing the Editor Dialog