summaryrefslogtreecommitdiff
path: root/TelepathyQt4/contact-manager.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-03ContactManager: Use queued finish for all roster operations with new D-Bus APIOlli Salli1-17/+23
2011-01-03Order removePresenceSubscription finishes consistently with other roster eventsOlli Salli1-1/+73
2010-12-31Connection: Don't leak contact list group channels.Andre Moreira Magalhaes (andrunko)1-0/+14
2010-12-31Contact/Manager: Properly implement connectNotify.Andre Moreira Magalhaes (andrunko)1-6/+2
2010-12-30Contact/Manager: Do not use details for publish/subscribe/block signals and u...Andre Moreira Magalhaes (andrunko)1-15/+42
2010-12-20ContactManager: Ignore contact list group events until the initial groups are...Andre Moreira Magalhaes (andrunko)1-0/+20
2010-12-20Contact: Added new accessors to check if publish/subscription state is known/...Andre Moreira Magalhaes (andrunko)1-18/+17
2010-12-20ContactManager: Guarantee that contact list/group events are ordered using th...Andre Moreira Magalhaes (andrunko)1-11/+64
2010-12-17ContactManager: Remove dubious/wrong code to check if setUseFallbackContactLi...Andre Moreira Magalhaes (andrunko)1-6/+0
2010-12-17ContactManager: Call contactForHandles for all contacts that changed in the C...Andre Moreira Magalhaes (andrunko)1-8/+3
2010-12-17Connection: Use deny channel for blocking when using Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)1-52/+46
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactGroups.Andre Moreira Magalhaes (andrunko)1-59/+216
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)1-41/+230
2010-12-17ContactManager: Prepare to support Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)1-160/+440
2010-12-15ContactManager: Sanitize methods declaration/implementation.Andre Moreira Magalhaes (andrunko)1-340/+347
2010-11-15Move Conn.I.Contacts low-level functionality from Connection to ConnectionLow...Olli Salli1-1/+1
2010-11-15Move Connection::{create,ensure}Channel to ConnectionLowlevelOlli Salli1-1/+2
2010-11-11ContactManager: Make it an Object and use ContactManagerPtr everywhere.Andre Moreira Magalhaes (andrunko)1-28/+23
2010-11-11Make pending operations ref the object passed in the constructor.Andre Moreira Magalhaes (andrunko)1-37/+60
2010-11-11Contact: Add details to subscription/publish/blockStateChanged signals.Andre Moreira Magalhaes (andrunko)1-10/+8
2010-11-10Merge branch '0_5_0_own_header'Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-10Removed WeakPtr.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-09Contact: Use Tp::Feature.Andre Moreira Magalhaes (andrunko)1-111/+103
2010-11-09Contact: Make it a Object.Andre Moreira Magalhaes (andrunko)1-3/+3
2010-11-09AvatarData: Move it to its own header.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-11-09Add back a Q_UNUSED removed by error in previous commitXavier Claessens1-0/+2
2010-11-09Remove wrong Q_UNUSED()Xavier Claessens1-8/+0
2010-11-09Check for updates in the stored list, to update allKnownContacts correctlyXavier Claessens1-1/+40
2010-11-08ConnectionManager: Removed deprecated signals.Andre Moreira Magalhaes (andrunko)1-44/+0
2010-11-03Merge branch 'remove'Xavier Claessens1-12/+65
2010-11-03Small wording fixesXavier Claessens1-16/+16
2010-11-03Add Tp::ContactManager::removeContacts()Xavier Claessens1-0/+53
2010-11-02Do not use optionalInterface if not needed and "deprecate" typeInterface.Andre Moreira Magalhaes (andrunko)1-14/+7
2010-11-02ContactManager: Do not use optional interface convenience methods.Andre Moreira Magalhaes (andrunko)1-8/+31
2010-11-01ContactManager: Warn if deprecated signals are used and document signals.Andre Moreira Magalhaes (andrunko)1-2/+86
2010-09-19Normalize QObject signal connections everywhereOlli Salli1-47/+47
2010-09-16Add details variants for other signals in ContactManager tooOlli Salli1-6/+8
2010-09-09Add a presencePublicationRequested variant with detailsWill Thompson1-0/+2
2010-09-08Fix QString usageXavier Claessens1-6/+6
2010-09-08Fix various coding stylesXavier Claessens1-6/+5
2010-09-07Fix review commentsXavier Claessens1-4/+11
2010-09-07Implement FeatureAvatarData on Tp::Contact using an avatar cacheXavier Claessens1-7/+130
2010-08-23Reduce amount of useless library debugOlli Salli1-13/+0
2010-08-22Rewrite all while (i != end) loops as for loopsOlli Salli1-4/+2
2010-08-21Add some FIXME to ContactManager about broken semanticsOlli Salli1-0/+13
2010-08-21Make the Roster and RosterGroups ops on ContactManager early-fail on invalid ...Olli Salli1-0/+84
2010-08-21Make Connection::contactManager() less of a death-trapOlli Salli1-4/+35
2010-04-30Contact: Added initial contact info support.Andre Moreira Magalhaes (andrunko)1-1/+24
2010-04-16Contact: Added initial location support.Andre Moreira Magalhaes (andrunko)1-1/+23
2010-04-01ContactManager: Add a new signal, allKnownContactsChanged, to monitor contact...Dario Freddi1-0/+53