summaryrefslogtreecommitdiff
path: root/libopie/pim/opimnotifymanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-01-16Some changes to handle alarms for datebook-sql db..eilers1-0/+16
2003-10-20Pushing todo closer to sql support. Recurrances and custom entries still ↵eilers1-0/+72
missing. But before I add this, I have to do some cleanup..
2003-05-12fix up OTodo::hasNotifierszecke1-1/+3
add a const notifiers() function and fix OPimNotifyManager::isEmpty
2003-05-07implement loading of Recurrencezecke1-0/+3
2002-11-30More infrastructurezecke1-0/+69
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