~ken-vandine/address-book-app/add_profile

« back to all changes in this revision

Viewing changes to src/imports/ContactView/ContactDetailSyncTargetView.qml

  • Committer: CI bot
  • Author(s): Tarmac, Renato Araujo Oliveira Filho
  • Date: 2014-06-16 13:12:46 UTC
  • mfrom: (169.1.22 release-2014-06-12)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616131246-rzqpkq95ut0j8gka
Implemented contact share.
Replaced ContentHub API with QML API.
Removed ContactSearchListView component.
Moved ContactSimpleListView to the private API.
Added documentation for ContactListView properties.
Created "contactNameFilter" into ContactListView.
Update contact list visuals.
Implemented fast scroll.
Implemented contact search.
Initial refactor of autopilot tests.
Used new SDK header. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            value: Type.Group
63
63
            matchFlags: DetailFilter.MatchExactly
64
64
        }
 
65
        autoUpdate: false
65
66
    }
 
67
 
 
68
    Component.onCompleted: sourceModel.update()
66
69
}