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