Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-09-08 | ignore .moc | schurig | 1 | -0/+2 |
2004-08-30 | Fix warnings, add sanity check, new default argument to fix warning... | zecke | 4 | -8/+10 |
2004-08-29 | Minor but important changes in API. Improved SQL performance: ↵ | eilers | 2 | -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-17 | Cosmetic changes | zecke | 3 | -3/+14 |
using namespace Opie::DB -> namespace Opie { namespace DB { | ||||
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 1 | -3/+3 |
CVS committed stuff which had merging conflicts... :( | ||||
2004-06-27 | Fixing Bug #1328: | eilers | 1 | -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 dependencies | ar | 1 | -1/+7 |
2004-06-01 | - convert to odebug framework | ar | 2 | -42/+48 |
2004-05-09 | POSIX claims the includer of regex.h MUST include sys/types.h prior to ↵ | mickeyl | 1 | -5/+0 |
including it. Thus we can unify the case and unconditionally. | ||||
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 1 | -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-10 | Some fixes to the namespace using. | eilers | 2 | -3/+8 |
the first test implementation of regexp-search for addressbook (disabled) | ||||
2004-04-08 | OPIEDB depends on SQlite | zecke | 1 | -2/+2 |
OPIENET on pcap | ||||
2004-04-06 | <sigh> gcc 2.95.3 compile fix | brad | 1 | -0/+3 |
2004-04-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 1 | -1/+1 |
2004-04-06 | Fix memleak | brad | 2 | -6/+5 |
2004-04-06 | Made sqlite regex cache "instance safe". Further work will continue as I ↵ | brad | 2 | -20/+32 |
figure out how to do it :p) | ||||
2004-04-05 | *Basic* regex caching for massive search speedup (and I mean lots) | brad | 1 | -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-05 | Regex support for sqlite (finally) | brad | 1 | -0/+30 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 3 | -4/+4 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-13 | Move XML class to internal PIM | zecke | 20 | -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-01 | fix includes | chicken | 4 | -5/+0 |
2004-02-28 | libopiedb2 needs libsqlite, so depend on it. Will help some people who had ↵ | harlekin | 1 | -1/+1 |
issues running opie mail with latest unstable feed on ipaq | ||||
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+0 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 1 | -1/+1 |
Maintainer, Files and Section fields) | ||||
2003-12-20 | link to opiecore | mickeyl | 1 | -1/+1 |
2003-12-20 | use odebug classes | mickeyl | 2 | -36/+84 |
2003-12-01 | slowly start to refactor & cleanup libopie2 before merging it with libopie1 | mickeyl | 2 | -3/+3 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 1 | -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-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 1 | -0/+11 |
2003-09-29 | Fixing umlaut problem. | eilers | 2 | -7/+18 |
2003-08-25 | libopie2 compiles for qt3/x11 now | tille | 2 | -1/+9 |
run: qmake "platform=x11" libopie2.pro | ||||
2003-08-10 | merge zeckes libsql into libopie2 | mickeyl | 21 | -3/+1319 |
2003-06-02 | some .cvsignore fixes | schurig | 1 | -0/+3 |
2003-03-28 | skeleton and the start of libopie2, please read README, ROADMAP and STATUS ↵ | mickeyl | 2 | -0/+24 |
and comment... |