summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'telepathy-glib-0.14'Will Thompson2011-07-251-7/+9
|\
| * Warn if there is not at least one partDanielle Madeley2011-06-091-6/+8
| * Ensure there is at least 1 part in the delivery-echoDanielle Madeley2011-06-081-1/+1
| * Fix off-by-one errorDanielle Madeley2011-06-081-1/+1
* | Make DEBUG a no-op static inline with --disable-debug.Will Thompson2011-07-071-2/+0
|/
* Use "Since:" and "Deprecated:" instead of "@since" and "@deprecated"Simon McVittie2010-12-131-11/+11
* TpMessageMixin: disallow message-sender-id in the same contexts as message-se...Simon McVittie2010-12-101-0/+2
* tp_message_mixin_sent: set the senderSimon McVittie2010-12-101-0/+13
* tp_message_mixin_sent: improve checksSimon McVittie2010-12-101-3/+2
* Fix unused-if-not-debugging variableSimon McVittie2010-12-091-0/+2
* move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes2010-12-091-21/+30
* message-mixin: no need to include signalled-message-internal.hGuillaume Desmottes2010-12-091-1/+0
* _tp_cm_message_new_from_parts: get a TpBaseConnectionGuillaume Desmottes2010-12-091-1/+2
* tp_cm_message_new: remove size_hint argGuillaume Desmottes2010-12-091-2/+2
* message-mixin: create a CMMessage instead of a Signalled oneGuillaume Desmottes2010-12-091-1/+2
* tp_message_new is deprecatedGuillaume Desmottes2010-12-091-2/+2
* factor out most of parts_to_text() to tp_message_to_text()Guillaume Desmottes2010-12-091-169/+1
* parts_to_text: take a TpMessage as first argumentGuillaume Desmottes2010-12-091-9/+15
* don't include base-connection.h in message.hGuillaume Desmottes2010-12-091-0/+1
* move TpMessage to its own filesGuillaume Desmottes2010-12-091-649/+1
* TpMessageMixin: add and test support for the MessageTypes propertySimon McVittie2010-11-251-0/+8
* fd.o #30949: tp_message_mixin_get_dbus_property: fix DeliveryReportingSupportSimon McVittie2010-10-181-1/+1
* message-mixin: add DeliveryReportingSupport to the list of propsGuillaume Desmottes2010-10-131-0/+1
* TpMessage: don't bitfield a gbooleanSimon McVittie2010-10-061-1/+1
* Change uses of TpIntSet to TpIntsetPhilip Withnall2010-09-141-2/+2
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
* Remove variables that shadow global function namesDanielle Madeley2010-05-241-5/+5
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* Use tp_str_empty whenever it's equivalent to the current codeSimon McVittie2010-04-011-1/+1
* Specify when tp_message_mixin_sent should be called.Mike Ruprecht2010-03-311-1/+3
* Fix various typos and cross-referencesSimon McVittie2010-03-021-2/+2
* Don't bother with an idle call to poke a taken message into the queue.Vivek Dasmohapatra2010-01-131-16/+9
* tp_g_value_slice_new_bytes: change signature to match tp_message_set_bytesSimon McVittie2009-03-041-1/+1
* TpMessageMixin: simplify by using tp_g_value_slice_new_boolean() etc.Simon McVittie2009-03-041-46/+12
* Use TP_ARRAY_TYPE_MESSAGE_PART_LIST for aa{sv}Will Thompson2009-02-031-5/+2
* Set correct "Since:" annotations on the functions new in 0.7.21Simon McVittie2009-01-201-33/+33
* MessageMixin: document flags argument to _sentWill Thompson2008-11-181-0/+3
* Messages: adapt to MessageSent growing a flags argWill Thompson2008-11-181-1/+2
* MessageMixin: correctly set message-received to a uint64Will Thompson2008-11-181-2/+2
* message_mixin_sent: Add message-sent => now if it's missingWill Thompson2008-11-181-0/+4
* MessageMixin: default SendError's timestamp to 0 not now.Will Thompson2008-11-181-9/+21
* MessageMixin: correctly extract Send_Error from failed delivery reportsWill Thompson2008-11-181-1/+1
* MessageMixin: Correctly fall back from "content-type" to "type"Will Thompson2008-11-181-6/+8
* TpMessageMixin: added delivery_reporting_support_flagsPekka Pessi2008-11-181-0/+13
* TpMessageMixin: added "message-token"Pekka Pessi2008-11-181-0/+1
* TpMessageMixin: using "content-type", type is alias for itPekka Pessi2008-11-181-5/+11
* Add tp_message_set_string_printfWill Thompson2008-11-181-0/+40
* MessageMixin: emit Text.SendError from take_received when given a failed deli...Will Thompson2008-11-181-2/+37
* MessageMixin: turn "scrollback" and "rescued" headers into MessageFlagsWill Thompson2008-11-181-0/+6
* MessageMixin: make tp_message_mixin_clear public APIWill Thompson2008-11-181-1/+10