summaryrefslogtreecommitdiff
path: root/src/empathy-import-dialog.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20connection-managers: move from Empathy to tp-account-widgetsMarco Barisione1-5/+5
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-2/+2
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-2/+2
2013-04-01Use double quotes for all internal headersEmanuele Aina1-2/+2
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-6/+0
2013-03-27Consistently use `#include "config.h"` everywhereEmanuele Aina1-1/+1
2012-09-17include telepathy-glib.hGuillaume Desmottes1-1/+1
2012-02-16import-dialog: set a verb on the 'Ok' buttonGuillaume Desmottes1-2/+4
2012-02-16import-dialog: expand and fill the import widgetGuillaume Desmottes1-1/+1
2012-02-16Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes1-5/+35
2011-11-21use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes1-2/+2
2010-09-28Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo1-5/+0
2010-09-07Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall1-0/+4
2010-05-18Use library i18n method for source files included in shared libraryRob Bradford1-1/+1
2009-08-22Fix errors revealed by make checkJonathan Tellier1-2/+2
2009-08-22Make the import system more future-proofCosimo Cecchi1-42/+2
2009-08-22Remove useless includesCosimo Cecchi1-4/+0
2009-08-22Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi1-339/+154
2009-08-21Port empathy-import-dialog to mc5Arnaud Maillet1-54/+89
2009-07-06use newly deprecated APISjoerd Simons1-1/+3
2009-07-01Port the main of empathy to EmpathyAccountSjoerd Simons1-10/+14
2009-05-18empathy-import-dialog: update the FSF addressGuillaume Desmottes1-2/+2
2009-05-15empathy-import-dialog: remove trailing spacesGuillaume Desmottes1-2/+2
2009-04-16Port EmpathyImportDialog to new APIXavier Claessens1-9/+5
2009-03-20mc_account_create can fail, don't crash if it happensXavier Claessens1-0/+5
2009-03-10Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb1-0/+6
2009-02-16add a translator comment to describe 'Import'Frédéric Péters1-0/+1
2009-01-23Replace G_STR_EMPTY in newly added code too.Xavier Claessens1-1/+1
2009-01-23Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb1-2/+7
2008-10-17Use l to iterate a GList, less confusing naming.Xavier Claessens1-3/+3
2008-10-17Split pidgin import code into its own module. It makes easier to add other im...Xavier Claessens1-283/+26
2008-10-17Connect to the "destroy" and "response" signals on the import window instead ...Xavier Claessens1-57/+57
2008-10-17Do not include accounts which don't have profile.. Also fix a leak.Xavier Claessens1-2/+7
2008-10-17Remove useless varsXavier Claessens1-1/+0
2008-10-17Remove declaration of functions on top of import dialog file.Xavier Claessens1-29/+0
2008-10-17There is no reason for import_dialog_add_account to fail.Xavier Claessens1-7/+3
2008-10-17Be more careful in import_dialog_account_data_freeXavier Claessens1-2/+6
2008-10-17Store the McProfile in AccountData instead of a string of the account name. (...Jonny Lamb1-34/+15
2008-10-17Call import_dialog_account_data_free to actually free the account data after ...Jonny Lamb1-5/+4
2008-10-17Do not store the account data in a G_TYPE_POINTER GValue but straight in the ...Jonny Lamb1-10/+4
2008-10-17Removed call to mc_accounts_filter and wrote another function to loop through...Jonny Lamb1-23/+24
2008-10-17Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)Jonny Lamb1-2/+2
2008-10-17Removed empathy_import_dialog_accounts_to_import to stop the accounts being p...Jonny Lamb1-22/+14
2008-10-17Moved some code around for clarity and also to parse accounts before the Glad...Jonny Lamb1-33/+30
2008-10-17Only display the importing result if there was a failure. (Jonny Lamb)Jonny Lamb1-19/+14
2008-10-17Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)Jonny Lamb1-0/+15
2008-10-17Automatically tick "import" only for accounts which are not already present i...Jonny Lamb1-1/+45
2008-10-17Make the parent of the import dialog be the parent of the warning message dia...Jonny Lamb1-3/+3
2008-10-17Display a warning when no accounts could be found for importing. (Jonny Lamb)Jonny Lamb1-6/+26
2008-10-17Check whether ~/.purple/accounts.xml is readable before trying to read it. (J...Jonny Lamb1-1/+8