aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat-window.h
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-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 patternGuillaume Desmottes2012-07-111-1/+2
|
* chat-window: port to new coding stylesGuillaume Desmottes2012-07-111-21/+38
|
* Include SMSChannel property in empathy_chat_window_find_chat()Danielle Madeley2011-05-051-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 staticGuillaume Desmottes2010-09-291-17/+1
|
* pass timestamp to empathy_chat_window_present_chatGuillaume Desmottes2010-04-251-1/+2
|
* change empathy_chat_window_get_nb_rooms to get_chats_typeGuillaume Desmottes2009-12-081-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 roomGuillaume Desmottes2009-12-081-1/+1
|
* add empathy_chat_window_get_nb_roomsGuillaume Desmottes2009-12-081-0/+1
|
* Grouping all 1-to-1 chats in one window and MUC's in another one. (Fixes ↵Abner Silva2009-12-081-1/+1
| | | | #588812)
* chat-window: port to new tp-glib account APIJonny Lamb2009-10-241-2/+3
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-2/+2
|
* [Goal] Clean up GLib and GTK+ includes in empathy (Fixes #585669)Luis Menina2009-06-141-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 addressGuillaume Desmottes2009-05-181-2/+2
|
* empathy-chat-window: remove trailing spacesGuillaume Desmottes2009-05-151-1/+1
|
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-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 Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Fix build errors EmpathyChatWindow, port to new API.Xavier Claessens2008-04-021-0/+1
| | | | svn path=/trunk/; revision=846
* Fix load/save chat geometryXavier Claessens2008-04-021-10/+0
| | | | svn path=/trunk/; revision=844
* Rework EmpathyChat's API, it is now a subclass of GtkBin.Xavier Claessens2008-04-021-0/+12
| | | | svn path=/trunk/; revision=840
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-0/+76
libempathy-gtk/ to src/ svn path=/trunk/; revision=789