aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Do not install schemas in distcheckxclaesse2008-04-211-2/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1017 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add build system for help manualxclaesse2008-04-201-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@997 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Import tools from telepathy-glib 0.7.3 and build a static libemp-extensions.la.xclaesse2008-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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@663 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Include m4 files and autogen.sh in tarballsxclaesse2008-01-181-0/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@575 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Revert "merge git work"xclaesse2007-12-291-9/+4
| | | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@519 4ee84921-47dd-4033-b63a-18d7a039a3e4
* merge git workxclaesse2007-12-291-4/+9
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@518 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove useless m4/Makefile.am and add ChangeLog to distcleanfiles. make ↵xclaesse2007-12-291-0/+1
| | | | | | distckeck works again git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@515 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Generate ChangeLog from git logxclaesse2007-12-291-9/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@504 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Do not merge ChangeLog and ChangeLog.oldxclaesse2007-12-181-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@486 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Prepare for releasexclaesse2007-12-181-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@485 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Generate ChangeLog from svn commits. Copy generator from epiphanyxclaesse2007-12-131-3/+15
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@474 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-11-15 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-161-1/+1
| | | | | | | | | | | | * 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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@439 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-09-21 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-211-0/+4
| | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@304 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-09-21 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-211-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@303 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-08-19 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-201-0/+4
| | | | | | | | | | | | | | | | | | | * 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). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@264 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@190 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-12 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-131-1/+1
| | | | | | | | | | * configure.ac: * doc/*: * Makefile.am: Adding initial API documentation using gtk-doc. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@182 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]xclaesse2007-05-081-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@32 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]xclaesse2007-05-031-1/+5
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@28 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ distcheck now works]xclaesse2007-05-021-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@26 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]xclaesse2007-05-021-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@25 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ initial import]xclaesse2007-04-261-0/+24
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2 4ee84921-47dd-4033-b63a-18d7a039a3e4