summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/otodoaccessvcal.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Backend Changes:zecke1-35/+5
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-08-06Update to the on-server move.zecke1-1/+1
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-06-01- convert to odebug frameworkar1-8/+12
2004-02-24substitute hack with another hack to enforce LGPL compliancemickeyl1-7/+10
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-35/+35
but that will be not visible to application classes so we can change it later.
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-1/+34
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-1/+25
2003-05-08search stufftille1-0/+4
and match, toRichText & toShortText in oevent
2003-05-07Make it possible to see what a backend supportszecke1-0/+20
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-1/+1
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook.
2003-02-160000276 Fix for that bug.. or better temp workaroundzecke1-2/+5
A Preferred Number is HOME|VOICE A CellPhone is HOME|VOICE|CELL the type & HOME|VOICE test triggers both and the cell phone number overrides the other entries.. as a temp I check that it's not equal to HOME|VOICE|CELL before setting the number The right and final fix would be to reorder the if statement to make it if else based and the less common thing put to the bottom OTodoAccessVcal fix the date for beaming
2002-11-30More infrastructurezecke1-0/+6
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-10-13Add a vCal Resourcezecke1-0/+192
Play a bit with cahce sizes The idea is to have the current page and the prior page cached... still looking how to do that