summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-12-02Update wockynextGeorge Kiagiadakis1-0/+0
2016-12-02tests: stop importing twisted.python.util.unsignedID - it is no longer part ↵George Kiagiadakis1-2/+1
of twisted unsignedID was deprecated in twisted 13 and removed later as python's id() function does the same job in python >= 2.5 https://github.com/twisted/twisted/commit/157438f5fa0d2b9608dd60d7a58cadc63df2fe4d
2014-05-16stop calling tp_dbus_properties_mixin_class_init()Guillaume Desmottes5-5/+0
It's been removed.
2014-05-15protocol: get_avatar_details() now returns a booleanGuillaume Desmottes1-1/+3
2014-05-14nano versionSimon McVittie2-1/+6
2014-05-140.99.11telepathy-salut-0.99.11Simon McVittie2-5/+15
2014-05-12Only install tests that work with the mock Avahi for nowSimon McVittie1-1/+3
Running the tests on a real Avahi instance was never particularly reliable, and has bit-rotted since we introduced the mock Avahi.
2014-05-12Install avahimock.py as executableSimon McVittie1-1/+6
2014-05-12Install tests to /usr/lib so we can include the test pluginSimon McVittie4-5/+19
2014-05-12Fix mock-avahi pathsSimon McVittie1-4/+5
2014-05-12Fix installation pathSimon McVittie1-1/+1
2014-05-12Add GNOME InstalledTests metadata for installed testsSimon McVittie3-3/+30
This is a little more complicated than in the other CMs because it does each test once with the mock Avahi, and once with the real one.
2014-05-12Add infrastructure to run installed-tests under the mock AvahiSimon McVittie2-0/+17
2014-05-12Sync run-test.sh with IdleSimon McVittie1-12/+99
2014-05-12Simplify srcdir/builddir locationSimon McVittie2-20/+19
2014-05-12Rename salut-twisted-tests.list to twisted-tests.listSimon McVittie2-3/+3
2014-05-12Rename some Salut-specific variablesSimon McVittie2-10/+4
Remove SALUT_TWISTED_PATH entirely, it is not used.
2014-05-12Add basic support for installed tests, similar to telepathy-idleSimon McVittie4-24/+86
2014-05-07Use Gabble's autogen.shSimon McVittie1-37/+28
2014-04-22Use GVariantDict for fill_contact_attributes()Simon McVittie3-28/+31
2014-04-22Channel managers: don't crash on foreach_channel after disconnectionSimon McVittie3-0/+9
2014-04-22Delay ChannelClosed until internal data structures have been updatedSimon McVittie3-12/+16
2014-04-22Replace TpExportableChannel with TpBaseChannelSimon McVittie7-49/+57
2014-04-22Remove TpDBusPropertiesMixinClass from class structsSimon McVittie12-88/+39
2014-04-22Use new presence mixin APISimon McVittie2-22/+23
2014-04-22Remove explicit interface listsSimon McVittie2-31/+0
2014-04-22SalutConnection: use GDBusObjectSkeleton interface exportSimon McVittie1-0/+28
2014-04-22Adapt for newer TpBaseContactList APISimon McVittie1-4/+0
2014-04-09Adapt for simplified presence mixinSimon McVittie1-69/+8
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77191
2014-04-09Adapt for GVariant-based tp_group_mixin_change_members()Simon McVittie2-12/+14
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77190
2014-04-08Stop using tp_dbus_properties_mixin_iface_init which has been removedSimon McVittie1-2/+0
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77144
2014-04-08Swap "handle type" terminology to "entity type"Simon McVittie10-27/+29
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139
2014-04-08SalutConnection: remove unused struct ChannelRequestSimon McVittie1-11/+0
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77139
2014-04-03Nano versionSimon McVittie2-1/+6
2014-04-030.99.10telepathy-salut-0.99.10Simon McVittie2-10/+20
2014-04-03Adapt for move of tp_g_value_slice_*() to -dbus librarySimon McVittie1-0/+1
2014-04-03Update codegen: include telepathy-glib-dbus.h in generated codeSimon McVittie1-1/+3
2014-04-01Don't use TpDBusDaemonSimon McVittie1-4/+4
2014-03-24sync_dbus: support being called on a CM, tooSimon McVittie1-0/+6
2014-03-24Change sync_dbus to be sensitive to the proxy's object pathSimon McVittie1-7/+20
Using an unimplemented interface isn't enough to act as a "barrier" on a GDBus service. This implementation is copied from my branch for Mission Control; Salut always uses the "it's a Connection" code path.
2014-03-24Sync tools from telepathy-glib nextSimon McVittie4-232/+429
2014-03-24check-node-properties: use dbus_g_type_specialized_init()Simon McVittie2-4/+5
2014-03-24Replace DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie6-21/+21
Excluding tools/ again. Automated: git grep -lz DBusGMethodInvocation | xargs -0 perl -pi -e 's/\bDBusGMethodInvocation\b/GDBusMethodInvocation/g'
2014-03-24Replace dbus_g_method_return_error with g_dbus_method_invocation_return_gerrorSimon McVittie5-33/+33
Excluding glib-ginterface-gen.py. 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-20nano versionSimon McVittie1-1/+1
2014-03-200.99.8telepathy-salut-0.99.8Simon McVittie1-3/+3
2014-03-20Merge branch 'master' into nextSimon McVittie1-0/+0
2014-03-19Update WockyHEADmasterSimon McVittie1-0/+0
- jingle-content: reset idle ID in its callback - data-form: reformat <code> blocks so recent gtk-doc can cope
2014-03-18tp_message_peek() has been removedGuillaume Desmottes1-6/+9
2014-02-21Merge branch 'master' into nextGuillaume Desmottes1-0/+2