summaryrefslogtreecommitdiff
path: root/src/empathy-debug-window.c
Commit message (Expand)AuthorAgeFilesLines
* debug-window: disable Debug on all proxies when exitingGuillaume Desmottes2014-02-051-0/+32
* debug-window: fix leak on all TpDebugClientGuillaume Desmottes2014-02-051-3/+4
* debug-window: fix proxy leakGuillaume Desmottes2014-02-051-0/+2
* debug-window: prevent using the store when disposingGuillaume Desmottes2014-02-051-1/+6
* debug-window: prevent proxy_invalidated_cb to be called after disposeGuillaume Desmottes2014-02-051-2/+2
* use list_names_cb to find MCGuillaume Desmottes2013-10-121-18/+7
* debug: factor out helpersGuillaume Desmottes2013-10-121-9/+28
* debug: stop using tp_list_connection_names()Guillaume Desmottes2013-10-121-48/+5
* debug: make add_client() more genericGuillaume Desmottes2013-10-121-8/+8
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-101-0/+1
* EmpathyDebugWindow: set request widget size, drop set default sizeIgor Gnatenko2013-09-261-1/+1
* Merge branch 'gnome-3-8'Guillaume Desmottes2013-09-091-1/+1
|\
| * debug-window: fix typoGuillaume Desmottes2013-09-091-1/+1
* | Merge branch 'gnome-3-8'Guillaume Desmottes2013-09-091-1/+6
|\ \ | |/
| * debug-window: ellipsize the message text rendererGuillaume Desmottes2013-09-091-1/+6
* | 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-011-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-271-10/+0
* Fix a stringKjartan Maraas2012-11-051-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-261-35/+60