Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 1 | -0/+6 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-04-13 | More API doc | zecke | 1 | -18/+28 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 1 | -638/+39 |
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-01-03 | Reenable debug output | eilers | 1 | -6/+11 |
2003-01-03 | Bugfix for calculating data diffs.. | eilers | 1 | -18/+39 |
2003-01-02 | Improved query by example: Search by date is possible.. First step | eilers | 1 | -33/+104 |
for a today plugin for birthdays.. | ||||
2002-12-08 | Moved journal-enum from ocontact into i the xml-backend.. | eilers | 1 | -9/+15 |
2002-11-14 | Sorting will now work if fullname is identical on some entries | eilers | 1 | -2/+5 |
2002-11-13 | Small Bug in sorted fixed | eilers | 1 | -3/+6 |
2002-11-13 | Added sorted for Contacts.. | eilers | 1 | -0/+32 |
2002-11-01 | Added regExp-search in database for all fields in a contact. | eilers | 1 | -0/+20 |
2002-10-16 | Added some docu to the interface and now using the cache infrastucture by ↵ | eilers | 1 | -1/+20 |
zecke.. :) | ||||
2002-10-14 | Some minor interface updates | eilers | 1 | -16/+19 |
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 1 | -0/+10 |
2002-09-27 | Added API for accessing the Contact-Database ! It is compiling, but | eilers | 1 | -0/+550 |
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling ! |