index
:
~zabaluev/telepathy-qt
master
qt5-connect-notify
Mikhail Zabaluev's changes for Telepathy-Qt
zabaluev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TelepathyQt4
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-03
ContactManager: Use queued finish for all roster operations with new D-Bus API
Olli Salli
1
-17
/
+23
2011-01-03
Order removePresenceSubscription finishes consistently with other roster events
Olli Salli
3
-1
/
+91
2011-01-01
Make the requestLeave "already left" check more sensible
Olli Salli
1
-3
/
+5
2010-12-31
Make PendingLeave ensure the member remove event has been picked up before fi...
Olli Salli
2
-1
/
+34
2010-12-31
Make StreamedMediaChannel::hangupCall use requestLeave
Olli Salli
1
-1
/
+1
2010-12-31
Make checking a channel's self remove info after it's closed not warn
Olli Salli
1
-2
/
+4
2010-12-31
Implement falling back to Close in Channel::requestLeave
Olli Salli
4
-7
/
+136
2010-12-31
Make requestLeave early-succeed if already left
Olli Salli
1
-1
/
+10
2010-12-31
Add Channel::requestLeave for gracefully leaving channels
Olli Salli
2
-0
/
+48
2010-12-31
Remove public channel-factory.h header from SRCS
Olli Salli
1
-1
/
+0
2010-12-31
Merge branch 'conn-roster-leak'
Andre Moreira Magalhaes (andrunko)
4
-3
/
+35
2010-12-31
Merge branch 'contactlist'
Andre Moreira Magalhaes (andrunko)
8
-268
/
+1359
2010-12-31
Connection: Don't leak contact list group channels.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+22
2010-12-31
Connection: Don't leak contact list channels.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+4
2010-12-31
Connection: No need to keep a ref for connection in PendingConnect, use proxy...
Andre Moreira Magalhaes (andrunko)
2
-3
/
+5
2010-12-31
Connection: Don't emit redundant statusChanged.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+4
2010-12-31
Contact/Manager: Properly implement connectNotify.
Andre Moreira Magalhaes (andrunko)
2
-8
/
+53
2010-12-30
Contact/Manager: Do not use details for publish/subscribe/block signals and u...
Andre Moreira Magalhaes (andrunko)
4
-41
/
+101
2010-12-30
Contact: publish/subscription state is known unless they are set to Subscript...
Andre Moreira Magalhaes (andrunko)
1
-4
/
+2
2010-12-20
ContactManager: Ignore contact list group events until the initial groups are...
Andre Moreira Magalhaes (andrunko)
1
-0
/
+20
2010-12-20
Contact: Added new accessors to check if publish/subscription state is known/...
Andre Moreira Magalhaes (andrunko)
3
-34
/
+59
2010-12-20
ContactManager: Guarantee that contact list/group events are ordered using th...
Andre Moreira Magalhaes (andrunko)
1
-11
/
+64
2010-12-19
Merge branch 'channel-close-reason'
Olli Salli
3
-18
/
+102
2010-12-19
DBusProxyFactory: prevent useless cache drops from a race condition
Olli Salli
1
-0
/
+18
2010-12-19
Use Cancelled as the default invalidation reason when a channel is Closed
Olli Salli
1
-3
/
+2
2010-12-19
Use a new error TP_QT4_ERROR_ORPHANED when a Channel's parent Conn dies
Olli Salli
2
-2
/
+13
2010-12-19
Guard all QLatin1String string constant macro expansions from unwanted XYZQLa...
Olli Salli
1
-7
/
+7
2010-12-19
Add QLatin1String versions of hand-written string constants
Olli Salli
1
-0
/
+87
2010-12-19
Channel: Remove connection destroyed handling
Olli Salli
2
-13
/
+0
2010-12-17
ContactManager: Remove dubious/wrong code to check if setUseFallbackContactLi...
Andre Moreira Magalhaes (andrunko)
1
-6
/
+0
2010-12-17
ContactManager: Call contactForHandles for all contacts that changed in the C...
Andre Moreira Magalhaes (andrunko)
1
-8
/
+3
2010-12-17
Connection: Remove debug used for development.
Andre Moreira Magalhaes (andrunko)
1
-1
/
+0
2010-12-17
Contact: Added publishStateDetails accessor.
Andre Moreira Magalhaes (andrunko)
2
-0
/
+8
2010-12-17
Connection: Use deny channel for blocking when using Conn.Iface.ContactList.
Andre Moreira Magalhaes (andrunko)
3
-72
/
+91
2010-12-17
Connection/ContactManager/Contact: Added support for Conn.Iface.ContactGroups.
Andre Moreira Magalhaes (andrunko)
6
-77
/
+318
2010-12-17
Connection/ContactManager/Contact: Added support for Conn.Iface.ContactList.
Andre Moreira Magalhaes (andrunko)
8
-60
/
+413
2010-12-17
ContactManager: Prepare to support Conn.Iface.ContactList.
Andre Moreira Magalhaes (andrunko)
3
-173
/
+454
2010-12-17
Merge branch 'filters'
Andre Moreira Magalhaes (andrunko)
5
-0
/
+184
2010-12-17
Merge branch 'contact-sanitize'
Andre Moreira Magalhaes (andrunko)
4
-393
/
+402
2010-12-17
Install ConnectionManagerLowLevel header file.
Andre Moreira Magalhaes (andrunko)
1
-0
/
+1
2010-12-15
Contact: Sanitize methods declaration/implementation.
Andre Moreira Magalhaes (andrunko)
1
-48
/
+50
2010-12-15
Contact: Updated copyright.
Andre Moreira Magalhaes (andrunko)
2
-4
/
+4
2010-12-15
ContactManager: Sanitize methods declaration/implementation.
Andre Moreira Magalhaes (andrunko)
2
-341
/
+348
2010-12-09
Added NotFilter class.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+87
2010-12-09
Added OrFilter class.
Andre Moreira Magalhaes (andrunko)
3
-0
/
+97
2010-12-08
Fix CDO::channelLost arg type names to include the Tp namespace
Olli Salli
1
-1
/
+1
2010-12-08
AccountSet: Disconnect wrapper signals when we remove the wrapper
Olli Salli
1
-0
/
+1
2010-12-06
Don't leak the TextChannel Acknowledge QDPCWatcher even if it doesn't finish
Olli Salli
1
-1
/
+2
2010-11-30
Don't leak AccountSet's Private struct
Olli Salli
1
-0
/
+1
2010-11-30
Don't leak the Connect watcher in PendingConnect
Olli Salli
1
-1
/
+3
[next]