Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chat-window: expose the individual mgr as a property | Guillaume Desmottes | 2012-10-03 | 1 | -0/+3 |
| | |||||
* | empathy_chat_window_present_chat: return the window presenting the chat | Guillaume Desmottes | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -1/+1 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | chat-window: use self->priv pattern | Guillaume Desmottes | 2012-07-11 | 1 | -1/+2 |
| | |||||
* | chat-window: port to new coding styles | Guillaume Desmottes | 2012-07-11 | 1 | -21/+38 |
| | |||||
* | Include SMSChannel property in empathy_chat_window_find_chat() | Danielle Madeley | 2011-05-05 | 1 | -1/+2 |
| | | | | | | | | | | The approach in https://bugzilla.gnome.org/show_bug.cgi?id=644085 was wrong because channel paths can change across reconnects. This would cause new chat windows to be created when they were rerequested. A more future-proof solution would be to keep a white/black list of comparable properties, but I think this is overengineering the problem for the time being. Instead we'll just include the SMSChannel property in the comparison. | ||||
* | chat-window: most of the functions can be static | Guillaume Desmottes | 2010-09-29 | 1 | -17/+1 |
| | |||||
* | pass timestamp to empathy_chat_window_present_chat | Guillaume Desmottes | 2010-04-25 | 1 | -1/+2 |
| | |||||
* | change empathy_chat_window_get_nb_rooms to get_chats_type | Guillaume Desmottes | 2009-12-08 | 1 | -1/+3 |
| | | | | | That way we can implement the semantic we meant to. Muc and 1-1 chat are handled the same way. | ||||
* | empathy_chat_window_get_default: rename room_filter to room | Guillaume Desmottes | 2009-12-08 | 1 | -1/+1 |
| | |||||
* | add empathy_chat_window_get_nb_rooms | Guillaume Desmottes | 2009-12-08 | 1 | -0/+1 |
| | |||||
* | Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes ↵ | Abner Silva | 2009-12-08 | 1 | -1/+1 |
| | | | | #588812) | ||||
* | chat-window: port to new tp-glib account API | Jonny Lamb | 2009-10-24 | 1 | -2/+3 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Port the main of empathy to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 1 | -2/+2 |
| | |||||
* | [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-window: update the FSF address | Guillaume Desmottes | 2009-05-18 | 1 | -2/+2 |
| | |||||
* | empathy-chat-window: remove trailing spaces | Guillaume Desmottes | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | 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 | ||||
* | Fix build errors EmpathyChatWindow, port to new API. | Xavier Claessens | 2008-04-02 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=846 | ||||
* | Fix load/save chat geometry | Xavier Claessens | 2008-04-02 | 1 | -10/+0 |
| | | | | svn path=/trunk/; revision=844 | ||||
* | Rework EmpathyChat's API, it is now a subclass of GtkBin. | Xavier Claessens | 2008-04-02 | 1 | -0/+12 |
| | | | | svn path=/trunk/; revision=840 | ||||
* | Move modules that make no sense to be used in other applicaton from ↵ | Xavier Claessens | 2008-03-14 | 1 | -0/+76 |
libempathy-gtk/ to src/ svn path=/trunk/; revision=789 |