summaryrefslogtreecommitdiff
path: root/telepathy-glib
Commit message (Expand)AuthorAgeFilesLines
* Group: Make _change_members a thin wrapperWill Thompson2009-01-071-67/+88
* Group: emit MembersChangedDetailedWill Thompson2009-01-071-5/+35
* Group: extract emitting MembersChanged signals to a functionWill Thompson2009-01-071-45/+62
* Fix TpCM signals' doc comments to have two colonsWill Thompson2009-01-071-3/+3
* Don't treat requested IDs' NULL terminator as an id.Will Thompson2009-01-071-1/+2
* Add Since: annotations to TpContactWill Thompson2009-01-071-0/+36
* Add proper list markup to TpConnection's preambleWill Thompson2009-01-071-3/+4
* Linkify a reference to #TpProxy::invalidatedWill Thompson2009-01-071-1/+1
* Clarify tp_connection_manager_new's arguments.Will Thompson2009-01-071-3/+5
* gtk-doc property notation is #Class:prop not #Class::propWill Thompson2009-01-072-11/+11
* TpBaseConnectionManager: Don't do arithmetic on void pointersSimon McVittie2009-01-071-5/+7
* Remove FIXME about tp_asv_get_boolean accepting intsWill Thompson2009-01-021-2/+0
* _asv_get_double: remove FIXME message to reviewers.Will Thompson2009-01-021-2/+0
* Reject channel requests containing Initiator{Handle,ID}, RequestedWill Thompson2009-01-021-2/+11
* Merge branch 'messages'Simon McVittie2008-12-183-0/+2170
|\
| * MessageMixin: document flags argument to _sentWill Thompson2008-11-181-0/+3
| * Messages: adapt to MessageSent growing a flags argWill Thompson2008-11-182-3/+4
| * 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-182-0/+14
| * 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-182-0/+42
| * 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-182-1/+11
| * TpMessage: add _take_message to insert one message into anotherWill Thompson2008-11-182-1/+59
| * TpMessage: add _ref_handles (unused for now)Will Thompson2008-11-181-0/+30
| * TpMessage: extract ensuring handle sets to a helper functionWill Thompson2008-11-181-9/+17
| * TpMessageMixin: add tp_message_mixin_set_rescuedSimon McVittie2008-11-182-0/+26
| * TpMessageMixin: fix whitespace nitSimon McVittie2008-11-181-1/+1
| * MessageMixin: note that g_queue_find_custom's func should return 0 on successWill Thompson2008-11-181-0/+3
| * MessageMixin: hold a ref to the TpBaseConnectionWill Thompson2008-11-181-1/+3
| * MessageMixin: don't leak a strv of supported content typesWill Thompson2008-11-181-0/+2
| * MessageMixin: document the exact calls to G_IMPLEMENT_INTERFACE neededWill Thompson2008-11-181-3/+8
| * Add tp_message_mixin_has_pending_messagesWill Thompson2008-11-182-0/+38
| * TpMessage: add tp_message_set_[u]int64Will Thompson2008-11-182-0/+64
| * MessageMixin: add parens to linkify tp_message_mixin_init_dbus_properties in ...Will Thompson2008-11-181-1/+1
| * TpMessageMixin: fix description not to say the mixin implements itselfWill Thompson2008-11-181-1/+1
| * MessageMixin was not in 0.7.9; change @since to UNRELEASEDWill Thompson2008-11-181-28/+28
| * TpMessageMixin: use <telepathy-glib/util.h> rather than "util.h" for ease of ...Simon McVittie2008-11-181-1/+1
| * Update tp_message_mixin_init_dbus_properties() to use tp_dbus_properties_mixi...Simon McVittie2008-11-182-9/+6
| * TpMessageMixin: follow the spec for GetPendingMessageContentSimon McVittie2008-11-181-12/+16
| * TpMessageMixin: support the Messages interface's D-Bus propertiesSimon McVittie2008-11-182-8/+137
| * Clean up TpMessageMixin docsSimon McVittie2008-11-182-34/+14
| * TpMessageMixin: adapt to use TpMessageSimon McVittie2008-11-182-249/+141
| * Add TpMessageSimon McVittie2008-11-182-7/+486