Age | Commit message (Expand) | Author | Files | Lines |
2004-09-12 | -Sorry for the whitespaces | zecke | 1 | -9/+11 |
2004-09-12 | -Define ownership of widget and configwidget | zecke | 4 | -6/+25 |
2004-09-05 | Fixing really stupid caching bug.. Thanks to zecke who found it.. | eilers | 6 | -32/+25 |
2004-08-29 | Added lookahead caching for addressbook (SQL-only) for speed improvement. | eilers | 5 | -47/+196 |
2004-08-29 | Fixed some quirks.. | eilers | 1 | -3/+8 |
2004-08-29 | Minor but important changes in API. Improved SQL performance: contactsbackend... | eilers | 1 | -0/+1 |
2004-08-06 | Update to the on-server move. | zecke | 7 | -58/+74 |
2004-07-30 | ev is not required. | christophe | 1 | -3/+3 |
2004-07-29 | -UTC -> Europe/London when referring to no timezone | zecke | 5 | -80/+99 |
2004-07-29 | Fixed screwed indentation.. Don't know where this came from.. | eilers | 2 | -157/+157 |
2004-07-17 | Allow the deletions of all events | zecke | 1 | -1/+1 |
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 1 | -436/+225 |
2004-06-27 | Fixing Bug #1328: | eilers | 1 | -4/+228 |
2004-06-27 | Fixing typo.. Not interesting! | eilers | 1 | -1/+1 |
2004-06-01 | - convert to odebug framework | ar | 7 | -207/+218 |
2004-06-01 | - convert to odebug framework | ar | 18 | -2443/+2498 |
2004-05-23 | Make it possible to define the filename of a database via factories.. | eilers | 2 | -12/+16 |
2004-05-23 | Changes in Backendfactory: Now providing VCARD/VCAL backends if available | eilers | 5 | -46/+63 |
2004-05-22 | Fix inserting data with custom tables | zecke | 1 | -27/+27 |
2004-05-21 | Rule of Thumb: If it is 3:00am and you've suddenly something that compiles it... | zecke | 1 | -0/+3 |
2004-05-21 | No dynamic_cast if we've no rtti. Ask tronical about the correctness because | zecke | 1 | -10/+10 |
2004-05-21 | Fix comment | zecke | 1 | -7/+7 |
2004-05-20 | add a 'default' backend for readEntry or you could/will crash | zecke | 1 | -7/+7 |
2004-05-20 | Changing OPimAccessFactory::Default to defaultAccess | eilers | 5 | -5/+5 |
2004-05-20 | Fixing problems with "default" which is a reserved keyword. Use "Default" ins... | eilers | 1 | -1/+1 |
2004-05-16 | make this compile with gcc 3.4 | mickeyl | 1 | -3/+2 |
2004-05-16 | Improved accessing of default database style by using OPimGlobal::DEFAULT | eilers | 2 | -10/+38 |
2004-05-16 | Backendfactory allows to request the default database style which is defined | eilers | 2 | -17/+46 |
2004-05-16 | Introducing a new factory for creating access objects for the pim backends. | eilers | 3 | -41/+224 |
2004-05-08 | Fixed a lot of worse bugs in the databook-backend for SQL. | eilers | 3 | -16/+24 |
2004-05-04 | OOps.. Forgot to commit modification of rtti from static to nonstatic (virtual) | eilers | 9 | -9/+12 |
2004-05-04 | Minor modification in debug output | eilers | 1 | -1/+3 |
2004-05-04 | This is the reason, why I sometimes hate C++ .. | eilers | 1 | -1/+1 |
2004-04-28 | Changelog for OpiePim-Library | eilers | 1 | -0/+4 |
2004-04-28 | Some modifications to alow use of generic OPimRecords without need to | eilers | 9 | -15/+65 |
2004-04-12 | Implementing regexp search. OSearch works now.. | eilers | 2 | -19/+80 |
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 1 | -2/+2 |
2004-04-10 | Some fixes to the namespace using. | eilers | 1 | -6/+31 |
2004-04-08 | added conditional dependency for LIBOPIE2DB to LIBOPIE2PIM so if db is | lackac | 1 | -12/+13 |
2004-04-07 | removed LIBOPIEDB2 dependency from libopie2/opiepim/config.in because it | lackac | 1 | -1/+1 |
2004-04-07 | Added some odebug includes and namespaces refs | wimpie | 1 | -1/+1 |
2004-04-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 1 | -1/+1 |
2004-04-05 | SQL-Backends are almost finished ! | eilers | 7 | -94/+339 |
2004-04-03 | Add some todos for Alwin | zecke | 1 | -0/+60 |
2004-04-02 | Removed the avaluation code. Horizontal layout won the competition, therfore ... | eilers | 1 | -176/+1 |
2004-03-31 | Removed all unnecessary dependencies to libopiedb2 and reimplemented | eilers | 1 | -3/+3 |
2004-03-28 | enabling and disabling the SQL stuff for libopiepim2 should now (finally) work | mickeyl | 2 | -3/+8 |
2004-03-28 | - remove optional SQL support from libopie1 | mickeyl | 2 | -12/+17 |
2004-03-26 | conditionally link against -lopiedb, i.e. only when ENABLE_SQL_PIM_BACKEND=y | mickeyl | 1 | -2/+5 |
2004-03-26 | move SQL_BACKEND configuration to where it belongs | mickeyl | 1 | -0/+14 |