summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Move TpDebugClient generated code to cli-misc.[ch] and don't document itnext-triviaSimon McVittie5-8/+7
2012-05-01_tp_dbus_starter_bus_conn: removeSimon McVittie3-17/+1
2012-04-30Merge branch 'master' into nextSimon McVittie12-49/+1178
2012-04-30NEWSSimon McVittie1-5/+41
2012-04-30Don't (visibly) document ROOM-based Call channels yetSimon McVittie1-0/+2
2012-04-30Format bullet lists correctlySimon McVittie1-6/+6
2012-04-30Test tp_account_channel_request_set_file_transfer_description etc.Simon McVittie1-0/+63
2012-04-30tp_account_channel_request_set_file_transfer_description etc.: addSimon McVittie3-0/+176
2012-04-30Add and test functions to check for particular file transfer propertiesSimon McVittie4-8/+309
2012-04-30Test tp_account_channel_request_new_file_transferSimon McVittie1-6/+20
2012-04-30tp_account_channel_request_new_file_transfer: addSimon McVittie3-0/+73
2012-04-30Test requesting audio and audio/video calls, and arbitrary propertiesSimon McVittie1-16/+43
2012-04-30tp_account_channel_request_new_audio_call, audio_video_call: addSimon McVittie4-2/+142
2012-04-30tp_account_channel_request_set_request_property: addSimon McVittie3-0/+61
2012-04-30TpAccountChannelRequest: test that properties get through to the requestSimon McVittie3-0/+50
2012-04-30Test tp_account_channel_request_set_target_contactSimon McVittie1-5/+10
2012-04-30tp_tests_connection_run_until_contact_by_id: addSimon McVittie2-0/+44
2012-04-30Test tp_account_channel_request_new_text, tp_account_channel_request_set_targ...Simon McVittie1-4/+3
2012-04-30tp_account_channel_request_new_text, tp_account_channel_request_set_target_co...Simon McVittie4-2/+137
2012-04-30TpAccountChannelRequest: copy the hash table with a specific memory modelSimon McVittie1-1/+12
2012-04-30Move Call1 Content/Stream client code to -dbus librarySimon McVittie4-7/+5
2012-04-30Move dbus-glib GType stuff to -dbus librarySimon McVittie3-5/+7
2012-04-30Move tp_cli_* to -dbus librarySimon McVittie17-43/+123
2012-04-30codegen: inline type-checks into the generated header fileSimon McVittie2-16/+69
2012-04-30Export tp_cli_channel_add_signals etc.Simon McVittie1-1/+7
2012-04-30Move some TpProxy functionality into the -core librarySimon McVittie6-79/+338
2012-04-30Merge branch 'master' into nextSimon McVittie30-47/+2063
2012-04-30Deprecate TpTextMixinXavier Claessens5-15/+78
2012-04-30Do not use TpTextMixin for channel types that does not need itXavier Claessens6-18/+0
2012-04-30simple-conn: rename priv->channels to priv->text_channelsGuillaume Desmottes1-6/+7
2012-04-30simple-con: don't store the room list chan in priv->channelsGuillaume Desmottes1-12/+12
2012-04-30room-list: rename get_listing() to is_listing()Guillaume Desmottes4-7/+7
2012-04-30room-list: rename 'got-rooms' signal to 'got-room'Guillaume Desmottes2-7/+7
2012-04-30fix room-list docGuillaume Desmottes1-2/+1
2012-04-30room-info: rename hash to infoGuillaume Desmottes1-12/+12
2012-04-30rename tp_room_info_get_members to get_members_count()Guillaume Desmottes4-5/+5
2012-04-30Fix TpRoomInfo docGuillaume Desmottes1-3/+3
2012-04-30Fire the 'failed' signal when channel is invalidatedGuillaume Desmottes2-1/+63
2012-04-30test ListRooms() failingGuillaume Desmottes2-0/+43
2012-04-30Make the start() API sync and report errors using a signalGuillaume Desmottes4-65/+32
2012-04-30Rename TpRoomListChannel to TpRoomListGuillaume Desmottes10-208/+202
2012-04-30TpRoomListChannel: hide the channel as an implementation detailGuillaume Desmottes6-251/+365
2012-04-30simple-channel-request: allow to create room list channelsGuillaume Desmottes1-4/+20
2012-04-30simple-conn: add tp_tests_simple_connection_ensure_room_list_chan()Guillaume Desmottes2-0/+54
2012-04-30room-list-chan: implement closeGuillaume Desmottes1-0/+7
2012-04-30Actually implement room listingGuillaume Desmottes4-2/+171
2012-04-30add TpRoomInfoGuillaume Desmottes7-0/+459
2012-04-30implement TP_ROOM_LIST_CHANNEL_FEATURE_LISTINGGuillaume Desmottes4-1/+232
2012-04-30add test-room-list-channelGuillaume Desmottes2-0/+160
2012-04-30add TpTestsRoomListChan for testsGuillaume Desmottes3-0/+216