summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-mixin.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Fold the core library into the dbus librarySimon McVittie1-0/+1
2014-04-03Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie1-0/+1
2014-04-03Move tp_g_value_slice_* family to dbus librarySimon McVittie1-0/+1
2014-03-26Replace dbus_g_method_get_sender with g_dbus_method_invocation_get_senderSimon McVittie1-2/+1
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-12/+12
2014-03-06stop using tp_message_peek() internallyGuillaume Desmottes1-4/+5
2013-10-25Don't strip ABI versions from generated codeSimon McVittie1-10/+10
2013-09-17set version annotationsSimon McVittie1-1/+1
2012-06-26TpMessageMixin: drop our own implementation of _get_self_handle()Xavier Claessens1-21/+5
2012-06-26Mixins: require to use our base classesXavier Claessens1-1/+4
2012-05-10Fix build errorXavier Claessens1-2/+0
2012-05-10Merge branch 'master' into nextXavier Claessens1-3/+11
2012-05-10Revert "Fix text channels using TpMessageMixin without ChatState"Xavier Claessens1-26/+7
2012-05-10tp_message_mixin_init_dbus_properties: only conditionally implement ChatStateSimon McVittie1-3/+11
2012-05-09Fix text channels using TpMessageMixin without ChatStateXavier Claessens1-7/+26
2012-05-09Merge branch 'master' into nextXavier Claessens1-13/+247
2012-05-09Silent warning about some used deprecated symbolsXavier Claessens1-2/+2
2012-05-09Release 0.19.0telepathy-glib-0.19.0Xavier Claessens1-5/+5
2012-05-09TpMessageMixin: add helpers to implement ChatStateXavier Claessens1-13/+247
2012-05-07Don't include svc-*.h in "high-level" headersSimon McVittie1-0/+1
2012-05-03Merge branch 'master' into nextSimon McVittie1-6/+6
2012-05-02Stop using TP_ERRORSSimon McVittie1-8/+8
2012-04-12Merge branch 'master' into nextSimon McVittie1-1/+1
2012-04-12Use TP_NUM_… instead of NUM_TP_…Simon McVittie1-1/+1
2012-03-02TpMessageMixin: remove support for "type", renamed to "content-type"Simon McVittie1-1/+0
2012-03-02TpMessage: remove obsolete APISimon McVittie1-3/+3
2012-02-09Merge branch 'master' into nextSimon McVittie1-0/+2
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+2
2012-01-31Text & Messages: merge into one interfaceJonny Lamb1-382/+22
2011-11-16Use _unref instead of _free _destroy when possible.Xavier Claessens1-4/+4
2011-10-04Merge branch 'telepathy-glib-0.14'Will Thompson1-11/+28
2011-10-04MessageMixin: DEBUG if AckPM gets an id more than onceWill Thompson1-1/+9
2011-10-03MessageMixin: don't repeatedly scan pending message listWill Thompson1-1/+1
2011-10-03MessageMixin: don't crash if an id appears twiceWill Thompson1-0/+7
2011-10-03MessageMixin: track messages to be acked in a GPtrArrayWill Thompson1-10/+12
2011-07-25Merge branch 'telepathy-glib-0.14'Will Thompson1-7/+9
2011-07-07Make DEBUG a no-op static inline with --disable-debug.Will Thompson1-2/+0
2011-06-09Warn if there is not at least one partDanielle Madeley1-6/+8
2011-06-08Ensure there is at least 1 part in the delivery-echoDanielle Madeley1-1/+1
2011-06-08Fix off-by-one errorDanielle Madeley1-1/+1
2010-12-13Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie1-11/+11
2010-12-10TpMessageMixin: disallow message-sender-id in the same contexts as message-se...Simon McVittie1-0/+2
2010-12-10tp_message_mixin_sent: set the senderSimon McVittie1-0/+13
2010-12-10tp_message_mixin_sent: improve checksSimon McVittie1-3/+2
2010-12-09Fix unused-if-not-debugging variableSimon McVittie1-0/+2
2010-12-09move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes1-21/+30
2010-12-09message-mixin: no need to include signalled-message-internal.hGuillaume Desmottes1-1/+0
2010-12-09_tp_cm_message_new_from_parts: get a TpBaseConnectionGuillaume Desmottes1-1/+2
2010-12-09tp_cm_message_new: remove size_hint argGuillaume Desmottes1-2/+2
2010-12-09message-mixin: create a CMMessage instead of a Signalled oneGuillaume Desmottes1-1/+2