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