summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-05Start 0.6.6 developmenttelepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)2-1/+10
2011-10-05Prepare release 0.6.5telepathy-qt4-0.6.5Andre Moreira Magalhaes (andrunko)2-1/+8
2011-10-05Merge branch 'stube-channel-api-break-fix-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)2-0/+10
2011-10-05StreamTubeChannel: Reintroduce exported protected method setBaseTubeType.Andre Moreira Magalhaes (andrunko)2-0/+10
2011-10-03Prepare release 0.6.4telepathy-qt4-0.6.4Andre Moreira Magalhaes (andrunko)2-8/+4
2011-10-03Update NEWSAndre Moreira Magalhaes (andrunko)1-2/+3
2011-10-03Merge branch 'contact-info-refresh-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)7-34/+177
2011-10-03Merge branch 'socket-addr-tests-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)3-5/+147
2011-10-03Merge branch 'other-tests-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)3-0/+142
2011-10-03Merge branch 'channel-factory-tests-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)1-0/+220
2011-10-03Merge branch 'caps-tests-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)6-0/+424
2011-10-03types-internal.h: Export SUSocketAddress so tests can actually test it.Andre Moreira Magalhaes (andrunko)1-5/+5
2011-09-30ContactManager: Make debug less verbose when calling RefreshContactInfo.Andre Moreira Magalhaes (andrunko)1-4/+4
2011-09-30types test: Properly capitalize IPv4/6.Andre Moreira Magalhaes (andrunko)1-22/+22
2011-09-29types test: Add tests for SUSocketAddress/SocketAddressIPv4/SocketAddressIPv6...Andre Moreira Magalhaes (andrunko)2-0/+142
2011-09-29contacts-info test: Check that Contact::refreshInfo operation returns succesf...Andre Moreira Magalhaes (andrunko)1-3/+27
2011-09-29Contact: Retain the contact as the parent of the PendingFailure when calling ...Andre Moreira Magalhaes (andrunko)1-1/+1
2011-09-29ContactManager: Use a better variable name for the pending refresh info opera...Andre Moreira Magalhaes (andrunko)1-11/+11
2011-09-29ContactManager: Add debug/warning for invoking RefreshContactInfo.Andre Moreira Magalhaes (andrunko)1-0/+4
2011-09-29capabilities test: Add more tests for ContactCapabilities::*tube*.Andre Moreira Magalhaes (andrunko)1-0/+22
2011-09-29capabilities test: Add more tests for ConnectionCapabilities::*textChat*.Andre Moreira Magalhaes (andrunko)1-0/+99
2011-09-29capabilities test: Add more tests for ConnectionCapabilities::*streamedMedia*.Andre Moreira Magalhaes (andrunko)1-0/+74
2011-09-29Contact: Use ContactManager::requestContactInfo() on requestInfo().Andre Moreira Magalhaes (andrunko)2-16/+5
2011-09-29ContactManager: Add requestContactInfo() private API to be used by Contact.Andre Moreira Magalhaes (andrunko)2-1/+30
2011-09-29ContactManager: Add internal pending operation to refresh contacts info in ba...Andre Moreira Magalhaes (andrunko)3-0/+73
2011-09-29contacts-info test: Add test to check how many times RefreshContactInfo is ca...Andre Moreira Magalhaes (andrunko)1-8/+7
2011-09-29contacts-conn example cm: Make RefreshContactInfo replaces the user info with...Andre Moreira Magalhaes (andrunko)2-6/+29
2011-09-29contacts-conn example cm: Add a backdoor to check how many times RefreshConta...Andre Moreira Magalhaes (andrunko)2-0/+4
2011-09-29contacts-info test: Fix double free.Andre Moreira Magalhaes (andrunko)1-4/+2
2011-09-29contacts-info test: Fix signal disconnection.Andre Moreira Magalhaes (andrunko)1-4/+4
2011-09-28capabilities test: Add ContactCapabilities specific tests.Andre Moreira Magalhaes (andrunko)1-0/+68
2011-09-28capabilities test: Add test for ConnectionCapabilities.Andre Moreira Magalhaes (andrunko)2-0/+136
2011-09-28TestBackdoors: Add backdoor to create Contact/ConnectionCapabilities instance...Andre Moreira Magalhaes (andrunko)4-0/+25
2011-09-28presence test: Add PresenceSpec specific tests.Andre Moreira Magalhaes (andrunko)1-0/+49
2011-09-28presence test: Add test for Presence.Andre Moreira Magalhaes (andrunko)2-0/+83
2011-09-28cm-basics test: Test ProtocolParameter default values.Andre Moreira Magalhaes (andrunko)1-0/+10
2011-09-28client-factories test: Add more specific tests for ChannelFactory::featuresFor*.Andre Moreira Magalhaes (andrunko)1-0/+51
2011-09-28client-factories test: Test individual ChannelFactory::featuresFor* accessors.Andre Moreira Magalhaes (andrunko)1-0/+92
2011-09-28client-factories test: Test if channel factories common features are properly...Andre Moreira Magalhaes (andrunko)1-0/+36
2011-09-28client-factories test: Check that ChannelFactory::featuresFor* accessors retu...Andre Moreira Magalhaes (andrunko)1-0/+41
2011-09-23Update NEWSAndre Moreira Magalhaes (andrunko)1-0/+1
2011-09-23Merge branch 'channel-tests-0.6' into telepathy-qt4-0.6Andre Moreira Magalhaes (andrunko)9-12/+471
2011-09-23echo2 cm: Add support for message supersedes, message token, scrollback.Andre Moreira Magalhaes (andrunko)2-3/+25
2011-09-23echo2 cm: Add delivery-token support for delivery reports.Andre Moreira Magalhaes (andrunko)2-2/+4
2011-09-23chan-conference test: Comment out tests for Channel::FeatureConferenceInitial...Andre Moreira Magalhaes (andrunko)1-1/+4
2011-09-23chan-group test: Properly test TextChannel::canInviteContacts.Andre Moreira Magalhaes (andrunko)1-0/+2
2011-09-23chan-group test: Add tests for Channel::groupFlagsChanged.Andre Moreira Magalhaes (andrunko)1-1/+70
2011-09-23textchan-null: Properly advertise channel interfaces.Andre Moreira Magalhaes (andrunko)2-2/+16
2011-09-23text-chan test: Properly check the error when requestChatState fails with no ...Andre Moreira Magalhaes (andrunko)1-4/+9
2011-09-23chan-conference test: Properly check the error when conferenceSpĺitChannel f...Andre Moreira Magalhaes (andrunko)1-2/+4