| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685899
|
|
|
|
|
|
| |
Reorder some inclusions and remove a few blank lines.
https://bugzilla.gnome.org/show_bug.cgi?id=697076
|
|
|
|
|
|
|
|
| |
Directly add the libempathy, libempathy-gtk and extensions directories
to the include search path. This decouples header inclusions from their
location and helps when reorganizing the source files layout.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
This makes a bit more obvious which headers come from public libraries
and which ones come from uninstalled utility libraries.
https://bugzilla.gnome.org/show_bug.cgi?id=696950
|
|
|
|
|
|
|
| |
With the help of the script posted at http://stackoverflow.com/a/7135530
and some manual fixes, drop the unused or redundant #include directives.
https://bugzilla.gnome.org/show_bug.cgi?id=696718
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=679255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Travis noticed that if you receive a message in which you are not
mentioned after one in which you are, the highlight on the chat tab is
cleared. This turned out to be because the text of the chat tab label
was set in two different places in empathy-chat-window.c: one which
takes should_highlight into account, and one which does not.
This patch makes EmpathyChat keep track of whether it should be
highlighted (reusing empathy_chat_messages_read(), which is called to
acknowledge messages as having been seen by the user, to clear the
flag), and then uses that from one of the label-updating code paths and
deletes the other.
https://bugzilla.gnome.org/show_bug.cgi?id=669823
|
|
|
|
| |
This allows us to get rid of the size_allocate method.
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
|\
| |
| |
| | |
'glassrose/moving-part-functionality-to-empathy-chat-window-643295'
|
| |
| |
| |
| |
| |
| | |
be caught in src/empathy-chat-window.c
Fixes linking issues: https://bugzilla.gnome.org/show_bug.cgi?id=643295
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
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 :)
|
|/ |
|
|
|
|
| |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=604348
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
svn path=/trunk/; revision=1401
|
|
|
|
|
|
| |
G_TYPE_INSTANCE_GET_PRIVATE all the time.
svn path=/trunk/; revision=1082
|
|
|
|
| |
svn path=/trunk/; revision=1047
|
|
|
|
| |
svn path=/trunk/; revision=1045
|
|
|
|
| |
svn path=/trunk/; revision=962
|
|
|
|
| |
svn path=/trunk/; revision=946
|
|
|
|
| |
svn path=/trunk/; revision=938
|
|
|
|
| |
svn path=/trunk/; revision=846
|
|
|
|
| |
svn path=/trunk/; revision=845
|
|
|
|
| |
svn path=/trunk/; revision=840
|
|
|
|
| |
svn path=/trunk/; revision=837
|
|
|
|
| |
svn path=/trunk/; revision=836
|
|
|
|
|
|
| |
declare func on top.
svn path=/trunk/; revision=835
|
|
|
|
| |
svn path=/trunk/; revision=800
|
|
|
|
|
|
| |
libempathy-gtk/ to src/
svn path=/trunk/; revision=789
|
|
|
|
|
|
| |
Fixes bug #507515 and #516198.
svn path=/trunk/; revision=641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|