summaryrefslogtreecommitdiff
path: root/libopie/pim
AgeCommit message (Collapse)AuthorFilesLines
2003-03-21g++ compliance fix: default arguments belong into the declaration, but not ↵mickeyl1-1/+4
the definition
2003-03-21Fixing small bug: If we search a birthday from today to today, it returnedeilers1-1/+5
every contact ..
2003-03-21Merged speed optimized xml backend for contacts to main.eilers14-718/+173
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-23make mickeyl happyzecke1-3/+2
thanks for spotting it
2003-02-22Fix savingzecke3-3/+10
remove the transport medium from the opimmainwindow
2003-02-22fixx off by one in readingzecke3-23/+57
2003-02-22Remove some testing codezecke1-3/+1
2003-02-22Implement saving of eventszecke6-19/+319
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save
2003-02-21Add XML datebookresourcezecke9-19/+510
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces
2003-02-21-Fix hasRecurrence()zecke6-32/+288
-Add the Access(Backend) of DateBook
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke12-20/+911
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
2003-02-18Fixing categoryNames in opimrecord which was just checking for Todo Listeilers4-6/+6
Now we get the categories in addressbook, too !
2003-02-17Cardview improved ..eilers1-5/+6
2003-02-160000276 Fix for that bug.. or better temp workaroundzecke2-35/+54
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
2003-02-15clear before reloadingzecke1-0/+1
2003-02-09Nothing happened.. Just some cleanup before I will start..eilers1-0/+739
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23.cvsignorekergoth1-3/+1
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth1-1/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-13Fixing crash when businesscard.vcf is missing..eilers1-2/+11
2003-01-03Reenable debug outputeilers1-6/+11
2003-01-03Bugfix for calculating data diffs..eilers1-18/+39
2003-01-02Improved query by example: Search by date is possible.. First stepeilers2-34/+113
for a today plugin for birthdays..
2003-01-02Detailview cleanup..eilers1-45/+77
2003-01-01 T ORecordList<T>::operator[]( uint i ) {simon1-1/+1
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :)
2002-12-27Childrens are now shown in detail view..eilers1-0/+5
2002-12-14addLanguage rulescniehaus1-0/+1
2002-12-10get in sync with HEAD againzecke15-82/+536
-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-12-09Added preview for default email and all emaileilers1-2/+6
2002-12-08Moved journal-enum from ocontact into i the xml-backend..eilers2-11/+15
2002-12-07Fixing bug in storing anniversary..eilers2-13/+28
2002-11-30More infrastructurezecke32-98/+1225
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-21danish i18ncniehaus1-1/+2
2002-11-18Back to main tree.. Waiting for feature freezeeilers2-627/+40
2002-11-15Make OTodo compilezecke5-1/+106
add the MaintainerMode to OTodo
2002-11-15Add the implementation for the XRef Managerzecke8-101/+184
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet
2002-11-15Add proposal header for Cross Referencing..zecke4-0/+114
look at them and comment
2002-11-15API REVIEW addedzecke1-0/+26
Simon if you read that feel free to do an API REVIEW on libopie but leave out OFileSelector for now... Stefan: added an explanation for you
2002-11-14Sorting will now work if fullname is identical on some entrieseilers1-2/+5
2002-11-13Small Bug in sorted fixedeilers1-3/+6
2002-11-13Added sorted for Contacts..eilers6-0/+69
2002-11-11no default arguments in implementationkergoth1-1/+4
2002-11-10Bugfixes..eilers2-5/+18
2002-11-09Added VCard Backend.eilers2-0/+614
2002-11-08temporarely deactivated anniversary in vcardeilers1-2/+3
2002-11-05you know the drillkergoth1-1/+4
2002-11-03Oh OContact what a sucker ;)zecke3-9/+4
first of all UID generation belongs to OPimRecord and was removed from OContact then setUid now actually calls OPimRecord::setUid instead of Record::setUid This finally fixes the problem with wrong uids after beaming... At least locally on my machine
2002-11-03Patch by Simon Hausmann to suit gcc3 needszecke4-10/+10
many thanks
2002-11-02Fix a vCard problem in OContactzecke9-22/+194
cell phones do not set the UId property... add some more states to otodo