Age | Commit message (Collapse) | Author | Files | Lines |
|
This solution is not the best. I will rethink it as I have enough time. But it should
work..
|
|
This may cause crash as reported by #1608 (hopefully)
|
|
filter "DoNotShowCategories" is used..
|
|
by addressbook
|
|
|
|
to do this job, which is now added to private classes..
|
|
Moving hasQuerySettings() and querySettings up to OPimAccessTemplate to
be available for all frontends..
|
|
sorted for datebook and todo..
|
|
anything other than sed!
Merry Christmas!
|
|
|
|
* Implement fast and full featured version of sorted() for addressbook
* Implement generic queryByExample for all Addressboook backends. It allows incremental search.
* Update of API Documentation
|
|
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook..
This is fixing issue #1479
|
|
Each Backend can:
-Sort and Filter a set of Records/AllRecords (which can be filtered again)
-QueryByExample by every Backend
-Occurrences for a period of time and a QDateTime
-More common implementation
-OPimBackendOccurrence with common splitting to OPimOccurrence
|
|
loading. Don't assume that the Child of the first element is present
|
|
-Delete endDate which is used by queryByExample
Eilers can you look if a QDate::isValid makes more sense?
|
|
Removed cachefind in backend which isn't needed anymore and not a goot idea...
|
|
|
|
|
|
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.
|
|
|