summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: remove COPYING.LGPL from EXTRA_DISTMarco Barisione2013-08-221-1/+0
|
* Makefile.am: we don't use scroll keeperMarco Barisione2013-08-201-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Makefile.am: don't generate a ChangeLog, it's not useful for a submoduleMarco Barisione2013-08-201-25/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Remove Empathy files we don't need any moreMarco Barisione2013-08-201-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Makefile.am: don't compile code not related to tpawMarco Barisione2013-08-201-25/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* tp-account-widgets: Move account widgets code in the tp-account-widgets subdirEmanuele Aina2013-08-201-2/+3
| | | | | | | Start moving the account widgets code in a subdir before fully isolating it and stubbing it out in a submodule. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Add skeleton of an MC plugin to import Ubuntu Online AccountsXavier Claessens2012-07-231-1/+6
|
* Revert "DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-av"Guillaume Desmottes2012-05-021-1/+0
| | | | | | This reverts commit bd55c7dec76d6c95d294ee60da616b7fe51d181a. https://bugzilla.gnome.org/show_bug.cgi?id=675296
* DISTCHECK_CONFIGURE_FLAGS add --enable-empathy-avGuillaume Desmottes2012-04-061-0/+1
| | | | | | Make sure we'll ship empathy-av files in the tarball https://bugzilla.gnome.org/show_bug.cgi?id=673593
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-1/+1
|
* Initial work on a GNOME Online Accounts Mission Control pluginDanielle Madeley2011-09-061-1/+6
|
* build: Update autotools config a bitJavier Jardón2011-08-171-1/+1
| | | | | Replace deprecated autoconf macros Use new libtool syntax
* Build an empathy-call binary when we have Call supportEmilio Pozuelo Monfort2011-06-081-1/+1
| | | | | | Conflicts: src/Makefile.am
* Makefile.am fixesDanielle Madeley2010-06-071-3/+8
|
* add COPYING-DOCS, COPYING.LGPL and COPYING.SHARE-ALIKE to EXTRA_DIST so they ↵Guillaume Desmottes2010-03-151-5/+9
| | | | | | are shipped in tarballs Also sort EXTRA_DIST.
* remove --enable-gtk-doc from DISTCHECK_CONFIGURE_FLAGS as we drop gtk-docGuillaume Desmottes2009-11-131-2/+1
|
* No need to check for the 'check' framework any moreGuillaume Desmottes2009-11-031-5/+1
|
* Stop building gtk-doc documentation. Closes bug #599087Jonny Lamb2009-10-201-1/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Merge branch 'slatez-applets'Jonny Lamb2009-10-201-8/+0
|\ | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Remove the panel applets. (Closes bug #599042)Jonny Lamb2009-10-201-8/+0
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | Remove python bindings. (Closes bug #599039)Jonny Lamb2009-10-201-4/+0
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add nautilus-sendto pluginBastien Nocera2009-09-241-0/+4
| | | | | | As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075
* Bump version to future 2.27 releasesXavier Claessens2009-05-181-1/+1
|
* Update Makefile.am to generate changelog since 2.26.1Xavier Claessens2009-05-181-1/+1
|
* Add shave support to build process.Jonny Lamb2009-04-241-1/+1
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Steal GTK+'s way of generating ChangeLog from git logsXavier Claessens2009-04-131-5/+18
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2825
* Use "git log" instead of "git-log"Xavier Claessens2009-02-161-1/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2502
* Remove intltool-* from Makefile.am to make it work with newer intltool.Xavier Claessens2008-08-041-11/+2
| | | | svn path=/trunk/; revision=1301
* Do not install schemas in distcheckXavier Claessens2008-04-201-2/+3
| | | | svn path=/trunk/; revision=1017
* Add build system for help manualXavier Claessens2008-04-191-1/+1
| | | | svn path=/trunk/; revision=997
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.Xavier Claessens2008-02-261-1/+1
| | | | | | | | | | | | Link that library into libempathy (it's not actually used for anything at this point). Extensions currently built: ChannelHandler and StreamEngine. The namespacing convention used is emp_*, Emp*, EMP_* so it won't be included in the library ABI. svn path=/trunk/; revision=663
* Include m4 files and autogen.sh in tarballsXavier Claessens2008-01-181-0/+3
| | | | svn path=/trunk/; revision=575
* Revert "merge git work"Xavier Claessens2007-12-291-9/+4
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-4/+9
| | | | svn path=/trunk/; revision=518
* Remove useless m4/Makefile.am and add ChangeLog to distcleanfiles. make ↵Xavier Claessens2007-12-291-0/+1
| | | | | | distckeck works again svn path=/trunk/; revision=515
* Generate ChangeLog from git logXavier Claessens2007-12-291-9/+3
| | | | svn path=/trunk/; revision=504
* Do not merge ChangeLog and ChangeLog.oldXavier Claessens2007-12-171-2/+2
| | | | svn path=/trunk/; revision=486
* Prepare for releaseXavier Claessens2007-12-171-1/+1
| | | | svn path=/trunk/; revision=485
* Generate ChangeLog from svn commits. Copy generator from epiphanyXavier Claessens2007-12-121-3/+15
| | | | svn path=/trunk/; revision=474
* Remove doc directory and replace it with a better gtk-doc in docs. MoreXavier Claessens2007-11-151-1/+1
| | | | | | | | | | | | | 2007-11-15 Xavier Claessens <xclaesse@gmail.com> * docs/*: * doc/*: * configure.ac: * Makefile.am: Remove doc directory and replace it with a better gtk-doc in docs. More files are auto-generated, we have less files on SVN. svn path=/trunk/; revision=439
* Fix warnings when finalizing.Xavier Claessens2007-09-211-0/+4
| | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304
* Fix ref count error for account objects.Xavier Claessens2007-09-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for account objects. * libempathy/empathy-contact-manager.c: Disconnect signals from MissionControl object when finalising the contact manager. * configure.ac: * megaphone/src/megaphone-applet.c: * megaphone/src/Makefile.am: * megaphone/src/megaphone-applet.h: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: * megaphone/data/Makefile.am: * megaphone/data/GNOME_Megaphone_Applet.server.in.in: * megaphone/data/GNOME_Megaphone_Applet.xml: * megaphone/Makefile.am: * nothere/src/nothere-applet.c: * nothere/src/Makefile.am: * nothere/src/nothere-applet.h: * nothere/data/Makefile.am: * nothere/data/GNOME_NotHere_Applet.server.in.in: * nothere/data/GNOME_NotHere_Applet.xml: * nothere/Makefile.am: * Makefile.am: * po/POTFILES.in: * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug #464954 (Raphael Slinckx, Xavier Claessens). svn path=/trunk/; revision=303
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-191-0/+4
| | | | | | | | | | | | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/pyempathy.defs: * python/pyempathy/pyempathymodule.c: * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: * python/pyempathygtk/Makefile.am: * python/pyempathygtk/pyempathygtkmodule.c: * python/Makefile.am: * libempathy/empathy-time.h: * configure.ac: * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon). svn path=/trunk/; revision=264
* Initial room list support. It does not works yet.Xavier Claessens2007-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-20 Xavier Claessens <xclaesse@gmail.com> * libempathy/Makefile.am: * libempathy/empathy-tp-roomlist.h: * libempathy/empathy-tp-roomlist.c: * libempathy-gtk/empathy-chatrooms-window.c: * libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list support. It does not works yet. * libempathy-gtk/empathy-account-widget-generic.c: Add support for all types of integer and float. Fixes bug #457740 (Jamey Hicks). * libempathy/empathy-tp-chat.c: * libempathy-gtk/empathy-chat.c: If there is an error sending a message, show an error message to the user. * libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should be unrefed after mc_account_get_profile. * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-chatroom.c: * libempathy/empathy-tp-group.h: * libempathy/empathy-tp-group.c: * src/empathy.c: Rename empathy_get_channel_id() to empathy_inspect_channel(). We now have empathy_inspect_handle(). * po/POTFILES.in: * libempathy/empathy-tp-contact-list.c: Set all contacts from salut protocol to the "Local Network" group. * libempathy/empathy-idle.c: Fix NetworkManager support. * libempathy/empathy-chatroom.h: Fix indentation. * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: - Iconify main window to the status icon like in rhythmbox. Fixes bug #458106 (Jaap A. Haitsma). - Rounded avatars. Fixes bug #457992 (Raphael Slinckx) * Makefile.am: Fix distcheck for gtkdoc (Vincent Untz) * data/empathy.desktop.in.in: Change application description (Jaap A. Haitsma). svn path=/trunk/; revision=190
* Adding initial API documentation using gtk-doc.Xavier Claessens2007-07-121-1/+1
| | | | | | | | | | | 2007-07-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/*: * Makefile.am: Adding initial API documentation using gtk-doc. svn path=/trunk/; revision=182
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]Xavier Claessens2007-05-071-1/+1
| | | | svn path=/trunk/; revision=32
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]Xavier Claessens2007-05-031-1/+5
| | | | svn path=/trunk/; revision=28
* [darcs-to-svn @ distcheck now works]Xavier Claessens2007-05-021-1/+1
| | | | svn path=/trunk/; revision=26
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]Xavier Claessens2007-05-021-1/+1
| | | | svn path=/trunk/; revision=25
* [darcs-to-svn @ initial import]Xavier Claessens2007-04-251-0/+24
svn path=/trunk/; revision=2