aboutsummaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-24 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-251-2/+2
| | | | | | | | | | | | | * libempathy-gtk/empathy-new-chatroom-dialog.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-tp-contact-list.c: * data/salut.profile: Salut's protocol name is going to change to local-xmpp. Fixes bug #469638 (Sjoerd Simons) git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@270 4ee84921-47dd-4033-b63a-18d7a039a3e4
* forgot that filexclaesse2007-08-251-0/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@268 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-08-24 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-2515-640/+1643
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy-proto-jabber.svg: * data/22x22/empathy-proto-jabber.png: * data/48x48/Makefile.am: * data/32x32/Makefile.am: * data/32x32/empathy-proto-jabber.svg: * data/32x32/empathy-proto-jabber.png: * data/24x24: * data/24x24/Makefile.am: * data/24x24/empathy-proto-jabber.png: * data/16x16/empathy-proto-jabber.svg: * data/16x16/Makefile.am: * data/16x16/empathy-proto-jabber.png: * data/scalable/empathy-proto-jabber.svg: * data/scalable/Makefile.am: * data/Makefile.am: Change jabber icon. Fixes bug #466377 (Björn Martensen). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@267 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-08-23 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-231-0/+15
| | | | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-account-widget-salut.glade: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: * src/empathy.c: * configure.ac: * data/empathy.schemas.in: Add specialised UI for salut settings. Configure a Salut account first time empathy is started with salut CM installed using gnome-about-me information. Fixes bug #447467 (Cosimo Cecchi, Xavier Claessens). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@266 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-08-12 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-121-1/+1
| | | | | | | | | * data/irc.profile: Removed spaces in the SupportedPresences key to workaround a MC warning SF bug 1772539. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@250 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-08-10 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-08-105-7/+10
| | | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-ui-utils.c: * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi). * data/gtalk.profile: * data/jabber.profile: * data/salut.profile: * data/irc.profile: * data/msn.profile: Updated to use SupportedPresences field. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@243 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-07-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-06-14 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-157-4/+332
| | | | | | | | | | | | | | | | | * libempathy-gtk/empathy-images.h: * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton. * data/22x22/empathy-proto-salut.png: * data/22x22/Makefile.am: * data/16x16/empathy-proto-salut.png: * data/16x16/Makefile.am: * data/scalable/empathy-proto-salut.svg: * data/scalable/Makefile.am: * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal). git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@157 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-13 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/Makefile.am: * libempathy-gtk/gossip-log-window.glade: * libempathy-gtk/gossip-log-window.h: * libempathy-gtk/gossip-log-window.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-log-manager.h: * libempathy-gtk/gossip-chat.c: * libempathy-gtk/empathy-main-window.c: New window for viewing logs. * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when resizing the view. * libempathy-gtk/gossip-contact-list-store.c: Do not set active contacts when creating the store, and when contact groups changed. * src/empathy-main.c: Fix warning when using command-line options. * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing iface before setting the alias of a contact. * TODO: Updated. * data/jabber.profile: Ignore ssl errors by default. This is a security vulnerability but we don't really have the choice. * libempathy/gossip-contact.h: * libempathy/gossip-contact.c: Add a "is-user" property to know if it's our self contact. * libempathy/gossip-message.h: * libempathy/gossip-message.c: Add a "receiver" property like that we have our self contact for nick highlight. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@148 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-06-09 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-06-103-1/+9
| | | | | | | | | | | | | | | | * 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-05-25 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-252-0/+1
| | | | | | | | | | | | | * libempathy-gtk/gossip-group-chat.c: Fix refcounting of GossipGroupChat. * libempathy/empathy-tp-contact-list.c: Add debug message when alias request fails. * data/22x22/empathy-group-message.png: * data/22x22/Makefile.am: Add group message icon. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@94 4ee84921-47dd-4033-b63a-18d7a039a3e4
* wrong file namesxclaesse2007-05-251-0/+0
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@92 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-05-25 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-2512-2/+793
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only for jabber protocol to conference.server. This fixes a warning. * libempathy-gtk/gossip-group-chat.h: * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is a public function. * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-status-icon.glade: Make use of empathy-new-message icon name. * libempathy-gtk/gossip-contact-list-store.c: By default we sort by contacts names. * libempathy-gtk/gossip-chat.c: Do not display composing state if it's our own contact that is composing. * src/empathy-chat-main.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: Make possible to build the id based on the account and the channel's name. For private chats that means the contact's id. * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to chatrooms that is now implemented. We can now Show/Hide contact list for group chats, DnD contact on the window to begin a discussion, join a new chatroom. * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message. * data/22x22/empathy-new-message.png: * data/22x22/empathy-proto-irc.png: * data/22x22/Makefile.am: * data/32x32/empathy-proto-irc.png: * data/32x32/Makefile.am: * data/gtalk.profile: * data/16x16/empathy-new-message: * data/16x16/empathy-message-new.png: * data/16x16/empathy-proto-irc.png: * data/16x16/Makefile.am: * data/scalable/empathy-proto-irc.svg: * data/scalable/Makefile.am: * data/irc.profile: Adding icons for empathy-new-message and IRC protocol. Make use of the irc icon in the irc profile. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@91 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-05-24 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-247-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | * libempathy-gtk/gossip-account-chooser.c: * libempathy-gtk/gossip-new-chatroom-dialog.c: * libempathy-gtk/gossip-account-widget-jabber.c: * libempathy-gtk/gossip-account-chooser.h: * libempathy-gtk/gossip-new-chatroom-dialog.h: * libempathy-gtk/gossip-group-chat.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/gossip-new-chatroom-dialog.glade: * libempathy-gtk/gossip-account-widget-jabber.glade: * libempathy-gtk/Makefile.am: * libempathy/empathy-tp-chatroom.c: * data/gtalk.profile: * data/jabber.profile: * data/salut.profile: * data/Makefile.am: * data/empathy.desktop.in.in: * data/msn.profile: * data/irc.profile: New objects: GossipAccountChooser and GossipNewChatroom, we can now join any chatroom. Adding IRC profile. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@89 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2007-05-20 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-201-3/+3
| | | | | | | | | | * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like that it can directly be sorted. * data/empathy.schemas.in: s/gossip/empathy/ git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@83 4ee84921-47dd-4033-b63a-18d7a039a3e4
* 2006-05-16 Xavier Claessens <xclaesse@gmail.com>xclaesse2007-05-171-1/+1
| | | | | | | | | | | | | * libempathy-gtk/empathy-status-icon.c: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: * libempathy/Makefile.am: * po/POTFILES.in: New object EmpathyIdle to manage autoaway and extended autoaway states. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@70 4ee84921-47dd-4033-b63a-18d7a039a3e4
* import po files from gossipxclaesse2007-05-161-1/+1
| | | | 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-163-13/+19
| | | | | | | | | | | | | * 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-1411-1/+270
| | | | | | | | | | | | | | | | | | | | | * 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
* [darcs-to-svn @ adding protocol icons]xclaesse2007-05-1337-6/+2176
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@51 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Move schemas to data/ and hide main window by default]xclaesse2007-05-132-1/+274
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@49 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Improve build system]xclaesse2007-05-092-2/+19
| | | | git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@36 4ee84921-47dd-4033-b63a-18d7a039a3e4
* [darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]xclaesse2007-05-0824-0/+737
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@32 4ee84921-47dd-4033-b63a-18d7a039a3e4