Re: [Development] QtContacts - New class QContactCollection

2015-01-27 Thread Konstantin Ritt
2015-01-27 12:41 GMT+04:00 Chris Adams chris.ad...@qinetic.com.au: Hi Renato, On Sat, Jan 24, 2015 at 5:51 AM, Renato Araujo rena...@gmail.com wrote: Hi Cris, On Mon, Jan 19, 2015 at 10:17 PM, Chris Adams chris.ad...@qinetic.com.au wrote: QContactType::TypeGroup is meant to represent

Re: [Development] QtContacts - New class QContactCollection

2015-01-27 Thread Chris Adams
Hi Renato, On Sat, Jan 24, 2015 at 5:51 AM, Renato Araujo rena...@gmail.com wrote: Hi Cris, On Mon, Jan 19, 2015 at 10:17 PM, Chris Adams chris.ad...@qinetic.com.au wrote: QContactType::TypeGroup is meant to represent a group of entities with shared contact details (eg, a local football

Re: [Development] QtContacts - New class QContactCollection

2015-01-23 Thread Renato Araujo
Hi Cris, On Mon, Jan 19, 2015 at 10:17 PM, Chris Adams chris.ad...@qinetic.com.au wrote: QContactType::TypeGroup is meant to represent a group of entities with shared contact details (eg, a local football club might have a mailing-list email address, a clubhouse phone number, etc).

Re: [Development] QtContacts - New class QContactCollection

2015-01-19 Thread Milian Wolff
On Monday 19 January 2015 17:27:40 Renato Araujo wrote: Hey guys, I started to implement the class QContactCollection based on QOrganizeCollection[1]. Until now I just copy the code from QOrganizer module and renamed some classes. The idea of QContactCollection is to represent an

Re: [Development] QtContacts - New class QContactCollection

2015-01-19 Thread Matthew Vogt
That type was in fact added, as QContactType::TypeFacet in commit 03be9e28b. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] QtContacts - New class QContactCollection

2015-01-19 Thread Chris Adams
QContactType::TypeGroup is meant to represent a group of entities with shared contact details (eg, a local football club might have a mailing-list email address, a clubhouse phone number, etc). Individual contacts can have membership in groups (so various friends can be members of the football

Re: [Development] QtContacts - New class QContactCollection

2015-01-19 Thread Konstantin Ritt
IMO, such a merged contact should belong to a special address book - one that aggregates contacts and knows which field/detail came from this or that real contact. Regards, Konstantin 2015-01-20 0:27 GMT+04:00 Renato Araujo rena...@gmail.com: Hey guys, I started to implement the class

Re: [Development] QtContacts - New class QContactCollection

2015-01-19 Thread Renato Araujo
For what I understand every detail already have such functionality [QContact.detailUri] with this field you can specify from which contact this detail belongs, based on QContact.Guid; Is correct to say that a contact which the type is TypeGroup is a meta contact with information from different

[Development] QtContacts - New class QContactCollection

2015-01-19 Thread Renato Araujo
Hey guys, I started to implement the class QContactCollection based on QOrganizeCollection[1]. Until now I just copy the code from QOrganizer module and renamed some classes. The idea of QContactCollection is to represent an address-book. And with this we can create/remove/modify collection and