Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-25 | Prepare version 0.12.5telepathy-glib-0.12.5 | Simon McVittie | 2 | -5/+9 | |
2010-11-25 | tp_account_channel_request_get_property: use the right GValue setter | Simon McVittie | 1 | -1/+1 | |
2010-11-17 | Nano version | Simon McVittie | 2 | -1/+6 | |
2010-11-17 | Prepare 0.12.4telepathy-glib-0.12.4 | Simon McVittie | 2 | -4/+6 | |
2010-11-16 | NEWS so far | Simon McVittie | 1 | -1/+7 | |
2010-11-15 | fd.o #31581: tp_group_mixin_remove_members_with_reason: don't edit a const array | Simon McVittie | 1 | -3/+4 | |
The compiler didn't pick this up because g_array_index involves a cast to (TpHandle *), so it returns a non-const lvalue, even for const arrays. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-11-08 | Force the namespace "TelepathyGLib" for the g-i bindings. | Travis Reitter | 2 | -1/+5 | |
Fixes fdo#31473. | |||||
2010-11-03 | Nano version | Simon McVittie | 2 | -1/+6 | |
2010-11-03 | Prepare version 0.12.3telepathy-glib-0.12.3 | Simon McVittie | 2 | -4/+12 | |
2010-11-03 | Merge remote branch 'cassidy/account-crash-31321' into telepathy-glib-0.12 | Simon McVittie | 1 | -3/+5 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2010-11-02 | tp_account_manager_ensure_account: ref the manager while preparing the ↵ | Guillaume Desmottes | 1 | -3/+5 | |
account (#31321) | |||||
2010-11-01 | Merge branch '012-windows' into telepathy-glib-0.12 | Simon McVittie | 1 | -9/+9 | |
Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Thomas Flueeli <tflueeli@gmail.com> | |||||
2010-10-29 | TpBaseClient: varargs_helper: allocate @features on the stack, not the heap | Simon McVittie | 1 | -8/+7 | |
Based on a patch from Thomas Flueeli, who points out that this doesn't work in MSVC 9. | |||||
2010-10-29 | Use G_VA_COPY instead of va_copy, which is C99 but not available everywhere | Simon McVittie | 1 | -1/+2 | |
Thomas Flueeli points out that in particular, MSVC 9 doesn't have it. | |||||
2010-10-26 | Nano version | Simon McVittie | 2 | -1/+6 | |
2010-10-26 | Prepare version 0.12.2telepathy-glib-0.12.2 | Simon McVittie | 2 | -5/+16 | |
2010-10-25 | Merge branch '012-build' into telepathy-glib-0.12 | Simon McVittie | 11 | -118/+178 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2010-10-25 | fd.o #30730: order tests' and examples' CFLAGS and LIBS consistently | Simon McVittie | 10 | -116/+176 | |
- first, things from this source tree, to make sure we don't use an outdated system-wide-installed copy instead - then, things lowest in the stack, ..., things highest in the stack This is essentially the same as danni's patch for #30791, but applied more widely. Also, correctly use CPPFLAGS instead of CFLAGS for -I, -D etc. which are common to C, C++ or anything else that invokes the preprocessor. | |||||
2010-10-25 | Swap order of LIBS for building gtk-doc so that uninstalled libtp-glib is used | Danielle Madeley | 1 | -2/+2 | |
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=30791 | |||||
2010-10-21 | base-client: don't leak features | Guillaume Desmottes | 1 | -0/+4 | |
2010-10-18 | Merge branch '012-messages' into telepathy-glib-0.12 | Simon McVittie | 3 | -4/+6 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> | |||||
2010-10-18 | Messages example: advertise and test a non-trivial delivery reporting ↵ | Simon McVittie | 2 | -3/+5 | |
support flag It's true, too: every time we fail to deliver a message (i.e. never), we emit a delivery report :-) | |||||
2010-10-18 | fd.o #30949: tp_message_mixin_get_dbus_property: fix DeliveryReportingSupport | Simon McVittie | 1 | -1/+1 | |
Previously, we'd always say it was 0 due to a typo in the method. | |||||
2010-10-15 | Nano version | Simon McVittie | 2 | -1/+6 | |
2010-10-15 | Prepare version 0.12.1telepathy-glib-0.12.1 | Simon McVittie | 2 | -14/+27 | |
2010-10-15 | DBusPropertiesMixin: Improve undefined interface message | Will Thompson | 1 | -1/+2 | |
I constantly forget to do this, and it takes me ages to figure out what I'm doing wrong. Typically I faff around checking the codegen stuff, make clean and rebuild a few times, grep for what's done for other interfaces, and then finally remember. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-10-15 | telepathy.am: fix typo in mailing list name | Simon McVittie | 1 | -1/+1 | |
2010-10-15 | telepathy.am: consider *+ to be a non-release, for Mission Control | Simon McVittie | 1 | -2/+2 | |
2010-10-15 | .gitignore: ignore release-mail | Simon McVittie | 1 | -0/+1 | |
2010-10-15 | Automate the release process. | Will Thompson | 3 | -4/+107 | |
This was originally 8bf825940c834b44e7c7ceb17b26b30e5ff96aba in Gabble. The idea is that you smoke-test the release, then just run % make maintainer-make-release which generates the tarball, the signature, the signed tag, and the release mail, uploads the release to telepathy.freedesktop.org, and then reminds you of the remaining steps (nano version bump, pushing to upstream, and sending the mail). If you want to do all the local bits, but not send anything, just run: % make maintainer-prepare-release then do whatever you want to do with the tarball etc. If you think it's ready, run: % make maintainer-upload-release | |||||
2010-10-13 | message-mixin: add DeliveryReportingSupport to the list of props | Guillaume Desmottes | 2 | -2/+9 | |
2010-10-13 | Merge branch '012-pedantic' into telepathy-glib-0.12 | Simon McVittie | 23 | -26/+24 | |
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2010-10-06 | TpMessage: don't bitfield a gboolean | Simon McVittie | 1 | -1/+1 | |
Single-bit bitfields need to be an unsigned type to avoid overflow. In this case there's no point in using a bitfield at all, though. | |||||
2010-10-06 | Remove redundant trailing semicolons from G_DEFINE_TYPE etc. | Simon McVittie | 21 | -24/+22 | |
ISO C forbids them, and they're an easy thing to get rid of. | |||||
2010-10-06 | fd.o #30644: don't 'return' a void expression from a void function | Simon McVittie | 1 | -1/+1 | |
This isn't allowed by C99, but gcc accepts it as an extension and doesn't seem to offer a way to warn about it. | |||||
2010-10-01 | capabilities: check that the self pointer is actually a TpCapabilities | Guillaume Desmottes | 1 | -1/+3 | |
2010-09-28 | Protocol: Log error message when filters reject parameters | Will Thompson | 1 | -2/+6 | |
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2010-09-20 | Nano version for stable branch | Simon McVittie | 2 | -2/+7 | |
2010-09-20 | Prepare version 0.12.0telepathy-glib-0.12.0 | Simon McVittie | 2 | -6/+44 | |
2010-09-20 | Alter generation of version.xml to work when building out-of-tree | Simon McVittie | 4 | -5/+9 | |
It's in the srcdir, because that's how gtk-doc works... | |||||
2010-09-20 | Mention the optional Vala dependency in README | Simon McVittie | 1 | -0/+1 | |
2010-09-20 | Upload documentation to the 0.12.x location | Simon McVittie | 2 | -1/+3 | |
To be reverted on master after releasing 0.12.0. | |||||
2010-09-20 | Include the telepathy-glib version, and a link to the website, in the docs | Simon McVittie | 4 | -3/+14 | |
Also mention "API" rather prominently, since searching Google for "telepathy-glib api" doesn't currently find this documentation. | |||||
2010-09-20 | Require Vala 0.10.0 for the Vala bindings | Simon McVittie | 1 | -1/+1 | |
It's the only version that the libfolks developers have verified to work properly, so it's safest to depend on it. | |||||
2010-09-20 | configure.ac: if g-i is older than 0.9.6, disallow Vala bindings | Simon McVittie | 1 | -0/+4 | |
libfolks is the only major consumer of our Vala bindings for this release cycle, and it needs g-i 0.9.6. Since most of the g-i usage is during our build, I think we're better off having it fail early, rather than producing Vala bindings that turn out not to work. | |||||
2010-09-20 | Don't check documentation completeness in this (soon to be) stable branch | Simon McVittie | 1 | -3/+5 | |
2010-09-15 | Nano version | Simon McVittie | 2 | -1/+6 | |
2010-09-15 | Disable warnings about deprecated functions for stable branchtelepathy-glib-0.11.16 | Simon McVittie | 1 | -1/+2 | |
Since this is (about to be) a stable branch, we're unlikely to fix uses of deprecated functions, so we shouldn't warn about them. (To be reverted in master after branching) | |||||
2010-09-15 | Direct bug reports to 0.12 version since we're about to branch it | Simon McVittie | 1 | -1/+1 | |
2010-09-15 | Include missing svc-tls section in documentation | Simon McVittie | 1 | -0/+1 | |