summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 0.15.6telepathy-glib-0.15.6Xavier Claessens2011-09-3011-35/+59
* NEWS for 0.15.6Xavier Claessens2011-09-301-0/+41
* Add unit test to make sure sender gets preparedXavier Claessens2011-09-301-3/+55
* TpTextChannel: Guarantee that senders are always prepared with factory featuresXavier Claessens2011-09-301-349/+234
* TpStreamTubeChannel: Prepare factory contact features on connectionsXavier Claessens2011-09-302-6/+28
* Add unit test for TP_CHANNEL_FEATURE_CONTACTSXavier Claessens2011-09-303-3/+97
* Add TP_CHANNEL_FEATURE_CONTACTS featureXavier Claessens2011-09-3010-13/+1488
* Implement new Channel.Group spec in TpGroupMixinXavier Claessens2011-09-301-3/+85
* Sort alphabetically introspected filesXavier Claessens2011-09-301-33/+33
* Update to spec 0.23.4Xavier Claessens2011-09-2917-61/+347
* tp_debug_sender_add_message_vprintf: fix doc commentWill Thompson2011-09-211-1/+1
* gtk-doc: use no-tmpl flavourWill Thompson2011-09-212-2/+2
* remove typo in client.xmlXavier Claessens2011-09-211-1/+1
* deprecate tp_account_prepare_{async,finish}Guillaume Desmottes2011-09-192-4/+9
* deprecate tp_account_manager_prepare_{async,finish}Guillaume Desmottes2011-09-192-2/+7
* BaseContactList: group the MembersChanged signals for the initial rosterMarco Barisione2011-09-164-7/+229
* Remove tp_dbus_tube_channel_new()Xavier Claessens2011-09-154-35/+10
* Introspect TpDBusTubeChannelXavier Claessens2011-09-151-0/+1
* TpAutomaticClientFactory: Create TpDBusTubeChannel objectsXavier Claessens2011-09-154-0/+31
* Coding style: one arg per lineXavier Claessens2011-09-151-6/+12
* Add TpDBusTubeChannel (#29271)Guillaume Desmottes2011-09-157-0/+614
* add tests/lib/dbus-tube-chan for testsGuillaume Desmottes2011-09-153-0/+448
* Connection: provide debug-message when CM crashesWill Thompson2011-09-131-6/+6
* Test: verify TpConnection's self contact get factory features preparedXavier Claessens2011-09-121-0/+24
* tp_simple_client_factory_dup_contact() does not existsXavier Claessens2011-09-122-2/+2
* TpConnection: prepare factory features on self contactXavier Claessens2011-09-123-26/+51
* simple-client-factory: point out NULL is allowed for an account's propertiesJonny Lamb2011-09-091-1/+1
* Merge branch 'telepathy-glib-0.14'Vivek Dasmohapatra2011-09-073-0/+9
|\
| * Debug messages leaked if the debug message cache is disabled, ironicallyVivek Dasmohapatra2011-09-071-0/+5
| * Free the GStrv of keyfile keys when we are finished with itVivek Dasmohapatra2011-08-311-0/+2
| * Two string members not freed in tp connection destructorVivek Dasmohapatra2011-08-301-0/+3
* | Merge HEAD, branch 'master' of git+ssh://git.freedesktop.org/git/telepathy/te...Vivek Dasmohapatra2011-09-0710-116/+429
|\ \
| * \ Merge branch 'emit-properties-changed'Will Thompson2011-09-077-107/+420
| |\ \
| | * | Add tp_dbus_properties_mixin_emit_properties_changed_varargs()Will Thompson2011-09-064-0/+46
| | * | _emit_properties_changed(): use annotationsWill Thompson2011-09-064-71/+103
| | * | ginterface-gen: set PropertiesChanged annotation flagsWill Thompson2011-09-061-0/+22
| | * | DBusPropertiesMixin: add flags for Changed annotationWill Thompson2011-09-062-4/+30
| | * | Add tp_dbus_properties_mixin_emit_properties_changedWill Thompson2011-09-064-14/+165
| | * | Extract guts of tp_dbus_properties_mixin_getWill Thompson2011-09-061-36/+46
| | * | tp_dbus_properties_mixin_get: add parameter guardsWill Thompson2011-09-061-0/+5
| | * | fill_properties_hash: make assertions more usefulWill Thompson2011-09-061-6/+15
| | * | test-properties: add a #define for the interface nameWill Thompson2011-09-061-5/+7
| | * | test-properties: use GTestWill Thompson2011-09-061-28/+54
| | * | test-properties: stop using MYASSERTWill Thompson2011-09-061-30/+29
| | * | test-properties: use tp_asv_dumpWill Thompson2011-09-061-20/+1
| | * | tp_asv_dump: swaddle output in {}Will Thompson2011-09-061-1/+5
| |/ /
| * | Do not mix static and dynamic GObject bindings in python examplesXavier Claessens2011-09-023-9/+9
* | | Merge HEAD, branch 'master' of git+ssh://git.freedesktop.org/git/telepathy/te...Vivek Dasmohapatra2011-08-3068-664/+3258
|\ \ \ | |/ /
| * | TpProtocol: add API to get avatars requirements (fdo #36049)Guillaume Desmottes2011-08-295-1/+147
| * | tp_base_channel_close: check vfunc is not NULLWill Thompson2011-08-251-0/+2