summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-03Revert "Add tp_contact_is_self()"HEADmasterSimon McVittie8-69/+1
2012-05-03Use G_DEFINE_BOXED_TYPE for every boxed type except TpIntsetSimon McVittie6-114/+24
2012-05-03channel.h: reorder functions per-featureXavier Claessens1-56/+59
2012-05-03Version-annotate tp_contact_is_self tooSimon McVittie1-0/+1
2012-05-03Merge branch 'deprecation'Simon McVittie181-489/+1285
2012-05-03Version-annotate recent APISimon McVittie51-9/+411
2012-05-03Fix computation of CUR_STABLE, PREV_STABLE for nearly-0.19 (0.18.999.1)Simon McVittie1-0/+6
2012-05-03Fix defaults for TP_VERSION_MIN_REQUIRED, TP_VERSION_MAX_ALLOWEDSimon McVittie1-2/+2
2012-05-03Fix earliest-required-version checking: I only went back to 0.16Simon McVittie1-1/+1
2012-05-03Add a _TP_AVAILABLE_IN_UNRELEASED macro for use in unmerged branchesSimon McVittie1-0/+7
2012-05-03Allow defs.h to contain UNRELEASEDSimon McVittie1-1/+4
2012-05-03Add tp_contact_is_self()Xavier Claessens8-1/+68
2012-05-02Deprecate the slow version of TpIntset iterationSimon McVittie2-17/+35
2012-05-02tp_connection_dispose: use the fast version of int-set iterationSimon McVittie1-4/+8
2012-05-02Deprecate TpIntSet, TpIntSetIter and TpIntSetFastIterSimon McVittie1-0/+6
2012-05-02Get rid of the last few references to TpIntSet (it's now TpIntset)Simon McVittie3-5/+5
2012-05-02Emit deprecation warnings for TP_ERRORSSimon McVittie1-1/+4
2012-05-02Stop using TP_ERRORSSimon McVittie113-371/+370
2012-05-02Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie20-83/+156
2012-05-02Ignore deprecation of TpChannelFactoryIface when calling its methodsSimon McVittie1-0/+14
2012-05-02Add GLib 2.32-style deprecation macrosSimon McVittie7-1/+262
2012-05-02Call add_ft_class with proper argumentsRohan Garg1-1/+1
2012-05-02test_supports_tube: don't leak the classes arrayGuillaume Desmottes1-0/+3
2012-05-02Add tp_capabilities_dup_channel_classes_variant()Guillaume Desmottes4-0/+153
2012-05-02_tp_asv_to_vardict: use _tp_boxed_to_variant()Guillaume Desmottes1-12/+1
2012-05-02add _tp_boxed_to_variant()Guillaume Desmottes2-0/+25
2012-05-02TpConnection: Deprecate _get_self_handle()Xavier Claessens3-19/+18
2012-05-02channel-group.c: Allow using deprecated in the whole moduleXavier Claessens1-2/+5
2012-05-02Merge branch 'telepathy-glib-0.18'Simon McVittie2-0/+17
2012-05-02NEWS for 0.18Simon McVittie1-1/+11
2012-05-02Add `make clean-for-new-branch`Simon McVittie1-0/+13
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-30Deprecate TpTextMixinXavier Claessens5-15/+78
2012-04-30Do not use TpTextMixin for channel types that does not need itXavier Claessens6-18/+0