Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-05-23 | Changes in Backendfactory: Now providing VCARD/VCAL backends if available | eilers | 1 | -42/+56 |
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString. | ||||
2004-05-22 | Fix inserting data with custom tables | zecke | 1 | -27/+27 |
Also I don't like the string comparsions. Are they really needed? | ||||
2004-05-20 | add a 'default' backend for readEntry or you could/will crash | zecke | 1 | -7/+7 |
because QString::null is not in the dictionary of available backends. I'm conversative so it is 'xml' Eilers/BradC change it on your will | ||||
2004-05-20 | Changing OPimAccessFactory::Default to defaultAccess | eilers | 1 | -1/+1 |
Changing OBackendFactory::Default to defaultBackend I hope this fixes all problems with reserved words.. Sorry for any inconveniences.. | ||||
2004-05-16 | Improved accessing of default database style by using OPimGlobal::DEFAULT | eilers | 1 | -10/+20 |
2004-05-16 | Backendfactory allows to request the default database style which is defined | eilers | 1 | -17/+44 |
by Settings/pimaccess.conf. This will be used by the OPimAccessFactory .. see next commit.. | ||||
2004-05-16 | Introducing a new factory for creating access objects for the pim backends. | eilers | 1 | -41/+62 |
It is still very basic but simplifies the access of the pim database and covers the creation process itself.. The new class OPimGlobal will contain constants and enums which should be public available for users of the PIM-classes.. | ||||
2004-05-08 | Fixed a lot of worse bugs in the databook-backend for SQL. | eilers | 1 | -1/+1 |
It was found by doing equivalence checks between events, moved between xml and sql backend, using opimconverter.. More bugfixes will follow.. | ||||
2004-05-04 | Minor modification in debug output | eilers | 1 | -1/+3 |
2004-04-28 | Some modifications to alow use of generic OPimRecords without need to | eilers | 1 | -0/+1 |
cast them manually to the right type | ||||
2004-04-12 | Implementing regexp search. OSearch works now.. | eilers | 2 | -19/+80 |
todo: Implemented removal of finished todo items.. | ||||
2004-04-11 | Fixes for sqlite regex driver. Function must be implemented as | brad | 1 | -2/+2 |
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 | 1 | -6/+31 |
the first test implementation of regexp-search for addressbook (disabled) | ||||
2004-04-05 | SQL-Backends are almost finished ! | eilers | 6 | -93/+338 |
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search | ||||
2004-04-02 | Removed the avaluation code. Horizontal layout won the competition, therfore ↵ | eilers | 1 | -176/+1 |
the rest is removed.. | ||||
2004-03-28 | enabling and disabling the SQL stuff for libopiepim2 should now (finally) work | mickeyl | 1 | -1/+6 |
note that you may have to 'make mrproper' after enabling/disabling | ||||
2004-03-28 | - remove optional SQL support from libopie1 | mickeyl | 1 | -7/+15 |
- add optional SQL support to libopie2 | ||||
2004-03-14 | but XML Parser back to OPie Core as libtinykate uses it as well | zecke | 2 | -7/+4 |
2004-03-13 | Move XML class to internal PIM | zecke | 8 | -12/+31 |
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 | 1 | -2/+0 |
2004-02-24 | substitute hack with another hack to enforce LGPL compliance | mickeyl | 2 | -12/+20 |
2004-02-24 | *phew* here is the class and file rename patch. not converted yet: backend, | mickeyl | 23 | -593/+593 |
but that will be not visible to application classes so we can change it later. | ||||
2004-02-20 | uses xmltree.h from libopiecore2 instead libopie | alwin | 1 | -1/+1 |
2004-02-20 | moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵ | alwin | 24 | -583/+815 |
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff. | ||||
2004-02-19 | Add notes for API fixes and BC stuff | zecke | 1 | -0/+9 |
2003-12-22 | Fixing stupid bug, found by sourcode review.. | eilers | 1 | -0/+11 |
2003-12-22 | Finishing implementation of sql-backend for datebook. But I have to | eilers | 7 | -62/+268 |
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming.. | ||||
2003-12-08 | Committing unfinished sql implementation before merging to libopie2 starts.. | eilers | 6 | -5/+309 |
2003-11-17 | Added #include QDateTime which is needed by this header file itself | eilers | 1 | -0/+1 |
2003-11-17 | Minor changes.. | eilers | 1 | -1/+1 |
2003-11-10 | Platform MacOS-X: Disable backtrce in odebug.. | eilers | 1 | -4/+27 |
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-20 | Pushing todo closer to sql support. Recurrances and custom entries still ↵ | eilers | 3 | -20/+36 |
missing. But before I add this, I have to do some cleanup.. | ||||
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 2 | -45/+360 |
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing. | ||||
2003-09-22 | Added first experimental incarnation of sql-backend for addressbook. | eilers | 7 | -15/+853 |
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow... | ||||
2003-08-30 | Removed some unimportant debug output which causes slow down.. | eilers | 1 | -2/+5 |
2003-08-01 | Merging changes from BRANCH_1_0 to HEAD | eilers | 10 | -11/+90 |
2003-07-07 | Fixing serious bug in hasQuerySettings() | eilers | 1 | -0/+22 |
2003-06-20 | toExtraMap is no more virtual | zecke | 1 | -0/+23 |
we save custom entries now setExtraMap added as well | ||||
2003-05-12 | Hospital Hacking Session | zecke | 1 | -6/+65 |
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank... | ||||
2003-05-08 | search stuff | tille | 7 | -0/+47 |
and match, toRichText & toShortText in oevent | ||||
2003-05-07 | save the state | zecke | 1 | -0/+6 |
2003-05-07 | save and restore CompletedDate and StartDate | zecke | 1 | -7/+20 |
2003-05-07 | implement loading of Recurrence | zecke | 1 | -3/+69 |
2003-05-07 | Save recurrence | zecke | 1 | -1/+3 |
2003-05-07 | Make it possible to see what a backend supports | zecke | 5 | -1/+42 |
2003-04-13 | More API doc | zecke | 8 | -114/+237 |
QString -> const QString& QString = 0l -> QString::null | ||||
2003-04-13 | OEvent/OTodo compare by address and not by value.. | zecke | 1 | -0/+1 |
ODatebookAccess: clear does change it too | ||||
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not ↵ | mickeyl | 1 | -1/+4 |
the definition | ||||
2003-03-21 | Fixing small bug: If we search a birthday from today to today, it returned | eilers | 1 | -1/+5 |
every contact .. | ||||
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 13 | -715/+170 |
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. |