summaryrefslogtreecommitdiff
path: root/libopie/pim/orecur.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-08Committing unfinished sql implementation before merging to libopie2 starts..eilers1-0/+8
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers1-36/+111
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-05-07implement loading of Recurrencezecke1-1/+1
2003-02-22Implement saving of eventszecke1-1/+65
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke1-15/+10
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour
2002-11-30More infrastructurezecke1-0/+315
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-02Fix a vCard problem in OContactzecke1-0/+9
cell phones do not set the UId property... add some more states to otodo
2002-10-20Added ORecur which is a base class for Recurrance extracted from TT Event classzecke1-0/+127
and a widget where you can set the Recurrance This will be used at least in Todolist and Datebook and in the common classes of OTodo and OEvent Fixed the SQL in multiple ways it's summary not description for example