aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-debug.c
Commit message (Collapse)AuthorAgeFilesLines
* debug: remove EMPATHY_DEBUG_IRC as it's not needed any moreMarco Barisione2013-08-201-1/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* debug: set tp-account-widgets's debug flagsMarco Barisione2013-08-201-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-1/+0
| | | | | | | | | | | | 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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-9/+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
* include telepathy-glib.hGuillaume Desmottes2012-09-171-3/+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.
* Remove gst dependency from libempathySjoerd Simons2012-08-291-0/+1
| | | | | | | libempathy only used gstreamer api directly from the camera monitor, which simply uses it for its debug infrastructure.. Use the standard empathy debug infrastruction instead so we can drop the gstreamer dependency.
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-1/+1
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* debug: add SASL debug flag and keyJonny Lamb2010-12-011-0/+1
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Add a debug flag for TLSCosimo Cecchi2010-08-131-0/+1
|
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-171-6/+8
|
* add 'voip' debug domainGuillaume Desmottes2009-11-281-0/+1
|
* Add Test debug domainXavier Claessens2009-11-251-0/+1
|
* Add a new DEBUG domain for the mc4 account importerArnaud Maillet2009-08-241-0/+1
|
* empathy-debug: add connectivity debug keyJonny Lamb2009-08-181-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Implement o.fd.Tp.Debug. (Fixes #580631)Jonny Lamb2009-06-181-8/+66
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use correct emacs modelines.Jonny Lamb2009-06-181-1/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add Location debug domainPierre-Luc Beaudoin2009-05-081-0/+1
|
* Added file transfer debug flag. (Jonny Lamb)Jonny Lamb2008-11-221-0/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1735
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk ↵Xavier Claessens2008-05-091-1/+1
| | | | | | parts are now in EmpathyStatusIcon svn path=/trunk/; revision=1093
* Fix build with debug disabled.Xavier Claessens2008-05-021-0/+11
| | | | svn path=/trunk/; revision=1075
* Remove useless g_print and enable tp-glib debug messages.Xavier Claessens2008-05-021-3/+2
| | | | svn path=/trunk/; revision=1073
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-96/+61
| | | | svn path=/trunk/; revision=1066
* Make sure we don't expect contact id and handle to be directly ready. Add ↵Xavier Claessens2008-03-111-1/+3
| | | | | | some _run_until_ready. svn path=/trunk/; revision=755
* Call tp_debug_set_flags() to get tp-glib debug messagesXavier Claessens2007-12-031-0/+3
| | | | svn path=/trunk/; revision=458
* Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes).Xavier Claessens2007-07-101-0/+37
| | | | | | | | | | | | 2007-07-09 Xavier Claessens <xclaesse@gmail.com> * src/empathy.c: * libempathy/empathy-debug.c: * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes bug #455240 (Guillaume Desmottes). svn path=/trunk/; revision=179
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+92
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