aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat.c
Commit message (Collapse)AuthorAgeFilesLines
* EmpathyChat: pass platform-data when activatingMarco Trevisan (Treviño)2013-04-051-2/+4
| | | | This can be done by not initializing gtk before that the application will do it.
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-5/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
| | | | | | | | 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
* Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
| | | | | | | 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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+0
| | | | | | | 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
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* empathy-chat: load and register the JavaScript resourceDebarshi Ray2013-01-211-0/+8
| | | | Fixes: https://bugzilla.gnome.org/639877
* move the individual mgr reference to empathy-chat-windowGuillaume Desmottes2012-10-031-14/+0
| | | | | | The chat window is the one actually using the manager so it makes sense to move it there. It's a singleton so the same instance will be shared between windows anyway.
* document when/how Folks is used in empathy-chatGuillaume Desmottes2012-09-281-1/+8
|
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+0
| | | | | 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.
* Fix localization of --help outputs and application namesGabor Kelemen2012-05-031-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246
* stop using g_thread_initGuillaume Desmottes2012-04-051-3/+0
| | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* empathy-chat: keep the individual manager alive as a cacheGuillaume Desmottes2012-02-151-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=669676
* empathy-chat: track chat displayed instead of channels being handled (#649273)Guillaume Desmottes2011-05-031-3/+3
|
* empathy-chat: ensure that the theme manager stay aliveGuillaume Desmottes2011-02-181-0/+7
|
* set 'Empathy' as program class in all binariesGuillaume Desmottes2011-02-161-0/+2
| | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick.
* rename EmpathyIdle to EmpathyPresenceManager (#640532)Guillaume Desmottes2011-01-251-4/+4
| | | | It's doing more than idle management now.
* Initialize libnotify properly to prevent crashesSjoerd Simons2010-11-281-0/+6
| | | | | | If libnotify isn't initialized properly the app_name won't be set, causing it to eventually pass NULL for a string value to GVariant. Which nicely results in a SEGV.
* empathy-chat: register the Handler when the app is activatedGuillaume Desmottes2010-11-231-9/+15
| | | | This avoid to raise warnings when the app is launched a second time.
* empathy-chat: don't use G_APPLICATION_IS_SERVICEGuillaume Desmottes2010-11-231-1/+1
| | | | It breaks EMPATHY_PERSIST (#635592). It's already done this way in empathy-av.
* empathy-chat: use the proper exit statusTravis Reitter2010-10-301-2/+3
|
* Make the chat program not exit after 60 seconds.Travis Reitter2010-10-301-42/+17
| | | | | | | We were mis-handling the GApplication holds, which let it time-out, even if a chat window was open. Helps bgo#632912.
* coding style fixGuillaume Desmottes2010-10-251-8/+11
|
* Create 'empathy-chat' handling text channels (#631946)Guillaume Desmottes2010-10-251-0/+174