Make reusable components

Bug #1152832 reported by Michael Hall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
qml-friends
Triaged
Medium
Ken VanDine

Bug Description

It would be nice if a QML plugin providing some basic Friends components was available for use in other apps:

A ListModel filled with Feed data, filterable by feed type (home, mentions, replies, images etc) and service type (Facebook, Twitter, etc)

A ListModel filled with Person data, filterable by type (friends, followers, following, mentions) and service type (Facebook, Twitter, etc)

A Share button, like the one on the Gallery example app

Any others that you can think of that might be useful.

Related branches

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Poster component:
  * TextArea which sends to all available accounts by default
  * Include an account selector if a property is set, perhaps something like below

import Friends 0.1

Poster {
    accounts: true
}

Revision history for this message
Ken VanDine (ken-vandine) wrote :

FriendsModel component

FriendsModel {
    stream: "messages"
   accounts: [12, 38] //a list of basic types apparently aren't possible in qml so we need an alternative
}

Changed in qml-friends:
assignee: nobody → Ken VanDine (ken-vandine)
importance: Undecided → Medium
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.