summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-22Prepare version 0.11.8 (no new API/ABI)telepathy-glib-0.11.8Simon McVittie2-4/+6
2010-06-22vala: don't try to distribute generated filesSimon McVittie1-4/+0
2010-06-22Update NEWS, and mention instability of Vala bindings in READMESimon McVittie2-3/+23
2010-06-22Merge branch 'telepathy-glib-0.10'Simon McVittie0-0/+0
2010-06-22Nano versiontelepathy-glib-0.10Simon McVittie2-1/+6
2010-06-22Prepare release 0.10.7telepathy-glib-0.10.7Simon McVittie2-4/+7
2010-06-22Update NEWSSimon McVittie1-1/+5
2010-06-22make-version-script.py: remove deprecated import of 'sets' moduleSimon McVittie1-2/+1
2010-06-22Add missing va_end()sWill Thompson1-0/+2
2010-06-22Simplify tp_account_manager_create_account_finish()Will Thompson1-12/+5
2010-06-22Unleak a very unlikely error path.Simon McVittie1-1/+5
2010-06-22make-version-script.py: remove deprecated import of 'sets' moduleSimon McVittie1-2/+1
2010-06-21tp_base_client_set_handler_bypass_approval: only set the flag if neededGuillaume Desmottes2-3/+12
2010-06-21Stop contact info retrieval and don't call the callback if the weak object diedSjoerd Simons1-0/+22
2010-06-18Check for dependencies on a per-dep basis, not per-dep-userTravis Reitter1-7/+1
2010-06-17Update the build system to build the Vala bindings (when enabled).Travis Reitter6-2/+108
2010-06-17Bump requirement for g-i, to handle our use of GStrvTravis Reitter1-1/+1
2010-06-17Correct the namespace for a couple BaseClient function return types.Travis Reitter1-4/+4
2010-06-17Hide TpProxyClassFeatureListFunc from the g-i scanner, since vapigen doesn't ...Travis Reitter1-0/+8
2010-06-17Hide the BaseClient _implement_ functions which vapigen can't handle.Travis Reitter1-3/+3
2010-06-17Add the proper namespace to (type Object) annotations.Travis Reitter2-5/+5
2010-06-17Hide (from g-i) accessor method with problematic compound type (which can beTravis Reitter1-1/+1
2010-06-16Unrace codegen in parallel builds.Will Thompson1-2/+2
2010-06-15Add missing va_end()sWill Thompson1-0/+2
2010-06-15Simplify tp_account_manager_create_account_finish()Will Thompson1-12/+5
2010-06-15Unleak a very unlikely error path.Will Thompson1-1/+5
2010-06-14Nano versionSimon McVittie2-1/+6
2010-06-14Prepare version 0.11.7telepathy-glib-0.11.7Simon McVittie14-88/+159
2010-06-14Merge branch 'deprecate'Simon McVittie2-11/+65
2010-06-14Merge branch 'spec'Simon McVittie26-112/+743
2010-06-14TpChannel: use the official type name for ChatStateMapSimon McVittie1-7/+1
2010-06-14tests: make it easier to add to the TESTS_ENVIRONMENTSimon McVittie2-2/+8
2010-06-14test-account: test tp_account_get_detailed_error()Simon McVittie1-0/+59
2010-06-14tp_account_get_detailed_error: add "C binding" for connection-error etc.Simon McVittie3-0/+43
2010-06-14TpAccount: add connection-error, connection-error-details propertiesSimon McVittie1-0/+68
2010-06-14TpAccount: track the Connection's detailed error and emit it in status-changedSimon McVittie1-17/+116
2010-06-14_tp_account_update: also emit status-changed, etc., if the reason changedSimon McVittie1-1/+2
2010-06-14TpAccount::status-changed: use pedantically correct marshallerSimon McVittie2-2/+2
2010-06-14_tp_connection_status_reason_to_gerror: upgrade from static to internalSimon McVittie2-7/+21
2010-06-14tp_connection_get_detailed_error: fix a memory leakSimon McVittie1-3/+10
2010-06-14Generate code for Anonymity and ServicePoint, and document their sectionsSimon McVittie5-0/+172
2010-06-14Update to spec 0.19.7Simon McVittie13-75/+243
2010-06-14contact.c: expunge trailing spacesSimon McVittie1-1/+0
2010-06-14Make TpContact emit a presence-changed signalMorten Mjelva1-5/+44
2010-06-09Deprecate TpChannelFactoryIfaceSimon McVittie2-11/+65
2010-06-08Merge branch 'compilation-fix'Eitan Isaacson1-1/+1
2010-06-08Fix compilation error in tests/lib introduced in bafa0cc.Eitan Isaacson1-1/+1
2010-06-08tp_channel_dispatch_operation_handle_with_async: @handler is allow noneGuillaume Desmottes1-3/+3
2010-06-08add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241)Guillaume Desmottes4-0/+124
2010-06-08simple-cdo: implement HandleWithTime()Guillaume Desmottes1-0/+11