Plasma/Active/Contour/Tasks: Difference between revisions

From KDE Community Wiki
< Plasma‎ | Active‎ | Contour
(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...')
(No difference)

Revision as of 15:28, 7 April 2011

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.