aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.c
Commit message (Collapse)AuthorAgeFilesLines
* add the current date as suffix the the log nameGuillaume Desmottes2010-04-071-2/+15
|
* set default name when saving logs (#615052)Guillaume Desmottes2010-04-071-0/+8
|
* factor out get_active_cm_nameGuillaume Desmottes2010-04-071-10/+18
|
* debug-window: set temp directory as default folder when saving logsGuillaume Desmottes2010-04-071-0/+3
|
* Add the capability to search debug messages in the debug window.Mike Ruprecht2010-02-261-0/+36
|
* Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-251-2/+2
|
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-221-1/+1
|
* debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.EmpathyGuillaume Desmottes2010-02-221-1/+1
|
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-171-13/+14
|
* Fix leaked GtkMenuXavier Claessens2010-02-111-0/+2
| | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567
* debug-window: don't disconnect the new debug msg signal once the proxy has ↵Guillaume Desmottes2009-12-011-1/+22
| | | | | | | been invalidated According to tp_proxy_signal_connection_disconnect's documentation it's not safe to disconnect a signal after its proxy has been invalidated (#603384).
* Remember the geometry of debug windowXavier Claessens2009-11-261-0/+2
|
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
| | | | Signed-off-by: Pascal Terjan <pterjan@linuxfr.org>
* debug window shouldn't be transientGuillaume Desmottes2009-11-041-1/+1
|
* debug-window: debug level names shouldn't be translatedGuillaume Desmottes2009-11-041-6/+6
| | | | They are meant to be used by developpers, not users.
* Add MissionControl to the debug windowDanielle Madeley2009-10-271-0/+7
|
* Also allow Esc to close debug window and map view.Jonny Lamb2009-10-211-1/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
|
* debug-window: add C-w keybinding to close the windowJonny Lamb2009-10-171-0/+18
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Factor out free-ing the message list.Cosimo Cecchi2009-10-151-4/+11
|
* Implement a cache for debug logs (#596101).Cosimo Cecchi2009-10-151-54/+220
| | | | | The cache is useful when a CM disappears and we don't want to lose its debug output.
* Merge branch 'debug-window'Xavier Claessens2009-08-261-4/+0
| | | | | Conflicts: src/empathy-debug-window.c
* Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-261-0/+1251