aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-widget.c
Commit message (Expand)AuthorAgeFilesLines
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-2/+3
* tpaw-utils: move empathy_connect_new_account to tp-aw and rename itMarco Barisione2013-08-201-1/+2
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-5/+5
* Clean up #include directives in source filesEmanuele Aina2013-04-021-1/+0
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-6/+5
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-4/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+1
* use tp_account_manager_dup_valid_accounts()Guillaume Desmottes2012-09-111-2/+2
* import-widget: use gtk_list_store_insert_with_values()Guillaume Desmottes2012-03-291-4/+1
* import-widget: request the preferred height of the treeviewGuillaume Desmottes2012-03-271-0/+10
* import-widget: don't manually prepare the account managerGuillaume Desmottes2012-03-271-23/+4
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-161-21/+23
* import-widget: use the server in IRC account display nameGuillaume Desmottes2011-12-161-4/+18
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-191-2/+2
* enable imported Pidgin accounts if needed (#594145)Vitaly Minko2010-10-111-1/+10
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+3
* replace empathy_connection_managers_call_when_ready by prepare_{async_finish}...Guillaume Desmottes2010-01-221-5/+6
* empathy-import-widget: use empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-9/+10
* all: log error messages if preparing the account manager failsJonny Lamb2009-10-301-2/+7
* import-widget: port to new tp-glib account APIJonny Lamb2009-10-241-27/+30
* Move accounts assignment after the CMS are readyCosimo Cecchi2009-09-141-2/+2
* Move protocol_is_supported() to empathy-import-utilsCosimo Cecchi2009-09-141-26/+5
* Fix errors revealed by make checkJonathan Tellier2009-08-221-2/+2
* Make the import system more future-proofCosimo Cecchi2009-08-221-15/+67
* Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi2009-08-221-0/+464