summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Connection: provide debug-message when CM crashesHEADmasterWill Thompson1-6/+6
2011-09-12Test: verify TpConnection's self contact get factory features preparedXavier Claessens1-0/+24
2011-09-12tp_simple_client_factory_dup_contact() does not existsXavier Claessens2-2/+2
2011-09-12TpConnection: prepare factory features on self contactXavier Claessens3-26/+51
2011-09-09simple-client-factory: point out NULL is allowed for an account's propertiesJonny Lamb1-1/+1
2011-09-07Merge branch 'telepathy-glib-0.14'Vivek Dasmohapatra3-0/+9
2011-09-07Debug messages leaked if the debug message cache is disabled, ironicallyVivek Dasmohapatra1-0/+5
2011-09-07Merge HEAD, branch 'master' of git+ssh://git.freedesktop.org/git/telepathy/te...Vivek Dasmohapatra10-116/+429
2011-09-07Merge branch 'emit-properties-changed'Will Thompson7-107/+420
2011-09-06Add tp_dbus_properties_mixin_emit_properties_changed_varargs()Will Thompson4-0/+46
2011-09-06_emit_properties_changed(): use annotationsWill Thompson4-71/+103
2011-09-06ginterface-gen: set PropertiesChanged annotation flagsWill Thompson1-0/+22
2011-09-06DBusPropertiesMixin: add flags for Changed annotationWill Thompson2-4/+30
2011-09-06Add tp_dbus_properties_mixin_emit_properties_changedWill Thompson4-14/+165
2011-09-06Extract guts of tp_dbus_properties_mixin_getWill Thompson1-36/+46
2011-09-06tp_dbus_properties_mixin_get: add parameter guardsWill Thompson1-0/+5
2011-09-06fill_properties_hash: make assertions more usefulWill Thompson1-6/+15
2011-09-06test-properties: add a #define for the interface nameWill Thompson1-5/+7
2011-09-06test-properties: use GTestWill Thompson1-28/+54
2011-09-06test-properties: stop using MYASSERTWill Thompson1-30/+29
2011-09-06test-properties: use tp_asv_dumpWill Thompson1-20/+1
2011-09-06tp_asv_dump: swaddle output in {}Will Thompson1-1/+5
2011-09-02Do not mix static and dynamic GObject bindings in python examplesXavier Claessens3-9/+9
2011-08-31Free the GStrv of keyfile keys when we are finished with itVivek Dasmohapatra1-0/+2
2011-08-30Two string members not freed in tp connection destructorVivek Dasmohapatra1-0/+3
2011-08-30Merge HEAD, branch 'master' of git+ssh://git.freedesktop.org/git/telepathy/te...Vivek Dasmohapatra68-664/+3258
2011-08-29TpProtocol: add API to get avatars requirements (fdo #36049)Guillaume Desmottes5-1/+147
2011-08-25tp_base_channel_close: check vfunc is not NULLWill Thompson1-0/+2
2011-08-25TpConnection: emit contact-list-changed when initial roster is fetchedXavier Claessens3-1/+35
2011-08-25tp_contact_foo_async() callback must be the TpContact not its TpConnectionXavier Claessens2-31/+86
2011-08-24Add contact list JS exampleXavier Claessens4-1/+37
2011-08-24Include contact-list.py example in tarballsXavier Claessens1-0/+1
2011-08-24Hide tp_g_value_slice_new_foo() from g-i scannerXavier Claessens1-0/+4
2011-08-23Nano-version bumpWill Thompson1-1/+1
2011-08-17Version 0.15.5Will Thompson24-126/+217
2011-08-17NEWS for 0.15.5Will Thompson1-0/+63
2011-08-17Add skip annotation for NUM_FOOXavier Claessens4-4/+4
2011-08-17Remove useless ; lineXavier Claessens1-1/+0
2011-08-17Print useful warning in case tp_account_manager_set_default() failsXavier Claessens1-3/+14
2011-08-17Define _TP_GNUC_DEPRECATED_FOR() and use it where appropriateXavier Claessens8-14/+37
2011-08-17Improve documentation a bitXavier Claessens2-11/+12
2011-08-17TpSimpleClientFactory: add code example of typical app's main() when using cu...Xavier Claessens1-0/+23
2011-08-17TpAccountManager is the "toplevel" object, do not create it through a factoryXavier Claessens6-158/+40
2011-08-17TpAccountChannelRequest: do not create a TpAccountManager for tmp handlerXavier Claessens1-5/+2
2011-08-17TpBaseClient: add constructors with factory instead of AMXavier Claessens9-30/+221
2011-08-17Add tp_account_manager_set_default()Xavier Claessens3-0/+31
2011-08-17Deprecate tp_base_client_add_*_features()Xavier Claessens2-19/+36
2011-08-17TpBaseClient: prepare TpAccount, TpConnection and TpChannels with factory des...Xavier Claessens1-27/+77
2011-08-17Deprecate tp_account_manager_ensure_account()Xavier Claessens4-23/+35
2011-08-17TpAccountManager: Fix doc now that TpAccount objects are guaranteed to be pre...Xavier Claessens1-4/+12