aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-chat.c
Commit message (Collapse)AuthorAgeFilesLines
* 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