Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-09 | Adapt for simplified presence mixinpresence-mixinnext | Simon McVittie | 2 | -79/+15 | |
Among other things, this removes the vestigial support for per-presence priority, which was theoretically supported, but hasn't actually worked since we moved to SimplePresence. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77191 | |||||
2014-04-09 | Adapt for GVariant-based tp_group_mixin_change_members()group-mixin | Simon McVittie | 1 | -9/+11 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77190 | |||||
2014-04-09 | Require GLib 2.40, and remove deprecated and useless g_type_init() calls | Simon McVittie | 8 | -13/+4 | |
2014-04-08 | Allow Set to fail with o.fd.DBus.Error.InvalidArgs | Simon McVittie | 1 | -3/+6 | |
That's what GDBus does for inappropriate types or permissions. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144 | |||||
2014-04-08 | Stop using tp_dbus_properties_mixin_iface_init which has been removed | Simon McVittie | 3 | -7/+1 | |
TpSvc* interfaces always (try to) use the D-Bus properties mixin now. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144 | |||||
2014-04-08 | Swap terminology from "handle type" to "entity type" | Simon McVittie | 18 | -77/+79 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139 | |||||
2014-04-03 | Nano version | Simon McVittie | 2 | -1/+6 | |
2014-04-03 | 0.99.10 | Simon McVittie | 2 | -7/+16 | |
2014-04-03 | Adapt for move of tp_asv_*() to -dbus librarynext-decore | Simon McVittie | 1 | -0/+2 | |
2014-04-03 | Update codegen: include telepathy-glib-dbus.h in generated service code | Simon McVittie | 1 | -1/+3 | |
2014-04-02 | Adapt for removal of TpDBusDaemonnext-factory | Simon McVittie | 7 | -31/+17 | |
2014-03-27 | avatars: be more precise about what we're returningnext-gdbus | Simon McVittie | 1 | -17/+23 | |
The dbus-glib codegen tolerated use of the wrong return_from function, because dbus_g_method_return used unterminated varargs anyway, so it had no way to detect excess arguments. g_dbus_method_invocation_return_value *does* have a way to detect excess arguments, and treats them as programming error. Unfortunately, we had always used tp_svc_connection_interface_avatars1_return_from_set_avatar() (returning (s)) to return from ClearAvatar (returning ()). | |||||
2014-03-27 | Be more specific about interfaces | Simon McVittie | 4 | -7/+7 | |
GDBus doesn't implement method calls with implicit interface. | |||||
2014-03-27 | Don't try to sync_dbus by talking to a Connection that just closed | Simon McVittie | 2 | -2/+8 | |
The ConnectionManager should still exist, so use that instead. | |||||
2014-03-27 | sync_dbus: use an implemented interface | Simon McVittie | 1 | -7/+26 | |
2014-03-27 | GabbleMucFactory: find IM channels by asking the IM factory, not dbus-glib | Simon McVittie | 4 | -19/+52 | |
2014-03-27 | Replace dbus_g_method_return with g_dbus_method_invocation_return_value | Simon McVittie | 3 | -3/+4 | |
2014-03-27 | Use g_dbus_method_invocation_return_gerror | Simon McVittie | 17 | -61/+61 | |
Automated: git grep -lz dbus_g_method_return_error | xargs -0 perl -pi -e 's/\bdbus_g_method_return_error\b/g_dbus_method_invocation_return_gerror/g' | |||||
2014-03-27 | Use GDBusMethodInvocation | Simon McVittie | 22 | -66/+66 | |
Automated: git grep -lz DBusGMethodInvocation | xargs -0 perl -pi -e 's/\bDBusGMethodInvocation\b/GDBusMethodInvocation/g' | |||||
2014-03-27 | Sync other tools from telepathy-glib tools branch | Simon McVittie | 2 | -73/+8 | |
2014-03-27 | Sync codegen from telepathy-glib gdbus branch | Simon McVittie | 7 | -775/+734 | |
2014-03-27 | Sync check-coding-style from telepathy-glib next, and compensate for diff | Simon McVittie | 2 | -1/+6 | |
2014-03-26 | Stop trying to use automake-1.11next-tests | Simon McVittie | 1 | -13/+0 | |
2014-03-26 | Install GNOME InstalledTests metadata for any installed tests | Simon McVittie | 1 | -0/+16 | |
2014-03-26 | Sync run-test.sh from telepathy-mission-control next-tests branch | Simon McVittie | 2 | -16/+98 | |
2014-03-26 | Rename gabble-twisted-tests.list to twisted-tests.list | Simon McVittie | 3 | -5/+5 | |
It goes in a Gabble-specific directory anyway, so its name is an unnecessary point of divergence between projects. | |||||
2014-03-26 | Replace GABBLE_TEST_UNINSTALLED with CHECK_TWISTED_UNINSTALLED | Simon McVittie | 2 | -2/+2 | |
2014-03-26 | Replace GABBLE_TEST_SLEEP with CHECK_TWISTED_SLEEP | Simon McVittie | 2 | -2/+2 | |
2014-03-26 | Remove GABBLE_TWISTED_PATH, use G_TEST_SRCDIR | Simon McVittie | 2 | -8/+2 | |
2014-03-26 | tests: work in terms of G_TEST_SRCDIR, G_TEST_BUILDDIR and ${twistedtestsdir} | Simon McVittie | 2 | -24/+26 | |
GLib already has a convention that G_TEST_SRCDIR, G_TEST_BUILDDIR are set to @abs_srcdir@, @abs_builddir@. Let's use it. That makes it much simpler to use a substitution variable whose value is .../tests/twisted rather than .../tests, so do that too. As a side benefit, this removes a variable whose name is Gabble-specific. | |||||
2014-03-19 | nano version | Simon McVittie | 1 | -1/+1 | |
2014-03-19 | 0.99.8 | Simon McVittie | 1 | -3/+3 | |
2014-03-19 | Merge branch 'master' into next | Simon McVittie | 2 | -0/+5 | |
Conflicts: configure.ac | |||||
2014-03-19 | Merge branch 'telepathy-gabble-0.18' | Simon McVittie | 0 | -0/+0 | |
2014-03-19 | Update Wocky | Simon McVittie | 1 | -0/+0 | |
- jingle-content: reset idle ID in its callback - data-form: reformat <code> blocks so recent gtk-doc can cope | |||||
2014-03-19 | Update Wocky | Simon McVittie | 1 | -0/+0 | |
* data-form: reformat <code> blocks so recent gtk-doc can cope * jingle-content: reset idle ID in its callback | |||||
2014-03-19 | plugin-loader: clear GError after g_dir_open fails | Will Thompson | 1 | -2/+3 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66085 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2014-03-18 | tp_message_peek() has been removed | Guillaume Desmottes | 1 | -8/+12 | |
2014-02-28 | tp_asv_to_vardict() now returns a floating ref | Guillaume Desmottes | 2 | -2/+3 | |
2014-02-26 | Bump telepathy-glib version to 0.23.2 | Xavier Claessens | 1 | -1/+1 | |
It is needed for the TpBaseConnection:account-path-suffix property. | |||||
2014-02-21 | tp_base_connection_disconnect_with_dbus_error now takes a GVariant | Guillaume Desmottes | 7 | -20/+15 | |
2014-02-14 | Merge branch 'master' into next-merge | Guillaume Desmottes | 1 | -0/+0 | |
2014-02-14 | wocky: update | Guillaume Desmottes | 1 | -0/+0 | |
2014-02-13 | TpHandleType has been renamed to TpEntityType | Guillaume Desmottes | 56 | -286/+286 | |
2014-02-09 | Protocol: implement the "account-path-suffix" connection parameter | Xavier Claessens | 1 | -0/+5 | |
2014-02-04 | remove Decloak extension | Guillaume Desmottes | 14 | -580/+0 | |
It's not used by Call1 and is not XMPP spec compliant. | |||||
2014-01-29 | constants: update with DTMF API change | Guillaume Desmottes | 1 | -4/+1 | |
2014-01-29 | new TpChannelManager API | Guillaume Desmottes | 11 | -170/+120 | |
2014-01-29 | update for new spec | Guillaume Desmottes | 42 | -265/+160 | |
- NewChannels -> NewChannel - RequestableChannelClasses is now in Connection - Call. add InitialTones property | |||||
2014-01-29 | depends on tp-glib 0.99.7 | Guillaume Desmottes | 1 | -1/+1 | |