]> git.0d.be Git - empathy.git/history - src/empathy-import-dialog.c
Removed call to mc_accounts_filter and wrote another function to loop through the...
[empathy.git] / src / empathy-import-dialog.c
2008-10-17 Jonny LambRemoved call to mc_accounts_filter and wrote another...
2008-10-17 Jonny LambCompare GLists to NULL instead of g_list_length(list...
2008-10-17 Jonny LambRemoved empathy_import_dialog_accounts_to_import to...
2008-10-17 Jonny LambMoved some code around for clarity and also to parse...
2008-10-17 Jonny LambOnly display the importing result if there was a failur...
2008-10-17 Jonny LambAdded empathy_import_dialog_accounts_to_import. (Jonny...
2008-10-17 Jonny LambAutomatically tick "import" only for accounts which...
2008-10-17 Jonny LambMake the parent of the import dialog be the parent...
2008-10-17 Jonny LambDisplay a warning when no accounts could be found for...
2008-10-17 Jonny LambCheck whether ~/.purple/accounts.xml is readable before...
2008-10-17 Jonny LambUse g_ascii_strtod instead of sscanf. (Jonny Lamb)
2008-10-17 Jonny LambUse tp_strdiff instead of strcmp. (Jonny Lamb)
2008-10-17 Jonny LambAdded import_dialog_free and actually destroy the impor...
2008-10-17 Jonny LambActually add the accounts when the user presses OK...
2008-10-17 Jonny LambRenamed import_dialog_add_accounts to import_dialog_add...
2008-10-17 Jonny LambAdded more whitespace between indentations and comments...
2008-10-17 Jonny LambFill the tree view with Pidgin accounts to import....
2008-10-17 Jonny LambRe-wrote the UI of the importer dialog. (Jonny Lamb)
2008-10-17 Xavier ClaessensFix wrong condition in import_dialog_pidgin_parse_setti...
2008-10-17 Xavier ClaessensAdd comments and cleanup the pidgin importer. Account...
2008-10-17 Jonny LambRenamed static empathy_import_dialog_* functions to...
2008-10-17 Jonny LambSimplified the node looping code further. (Jonny Lamb)
2008-10-17 Jonny LambUse a different loop with nodes to shorten code. (Jonny...
2008-10-17 Jonny LambAdded another empty line between function declaration...
2008-10-17 Jonny LambAvoid using gtk_widget_show_all and show each widget...
2008-10-17 Jonny LambAdded a missing g_free. (Jonny Lamb)
2008-10-17 Jonny LambMake EmpathyImportDialog a singleton. (Jonny Lamb)
2008-10-17 Jonny LambName imported accounts in the same way as a new account...
2008-10-17 Jonny LambMoved to Collabora coding style. (Jonny Lamb)
2008-10-17 Jonny LambFixed typos of constants in the import dialog. (Jonny...
2008-10-17 Jonny LambFixed part of dialog, as per Xavier's comments.
2008-10-17 Jonny LambAdded an account importer dialog. Fixes bug #541060...