aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-28 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-301-1/+4
| | | | | | | | | | | | | | | | * libempathy-gtk/empathy-account-widget-generic.c: * libempathy-gtk/empathy-account-widget-generic.h: Align param names on the left. * libempathy-gtk/empathy-accounts-dialog.glade: * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe the selected account. Fixes bug #459169. * configure.ac: Set Collabora Ltd. in the Copyright. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@212 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-26 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-271-1/+1
| | | | | | | | * configure.ac: Bump version to 0.10 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@203 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-26 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-261-0/+18
| | | | | | | | | | | * libempathy-gtk/Makefile.am: * libempathy/Makefile.am: * configure.ac: Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@200 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-12 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-131-3/+3
| | | | | | | | | | | | | * libempathy-gtk/Makefile.am: Fix missing header for EmpathyAccountWidgetMSN. * configure.ac: Fix useless "\". * autogen.sh: run gtkdocize if needed. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@183 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-12 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-131-0/+5
| | | | | | | | | | * 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
* 2007-06-30 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-011-1/+1
| | | | | | | | | * configure.ac: Bump MC version required to 4.27. * TODO: Updated. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@176 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-30 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-22 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-231-0/+2
| | | | | | | | | | | | | * libempathy-gtk/libempathy-gtk.pc.in: * libempathy-gtk/Makefile.am: * libempathy/libempathy.pc.in: * libempathy/Makefile.am: * configure.ac: Install libempathy and libempathy-gtk and make their API public. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@172 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-21 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-221-1/+1
| | | | | | | | * configure.ac: Bump version to 0.9 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@168 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-10 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-101-8/+46
| | | | | | | | | | | | | | | | * libempathy-gtk/gossip-spell-dialog.glade: * libempathy-gtk/gossip-spell-dialog.c: * libempathy-gtk/gossip-spell-dialog.h: * libempathy-gtk/gossip-chat.c: * libempathy-gtk/Makefile.am: * configure.ac: Adding spellcheck support. * libempathy-gtk/gossip-spell.c: * libempathy/gossip-conf.c: Remove useless debug messages. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@144 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-09 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-101-1/+1
| | | | | | | | | | | | | | | | * configure.ac: Bump version to 0.8 * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription property. * data/gtalk.profile: * data/jabber.profile: * data/msn.profile: Add VCardField and VCardDefault to profiles for eds-sync support. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@139 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-02 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-021-3/+5
| | | | | | | | | | * libempathy-gtk/gossip-ui-utils.c: * libempathy-gtk/gossip-ui-utils.h: * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeui dependency (Ross Burton). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@112 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-021-0/+1
| | | | | | | | | | | | | | * libempathy-gtk/gossip-chatrooms-window.c: * libempathy-gtk/gossip-chat-window.c: * libempathy/gossip-chatroom.c: * libempathy/gossip-chatroom-manager.c: * configure.ac: Monitor changes on chatrooms.xml file and relead it when it's modified. connect chatroom-added/removed in some places where needed. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@111 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-01 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-021-1/+1
| | | | | | | | * configure.ac: Bump version to 0.7 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@110 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-05-25 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-251-1/+1
| | | | | | | | * configure.ac: Bump version to 0.6 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@97 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-05-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-201-1/+1
| | | | | | | | * configure.ac: Bump version to 0.5 git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@82 4ee84921-47dd-4033-b63a-18d7a039a3e4
* import po files from gossipxclaesse2007-05-161-3/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@69 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-15 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-161-2/+6
| | | | | | | | | | | | | * configure.ac: * data/empathy.desktop.in: * data/Makefile.am: * data/empathy.desktop.in.in: * po/POTFILES.in: Set bugzilla information in desktop file and add it to POTFILES.in git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@68 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-14 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | * src/empathy-chat-main.c: * src/empathy-main.c: * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy.png: * data/48x48: * data/48x48/Makefile.am: * data/48x48/empathy.png: * data/32x32/Makefile.am: * data/32x32/empathy.png: * data/16x16/empathy.png: * data/16x16/Makefile.am: * data/scalable/empathy.svg: * data/scalable/Makefile.am: * data/Makefile.am: Add empathy icon stolen from cohoba. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@63 4ee84921-47dd-4033-b63a-18d7a039a3e4
* bump version to 0.4xclaesse2007-05-141-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@60 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 0.3 releasexclaesse2007-05-141-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@58 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-131-1/+1
| | | | | | | | * configure.ac: Change version from 0.3darcs to 0.3svn git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@54 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ adding protocol icons]xclaesse2007-05-131-0/+3
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@51 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ fix including of mcd-*.h files]xclaesse2007-05-081-1/+1
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@34 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]xclaesse2007-05-081-2/+2
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@32 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Cleanup build system and add MC plugin]xclaesse2007-05-061-11/+33
| | | | 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-4/+1
| | | | 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/+0
| | | | 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-0/+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/+75
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2 4ee84921-47dd-4033-b63a-18d7a039a3e4