summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimevent.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Remove obsoleted OPimEffectiveEvent as it is superseededzecke1-263/+0
by the generic OPimOccurrence
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke1-0/+19
OPimRecords: -Add a so called safeCast using the rtti value OPimTodo: -Fix memleak with OPimState OPimOccurrence: -New class. Every 'Access' can give occurrences for a period of time Move Documentation
2004-10-17G++ 4.0 compiler fixeszecke1-1/+1
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2004-07-30ev is not required.christophe1-3/+3
2004-07-29-UTC -> Europe/London when referring to no timezonezecke1-21/+17
-special handling for allDay Event in OPImEvent, avoid setting timezone as it is by default UTC -No timezone set by default for an Event -Recurrence is UTC (no timezone) -Provide upgrade path from DateBook as by default events were in the current timezone but didn't have the timezone attribute -unified handling of timezones, compatible with QtopiaDesktop -do less conversions -...
2004-06-01- convert to odebug frameworkar1-11/+13
2004-05-08Fixed a lot of worse bugs in the databook-backend for SQL.eilers1-14/+22
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow..
2004-05-04OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual)eilers1-1/+1
2004-03-01fix includeschicken1-3/+0
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-0/+1025
but that will be not visible to application classes so we can change it later.