Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: set the primary-toolbar style class on primary toolbars | Cosimo Cecchi | 2011-03-07 | 1 | -0/+2 |
| | | | | | | | So themes can override their appearance without hardcoding the widget hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=644121 | ||||
* | debug-window: use empathy_context_menu_new() | Guillaume Desmottes | 2011-02-16 | 1 | -3/+2 |
| | |||||
* | Debug window: Correct spelling of "misson-control" | Will Thompson | 2010-11-27 | 1 | -1/+1 |
| | | | | | | It's been wrong for over a year, and no-one's noticed yet. :P Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> | ||||
* | Port empathy-debug-window to GtkComboBoxText | Danielle Madeley | 2010-10-18 | 1 | -2/+2 |
| | |||||
* | GDK keys are now GDK_KEY_* | Guillaume Desmottes | 2010-10-04 | 1 | -2/+2 |
| | |||||
* | debug_window_name_owner_changed_cb: update client services as well | Guillaume Desmottes | 2010-07-09 | 1 | -33/+32 |
| | | | | Remove some deprecated comments in th proccess. | ||||
* | Store the unique name in the model | Guillaume Desmottes | 2010-07-09 | 1 | -13/+10 |
| | | | | This avoid to add one entry per Empathy head for example. | ||||
* | FillCmChooserData: rename, add type field and helper functions | Guillaume Desmottes | 2010-07-09 | 1 | -12/+35 |
| | |||||
* | rename vars, functions and constants to make code less CM specific | Guillaume Desmottes | 2010-07-09 | 1 | -82/+82 |
| | | | | Basically a renaming from 'cm' to 'services' to make code clearer. | ||||
* | coding style fix | Guillaume Desmottes | 2010-07-09 | 1 | -2/+2 |
| | |||||
* | debug-window: add Telepathy clients | Guillaume Desmottes | 2010-07-09 | 1 | -0/+54 |
| | |||||
* | debug-window: remove hardcoded clients | Guillaume Desmottes | 2010-07-09 | 1 | -22/+0 |
| | |||||
* | add AV client to the debug window | Guillaume Desmottes | 2010-06-29 | 1 | -0/+7 |
| | |||||
* | debug-window: add the logger (#622381) | Guillaume Desmottes | 2010-06-22 | 1 | -0/+7 |
| | |||||
* | empathy-debug-window: Add protocol names next to the CMs in the dropdown | Danielle Madeley | 2010-06-02 | 1 | -14/+106 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=612523 | ||||
* | Change names of variables that shadow libc symbols | Danielle Madeley | 2010-05-21 | 1 | -2/+2 |
| | |||||
* | add the current date as suffix the the log name | Guillaume Desmottes | 2010-04-07 | 1 | -2/+15 |
| | |||||
* | set default name when saving logs (#615052) | Guillaume Desmottes | 2010-04-07 | 1 | -0/+8 |
| | |||||
* | factor out get_active_cm_name | Guillaume Desmottes | 2010-04-07 | 1 | -10/+18 |
| | |||||
* | debug-window: set temp directory as default folder when saving logs | Guillaume Desmottes | 2010-04-07 | 1 | -0/+3 |
| | |||||
* | Add the capability to search debug messages in the debug window. | Mike Ruprecht | 2010-02-26 | 1 | -0/+36 |
| | |||||
* | Use a appropriate unique name for Empathy unique app | Sjoerd Simons | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | define EMPATHY_CLIENT_NAME | Guillaume Desmottes | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | debug_window_fill_cm_chooser: use org.freedesktop.Telepathy.Client.Empathy | Guillaume Desmottes | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Use TpDebugSender to publish debug messages (#607330) | Jonny Lamb | 2010-02-17 | 1 | -13/+14 |
| | |||||
* | Fix leaked GtkMenu | Xavier Claessens | 2010-02-11 | 1 | -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 Desmottes | 2009-12-01 | 1 | -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 window | Xavier Claessens | 2009-11-26 | 1 | -0/+2 |
| | |||||
* | debug-window: format timestamp in a readable way | Pascal Terjan | 2009-11-06 | 1 | -8/+59 |
| | | | | Signed-off-by: Pascal Terjan <pterjan@linuxfr.org> | ||||
* | debug window shouldn't be transient | Guillaume Desmottes | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | debug-window: debug level names shouldn't be translated | Guillaume Desmottes | 2009-11-04 | 1 | -6/+6 |
| | | | | They are meant to be used by developpers, not users. | ||||
* | Add MissionControl to the debug window | Danielle Madeley | 2009-10-27 | 1 | -0/+7 |
| | |||||
* | Also allow Esc to close debug window and map view. | Jonny Lamb | 2009-10-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | src/empathy-debug-window: fix shadow declarations and uint comparaisons | Guillaume Desmottes | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | debug-window: add C-w keybinding to close the window | Jonny Lamb | 2009-10-17 | 1 | -0/+18 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Factor out free-ing the message list. | Cosimo Cecchi | 2009-10-15 | 1 | -4/+11 |
| | |||||
* | Implement a cache for debug logs (#596101). | Cosimo Cecchi | 2009-10-15 | 1 | -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 Claessens | 2009-08-26 | 1 | -4/+0 |
| | | | | | Conflicts: src/empathy-debug-window.c | ||||
* | Rename EmpathyDebugDialog to EmpathyDebugWindow | Xavier Claessens | 2009-08-26 | 1 | -0/+1251 |