summaryrefslogtreecommitdiff
path: root/TelepathyQt4
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 Salli3-1/+91
2011-01-01Make the requestLeave "already left" check more sensibleOlli Salli1-3/+5
2010-12-31Make PendingLeave ensure the member remove event has been picked up before fi...Olli Salli2-1/+34
2010-12-31Make StreamedMediaChannel::hangupCall use requestLeaveOlli Salli1-1/+1
2010-12-31Make checking a channel's self remove info after it's closed not warnOlli Salli1-2/+4
2010-12-31Implement falling back to Close in Channel::requestLeaveOlli Salli4-7/+136
2010-12-31Make requestLeave early-succeed if already leftOlli Salli1-1/+10
2010-12-31Add Channel::requestLeave for gracefully leaving channelsOlli Salli2-0/+48
2010-12-31Remove public channel-factory.h header from SRCSOlli Salli1-1/+0
2010-12-31Merge branch 'conn-roster-leak'Andre Moreira Magalhaes (andrunko)4-3/+35
2010-12-31Merge branch 'contactlist'Andre Moreira Magalhaes (andrunko)8-268/+1359
2010-12-31Connection: Don't leak contact list group channels.Andre Moreira Magalhaes (andrunko)3-0/+22
2010-12-31Connection: Don't leak contact list channels.Andre Moreira Magalhaes (andrunko)1-0/+4
2010-12-31Connection: No need to keep a ref for connection in PendingConnect, use proxy...Andre Moreira Magalhaes (andrunko)2-3/+5
2010-12-31Connection: Don't emit redundant statusChanged.Andre Moreira Magalhaes (andrunko)1-0/+4
2010-12-31Contact/Manager: Properly implement connectNotify.Andre Moreira Magalhaes (andrunko)2-8/+53
2010-12-30Contact/Manager: Do not use details for publish/subscribe/block signals and u...Andre Moreira Magalhaes (andrunko)4-41/+101
2010-12-30Contact: publish/subscription state is known unless they are set to Subscript...Andre Moreira Magalhaes (andrunko)1-4/+2
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)3-34/+59
2010-12-20ContactManager: Guarantee that contact list/group events are ordered using th...Andre Moreira Magalhaes (andrunko)1-11/+64
2010-12-19Merge branch 'channel-close-reason'Olli Salli3-18/+102
2010-12-19DBusProxyFactory: prevent useless cache drops from a race conditionOlli Salli1-0/+18
2010-12-19Use Cancelled as the default invalidation reason when a channel is ClosedOlli Salli1-3/+2
2010-12-19Use a new error TP_QT4_ERROR_ORPHANED when a Channel's parent Conn diesOlli Salli2-2/+13
2010-12-19Guard all QLatin1String string constant macro expansions from unwanted XYZQLa...Olli Salli1-7/+7
2010-12-19Add QLatin1String versions of hand-written string constantsOlli Salli1-0/+87
2010-12-19Channel: Remove connection destroyed handlingOlli Salli2-13/+0
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: Remove debug used for development.Andre Moreira Magalhaes (andrunko)1-1/+0
2010-12-17Contact: Added publishStateDetails accessor.Andre Moreira Magalhaes (andrunko)2-0/+8
2010-12-17Connection: Use deny channel for blocking when using Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)3-72/+91
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactGroups.Andre Moreira Magalhaes (andrunko)6-77/+318
2010-12-17Connection/ContactManager/Contact: Added support for Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)8-60/+413
2010-12-17ContactManager: Prepare to support Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)3-173/+454
2010-12-17Merge branch 'filters'Andre Moreira Magalhaes (andrunko)5-0/+184
2010-12-17Merge branch 'contact-sanitize'Andre Moreira Magalhaes (andrunko)4-393/+402
2010-12-17Install ConnectionManagerLowLevel header file.Andre Moreira Magalhaes (andrunko)1-0/+1
2010-12-15Contact: Sanitize methods declaration/implementation.Andre Moreira Magalhaes (andrunko)1-48/+50
2010-12-15Contact: Updated copyright.Andre Moreira Magalhaes (andrunko)2-4/+4
2010-12-15ContactManager: Sanitize methods declaration/implementation.Andre Moreira Magalhaes (andrunko)2-341/+348
2010-12-09Added NotFilter class.Andre Moreira Magalhaes (andrunko)3-0/+87
2010-12-09Added OrFilter class.Andre Moreira Magalhaes (andrunko)3-0/+97
2010-12-08Fix CDO::channelLost arg type names to include the Tp namespaceOlli Salli1-1/+1
2010-12-08AccountSet: Disconnect wrapper signals when we remove the wrapperOlli Salli1-0/+1
2010-12-06Don't leak the TextChannel Acknowledge QDPCWatcher even if it doesn't finishOlli Salli1-1/+2
2010-11-30Don't leak AccountSet's Private structOlli Salli1-0/+1
2010-11-30Don't leak the Connect watcher in PendingConnectOlli Salli1-1/+3