On Mo, 2011-05-16 at 07:53 +0100, Christophe Dumez wrote: > --- > 0001: QContactEBookBackend: Remove validateDefinition() method > > This method is not needed since the engine does not support > mutable definitions. This method is only called before > saving a detail definition. > --- > 0002: QContactEBookBackend: Code clean up > --- > 0003: QContactEBookEngine::hasFeature() Correctly report groups as not > supported > --- > 0004: Change versit plugin debug environment variable name
Merged. > --- > 0005: Contact filtering by favorite status improvement (Thanks for reminding > me, completely forgot about this one) > > Contact favorite status is now stored as > X-EDS-QTCONTACTS-FAVORITE;X-EDS-QTCONTACTS-INDEX=<index>:0/1 > Add EDS-side filtering of contacts based on their favorite > status. Update the unit tests to check the functionality. Merged. I wonder whether we should add similar, hard-coded mappings to normal extensions for everything that we already know about. It's more readable and has the advantage that server-side filtering works better. Changing it later on is a lot harder, because existing contacts in a database might already use the older, generic encoding. > --- > 0006: Versit Plugin: Code clean up > > Use QVersitProperty::value() instead of > QVersitProperty::variantValue().toString() > --- > 0007: Engine: EDS-side Gender filtering > > Added support for EDS-side contact filtering based on gender. > This is more efficient that engine-side post filtering. Merged. -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
