]> git.0d.be Git - empathy.git/history - src/empathy-import-dialog.c
Updated Polish translation
[empathy.git] / src / empathy-import-dialog.c
2009-08-26 Xavier ClaessensMerge branch 'debug-window'
2009-08-25 Sjoerd SimonsMerge branch 'mc5', fixes bug #590165
2009-08-22 Jonathan TellierFix errors revealed by make check
2009-08-22 Cosimo CecchiMake the import system more future-proof
2009-08-22 Cosimo CecchiRemove useless includes
2009-08-22 Cosimo CecchiSplit EmpathyImportDialog and EmpathyImportWidget
2009-08-21 Arnaud MailletPort empathy-import-dialog to mc5
2009-08-21 Sjoerd SimonsMerge back from master
2009-08-01 Cosimo CecchiMerge branch 'master' into mc5
2009-07-28 Sjoerd SimonsMerge commit 'upstream/master' into mc5
2009-07-14 Gustavo Noronha... Merge branch 'fix-585882'
2009-07-06 Sjoerd Simonsuse newly deprecated API
2009-07-02 Gustavo Noronha... Merge branch 'fix-585601'
2009-07-01 Will ThompsonMerge branch 'part-reasons'
2009-07-01 Sjoerd SimonsMerge branch 'empathy-account'
2009-07-01 Sjoerd SimonsPort the main of empathy to EmpathyAccount
2009-06-04 Jonny LambMerge branch 'debug'
2009-05-21 Xavier ClaessensMerge commit 'istaz/python-empathy-fix'
2009-05-18 Guillaume Desmottesempathy-import-dialog: update the FSF address
2009-05-15 Guillaume Desmottesempathy-import-dialog: remove trailing spaces
2009-04-16 Xavier ClaessensPort EmpathyImportDialog to new API
2009-03-20 Xavier Claessensmc_account_create can fail, don't crash if it happens
2009-03-10 Jonny LambMake the "Import Accounts" button insensitive if there...
2009-02-16 Frédéric Pétersadd a translator comment to describe 'Import'
2009-01-23 Xavier ClaessensReplace G_STR_EMPTY in newly added code too.
2009-01-23 Jonny LambAdd a source field to specify the name of the account...
2008-10-17 Xavier ClaessensUse l to iterate a GList, less confusing naming.
2008-10-17 Xavier ClaessensSplit pidgin import code into its own module. It makes...
2008-10-17 Xavier ClaessensConnect to the "destroy" and "response" signals on...
2008-10-17 Xavier ClaessensDo not include accounts which don't have profile.....
2008-10-17 Xavier ClaessensRemove useless vars
2008-10-17 Xavier ClaessensRemove declaration of functions on top of import dialog...
2008-10-17 Xavier ClaessensThere is no reason for import_dialog_add_account to...
2008-10-17 Xavier ClaessensBe more careful in import_dialog_account_data_free
2008-10-17 Jonny LambStore the McProfile in AccountData instead of a string...
2008-10-17 Jonny LambCall import_dialog_account_data_free to actually free...
2008-10-17 Jonny LambDo not store the account data in a G_TYPE_POINTER GValu...
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...