Age | Commit message (Collapse) | Author | Files | Lines |
|
We now have
core/ with DataTypes, PUBLIC API
backend/ for concrete implementation of backends and the 'Interface description'
ui/ For UI related classes
private/ For private implementation details
|
|
-special handling for allDay Event in OPImEvent, avoid setting timezone
as it is by default UTC
-No timezone set by default for an Event
-Recurrence is UTC (no timezone)
-Provide upgrade path from DateBook as by default events were in the current timezone but didn't have the timezone attribute
-unified handling of timezones, compatible with QtopiaDesktop
-do less conversions
-...
|
|
|
|
This is the fix posted to the MailingList
|
|
CVS committed stuff which had merging conflicts... :(
|
|
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 !
|
|
|
|
|
|
|
|
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString.
|
|
Also I don't like the string comparsions. Are they really needed?
|
|
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
|
|
Changing OBackendFactory::Default to defaultBackend
I hope this fixes all problems with reserved words.. Sorry for any
inconveniences..
|
|
|
|
by Settings/pimaccess.conf.
This will be used by the OPimAccessFactory .. see next commit..
|
|
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..
|
|
It was found by doing equivalence checks between events, moved between xml
and sql backend, using opimconverter..
More bugfixes will follow..
|
|
|
|
cast them manually to the right type
|
|
todo: Implemented removal of finished todo items..
|
|
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.
|
|
the first test implementation of regexp-search for addressbook (disabled)
|
|
Works: Loading/Storing data, Most important search queries for Address/todo
Unfinished: Search-Queries for Datebook, regexp search
|
|
the rest is removed..
|
|
note that you may have to 'make mrproper' after enabling/disabling
|
|
- add optional SQL support to libopie2
|
|
|
|
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
|
|
|
|
|
|
but that will be not visible to application classes so we can change it later.
|
|
|
|
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
|
|
|
|
|
|
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..
|
|
|
|
|
|
|
|
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
|
|
missing.
But before I add this, I have to do some cleanup..
|
|
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space.
Todo: Started to add new attributes. Some type conversions missing.
|
|
Some modifications to be able to compile the todo sql-backend.
A lot of changes fill follow...
|
|
|
|
|
|
|
|
we save custom entries now
setExtraMap added as well
|
|
kill warnings
implement storing of reminders and alarms...
Nach viel Eiter und Gestank...
|
|
and match, toRichText & toShortText in oevent
|
|
|