Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [chat] expose this property in EmpathyChat | Danielle Madeley | 2011-05-05 | 1 | -0/+2 |
| | |||||
* | Change empathy_chat_get_name() from const char * -> char * | Danielle Madeley | 2011-05-05 | 1 | -1/+1 |
| | | | | | | | Change the name to empathy_chat_dup_name() to reflect this change. Note to reviewer: I think I've updated all the callers, but this is the commit to check carefully for new leaks :) | ||||
* | Add sms-channel property to empathy-chat | Danielle Madeley | 2011-05-05 | 1 | -0/+2 |
| | |||||
* | Implementation of /PART command for MUCs | Chandni Verma | 2011-02-25 | 1 | -0/+3 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604348 | ||||
* | Remove the composing list | Sjoerd Simons | 2010-12-29 | 1 | -0/+2 |
| | |||||
* | EmpathyChat: use an opaque struct for priv not a void pointer | Sjoerd Simons | 2010-06-20 | 1 | -1/+2 |
| | |||||
* | added a "find" menu item | Thomas Meire | 2010-01-21 | 1 | -0/+1 |
| | |||||
* | empathy-chat: keep count of the number of unread messages | Guillaume Desmottes | 2009-11-27 | 1 | -0/+3 |
| | |||||
* | chat: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Port libempathy-gtk to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Applied Xavier's comments | Gabriel Millaire | 2009-06-18 | 1 | -0/+2 |
| | | | | | | | | Added "show-contacts" property in empathy-chat with default value to preference. Setter function show/hide contact list. When Conv menu is opened in empathy-chat-window, update it with "show-contacts" value. Uses "remote-contact" instead of "empathy_chat_is_room" for that. Call setter function when Show Contacts menu is activated. | ||||
* | [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669) | Luis Menina | 2009-06-14 | 1 | -1/+1 |
| | | | | | | Allows to compile with G_DISABLE_SINGLE_INCLUDES, GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES. This prepares for the GNOME 3.0 transition. | ||||
* | empathy-chat: fix coding style and update FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | Port EmpathyChat to new API. | Xavier Claessens | 2009-04-22 | 1 | -1/+0 |
| | |||||
* | Add a menu item in chat window to set the room as favorite | Xavier Claessens | 2008-08-30 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=1401 | ||||
* | Keep a priv pointer in the object struct instead of using ↵ | Xavier Claessens | 2008-05-06 | 1 | -1/+1 |
| | | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082 | ||||
* | Do not give a struct as a parameter by value. (Alban Crequy). | Xavier Claessens | 2008-04-25 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=1047 | ||||
* | Setup contact submenu in chat window. | Xavier Claessens | 2008-04-25 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=1045 | ||||
* | Always set urgency hint on p2p chat windows when receiving a message. | Xavier Claessens | 2008-04-18 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=962 | ||||
* | Update copyright year in .h too, it was done in .c only. | Xavier Claessens | 2008-04-15 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=946 | ||||
* | Various fixes for chats | Xavier Claessens | 2008-04-14 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=938 | ||||
* | Fix build errors EmpathyChatWindow, port to new API. | Xavier Claessens | 2008-04-02 | 1 | -3/+1 |
| | | | | svn path=/trunk/; revision=846 | ||||
* | Add a tooltip property on EmpathyChat | Xavier Claessens | 2008-04-02 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=845 | ||||
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -40/+22 |
| | | | | svn path=/trunk/; revision=840 | ||||
* | Remove unimplementer and not used API | Xavier Claessens | 2008-04-02 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=837 | ||||
* | Add empathy_chat_new and don't use empathy_group/private_* in empathy.c | Xavier Claessens | 2008-04-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=836 | ||||
* | Remove vtable and add info as properties. Reorder empathy-chat.c to not ↵ | Xavier Claessens | 2008-04-02 | 1 | -13/+1 |
| | | | | | | declare func on top. svn path=/trunk/; revision=835 | ||||
* | Remove empathy_chat_present from header, it's not implemented anymore | Xavier Claessens | 2008-03-16 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=800 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -5/+0 |
| | | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789 | ||||
* | Block events messages when the chat is connecting to a new Text channel. ↵ | Xavier Claessens | 2008-02-16 | 1 | -0/+1 |
| | | | | | | Fixes bug #507515 and #516198. svn path=/trunk/; revision=641 | ||||
* | Cleanup chat objects API and request a new Text channel if account gets | Xavier Claessens | 2007-12-03 | 1 | -40/+37 |
| | | | | | | | | | | | | | | | | | | | | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-group-chat.h: * libempathy-gtk/empathy-private-chat.c: * libempathy-gtk/empathy-private-chat.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * python/pyempathy/pyempathy.defs: * python/pyempathygtk/pyempathygtk.defs: * src/empathy-chat-chandler.c: Cleanup chat objects API and request a new Text channel if account gets reconnected. svn path=/trunk/; revision=461 | ||||
* | Add nick completion for MUCs. Fixes bug #453418. | Xavier Claessens | 2007-11-22 | 1 | -6/+8 |
| | | | | | | | | | | | | 2007-11-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: Add nick completion for MUCs. Fixes bug #453418. svn path=/trunk/; revision=441 | ||||
* | Rename all filenames starting with "gossip" by "empathy", change namespace | Xavier Claessens | 2007-06-22 | 1 | -0/+123 |
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170 |