Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-14 | Redeactivate SQL.. ;) | eilers | 1 | -5/+9 |
2002-10-10 | The Cache is finally in place | zecke | 1 | -6/+14 |
I tested it with my todolist and it 'works' for 10.000 todos the hits are awesome ;) The read ahead functionality does not make sense for XMLs backends because most of the stuff is already in memory. While using readahead on SQL makes things a lot faster.... I still have to fully implement read ahead This change is bic but sc | ||||
2002-10-08 | Fixed libopie.pro to include the new pim-API. | eilers | 1 | -2/+15 |
The SQL-Stuff is currently deactivated. Otherwise everyone who wants to compile itself would need to install libsqlite, libopiesql... Therefore, the backend currently uses XML only.. | ||||
2002-10-07 | added OBackendFactory for advanced backend access | eilers | 1 | -0/+88 |