aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-debug-window.c
Commit message (Expand)AuthorAgeFilesLines
* tpaw-utils: move EMP_STR_EMPTY to tp-aw and rename itMarco Barisione2013-08-201-3/+4
* Merge remote-tracking branch 'origin/gnome-3-8'Guillaume Desmottes2013-06-171-0/+1
|\
| * debug-window: fix messages array leakGuillaume Desmottes2013-06-111-0/+1
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-05-241-1/+1
|\|
| * debug-window: pass the proper type when setting 'yalign'Guillaume Desmottes2013-05-241-1/+1
* | Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-5/+4
* | Use a flat namespace for internal includesEmanuele Aina2013-04-011-4/+4
* | Use double quotes for all internal headersEmanuele Aina2013-04-011-4/+4
|/
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-10/+0
* Fix a stringKjartan Maraas2012-11-061-1/+1
* debug-window: fix typoGuillaume Desmottes2012-10-171-1/+1
* debug-window: add infobar telling user about privacyGuillaume Desmottes2012-10-091-0/+27
* include telepathy-glib.hGuillaume Desmottes2012-09-171-5/+1
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* Use new tp_account_* gettersGuillaume Desmottes2012-07-161-2/+2
* gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-241-1/+1
* Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-241-0/+2
* Store the TpDebugMessage in the modelGuillaume Desmottes2012-05-101-134/+131
* merge store_filter_foreach () and copy_model_foreach ()Guillaume Desmottes2012-05-101-61/+14
* debug-window: use TpDebugClientGuillaume Desmottes2012-05-101-70/+89
* empathy-debugger: use self->priv patternGuillaume Desmottes2012-05-101-277/+265
* debug_window_dispose: use g_clear_object()Guillaume Desmottes2012-05-101-20/+4
* debug-window: no need to translate the '%s' formatGuillaume Desmottes2012-03-221-1/+1
* Make clear work on All's bufferChandni Verma2012-03-011-0/+9
* debug-window: coding style fixesGuillaume Desmottes2012-02-211-2/+2
* License to publish the author's pastebin API developer key in openChandni Verma2012-02-211-1/+2
* "Send to pastebin" button in EmpathyDebugWindowChandni Verma2012-02-211-21/+172
* Use gtk_list_store_insert_with_values ()Chandni Verma2012-01-281-22/+11
* Un-pausing incoming messages should update All's active buffer tooChandni Verma2012-01-281-3/+8
* Set window sensitivityChandni Verma2012-01-281-12/+17
* Add incoming messages to All's bufferChandni Verma2012-01-281-11/+37
* Refresh "All" selection's active-buffer when neededChandni Verma2012-01-281-34/+157
* Add "All" selection to service_chooser and all_active_buffer to privChandni Verma2012-01-281-3/+35
* Preparing for adding "All" option to service_chooserChandni Verma2012-01-281-13/+60
* Factor out create_proxy_to_get_messagesChandni Verma2012-01-271-35/+60
* Debug window - Use one active buffer and one pause buffer per serviceChandni Verma2012-01-271-270/+305
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-1/+1
* Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-2/+2
* DebugWindow: add function to change the service to showEmilio Pozuelo Monfort2011-08-041-0/+60
* Move signal disconnection earlier to hopefully fix SEGVDanielle Madeley2011-08-021-3/+3
* Debug logs will now be saved in the user's home directory rather than /tmpRob Sharp2011-07-141-1/+1
* all: set the primary-toolbar style class on primary toolbarsCosimo Cecchi2011-03-071-0/+2
* debug-window: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-3/+2
* Debug window: Correct spelling of "misson-control"Will Thompson2010-11-271-1/+1
* Port empathy-debug-window to GtkComboBoxTextDanielle Madeley2010-10-181-2/+2
* GDK keys are now GDK_KEY_*Guillaume Desmottes2010-10-041-2/+2
* debug_window_name_owner_changed_cb: update client services as wellGuillaume Desmottes2010-07-091-33/+32
* Store the unique name in the modelGuillaume Desmottes2010-07-091-13/+10
* FillCmChooserData: rename, add type field and helper functionsGuillaume Desmottes2010-07-091-12/+35
* rename vars, functions and constants to make code less CM specificGuillaume Desmottes2010-07-091-82/+82
* coding style fixGuillaume Desmottes2010-07-091-2/+2
* debug-window: add Telepathy clientsGuillaume Desmottes2010-07-091-0/+54
* debug-window: remove hardcoded clientsGuillaume Desmottes2010-07-091-22/+0
* add AV client to the debug windowGuillaume Desmottes2010-06-291-0/+7
* debug-window: add the logger (#622381)Guillaume Desmottes2010-06-221-0/+7
* empathy-debug-window: Add protocol names next to the CMs in the dropdownDanielle Madeley2010-06-021-14/+106
* Change names of variables that shadow libc symbolsDanielle Madeley2010-05-211-2/+2
* 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
* debug-window: don't disconnect the new debug msg signal once the proxy has be...Guillaume Desmottes2009-12-011-1/+22
* Remember the geometry of debug windowXavier Claessens2009-11-261-0/+2
* debug-window: format timestamp in a readable wayPascal Terjan2009-11-061-8/+59
* 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
* 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
* 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
* 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
* Merge branch 'debug-window'Xavier Claessens2009-08-261-4/+0
* Rename EmpathyDebugDialog to EmpathyDebugWindowXavier Claessens2009-08-261-0/+1251