summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-02glib-client-gen: mark deprecated D-Bus methods as deprecatedHEADmasterJonny Lamb3-2/+34
2009-12-01Merge branch 'prop-constants'Simon McVittie13-179/+276
2009-11-26tp_account_manager_is_prepared: fix a confusing typoSimon McVittie1-1/+1
2009-11-25Don't rely on enum types being unsignedSjoerd Simons1-1/+2
2009-11-25Tests: use TP_PROP constants and tp_asv_new for channel propertiesSimon McVittie3-52/+44
2009-11-25TpChannel: use TP_PROP constantsSimon McVittie1-22/+22
2009-11-25TpBaseConnection: use TP_PROP constants and tp_asv_newSimon McVittie1-28/+23
2009-11-25Examples: use TP_PROP constants and tp_asv_newSimon McVittie5-75/+62
2009-11-25Generate and document constants for D-Bus property namesSimon McVittie3-2/+125
2009-11-24Merge branch 'unified-header'Danielle Madeley28-94/+79
2009-11-24Include some more headers in telepathy-glib.h based on suggestions from smcvDanielle Madeley1-0/+7
2009-11-23Merge branch 'fix-25181'David Laban1-8/+56
2009-11-23tp_connection_get_contacts_by_handle(): avoid DBus calls when possible.David Laban1-8/+56
2009-11-22Port examples/ directory to include telepathy-glib.h insteadDanielle Madeley27-94/+27
2009-11-22Add a telepathy-glib.h which includes most of the common headers.Danielle Madeley1-0/+45
2009-11-22telepathy-glib now depends on dbus-glib 0.82 for tests/dbus/account-manager.cDanielle Madeley1-1/+1
2009-11-20update NEWSSimon McVittie1-1/+27
2009-11-20Don't commit to the next release being 0.10.0, we may want to do a 0.9.2 firstSimon McVittie1-5/+0
2009-11-20fd.o#25122: explicitly link against needed libraries (Debian#556486)Simon McVittie2-0/+6
2009-11-20Fix the naming in the tp_value_array_build documentationSjoerd Simons1-1/+1
2009-11-19Merge branch 'trivia'Simon McVittie4-6/+33
2009-11-19update NEWSSimon McVittie1-1/+27
2009-11-19Don't commit to the next release being 0.10.0, we may want to do a 0.9.2 firstSimon McVittie1-5/+0
2009-11-19fd.o#25122: explicitly link against needed libraries (Debian#556486)Simon McVittie2-0/+6
2009-11-19Fix the naming in the tp_value_array_build documentationSjoerd Simons1-1/+1
2009-11-19Merge branch 'value-array'Sjoerd Simons4-1/+94
2009-11-19Add a test for tp_value_array_buildSjoerd Simons1-0/+24
2009-11-19Add tp_value_array_buildSjoerd Simons3-1/+70
2009-11-19Merge branch 'fix-25051'David Laban5-6/+147
2009-11-19_tp_account_manager_account_ready_cb: fix b.fd.o #25051David Laban1-6/+9
2009-11-19Added tp_g_signal_connect_object() as public api.David Laban4-0/+138
2009-11-18Merge branch 'fix-24654'David Laban4-17/+90
2009-11-18One more leaking code-path.fix-24654David Laban2-4/+4
2009-11-18s/g_array_unref/g_array_free/ + fix leak + infer array sizeDavid Laban1-3/+5
2009-11-18s/g_array_unref/g_array_free/ + fix leak + infer array sizeDavid Laban1-3/+5
2009-11-18_tp_quark_array_copy: Fix doc.David Laban1-2/+6
2009-11-17TpAccountManager: Don't use G_N_ELEMENTS() + fix typo.David Laban1-4/+5
2009-11-17TpAccountManager: Make internal functions deal with GArrays rather than GQuar...David Laban1-40/+11
2009-11-17TpAccount: Don't use G_N_ELEMENTS() + fix typo.David Laban1-3/+3
2009-11-17TpAccount: Make internal functions deal with GArrays rather than GQuark *.David Laban1-40/+11
2009-11-17_tp_quark_array_copy(): copy a 0-terminated GQuark array into a GArray.David Laban2-0/+52
2009-11-17tp_account_manager_prepare_async: copy @features argumentDavid Laban1-2/+37
2009-11-17b.fd.o #24654: tp_account_prepare_async: copy @features argumentDavid Laban1-2/+37
2009-11-13Merge branch '08-portability'Simon McVittie8-71/+69
2009-11-13Merge branch 'telepathy-glib-0.8'Simon McVittie0-0/+0
2009-11-13Merge branch 'fix-24257-alsuren'David Laban6-9/+607
2009-11-12tests/dbus/account-manager.c: valgrind.fix-24257-alsurenDavid Laban1-1/+27
2009-11-12tests/dbus/account-manager.c: s/GList/GQueue/David Laban1-13/+9
2009-11-11Re-usable test functions.David Laban1-44/+219
2009-11-11Wrote simple dbus-based tests for account manager.David Laban1-11/+132