aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-import-dialog.c
Commit message (Expand)AuthorAgeFilesLines
* connection-managers: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-5/+5
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-2/+2
* Use double quotes for all internal headersEmanuele Aina2013-04-011-2/+2
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-6/+0
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
* import-dialog: set a verb on the 'Ok' buttonGuillaume Desmottes2012-02-161-2/+4
* import-dialog: expand and fill the import widgetGuillaume Desmottes2012-02-161-1/+1
* Pass EmpathyConnectionManagers to the import widgetGuillaume Desmottes2012-02-161-5/+35
* use gtk_box_new() instead of gtk_[h,v]box_new()Guillaume Desmottes2011-11-211-2/+2
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-281-5/+0
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-071-0/+4
* Use library i18n method for source files included in shared libraryRob Bradford2010-05-181-1/+1
* Fix errors revealed by make checkJonathan Tellier2009-08-221-2/+2
* Make the import system more future-proofCosimo Cecchi2009-08-221-42/+2
* Remove useless includesCosimo Cecchi2009-08-221-4/+0
* Split EmpathyImportDialog and EmpathyImportWidgetCosimo Cecchi2009-08-221-339/+154
* Port empathy-import-dialog to mc5Arnaud Maillet2009-08-221-54/+89
* use newly deprecated APISjoerd Simons2009-07-061-1/+3
* Port the main of empathy to EmpathyAccountSjoerd Simons2009-07-011-10/+14
* empathy-import-dialog: update the FSF addressGuillaume Desmottes2009-05-181-2/+2
* empathy-import-dialog: remove trailing spacesGuillaume Desmottes2009-05-151-2/+2
* Port EmpathyImportDialog to new APIXavier Claessens2009-04-161-9/+5
* mc_account_create can fail, don't crash if it happensXavier Claessens2009-03-211-0/+5
* Make the "Import Accounts" button insensitive if there's nothing to import.Jonny Lamb2009-03-101-0/+6
* add a translator comment to describe 'Import'Frédéric Péters2009-02-171-0/+1
* Replace G_STR_EMPTY in newly added code too.Xavier Claessens2009-01-231-1/+1
* Add a source field to specify the name of the account source. (Stephane Wirtel)Jonny Lamb2009-01-231-2/+7
* Use l to iterate a GList, less confusing naming.Xavier Claessens2008-10-171-3/+3
* Split pidgin import code into its own module. It makes easier to add other im...Xavier Claessens2008-10-171-283/+26
* Connect to the "destroy" and "response" signals on the import window instead ...Xavier Claessens2008-10-171-57/+57
* Do not include accounts which don't have profile.. Also fix a leak.Xavier Claessens2008-10-171-2/+7
* Remove useless varsXavier Claessens2008-10-171-1/+0
* Remove declaration of functions on top of import dialog file.Xavier Claessens2008-10-171-29/+0
* There is no reason for import_dialog_add_account to fail.Xavier Claessens2008-10-171-7/+3
* Be more careful in import_dialog_account_data_freeXavier Claessens2008-10-171-2/+6
* Store the McProfile in AccountData instead of a string of the account name. (...Jonny Lamb2008-10-171-34/+15
* Call import_dialog_account_data_free to actually free the account data after ...Jonny Lamb2008-10-171-5/+4
* Do not store the account data in a G_TYPE_POINTER GValue but straight in the ...Jonny Lamb2008-10-171-10/+4
* Removed call to mc_accounts_filter and wrote another function to loop through...Jonny Lamb2008-10-171-23/+24
* Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
* Removed empathy_import_dialog_accounts_to_import to stop the accounts being p...Jonny Lamb2008-10-171-22/+14
* Moved some code around for clarity and also to parse accounts before the Glad...Jonny Lamb2008-10-171-33/+30
* Only display the importing result if there was a failure. (Jonny Lamb)Jonny Lamb2008-10-171-19/+14
* Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)Jonny Lamb2008-10-171-0/+15
* Automatically tick "import" only for accounts which are not already present i...Jonny Lamb2008-10-171-1/+45
* Make the parent of the import dialog be the parent of the warning message dia...Jonny Lamb2008-10-171-3/+3
* Display a warning when no accounts could be found for importing. (Jonny Lamb)Jonny Lamb2008-10-171-6/+26
* Check whether ~/.purple/accounts.xml is readable before trying to read it. (J...Jonny Lamb2008-10-171-1/+8
* Use g_ascii_strtod instead of sscanf. (Jonny Lamb)Jonny Lamb2008-10-171-2/+2
* Use tp_strdiff instead of strcmp. (Jonny Lamb)Jonny Lamb2008-10-171-18/+18
* Added import_dialog_free and actually destroy the importer when finished impo...Jonny Lamb2008-10-171-2/+9
* Actually add the accounts when the user presses OK. (Jonny Lamb)Jonny Lamb2008-10-171-7/+54
* Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ...Jonny Lamb2008-10-171-2/+2
* Added more whitespace between indentations and comments. (Jonny Lamb)Jonny Lamb2008-10-171-1/+4
* Fill the tree view with Pidgin accounts to import. (Jonny Lamb)Jonny Lamb2008-10-171-14/+19
* Re-wrote the UI of the importer dialog. (Jonny Lamb)Jonny Lamb2008-10-171-33/+179
* Fix wrong condition in import_dialog_pidgin_parse_setting().Xavier Claessens2008-10-171-1/+1
* Add comments and cleanup the pidgin importer. Account settings are now import...Xavier Claessens2008-10-171-141/+152
* Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L...Jonny Lamb2008-10-171-29/+29
* Simplified the node looping code further. (Jonny Lamb)Jonny Lamb2008-10-171-69/+66
* Use a different loop with nodes to shorten code. (Jonny Lamb)Jonny Lamb2008-10-171-3/+1
* Added another empty line between function declaration and code. (Jonny Lamb)Jonny Lamb2008-10-171-0/+1
* Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)Jonny Lamb2008-10-171-2/+3
* Added a missing g_free. (Jonny Lamb)Jonny Lamb2008-10-171-0/+2
* Make EmpathyImportDialog a singleton. (Jonny Lamb)Jonny Lamb2008-10-171-3/+8
* Name imported accounts in the same way as a new account does. (Jonny Lamb)Jonny Lamb2008-10-171-5/+10
* Moved to Collabora coding style. (Jonny Lamb)Jonny Lamb2008-10-171-287/+308
* Fixed typos of constants in the import dialog. (Jonny Lamb)Jonny Lamb2008-10-171-3/+3
* Fixed part of dialog, as per Xavier's comments.Jonny Lamb2008-10-171-78/+74
* Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)Jonny Lamb2008-10-171-0/+406