summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/opimrecord.h
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke1-2/+9
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-05-04OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual)eilers1-1/+1
2004-02-23cosmeticsmickeyl1-30/+36
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-2/+31
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-11-17Minor changes..eilers1-0/+1
2003-06-20toExtraMap is no more virtualzecke1-1/+7
we save custom entries now setExtraMap added as well
2003-05-14move lastHitField stuff into OPIMRecordzecke1-2/+13
2003-05-14zecke: better?tille1-2/+2
2003-05-08search stufftille1-0/+6
and match, toRichText & toShortText in oevent
2003-02-18Fixing categoryNames in opimrecord which was just checking for Todo Listeilers1-1/+1
Now we get the categories in addressbook, too !
2002-12-10get in sync with HEAD againzecke1-0/+12
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-11-30More infrastructurezecke1-2/+8
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more
2002-11-15Add the implementation for the XRef Managerzecke1-25/+8
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet
2002-11-02Fix a vCard problem in OContactzecke1-2/+2
cell phones do not set the UId property... add some more states to otodo
2002-09-22Some documentationzecke1-3/+16
and addition to OTodoAccess overDue and effectiveTodos
2002-09-22Ok now it compiles again... heurekazecke1-0/+2
I had to create templatebase so orecordlist and opimaccesstemplate do not have circular dependency otherwise just compile fixes to my templaes and i did not make them inline
2002-09-21Some more implementationzecke1-0/+1
in OPimRecord::setUid ORecordList implemented never compiled it though OTodo a new c'tor and some more changes
2002-09-20OTodo know is the first implementation of OPimRecordzecke1-2/+2
2002-09-20Our new common template based start for Accessing and Manipulatingzecke1-0/+117
the Records The CROSS_REFERENCE branch will get ported to it. We use templates for several reasons They allow us to share code and to be easily extended I've to make them not inline to save memory... I've to port all DBs and Record related classes