Plasma/Active/Contour/Tasks

From KDE Community Wiki
< Plasma‎ | Active‎ | Contour
Revision as of 15:28, 7 April 2011 by Trueg (talk | contribs) (Created page with '== Contour Tasks == === Akonadi Qt-Mobility integration === For optimal Meego-compatibility a bridge between Akonadi and Qt-Mobility is required. This essentially means three su...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contour Tasks

Akonadi Qt-Mobility integration

For optimal Meego-compatibility a bridge between Akonadi and Qt-Mobility is required. This essentially means three sub-tasks:

  • The Contact Manager Engine provides an implementation of QContactManagerEngine as a backend for The QtContacts framework.
  • The Organizer Manager Engine provides an implementation of QOrganizerManagerEngine as a backend for The QtOrganizer framework.
  • The Messaging Integration in Qt-Mobility is slighly more complicated than contact or organizer item storage since the QMF framework is not pluggable. There is no way for storing messages in Akonadi without patching Qt-Mobility itself. It is unclear whether this is worth the effort at all.