summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-12-01glib: don't hard-code tools directory pathHEADmasterJonny Lamb6-69/+64
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-12-01glib: don't hard-code spec pathJonny Lamb35-160/+216
Go m4! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-30qt4: (semi-)remove the spec directoryJonny Lamb132-34575/+88
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-30glib: remove spec directoryJonny Lamb143-37007/+90
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-30Merge remote-tracking branch 'yell/testing'Jonny Lamb86-0/+17344
2011-11-30Merge remote-tracking branch 'spec/testing'Jonny Lamb146-0/+47475
2011-11-30Merge remote-tracking branch 'salut/testing'Jonny Lamb312-0/+77996
2011-11-30Merge remote-tracking branch 'qt4/testing'Jonny Lamb859-0/+163935
2011-11-30Merge remote-tracking branch 'mission-control/testing'Jonny Lamb319-0/+78194
2011-11-30Merge remote-tracking branch 'farstream/testing'Jonny Lamb114-0/+27395
2011-11-30Merge remote-tracking branch 'logger/testing'Jonny Lamb185-0/+30917
2011-11-30Merge remote-tracking branch 'glib/testing'Jonny Lamb788-0/+232884
2011-11-28Merge branch 'telepathy-glib-0.16'Danielle Madeley1-1/+1
2011-11-28Remove ; that should not beDanielle Madeley1-1/+1
2011-11-28set nano flagGuillaume Desmottes1-1/+1
2011-11-28Version 0.17.3Guillaume Desmottes5-7/+19
2011-11-28Merge branch 'telepathy-glib-0.16'Guillaume Desmottes1-0/+9
Conflicts: NEWS configure.ac
2011-11-28set nano flagGuillaume Desmottes1-1/+1
2011-11-28prepare 0.16.3Guillaume Desmottes2-3/+17
2011-11-28tests/dbus/connection-balance: use tp_tests_proxy_run_until_prepared()Guillaume Desmottes1-36/+3
2011-11-28Add tp_connection_can_set_contact_alias()Guillaume Desmottes8-0/+309
https://bugs.freedesktop.org/show_bug.cgi?id=28037
2011-11-24Fail on missing gobject-instrospection makefileNicolas Dufresne1-1/+3
On Debian the gobject-introspection build tools and the .pc are shipped into seperate packages without dependency, which is a packaging bug. To make this bug more obvious, we now fail if the makefile in /usr/share/ is missing. https://bugs.freedesktop.org/show_bug.cgi?id=43200
2011-11-24Post release version bumpNicolas Dufresne1-1/+1
2011-11-24Conn.I.Addressing: replace DRAFT with a version number.Will Thompson1-1/+3
This makes it possible to undraft the interface without breaking everyone.
2011-11-24MediaDescription::reject() takes reason in arg instead of returning itXavier Claessens1-1/+1
2011-11-23Bump nano-versionWill Thompson2-1/+17
2011-11-23Makefile: fix out-of-tree maintainer-upload-releaseWill Thompson1-1/+1
Historically, gtk-doc cleverly put the docs into the srcdir, not the builddir. This is fixed these days, so we need to update this rule accordingly.
2011-11-23Version 0.17.2Will Thompson5-8/+20
2011-11-23docs: refer to the renamed NormalizedContactURIWill Thompson1-5/+5
2011-11-23NEWS for 0.17.2Will Thompson1-1/+22
I genuinely laughed out loud when I saw the line removed by this patch.
2011-11-23Update the rest of the spec to 0.25.1Will Thompson7-20/+63
2011-11-23Merge remote-tracking branch 'andrunko/protocol-addressing'Will Thompson9-80/+486
2011-11-23Merge remote-tracking branch 'jonny/misc'Will Thompson11-31/+34
2011-11-23Makefile: make gir file depend on .la fileWill Thompson1-0/+1
As of 7728cd8d, this dependency wasn't explicitly stated, so parallel make either blew up or introspected the .la file left around from a previous run.
2011-11-23Tell GI to skip tp_svc_interface_get_dbus_properties_infoWill Thompson1-1/+1
The DBus properties mixin is unusable from introspected code at the moment.
2011-11-23Bump nano-versionWill Thompson1-1/+1
2011-11-23Version 0.25.1Will Thompson1-1/+1
2011-11-23Set UNRELEASEDs to 0.25.1Will Thompson3-5/+7
2011-11-23NEWS for 0.25.1Will Thompson1-1/+20
2011-11-23docs: many misc fixupsJonny Lamb11-31/+34
We still have multiple gtk-doc warnings which are much harder to fix, such as things like this in the spec: "see bug #26417" html/telepathy-glib-channel-text.html:1538: warning: no link for: '26417:CAPS' -> (<span class="type">26417</span>). and the change I made to the code generator in c0b13f7ccc26e78. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-22Fix missing capabilities.h and caps-channel-manager.hAlban Crequy1-0/+2
The problem was introduced by this commit: |commit 587da15932d178ad289e81b039dcabb4e90984c5 |Author: Jonny Lamb <jonny.lamb@collabora.co.uk> |Date: Thu Sep 1 14:19:52 2011 +0100 | | gabble: add capabilities.h and caps-channel-manager.h as public API | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2011-11-21Support building for Android, modified from an original patch by Derek ForemanAlvaro Soliverez8-3/+110
https://bugs.freedesktop.org/show_bug.cgi?id=42508
2011-11-21Support building for AndroidDerek Foreman3-0/+54
https://bugs.freedesktop.org/show_bug.cgi?id=42447
2011-11-21Build on systems without gettextAlvaro Soliverez16-17/+0
Modified from an original patch by Derek Foreman https://bugs.freedesktop.org/show_bug.cgi?id=42508
2011-11-21Support building for AndroidAlvaro Soliverez4-1/+45
This adds a missing explicit dependency on GIO, and adds build targets for Androgenizer. Modified from an original patch by Derek Foreman. https://bugs.freedesktop.org/show_bug.cgi?id=42523
2011-11-21Support building on AndroidAlvaro Soliverez9-19/+133
This patch makes it possible to use installed versions of Wocky and Yell, rather than submodules; adds a missing explicit dependency on gio; and adds Androgenizer build targets. Modified from an original patch by Derek Foreman. https://bugs.freedesktop.org/show_bug.cgi?id=42446
2011-11-21Update Conn.Interface.Addressing from tp-spec.Andre Moreira Magalhaes (andrunko)1-51/+38
2011-11-21Update Proto.I.Addressing from tp-spec.Andre Moreira Magalhaes (andrunko)3-24/+59
2011-11-21Support building for Android.Alvaro Soliverez9-13/+124
This adds an autogen.sh and configure flag, --disable-submodules, to disable fetching the Wocky submodule (the flag is plural for consistency with other components), adds some missing compiler and linker flags, and adds targets for Androgenizer. Modified from a patch contributed by Derek Foreman. https://bugs.freedesktop.org/show_bug.cgi?id=42515
2011-11-21TpBaseProtocol: Add "Func" Suffix to TpBaseProtocolDupSupportedVCardFields ↵Andre Moreira Magalhaes (andrunko)3-8/+8
and TpBaseProtocolDupSupportedURISchemes.