aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add empathy_init(), empathy_gtk_init() and empathy_gtk_init_with_args(). ↵xclaesse2008-12-121-6/+0
| | | | | | They have to be called by any process using libempathy. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1966 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Don't forget to install empathy-import-dialog.gladexclaesse2008-12-011-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1939 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move the ft manager to src/ other programs do not need it.xclaesse2008-11-221-0/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1884 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Split pidgin import code into its own module. It makes easier to add other ↵xclaesse2008-10-171-0/+1
| | | | | | import modules for other programs. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1644 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)xclaesse2008-10-171-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1593 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Use alphabetical order in makefilexclaesse2008-10-171-12/+12
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1592 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Remove empathy-accounts binary, it is replaced by empathy --accountsxclaesse2008-08-021-6/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1283 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move the event manager to src/xclaesse2008-07-151-2/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1253 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Moved empathy-accounts-dialog from libempathy-gtk to src. (Jonny Lamb)xclaesse2008-07-151-3/+7
| | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1234 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵xclaesse2008-05-091-1/+0
| | | | | | parts are now in EmpathyStatusIcon git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1093 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add man page for empathy and empathy-accounts. Fixes bug #529552 (Simon ↵xclaesse2008-04-231-0/+4
| | | | | | McVittie). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@1035 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move tube chandler to EmpathyFilterxclaesse2008-04-201-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@988 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Build empathy-tubes-chandlerxclaesse2008-04-201-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@975 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Drop Chandler and Filter, do not use MC for dispatching channels, do it ourself.xclaesse2008-04-201-29/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@967 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add missing glade filexclaesse2008-04-041-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@868 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Install glade files that got moved to src/xclaesse2008-03-151-1/+11
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@796 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move modules that make no sense to be used in other applicaton from ↵xclaesse2008-03-141-5/+15
| | | | | | libempathy-gtk/ to src/ git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@789 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Move chat chandler into the same process than contact listxclaesse2008-03-141-6/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@788 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Do not run multiple instances of empathy. Fixes bug #501805 (Marco Barisione).xclaesse2008-03-091-1/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@711 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Fix typo in var name and don't link empathy-call-chandler on ↵xclaesse2008-02-261-1/+0
| | | | | | libemp-extensions.la anymore. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@666 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Make use of generated code for using stream engine.xclaesse2008-02-261-0/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@664 4ee84921-47dd-4033-b63a-18d7a039a3e4
* Add a program to show chat logsxclaesse2008-01-201-1/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@584 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-12-05 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-12-051-0/+2
| | | | | | | | | * libempathy-gtk/empathy-contact-list-view.c: * src/Makefile.am: Ship empathy-call.chandler as extra_dist if not compiled with VoIP support. Fixes bug #501486. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@466 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-11-15 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-151-10/+10
| | | | | | | | | * src/Makefile.am: Do not build voip chandler if building without voip support. Fixes bug #496861. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@438 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-11-11 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-111-1/+4
| | | | | | | | | | | | | * libempathy-gtk/empathy-chat.c: * src/empathy-call-chandler.c: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: * src/empathy.c: * src/Makefile.am: Move chats to its own process. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@429 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-11-07 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-11-081-2/+3
| | | | | | | | | * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: Install empathy-call-chandler to $libexecdir. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@426 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-10-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-status-icon.glade: * libempathy-gtk/empathy-group-chat.glade: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-images.h: * src/empathy.c: * src/Makefile.am: * configure.ac: * data/jabber.profile: * data/salut.profile: * data/msn.profile: * data/gtalk.profile: * data/irc.profile: * data/22x22: * data/32x32: * data/24x24: * data/16x16: * data/48x48: * data/scalable: * data/Makefile.am: * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons to the right directory. Fixes bug #470418 (Michael Monreal). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@404 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-09-29 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-291-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@339 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-09-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-09-281-6/+5
| | | | | | | | | | | | * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: * src/Makefile.am: * libempathy/empathy-tp-group.c: * libempathy/Makefile.am: Ported from VOIP branch. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@335 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-30 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref. * src/empathy.c: If we get a chatroom we have to create an EmpathyTpChatroom object. * src/Makefile.am: Fix build system, programs links to libempathy-gtk and libempathy. * configure.ac: libempathy does not depends on libgnome-vfs. * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-chat.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * libempathy/empathy-filter.c: * libempathy/empathy-filter.h: * libempathy/empathy-filter.xml: * libempathy/Makefile.am: Filter incoming text channels and make status icon flash when there we receive a new message. Dispatch the channel only when we get a message and the user click on the icon. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@175 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-14 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-141-14/+4
| | | | | | | | | | | | | | | | | | * src/org.gnome.Empathy.Chat.service.in: * src/empathy-accounts.c: * src/empathy-accounts-main.c: * src/empathy-chat-main.c: * src/empathy.c: * src/Makefile.am: * src/empathy-main.c: * libempathy/gossip-chatroom-manager.c: * autogen.sh: Empathy is no more splitted into 2 processes. It makes debugging more difficult when emmpathy-chat crashes. It's also more optimised like that since contact objects can be shared. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@154 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-03 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-041-20/+4
| | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/gossip-ui-utils.c * libempathy-gtk/gossip-accounts-dialog.c * libempathy-gtk/Makefile.am * src/empathy-accounts-main.c * src/empathy-chat-main.c * src/Makefile.am * src/empathy-main.c * libempathy/gossip-utils.c * libempathy/Makefile.am * src/empathy-filter.h * src/empathy-filter-plugin.c * src/empathy-filter.xml * src/empathy-filter.c * libempathy/gossip-paths.c * libempathy/gossip-paths.h: Remove unused code. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@120 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-14 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-141-2/+5
| | | | | | | | | | | | | | | * src/empathy-chat-main.c: * src/Makefile.am: * src/empathy-main.c: * po/POTFILES.in * po/LINGUAS: * TODO: Setting up i18n support. * po/Makefile.in.in: Removed, it's generated at build time. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@62 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-141-6/+1
| | | | | | | | | | * src/Makefile.am: * src/empathy-contact-list-main.c: Removing empathy-contact-list program, it's useless. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@55 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Improve build system]xclaesse2007-05-091-13/+22
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@36 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ many changes]xclaesse2007-05-091-21/+25
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@35 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Cleanup build system and add MC plugin]xclaesse2007-05-061-19/+23
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@29 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Remove EmpathySession and move all programs into src/]xclaesse2007-05-031-13/+44
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@28 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Autostart]xclaesse2007-05-031-1/+4
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@27 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Replace the launcher by the main program with tray icon]xclaesse2007-05-021-0/+20
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@25 4ee84921-47dd-4033-b63a-18d7a039a3e4