summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09extend timeout for tests to 60 secondswip-valgrindSimon McVittie1-1/+1
2012-03-09fix miscellaneous leaks in testsSimon McVittie5-1/+10
2012-03-09When finalizing a TpProxy, don't leak the GQueue wrapperSimon McVittie1-1/+1
2012-03-09tp_account_dup_detailed_error_vardict: addSimon McVittie4-0/+60
2012-03-09tp_account_update_parameters_vardict_async: addSimon McVittie4-11/+103
2012-03-09tp_account_dup_parameters_vardict: addSimon McVittie4-0/+37
2012-03-09tp_account_dup_storage_specific_information_vardict_async: addSimon McVittie4-0/+93
2012-03-09account test: rename variables in macros to not shadow normal variablesSimon McVittie1-10/+10
2012-03-09Add _tp_asv_to_vardict, a utility function to convert a{sv} representationsSimon McVittie2-0/+25
2012-03-09Add tp_account_dup_storage_identifier_variantSimon McVittie4-0/+82
2012-03-09Add a Python example which lists and inspects protocols with g-iSimon McVittie2-0/+61
2012-03-09tp_connection_manager_dup_protocols: addSimon McVittie4-4/+57
2012-03-09tp_protocol_dup_params, tp_protocol_dup_param, tp_protocol_borrow_params: addSimon McVittie4-0/+109
2012-03-09Test listing CMs the new waySimon McVittie1-6/+42
2012-03-09tp_list_connection_managers_async: addSimon McVittie3-0/+108
2012-03-09_tp_object_list_copy, _tp_object_list_free: addSimon McVittie4-15/+38
2012-03-09CM test: after listing CMs, inspect them in the test, not the callbackSimon McVittie1-27/+30
2012-03-09cm test: free things in a less verbose waySimon McVittie1-13/+3
2012-03-09tests/dbus/cm: actually run the test that lists connection managersSimon McVittie1-0/+1
2012-03-09Expect to find service files in the srcdir, not the builddirSimon McVittie2-2/+5
2012-03-09Apply the same codegen changes to examples, tests as to the main codegenSimon McVittie2-5/+24
2012-03-09Generate reentrant-methods.list from ABI lists, not documentationSimon McVittie1-4/+4
2012-03-09improve the mtime-transferring hack in tools/Simon McVittie1-8/+8
2012-03-09Avoid having two of the same set of commands run in parallelSimon McVittie1-5/+24
2012-03-09Codegen: write temporary files first, and rename them into placeSimon McVittie8-35/+80
2012-03-09Write intermediate files by writing a temporary file firstSimon McVittie1-3/+6
2012-03-09Redo documentation setup every time a copied source file changesSimon McVittie1-0/+7
2012-03-09Partially revert previous commit (re-add variable 'count'), fixing the buildSimon McVittie1-0/+1
2012-03-08Correctly implement and document tp_call_channel_has_dtmf().Xavier Claessens1-18/+21
2012-03-07glib-interfaces-gen: generate self-contained header filesSimon McVittie1-0/+1
2012-03-07Update GLib dependency in .pc files to catch up with configure.acSimon McVittie2-2/+2
2012-03-07Make use of new GLib macros to check API we are usingGuillaume Desmottes1-4/+3
2012-03-06Rewrite unsupported-interface to be suitable for the 'next' branchSimon McVittie1-96/+237
2012-03-06Deprecate tp_connection_manager_call_when_ready and is_readySimon McVittie2-11/+21
2012-03-06tp_list_connection_managers: use tp_proxy_prepare_asyncSimon McVittie1-10/+33
2012-03-06Improve coverage of TpConnectionManager testSimon McVittie1-36/+122
2012-03-06tests/dbus/cm: use g_assert_no_error for better diagnosticsSimon McVittie1-13/+13
2012-03-05NEWS so far for 0.17.xSimon McVittie1-1/+34
2012-03-05inspect-cm example: stop using call_when_readySimon McVittie1-8/+12
2012-03-05Deprecate tp_connection_is_ready, TpConnection:connection-readySimon McVittie2-3/+10
2012-03-05TpContact: stop using about-to-be-deprecated Connection APISimon McVittie1-10/+10
2012-03-05Deprecate tp_channel_is_ready and TpChannel:channel-readySimon McVittie2-2/+10
2012-03-05Deprecate tp_channel_call_when_ready, tp_connection_call_when_readySimon McVittie4-10/+18
2012-03-05Use tp_proxy_prepare_async() to prepare connections in example codeSimon McVittie4-27/+36
2012-03-05Don't use tp_channel_call_when_ready, except in its regression testsSimon McVittie1-4/+7
2012-03-01Add handle_type arg to tp_capabilities_support_*_call()Xavier Claessens2-19/+29
2012-03-01Stop generating lists of signals marshallers altogetherSimon McVittie8-121/+0
2012-03-01Use GLib's default marshaller everywhereSimon McVittie39-181/+75
2012-03-01Generate code that uses g_cclosure_marshal_generic()Simon McVittie2-7/+5
2012-03-01Require GLib 2.30, for g_cclosure_marshal_generic()Simon McVittie1-1/+1