summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-log-window.c
Commit message (Expand)AuthorAgeFilesLines
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* log-window: use empathy_display_individual_info()Guillaume Desmottes2012-07-111-3/+9
* remove useless chat-view.h includesGuillaume Desmottes2012-07-021-1/+0
* include logger single headerGuillaume Desmottes2012-04-041-1/+0
* Logger support for calls is no longer optionalDanielle Madeley2012-04-031-18/+4
* TplCallEndReason ceased to exist on March 28Danielle Madeley2012-04-031-5/+6
* log-window: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-271-6/+2
* factor out add_event_to_store()Guillaume Desmottes2012-03-271-52/+39
* log-window: factor out add_date_if_needed()Guillaume Desmottes2012-03-271-32/+33
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-5/+3
* log-window: update buttons if contact's caps are updatedGuillaume Desmottes2011-12-061-1/+22
* factor out do_update_buttons_sensitivity()Guillaume Desmottes2011-12-061-34/+41
* log-window: include empathy-geometry.hGuillaume Desmottes2011-12-051-0/+1
* log-window: save window geometryGuillaume Desmottes2011-12-051-0/+2
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-3/+3
* fix separator leakGuillaume Desmottes2011-11-141-0/+2
* don't leak uri returned by g_file_get_uri()Guillaume Desmottes2011-11-141-2/+4
* fix GDate leaks when getting dates from the modelGuillaume Desmottes2011-11-141-1/+10
* free GDate leaks when inserting them into the modelGuillaume Desmottes2011-11-141-4/+23
* Fix set-but-not-used build warningXavier Claessens2011-11-021-2/+2
* empathy_account_chooser_set_account: select account later if not ready yetGuillaume Desmottes2011-10-281-33/+5
* log-window: use empathy_account_chooser_refilter()Guillaume Desmottes2011-10-271-6/+6
* log-window: improve icons in the search entryCosimo Cecchi2011-09-191-4/+23
* log-window: fix translators commentGuillaume Desmottes2011-09-151-3/+2
* log-window: properly translate duration stringsGuillaume Desmottes2011-09-151-3/+14
* log-window: sort "Who" list store alphabeticallyJussi Kukkonen2011-09-081-11/+27
* log-window: add the "raised" style class to the account chooserCosimo Cecchi2011-09-021-0/+3
* Use format-justify-fill everywhereEmilio Pozuelo Monfort2011-09-021-2/+2
* Use g_date_time_new_from_unix_local() to read timestamps from loggerDanielle Madeley2011-08-311-3/+3
* [log-window] Change Quit for CloseDanielle Madeley2011-08-191-3/+3
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-12/+5
* Merge branch 'log-window-webview'Danielle Madeley2011-08-181-135/+335
|\
| * Use context menu utility in log viewerDanielle Madeley2011-08-171-5/+25
| * Allow clicking on a row to select the contactDanielle Madeley2011-08-161-29/+83
| * Reimplement scrollToRowDanielle Madeley2011-08-161-14/+23
| * Make WebKit compulsoryDanielle Madeley2011-08-161-1/+0
| * Style fixDanielle Madeley2011-08-121-1/+1
| * Remove unused variableDanielle Madeley2011-08-121-2/+0
| * Remove old codeDanielle Madeley2011-08-091-15/+0
| * Add icons to the new log viewerDanielle Madeley2011-08-091-2/+20
| * Add dates to new log viewerDanielle Madeley2011-08-091-3/+6
| * Use this utility in the log viewerDanielle Madeley2011-08-091-0/+9
| * Reimplement log_window_maybe_expand_events()Danielle Madeley2011-08-081-9/+6
| * Remove treeview_events -- make the webview the only viewing componentDanielle Madeley2011-08-071-108/+58
| * Replace highlighting of search stringsDanielle Madeley2011-08-051-41/+6
| * Support smileys in log viewerDanielle Madeley2011-08-041-2/+9
| * Handle links via external browserDanielle Madeley2011-08-011-0/+19
| * Add expander togglesDanielle Madeley2011-08-011-0/+23
| * Use webkit-utils in LogWindow webviewDanielle Madeley2011-08-011-45/+56
| * Add a webview widget for displaying the logDanielle Madeley2011-07-291-0/+133