aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debugger.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | | 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
* Fix localization of --help outputs and application namesGabor Kelemen2012-05-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675246
* stop using g_thread_initGuillaume Desmottes2012-04-051-1/+0
| | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* empathy-debugger: rely on gtk_application_add_window() to manage the main loopGuillaume Desmottes2011-10-261-3/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=662504
* empathy-debugger: add a command line option to show a serviceEmilio Pozuelo Monfort2011-08-041-1/+49
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655884
* 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.
* init GTK+ before empathy-gtkGuillaume Desmottes2010-11-091-0/+1
|
* empathy-debugger: use the proper exit statusTravis Reitter2010-10-301-2/+4
|
* Properly handle remote instances of the debugger.Travis Reitter2010-10-301-7/+21
| | | | Helps bgo#632912.
* Port the debugger to new G/tkApplication.Travis Reitter2010-10-221-2/+5
| | | | Helps bgo#632846.
* empathy-debugger: use GtkApplication (#621339)Guillaume Desmottes2010-10-181-2/+7
|
* empathy-debugger: set text domainGuillaume Desmottes2010-03-231-0/+1
| | | | If we don't set it the debugger is not translated.
* empathy-debugger: set "Empathy Debugger" as application nameGuillaume Desmottes2010-03-151-1/+1
| | | | It's more friendly to translators.
* Separate the debug window into its own process.Mike Ruprecht2010-03-151-0/+50