summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release 0.11.12telepathy-glib-0.11.12Simon McVittie2010-08-106-28/+48
* Update NEWSSimon McVittie2010-08-101-1/+19
* Merge branch 'exemplary'Simon McVittie2010-08-1080-1275/+2144
|\
| * Fix whitespace: one arg per lineSimon McVittie2010-08-101-1/+2
| * channelspecific example CM: implement MessagesSimon McVittie2010-07-272-44/+33
| * echo2 example CM: correctly claim to implement DESTROYABLESimon McVittie2010-07-271-1/+1
| * Call (future) example CM: port to TpBaseProtocolSimon McVittie2010-07-2710-145/+328
| * fd.o #29174: port the ContactList example to use TpBaseProtocolSimon McVittie2010-07-279-120/+331
| * Callable example CM: use a TpBaseProtocol subclassSimon McVittie2010-07-279-122/+325
| * fd.o #29174: channelspecific example CM: use TpBaseProtocolSimon McVittie2010-07-279-191/+364
| * fd.o #29174: Extended example CM: use a TpBaseProtocol subclassSimon McVittie2010-07-277-71/+286
| * Extended example CM: implement the Contacts and Requests interfacesSimon McVittie2010-07-272-4/+31
| * no-protocols example CM: modernizeSimon McVittie2010-07-274-40/+3
| * ExampleEcho2ConnectionManager: delete new_connection, no_protocolsSimon McVittie2010-07-271-18/+0
| * channelspecific example: implement the Contacts interfaceSimon McVittie2010-07-272-6/+32
| * echo2 example CM: use tp_base_protocol_get_nameSimon McVittie2010-07-271-7/+1
| * echo2 example: implement the Contacts interfaceSimon McVittie2010-07-274-7/+34
| * Delete the old echo example CMSimon McVittie2010-07-2713-1547/+0
| * Re-namespace the former echo example into the TpTests namespaceSimon McVittie2010-07-2713-224/+224
| * fd.o #29174: copy the 'echo' example CM to tests/libSimon McVittie2010-07-2715-23/+1436
| * ExampleEchoConnectionManager: hard-code the parameters structSimon McVittie2010-07-271-1/+10
* | properly annotate @context out argGuillaume Desmottes2010-08-101-4/+4
* | request_and_handle_channel_finish: return NULL instead of FALSE if something ...Guillaume Desmottes2010-08-101-3/+3
* | improve docGuillaume Desmottes2010-08-101-6/+8
* | fix typo in a debugGuillaume Desmottes2010-08-101-1/+1
* | rename self->priv->handle to self->priv->should_handleGuillaume Desmottes2010-08-101-5/+5
* | test cancelling operationGuillaume Desmottes2010-08-101-0/+50
* | test some failing casesGuillaume Desmottes2010-08-101-0/+84
* | test tp_account_channel_request_{create,ensure}_channel_async()Guillaume Desmottes2010-08-101-0/+76
* | simple-channel-request: allow to fake handling of the channelGuillaume Desmottes2010-08-101-0/+7
* | add API to request a channel and let MC dispatch it (fdo #29456)Guillaume Desmottes2010-08-103-9/+250
* | Merge branch 'channel-creation-13422-awesome'Guillaume Desmottes2010-08-1019-4/+2402
|\ \
| * | add allow-none to _finish returnsGuillaume Desmottes2010-08-101-4/+4
| * | remove account-channel-request-internal.hGuillaume Desmottes2010-08-103-41/+6
| * | prefix static function using DEBUG with acr_Guillaume Desmottes2010-08-101-13/+13
| * | tp_account_channel_request_new has to G_GNUC_WARN_UNUSED_RESULTGuillaume Desmottes2010-08-101-1/+1
| * | annotate return valuesGuillaume Desmottes2010-08-101-6/+6
| * | user-action-time can't be NULL... it's not a pointerGuillaume Desmottes2010-08-101-2/+0
| * | add the channel to the re-handled signalGuillaume Desmottes2010-08-103-5/+9
| * | Always unref the result after completing itGuillaume Desmottes2010-08-101-10/+14
| * | store the TpDBusDaemonGuillaume Desmottes2010-08-101-7/+8
| * | rename request_and_handle_channel_cb to request_cbGuillaume Desmottes2010-08-101-3/+3
| * | rename request_complete to handle_request_completeGuillaume Desmottes2010-08-101-2/+2
| * | add requested attribute ensuring we don't try to request twice the same channelGuillaume Desmottes2010-08-101-1/+6
| * | account.h: no more need to include channel and handle-channels-contextGuillaume Desmottes2010-08-091-2/+0
| * | rename tests to reflect they are testing the 'request and handle' caseGuillaume Desmottes2010-08-091-24/+27
| * | test: rename account-channels.c to account-channel-request.cGuillaume Desmottes2010-08-092-2/+2
| * | signals-marshal.list: sort the listGuillaume Desmottes2010-08-091-5/+5
| * | fire a signal when a channel is re-handledGuillaume Desmottes2010-08-093-5/+87
| * | move {create_ensure}_and_handle API from TpAccount to TpAccountChannelRequestGuillaume Desmottes2010-08-098-594/+559