Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-04 | Don't use sealed struct memberstrivia-54119 | Simon McVittie | 21 | -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-04 | Require telepathy-glib 0.20, and forbid functions deprecated in that version | Simon McVittie | 3 | -3/+5 | |
2013-01-04 | Be single-include-compliant | Simon McVittie | 59 | -152/+88 | |
2013-01-04 | Include config.h and our corresponding header first in every source file | Simon McVittie | 73 | -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-04 | Fix test by importing a missing function | Simon McVittie | 1 | -0/+1 | |
2013-01-04 | Don't skip the send-file-ipv6 test if Python is new enough to have the bugfix | Simon McVittie | 1 | -3/+10 | |
2013-01-04 | Clean all generated files, fixing distcheck | Simon McVittie | 1 | -2/+14 | |
2013-01-04 | Use GLib generic marshallers in Gibber, too | Simon McVittie | 11 | -57/+10 | |
2013-01-04 | Remove more inclusions of signals-marshal.h | Simon McVittie | 3 | -3/+0 | |
2013-01-04 | Use AS_IF, AS_CASE instead of if/fi and case/esac | Simon McVittie | 1 | -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-04 | Avoid a variable name that looks as though it ought to be for Automake | Simon McVittie | 1 | -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-04 | Update coding style check stuff from telepathy-glib | Simon McVittie | 3 | -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-04 | Update doc-generator from telepathy-glib master | Simon McVittie | 3 | -48/+493 | |
This adds more checks, so add Connection_Status to all.xml, and specifically allow references to interfaces from telepathy-spec. | |||||
2013-01-04 | Update make-release-mail from telepathy-glib master | Simon McVittie | 1 | -2/+11 | |
2013-01-04 | Update glib-gtypes-generator from telepathy-glib master | Simon McVittie | 1 | -79/+153 | |
2013-01-04 | Update glib-client-marshaller-gen from telepathy-glib master | Simon McVittie | 1 | -9/+10 | |
2013-01-04 | Update libglibcodegen from telepathy-glib master, and add libtpcodegen | Simon McVittie | 8 | -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-04 | tools: update the mtime-transferring hack from telepathy-glib master | Simon McVittie | 1 | -6/+6 | |
This version is more reliable in out-of-tree builds. | |||||
2013-01-04 | tools/telepathy.am: update from telepathy-glib master | Simon McVittie | 1 | -6/+17 | |
This adds support for out-of-tree releases, and parallel-built releases. | |||||
2013-01-04 | Fix the build with --enable-olpc by removing unused variables | Simon McVittie | 1 | -5/+0 | |
Yet another instance of "things that aren't tested don't work"... | |||||
2013-01-04 | Use GLib generic marshallers; stop generating our own marshallers | Simon McVittie | 12 | -67/+10 | |
2012-11-16 | Revert "Disable deprecation warnings for the stable branch"HEADmaster | Will Thompson | 1 | -2/+1 | |
This reverts commit 18aa2dc53316a85be7f23d46190b44cb090d2c7f. This isn't the stable branch. | |||||
2012-11-16 | Merge branch 'telepathy-salut-0.8' | Will Thompson | 3 | -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-16 | Bump nano-version to 0.8.1.1 | Will Thompson | 1 | -1/+1 | |
2012-11-16 | Version 0.8.1 | Will Thompson | 1 | -2/+2 | |
2012-11-16 | NEWS for 0.8.1 | Will Thompson | 1 | -1/+8 | |
2012-11-16 | Update Wocky snapshot to fix iChat interop. | Will Thompson | 1 | -0/+0 | |
https://bugs.freedesktop.org/show_bug.cgi?id=51527 | |||||
2012-11-16 | Disable deprecation warnings for the stable branch | Will Thompson | 1 | -1/+2 | |
2012-11-16 | NEWS for the patches I did not revert | Will Thompson | 1 | -1/+8 | |
2012-11-16 | Revert "Use TP_ERROR instead of long-deprecated TP_ERRORS" | Will Thompson | 22 | -150/+150 | |
This reverts commit cd23b9a835033f837fe266b6eff18df64c41f8c8. | |||||
2012-11-16 | Revert "Use non-deprecated TpIntset APIs" | Will Thompson | 3 | -34/+31 | |
This reverts commit 9ef6d455d1ea4f48bfe300a1b3c5a89061edc81d. | |||||
2012-11-16 | Revert "Use non-deprecated TpMessage APIs" | Will Thompson | 1 | -10/+9 | |
This reverts commit 5c54074f0490f4b5f6b31ecd8f5df011ca32af83. | |||||
2012-11-16 | Revert "Set G_MESSAGES_DEBUG during testing" | Will Thompson | 1 | -2/+0 | |
This reverts commit b6c32f8840ec4598885108f89d58a5a74ee04af8. | |||||
2012-11-16 | Revert "Remove deprecated tp_handle_ref/unref" | Will Thompson | 10 | -1/+115 | |
This reverts commit c452d94fabbdf31c85963c81df3d5d566148f968. | |||||
2012-11-16 | Revert "Update Wocky snapshot" | Will Thompson | 1 | -0/+0 | |
This reverts commit caa206879f23ab24beacdda77e10ab972faff6e4. | |||||
2012-11-16 | Revert "NEWS for the patches I just backported" | Will Thompson | 1 | -14/+1 | |
This reverts commit 0eef9ba8a5a68854be43e655a6d3d9e667d648ca. | |||||
2012-11-16 | Revert "Use telepathy-glib's versioned deprecation warnings." | Will Thompson | 46 | -67/+7 | |
This reverts commit a73b0c13faaab99927c44bebac7088d5c24ba6ea. | |||||
2012-11-16 | Use telepathy-glib's versioned deprecation warnings. | Will Thompson | 46 | -7/+67 | |
2012-11-16 | NEWS for the patches I just backported | Will Thompson | 1 | -1/+14 | |
2012-11-16 | Update Wocky snapshot | Will Thompson | 1 | -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-16 | Don't crash when closing a roomlist channel. | Will Thompson | 2 | -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-16 | tubes: don't use an uninitialized tube_id. | Will Thompson | 1 | -3/+8 | |
gcc rightly points out that tube_id may be uninitialized if extract_tube_information() returns false. | |||||
2012-11-16 | Remove deprecated tp_handle_ref/unref | Xavier Claessens | 10 | -115/+1 | |
2012-11-16 | Set G_MESSAGES_DEBUG during testing | Simon McVittie | 1 | -0/+2 | |
The same as Gabble commit cbfa9d06. | |||||
2012-11-16 | Use non-deprecated TpMessage APIs | Simon McVittie | 1 | -9/+10 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | |||||
2012-11-16 | Use non-deprecated TpIntset APIs | Simon McVittie | 3 | -31/+34 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | |||||
2012-11-16 | Use TP_ERROR instead of long-deprecated TP_ERRORS | Simon McVittie | 22 | -150/+150 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49594 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> | |||||
2012-11-16 | contact-manager: safely return if called after having cleaned up | Jonny Lamb | 1 | -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-12 | Update Wocky snapshot | Will Thompson | 1 | -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-28 | NEWS: updated | Jonny Lamb | 1 | -1/+9 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |