Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-02 | extensions: fix parallel build | Guillaume Desmottes | 1 | -1/+3 | |
Based on a similar fix from Debarshi Ray: f1ab42c0c5332e47b33ecf905afd7fd6c2a344e8 https://bugzilla.gnome.org/show_bug.cgi?id=688132 | |||||
2012-11-30 | Make parallel builds work | Debarshi Ray | 1 | -1/+11 | |
There is no need to execute glib-ginterface-gen.py twice because it generates both the .c and .h files in one shot. Therefore, merely having one of them (say the .c) depend on the other (say the .h) is enough. Moreover, running it twice breaks parallel builds because one glib-ginterface-gen.py process steps on the other. Based on a suggestion from Ryan Lortie. Fixes: https://bugzilla.gnome.org/688132 | |||||
2012-09-17 | glib-signals-marshal-gen.py is not needed any more | Guillaume Desmottes | 3 | -16/+0 | |
2012-09-17 | sync tools/* with tp-glib master | Guillaume Desmottes | 1 | -2/+1 | |
Fix extensions/Makefile.am to build with the new tools. | |||||
2012-09-17 | include telepathy-glib.h | Guillaume Desmottes | 1 | -1/+1 | |
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | |||||
2012-05-10 | Stop generating Certificate API | Guillaume Desmottes | 3 | -307/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=674318 | |||||
2012-05-10 | Stop generating Debug API | Guillaume Desmottes | 3 | -167/+0 | |
https://bugzilla.gnome.org/show_bug.cgi?id=674182 | |||||
2011-06-10 | add Chat_Manager.xml to EXTRA_DIST | Guillaume Desmottes | 1 | -0/+1 | |
2011-05-18 | chat-manager: pass user action time of DBus to show the closed tab | Jonny Lamb | 1 | -0/+5 | |
This was making undo closing tabs in the background, aww. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2011-05-16 | extensions: add ChatManager extension | Jonny Lamb | 2 | -0/+32 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2011-03-22 | stop generating API for ContactBlocking | Guillaume Desmottes | 3 | -174/+0 | |
2011-03-11 | Add draft Conn.I.ContactBlocking (danni's version) to extensions | Danielle Madeley | 3 | -0/+174 | |
2011-03-03 | Add Chan.I.CredentialsStorage to extensions | Danielle Madeley | 3 | -0/+61 | |
2011-02-24 | Update the Logger dbus API for the new version | Emilio Pozuelo Monfort | 1 | -67/+47 | |
2011-02-01 | Fix distcheck | Emilio Pozuelo Monfort | 1 | -0/+3 | |
2011-02-01 | Update tools from telepathy-glib | Emilio Pozuelo Monfort | 1 | -7/+5 | |
2011-01-13 | Added Connection.Interface.Renaming to /extensions | Chandni Verma | 3 | -0/+100 | |
2010-09-29 | Stop generating Conference API | Guillaume Desmottes | 3 | -637/+0 | |
2010-09-13 | Update Chan.T.ServerTLSConnection and TLSCertificate to spec 0.19.13 | Simon McVittie | 2 | -10/+18 | |
2010-09-13 | Merge remote branch 'cosimoc/tls-multireject' into conference | Simon McVittie | 1 | -92/+85 | |
2010-09-13 | Update the Conference spec to the version from spec 0.19.13 (no code changes) | Simon McVittie | 1 | -5/+5 | |
2010-09-13 | Update Channel.I.Conference to draft 2 (no code changes) | Simon McVittie | 1 | -150/+385 | |
2010-09-13 | Update to new tp-spec draft | Cosimo Cecchi | 1 | -92/+85 | |
2010-08-18 | Add new files to extensions/Makefile.am | Cosimo Cecchi | 1 | -0/+2 | |
2010-08-13 | Update spec snapshot | Cosimo Cecchi | 2 | -161/+173 | |
2010-08-13 | Update to the merged spec. | Cosimo Cecchi | 2 | -43/+159 | |
2010-08-13 | Add tp-spec extensions for TLS auth. | Cosimo Cecchi | 3 | -0/+247 | |
2010-07-07 | Simplify checking of the deps | Guillaume Desmottes | 1 | -1/+1 | |
The empathy/libempathy/libempathy-gtk border is less clear than it used to be so there is not point continuing checking deps separately. | |||||
2010-03-15 | Sync Unix_Timestamp64 definition with the spec | Guillaume Desmottes | 1 | -3/+3 | |
It now has the 'x' type. | |||||
2010-03-15 | Rebase the favourites support upon the telepathy-logger instead of a ↵ | Travis Reitter | 4 | -2/+186 | |
specially-named favourites group. | |||||
2010-01-18 | all.xml: remove unused and redundant external-type | Guillaume Desmottes | 1 | -26/+0 | |
They are either not used anymore or already defined in generic-types.xml | |||||
2010-01-18 | remove Channel_Handler.xml; we don't use it since a while | Guillaume Desmottes | 3 | -64/+0 | |
2010-01-18 | remove Tube_Handler.xml | Guillaume Desmottes | 3 | -59/+0 | |
2010-01-17 | Support silent build rules with automake 1.11 | Javier Jardón | 1 | -16/+14 | |
Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-01-11 | add Channel_Interface_Conference.xml to EXTRA_DIST | Guillaume Desmottes | 1 | -1/+2 | |
2009-12-21 | Include Channel.Interface.Conference draft from tp-spec | Danielle Madeley | 2 | -0/+401 | |
2009-08-17 | remove Location from extensions | Guillaume Desmottes | 3 | -332/+0 | |
2009-08-17 | sync Debug interface with undrafted version in spec (#585844) | Guillaume Desmottes | 1 | -3/+2 | |
2009-06-04 | Merge branch 'debug' | Jonny Lamb | 3 | -1/+169 | |
Conflicts: extensions/Makefile.am extensions/misc.xml po/POTFILES.in Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-06-03 | Updated Debug spec. | Jonny Lamb | 1 | -43/+97 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-05-28 | stop to generate tube new API extensions | Guillaume Desmottes | 5 | -580/+1 | |
2009-05-22 | Rename OfferStreamTube and AcceptStreamTube to Offer and Accept | Arnaud Maillet | 1 | -18/+74 | |
2009-05-07 | Get the telepathy bits generated | Pierre-Luc Beaudoin | 4 | -0/+344 | |
2009-04-24 | Add shave support to build process. | Jonny Lamb | 1 | -12/+14 | |
Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-04-24 | Add Debug interface. | Jonny Lamb | 3 | -1/+115 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-04-17 | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 1 | -0/+2 | |
Passing --enable-maintainer-mode to the configure will disable deprecated symbols | |||||
2009-02-20 | Removed Channel_Type_File_Transfer.xml from extensions. | Jonny Lamb | 3 | -515/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2521 | |||||
2009-02-16 | Upgrade to latest tube draft | Guillaume Desmottes | 3 | -84/+93 | |
From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2485 | |||||
2009-02-03 | Initial port from telepathy-stream-engine to telepathy-farsight | Sjoerd Simons | 3 | -62/+0 | |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2380 | |||||
2009-01-09 | Add extension for new-style DBus tubes | Sjoerd Simons | 4 | -0/+193 | |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2197 |