summaryrefslogtreecommitdiff
path: root/libopie2/opiedb
AgeCommit message (Collapse)AuthorFilesLines
2004-09-08ignore .mocschurig1-0/+2
2004-08-30Fix warnings, add sanity check, new default argument to fix warning...zecke4-8/+10
2004-08-29Minor but important changes in API. Improved SQL performance: ↵eilers2-6/+6
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon !
2004-07-17Cosmetic changeszecke3-3/+14
using namespace Opie::DB -> namespace Opie { namespace DB {
2004-06-27Argh.. Sorry for making problems !eilers1-3/+3
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers1-17/+7
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards !
2004-06-06- add sqlite dependenciesar1-1/+7
2004-06-01- convert to odebug frameworkar2-42/+48
2004-05-09POSIX claims the includer of regex.h MUST include sys/types.h prior to ↵mickeyl1-5/+0
including it. Thus we can unify the case and unconditionally.
2004-04-11Fixes for sqlite regex driver. Function must be implemented asbrad1-7/+12
rlike("pattern","match") instead of "where uid rlike("99")" you must use "where rlike("99",uid). My mistake. Also fixes for pointer math for context regex caching.
2004-04-10Some fixes to the namespace using.eilers2-3/+8
the first test implementation of regexp-search for addressbook (disabled)
2004-04-08OPIEDB depends on SQlitezecke1-2/+2
OPIENET on pcap
2004-04-06<sigh> gcc 2.95.3 compile fixbrad1-0/+3
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl1-1/+1
2004-04-06Fix memleakbrad2-6/+5
2004-04-06Made sqlite regex cache "instance safe". Further work will continue as I ↵brad2-20/+32
figure out how to do it :p)
2004-04-05*Basic* regex caching for massive search speedup (and I mean lots)brad1-14/+21
Yes, it's ugly. Yes, it's simple. Yes it probably breaks several fundamental coding rules. Yes, I'm open to suggestions as to how to do it better and more in the Opie way.
2004-04-05Regex support for sqlite (finally)brad1-0/+30
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke3-4/+4
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-13Move XML class to internal PIMzecke20-6/+95
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-01fix includeschicken4-5/+0
2004-02-28libopiedb2 needs libsqlite, so depend on it. Will help some people who had ↵harlekin1-1/+1
issues running opie mail with latest unstable feed on ipaq
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+0
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2003-12-20link to opiecoremickeyl1-1/+1
2003-12-20use odebug classesmickeyl2-36/+84
2003-12-01slowly start to refactor & cleanup libopie2 before merging it with libopie1mickeyl2-3/+3
2003-11-10Platform MacOS-X: Disable backtrce in odebug..eilers1-1/+3
Libopie PIM: Finishing SQL-Backend for Todo. Recurrance events are supported now. What is still missing: Custom entries currently not stored. It isn't easy to implement them with enabled prefetch-cache. LibopieDB2: Adding -lsqlite here instead linking it to libopie
2003-10-07individually package libopie2 parts and make libopie2 a virtual packagemickeyl1-0/+11
2003-09-29Fixing umlaut problem.eilers2-7/+18
2003-08-25libopie2 compiles for qt3/x11 nowtille2-1/+9
run: qmake "platform=x11" libopie2.pro
2003-08-10merge zeckes libsql into libopie2mickeyl21-3/+1319
2003-06-02some .cvsignore fixesschurig1-0/+3
2003-03-28skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵mickeyl2-0/+24
and comment...