summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Include channel-iface.h in telepathy-glib.hmeta-header-moreSimon McVittie1-0/+1
2012-05-07NEWSSimon McVittie1-0/+2
2012-05-07Deprecate reimplementation of RequestHandlesSimon McVittie2-5/+11
2012-05-07Add _TP_DEPRECATED_IN_UNRELEASED, ..._FORSimon McVittie1-0/+8
2012-05-07NEWSSimon McVittie1-2/+23
2012-05-07Documentation: recommend including meta-headersSimon McVittie1-121/+120
2012-05-07All examples: follow the meta-header policySimon McVittie44-82/+42
2012-05-07Add <telepathy-glib/telepathy-glib-dbus.h> meta-headerSimon McVittie2-0/+72
2012-05-07Include nearly all headers in telepathy-glib.hSimon McVittie1-24/+55
2012-05-07Define _TP_COMPILATION when compiling library and tests (but not examples)Simon McVittie4-1/+11
2012-05-07Mark all -internal headers as /*<private_header>*/Simon McVittie36-26/+37
2012-05-07Add multiple-inclusion guards to generated client-side codeSimon McVittie2-1/+13
2012-05-03Revert "Add tp_contact_is_self()"Simon 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