summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimglobal.h
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke1-3/+15
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-06-27Fixing typo.. Not interesting!eilers1-1/+1
2004-05-23Changes in Backendfactory: Now providing VCARD/VCAL backends if availableeilers1-1/+1
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString.
2004-05-16Backendfactory allows to request the default database style which is definedeilers1-0/+2
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit..
2004-05-16Introducing a new factory for creating access objects for the pim backends.eilers1-0/+62
It is still very basic but simplifies the access of the pim database and covers the creation process itself.. The new class OPimGlobal will contain constants and enums which should be public available for users of the PIM-classes..