summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4/contact.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-07Contact: Use ContactPtr(this) instead of ContactManager::lookupContactByHandl...Andre Moreira Magalhaes (andrunko)1-29/+15
2011-10-07ContactManager: Rename refreshContactsInfo to refreshContactInfo.Andre Moreira Magalhaes (andrunko)1-1/+1
2011-10-07ContactManager: Rename requestContactsAvatar to requestContactAvatars.Andre Moreira Magalhaes (andrunko)1-2/+2
2011-09-30ContactManager: Remove private refreshContactInfo in favour of public refresh...Andre Moreira Magalhaes (andrunko)1-1/+2
2011-09-30ContactManager: Deprecated public requestContactAvatar in favour of requestCo...Andre Moreira Magalhaes (andrunko)1-2/+4
2011-09-30Contact: Retain the contact as the parent of the PendingFailure when calling ...Andre Moreira Magalhaes (andrunko)1-1/+1
2011-09-30Contact: Use ContactManager::requestContactInfo() on requestInfo().Andre Moreira Magalhaes (andrunko)1-15/+4
2011-07-15Contact: Update docs.Andre Moreira Magalhaes (andrunko)1-11/+5
2011-07-15Properly refer to 'ready' instead of 'enabled' when referring to features req...Andre Moreira Magalhaes (andrunko)1-14/+28
2011-07-15Make signal docs consistent.Andre Moreira Magalhaes (andrunko)1-14/+14
2011-07-15Properly document the form of the data returned.Andre Moreira Magalhaes (andrunko)1-36/+38
2011-06-08Small fix to Tp::Contact documentationDaniele E. Domenichelli1-2/+2
2011-06-01Contact: Improve docs.Andre Moreira Magalhaes (andrunko)1-7/+24
2011-06-01Contact: Improve docs.Andre Moreira Magalhaes (andrunko)1-26/+365
2011-05-15Contact/ContactManager: Improve the public interface for blocking/unblocking ...George Kiagiadakis1-8/+42
2011-05-15Contact: Improve the documentation regarding the contact blocking methodsAndre Moreira Magalhaes (andrunko)1-11/+17
2011-05-15ContactManager: Implement contact blocking and report abuse using Connection....Alvaro Soliverez1-1/+16
2011-04-11Standardize \class docs.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-04-11Contact: Document classesAndre Moreira Magalhaes (andrunko)1-0/+17
2011-03-14Contact: Make it subclassable.Andre Moreira Magalhaes (andrunko)1-1/+3
2011-03-07Use @copyright and @license tags.Andre Moreira Magalhaes (andrunko)1-3/+4
2011-02-25Do not emit avatarDataChanged() if it didn't changeXavier Claessens1-2/+4
2011-01-25Emit publish state change signals if and only if something changedOlli Salli1-1/+1
2011-01-10Add Tp::Contact::isContactInfoKnown()Xavier Claessens1-1/+25
2011-01-10Add Tp::Contact::requestAvatarData()Xavier Claessens1-0/+22
2010-12-31Contact/Manager: Properly implement connectNotify.Andre Moreira Magalhaes (andrunko)1-2/+51
2010-12-30Contact/Manager: Do not use details for publish/subscribe/block signals and u...Andre Moreira Magalhaes (andrunko)1-19/+37
2010-12-30Contact: publish/subscription state is known unless they are set to Subscript...Andre Moreira Magalhaes (andrunko)1-4/+2
2010-12-20Contact: Added new accessors to check if publish/subscription state is known/...Andre Moreira Magalhaes (andrunko)1-12/+34
2010-12-17Contact: Added publishStateDetails accessor.Andre Moreira Magalhaes (andrunko)1-0/+7
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactGroups.Andre Moreira Magalhaes (andrunko)1-0/+5
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)1-0/+34
2010-12-15Contact: Sanitize methods declaration/implementation.Andre Moreira Magalhaes (andrunko)1-48/+50
2010-12-15Contact: Updated copyright.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-13Merge branch '0_5_0_contact_manager_sharedptr'Andre Moreira Magalhaes (andrunko)1-40/+20
2010-11-13Merge branch '0_5_0_pending_op'Andre Moreira Magalhaes (andrunko)1-3/+5
2010-11-11Renamed ContactLocation to LocationInfo.Andre Moreira Magalhaes (andrunko)1-5/+5
2010-11-11ContactManager: Make it an Object and use ContactManagerPtr everywhere.Andre Moreira Magalhaes (andrunko)1-40/+20
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)1-3/+5
2010-11-11Contact: Add details to subscription/publish/blockStateChanged signals.Andre Moreira Magalhaes (andrunko)1-6/+8
2010-11-10Merge branch '0_5_0_own_header'Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-09Contact: Use Tp::Feature.Andre Moreira Magalhaes (andrunko)1-105/+97
2010-11-09Contact: Make it a Object.Andre Moreira Magalhaes (andrunko)1-1/+2
2010-11-09AvatarData: Move it to its own header.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-08Use ContactLocation everywhere instead of ContactLocation *.Andre Moreira Magalhaes (andrunko)1-16/+7
2010-11-08Use Connection/ContactCapabilities everywhere instead of Connection/ContactCa...Andre Moreira Magalhaes (andrunko)1-21/+14
2010-11-08ContactLocation: Make it implicit shared.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-08Contact: Removed deprecated methods/signals.Andre Moreira Magalhaes (andrunko)1-84/+0
2010-11-04Contact: Do not include Presence in the public header.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-03Contact: Added missing presence method.Andre Moreira Magalhaes (andrunko)1-0/+11