summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27WiPwip-next-gvariant-callsSimon McVittie3-21/+155
2012-04-26TpBaseChannel: remove deprecated interfaces propertySimon McVittie1-14/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48547 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-26Merge remote-tracking branch 'origin/master' into nextSimon McVittie1-0/+23
2012-04-25account-manager: fix small typos in documentationJonny Lamb1-2/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-25Write next-NEWS to keep track of API/Behaviour changesXavier Claessens1-0/+19
2012-04-25Remove deprecated channel factoryXavier Claessens30-1823/+50
2012-04-25TpSimpleObserver/Approver/Handler: simplify constructorsXavier Claessens9-202/+23
_new() now takes a factory (optionally NULL) and _new_with_factory() is removed.
2012-04-25TpClientFactory: use tp_dbus_daemon_dup() if dbus is NULLXavier Claessens2-5/+12
2012-04-25Rename TpSimpleClientFactory to TpClientFactoryXavier Claessens51-597/+585
The factory isn't really simple thing, and it makes long function names.
2012-04-25tp_automatic_client_factory_new() now returns a TpSimpleClientFactory*Xavier Claessens5-8/+6
All useful API is on the base class, so returning a TpAutomaticClientFactory is useless and force ugly casting. It is common usage to return base class.
2012-04-25tp_am_set_default(): Take a weak ref instead of a strong oneXavier Claessens1-4/+8
https://bugs.freedesktop.org/show_bug.cgi?id=48230
2012-04-25account-manager: document what signal is used for new accountsJonny Lamb1-0/+23
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-25Merge remote-tracking branch 'origin/master' into nextSimon McVittie46-107/+2374
Conflicts: configure.ac docs/reference/telepathy-glib-sections.txt telepathy-glib/Makefile.am telepathy-glib/base-contact-list.c telepathy-glib/debug-sender.c tests/lib/contacts-conn.c
2012-04-23contact: critical if we get an unexpected feature quarkJonny Lamb1-1/+7
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-23Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens11-37/+21
2012-04-23Fix typo in gtkdoc tagsXavier Claessens1-1/+1
2012-04-20Merge branch 'telepathy-glib-0.18'Simon McVittie2-11/+28
Conflicts: NEWS configure.ac
2012-04-20nano versionSimon McVittie2-1/+6
2012-04-20belatedly name the releaseSimon McVittie1-0/+2
2012-04-20Prepare 0.18.1telepathy-glib-0.18.1Simon McVittie2-4/+9
2012-04-20docs: update the TpContact section to be more like the othersJonny Lamb1-18/+36
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-20contact: replace feature enum with quarks like proxy featuresJonny Lamb18-253/+452
Sorry for the big patch, it was harder to do this without breaking everything and using the same feature names. The patch should be trivial enough anyway. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-18debug-client: add missing config.h includeGuillaume Desmottes1-0/+2
2012-04-18debug-message: split the category from the domainGuillaume Desmottes4-2/+67
The spec specifies how the category can be included in the domain, UI may want to display/filter them separately so best to split it for them.
2012-04-18debug-message: strip the message from trailing whitespacesGuillaume Desmottes2-2/+3
empathy-debug-window was doing that; it doesn't hurt and will save Empathy from copying the string to strip it itself.
2012-04-18test-debug-client: fix header commentGuillaume Desmottes1-1/+1
2012-04-18add new-debug-message signalGuillaume Desmottes2-0/+93
2012-04-18Add tp_debug_client_get_messages_async()Guillaume Desmottes3-0/+165
2012-04-18introspection.am: add new debug client APIGuillaume Desmottes1-0/+2
2012-04-18Add TpDebugMessageGuillaume Desmottes6-0/+430
2012-04-18test tp_debug_client_set_enabled_async()Guillaume Desmottes1-0/+47
2012-04-18test TP_DEBUG_CLIENT_FEATURE_COREGuillaume Desmottes1-0/+36
2012-04-18debug-client: expose enabled as a propertyGuillaume Desmottes3-0/+61
2012-04-18add test-debug-clientGuillaume Desmottes2-0/+113
2012-04-18telepathy-glib.h: add debug-client.hGuillaume Desmottes1-0/+1
2012-04-18debug-client: fix docGuillaume Desmottes3-3/+59
2012-04-18DebugClient: add set_enabled_async()Will Thompson2-0/+54
This is the only binding I'm going to bother adding for now.
2012-04-18DebugClient: add a Core feature.Will Thompson2-1/+91
This feature basically just checks that the thing at the other end actually supports the Debug interface.
2012-04-18DebugClient: invalidate when service vanishesWill Thompson1-0/+55
2012-04-18Add a debug key for client-side debug stuffWill Thompson2-1/+6
2012-04-18Generate client Debug code (with a trivial class)Will Thompson4-0/+214
2012-04-18Add a #define for the Debug object pathWill Thompson3-1/+11
2012-04-17TpCapabilities: Add more unit tests for the case of extra unknown fixed propsXavier Claessens1-12/+53
2012-04-17Add a comment explaining why _supports_contact_search() does not require THT ↵Xavier Claessens1-1/+3
prop
2012-04-17Add unit test for tp_capabilities_supports_audio(_video)_call()Xavier Claessens1-0/+168
2012-04-17TpCapabilities: Verify fixed properties does not contain extra fields we ↵Xavier Claessens1-30/+53
don't understand
2012-04-17Implement SetAliases on test ConnectionXavier Claessens1-2/+53
2012-04-17sync test Connection with folks'Xavier Claessens1-2/+10
2012-04-16Document that tp_user_action_time_from_x11 works for GDK 3 tooSimon McVittie3-5/+5
GDK 3 uses the same timestamps as GDK 2, X11, and Clutter 1.0. Also change the spelling from Gdk to GDK, following the style used in GDK's own documentation. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-04-16tp_connection_dup_detailed_error_vardict: add and testSimon McVittie4-0/+56
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=30422