summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04Don't use sealed struct memberstrivia-54119Simon McVittie21-122/+173
This exposes a bug in the tests: several tests assumed that tubes' Interfaces would always come out in the same order, but the new APIs we're using break that assumption. Fix that too.
2013-01-04Require telepathy-glib 0.20, and forbid functions deprecated in that versionSimon McVittie3-3/+5
2013-01-04Be single-include-compliantSimon McVittie59-152/+88
2013-01-04Include config.h and our corresponding header first in every source fileSimon McVittie73-75/+142
Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
2013-01-04Fix test by importing a missing functionSimon McVittie1-0/+1
2013-01-04Don't skip the send-file-ipv6 test if Python is new enough to have the bugfixSimon McVittie1-3/+10
2013-01-04Clean all generated files, fixing distcheckSimon McVittie1-2/+14
2013-01-04Use GLib generic marshallers in Gibber, tooSimon McVittie11-57/+10
2013-01-04Remove more inclusions of signals-marshal.hSimon McVittie3-3/+0
2013-01-04Use AS_IF, AS_CASE instead of if/fi and case/esacSimon McVittie1-68/+55
It only rarely matters, but when it does, it's really confusing. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54119
2013-01-04Avoid a variable name that looks as though it ought to be for AutomakeSimon McVittie1-2/+2
Automake warns if a variable ends with LDFLAGS but has no corresponding Automake object. There is no libsalut-plugins-android.la, so it will warn about this one; just use a different variable for the Android build.
2013-01-04Update coding style check stuff from telepathy-glibSimon McVittie3-30/+24
This removes --enable-coding-style-checks in favour of the more general --enable-fatal-warnings, which also controls use of -Werror (although for -Werror it can be overridden with --enable-Werror).
2013-01-04Update doc-generator from telepathy-glib masterSimon McVittie3-48/+493
This adds more checks, so add Connection_Status to all.xml, and specifically allow references to interfaces from telepathy-spec.
2013-01-04Update make-release-mail from telepathy-glib masterSimon McVittie1-2/+11
2013-01-04Update glib-gtypes-generator from telepathy-glib masterSimon McVittie1-79/+153
2013-01-04Update glib-client-marshaller-gen from telepathy-glib masterSimon McVittie1-9/+10
2013-01-04Update libglibcodegen from telepathy-glib master, and add libtpcodegenSimon McVittie8-306/+532
This requires the imports in glib-ginterface-gen to be updated too. Sync the entire file. It no longer needs signals-marshal.h to be generated, so drop that. This also introduces more strict checks for extension interfaces, so sync the OLPC interfaces from Gabble master, and add Room_Handle to the list of external types in all.xml.
2013-01-04tools: update the mtime-transferring hack from telepathy-glib masterSimon McVittie1-6/+6
This version is more reliable in out-of-tree builds.
2013-01-04tools/telepathy.am: update from telepathy-glib masterSimon McVittie1-6/+17
This adds support for out-of-tree releases, and parallel-built releases.
2013-01-04Fix the build with --enable-olpc by removing unused variablesSimon McVittie1-5/+0
Yet another instance of "things that aren't tested don't work"...
2013-01-04Use GLib generic marshallers; stop generating our own marshallersSimon McVittie12-67/+10
2012-11-16Revert "Disable deprecation warnings for the stable branch"HEADmasterWill Thompson1-2/+1
This reverts commit 18aa2dc53316a85be7f23d46190b44cb090d2c7f. This isn't the stable branch.
2012-11-16Merge branch 'telepathy-salut-0.8'Will Thompson3-1/+15
This updates the Wocky snapshot to include the stanza namespace fixes. They don't seem to cause any problems. Conflicts: NEWS configure.ac lib/ext/wocky src/tubes-channel.c
2012-11-16Bump nano-version to 0.8.1.1Will Thompson1-1/+1
2012-11-16Version 0.8.1Will Thompson1-2/+2
2012-11-16NEWS for 0.8.1Will Thompson1-1/+8
2012-11-16Update Wocky snapshot to fix iChat interop.Will Thompson1-0/+0
https://bugs.freedesktop.org/show_bug.cgi?id=51527
2012-11-16Disable deprecation warnings for the stable branchWill Thompson1-1/+2
2012-11-16NEWS for the patches I did not revertWill Thompson1-1/+8
2012-11-16Revert "Use TP_ERROR instead of long-deprecated TP_ERRORS"Will Thompson22-150/+150
This reverts commit cd23b9a835033f837fe266b6eff18df64c41f8c8.
2012-11-16Revert "Use non-deprecated TpIntset APIs"Will Thompson3-34/+31
This reverts commit 9ef6d455d1ea4f48bfe300a1b3c5a89061edc81d.
2012-11-16Revert "Use non-deprecated TpMessage APIs"Will Thompson1-10/+9
This reverts commit 5c54074f0490f4b5f6b31ecd8f5df011ca32af83.
2012-11-16Revert "Set G_MESSAGES_DEBUG during testing"Will Thompson1-2/+0
This reverts commit b6c32f8840ec4598885108f89d58a5a74ee04af8.
2012-11-16Revert "Remove deprecated tp_handle_ref/unref"Will Thompson10-1/+115
This reverts commit c452d94fabbdf31c85963c81df3d5d566148f968.
2012-11-16Revert "Update Wocky snapshot"Will Thompson1-0/+0
This reverts commit caa206879f23ab24beacdda77e10ab972faff6e4.
2012-11-16Revert "NEWS for the patches I just backported"Will Thompson1-14/+1
This reverts commit 0eef9ba8a5a68854be43e655a6d3d9e667d648ca.
2012-11-16Revert "Use telepathy-glib's versioned deprecation warnings."Will Thompson46-67/+7
This reverts commit a73b0c13faaab99927c44bebac7088d5c24ba6ea.
2012-11-16Use telepathy-glib's versioned deprecation warnings.Will Thompson46-7/+67
2012-11-16NEWS for the patches I just backportedWill Thompson1-1/+14
2012-11-16Update Wocky snapshotWill Thompson1-0/+0
There are no particularly significant changes, but this pulls in the fix for https://bugs.freedesktop.org/show_bug.cgi?id=37701 among other things.
2012-11-16Don't crash when closing a roomlist channel.Will Thompson2-11/+16
TpBaseChannel requires that the 'close' vfunc be implemented, even if the implementation is literally tp_base_channel_destroyed() because there is no clean-up to do. As a result, Empathy pre-emptively requesting a roomlist channel when you open the Join Room… dialog would crash Salut when you close that dialog.
2012-11-16tubes: don't use an uninitialized tube_id.Will Thompson1-3/+8
gcc rightly points out that tube_id may be uninitialized if extract_tube_information() returns false.
2012-11-16Remove deprecated tp_handle_ref/unrefXavier Claessens10-115/+1
2012-11-16Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
The same as Gabble commit cbfa9d06.
2012-11-16Use non-deprecated TpMessage APIsSimon McVittie1-9/+10
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16Use non-deprecated TpIntset APIsSimon McVittie3-31/+34
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie22-150/+150
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
2012-11-16contact-manager: safely return if called after having cleaned upJonny Lamb1-6/+10
The OLPC activity manager's removed-service callback was looking up a contact after the contact manager had cleaned up (but not disposed) which was causing an assertion. The activity manager should arguably disconnect from said signals... Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-11-12Update Wocky snapshotWill Thompson1-0/+0
There are no particularly significant changes, but this pulls in the fix for https://bugs.freedesktop.org/show_bug.cgi?id=37701 among other things.
2012-08-28NEWS: updatedJonny Lamb1-1/+9
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>