index
:
gsoc2013-empathy
archive-integration
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
empathy-import-dialog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use library i18n method for source files included in shared library
Rob Bradford
2010-05-18
1
-1
/
+1
*
Fix errors revealed by make check
Jonathan Tellier
2009-08-22
1
-2
/
+2
*
Make the import system more future-proof
Cosimo Cecchi
2009-08-22
1
-42
/
+2
*
Remove useless includes
Cosimo Cecchi
2009-08-22
1
-4
/
+0
*
Split EmpathyImportDialog and EmpathyImportWidget
Cosimo Cecchi
2009-08-22
1
-339
/
+154
*
Port empathy-import-dialog to mc5
Arnaud Maillet
2009-08-22
1
-54
/
+89
*
use newly deprecated API
Sjoerd Simons
2009-07-06
1
-1
/
+3
*
Port the main of empathy to EmpathyAccount
Sjoerd Simons
2009-07-01
1
-10
/
+14
*
empathy-import-dialog: update the FSF address
Guillaume Desmottes
2009-05-18
1
-2
/
+2
*
empathy-import-dialog: remove trailing spaces
Guillaume Desmottes
2009-05-15
1
-2
/
+2
*
Port EmpathyImportDialog to new API
Xavier Claessens
2009-04-16
1
-9
/
+5
*
mc_account_create can fail, don't crash if it happens
Xavier Claessens
2009-03-21
1
-0
/
+5
*
Make the "Import Accounts" button insensitive if there's nothing to import.
Jonny Lamb
2009-03-10
1
-0
/
+6
*
add a translator comment to describe 'Import'
Frédéric Péters
2009-02-17
1
-0
/
+1
*
Replace G_STR_EMPTY in newly added code too.
Xavier Claessens
2009-01-23
1
-1
/
+1
*
Add a source field to specify the name of the account source. (Stephane Wirtel)
Jonny Lamb
2009-01-23
1
-2
/
+7
*
Use l to iterate a GList, less confusing naming.
Xavier Claessens
2008-10-17
1
-3
/
+3
*
Split pidgin import code into its own module. It makes easier to add other im...
Xavier Claessens
2008-10-17
1
-283
/
+26
*
Connect to the "destroy" and "response" signals on the import window instead ...
Xavier Claessens
2008-10-17
1
-57
/
+57
*
Do not include accounts which don't have profile.. Also fix a leak.
Xavier Claessens
2008-10-17
1
-2
/
+7
*
Remove useless vars
Xavier Claessens
2008-10-17
1
-1
/
+0
*
Remove declaration of functions on top of import dialog file.
Xavier Claessens
2008-10-17
1
-29
/
+0
*
There is no reason for import_dialog_add_account to fail.
Xavier Claessens
2008-10-17
1
-7
/
+3
*
Be more careful in import_dialog_account_data_free
Xavier Claessens
2008-10-17
1
-2
/
+6
*
Store the McProfile in AccountData instead of a string of the account name. (...
Jonny Lamb
2008-10-17
1
-34
/
+15
*
Call import_dialog_account_data_free to actually free the account data after ...
Jonny Lamb
2008-10-17
1
-5
/
+4
*
Do not store the account data in a G_TYPE_POINTER GValue but straight in the ...
Jonny Lamb
2008-10-17
1
-10
/
+4
*
Removed call to mc_accounts_filter and wrote another function to loop through...
Jonny Lamb
2008-10-17
1
-23
/
+24
*
Compare GLists to NULL instead of g_list_length(list) == 0. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-2
/
+2
*
Removed empathy_import_dialog_accounts_to_import to stop the accounts being p...
Jonny Lamb
2008-10-17
1
-22
/
+14
*
Moved some code around for clarity and also to parse accounts before the Glad...
Jonny Lamb
2008-10-17
1
-33
/
+30
*
Only display the importing result if there was a failure. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-19
/
+14
*
Added empathy_import_dialog_accounts_to_import. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-0
/
+15
*
Automatically tick "import" only for accounts which are not already present i...
Jonny Lamb
2008-10-17
1
-1
/
+45
*
Make the parent of the import dialog be the parent of the warning message dia...
Jonny Lamb
2008-10-17
1
-3
/
+3
*
Display a warning when no accounts could be found for importing. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-6
/
+26
*
Check whether ~/.purple/accounts.xml is readable before trying to read it. (J...
Jonny Lamb
2008-10-17
1
-1
/
+8
*
Use g_ascii_strtod instead of sscanf. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-2
/
+2
*
Use tp_strdiff instead of strcmp. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-18
/
+18
*
Added import_dialog_free and actually destroy the importer when finished impo...
Jonny Lamb
2008-10-17
1
-2
/
+9
*
Actually add the accounts when the user presses OK. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-7
/
+54
*
Renamed import_dialog_add_accounts to import_dialog_add_accounts_to_model to ...
Jonny Lamb
2008-10-17
1
-2
/
+2
*
Added more whitespace between indentations and comments. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-1
/
+4
*
Fill the tree view with Pidgin accounts to import. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-14
/
+19
*
Re-wrote the UI of the importer dialog. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-33
/
+179
*
Fix wrong condition in import_dialog_pidgin_parse_setting().
Xavier Claessens
2008-10-17
1
-1
/
+1
*
Add comments and cleanup the pidgin importer. Account settings are now import...
Xavier Claessens
2008-10-17
1
-141
/
+152
*
Renamed static empathy_import_dialog_* functions to import_dialog_*. (Jonny L...
Jonny Lamb
2008-10-17
1
-29
/
+29
*
Simplified the node looping code further. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-69
/
+66
*
Use a different loop with nodes to shorten code. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-3
/
+1
*
Added another empty line between function declaration and code. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-0
/
+1
*
Avoid using gtk_widget_show_all and show each widget separately. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-2
/
+3
*
Added a missing g_free. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-0
/
+2
*
Make EmpathyImportDialog a singleton. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-3
/
+8
*
Name imported accounts in the same way as a new account does. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-5
/
+10
*
Moved to Collabora coding style. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-287
/
+308
*
Fixed typos of constants in the import dialog. (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-3
/
+3
*
Fixed part of dialog, as per Xavier's comments.
Jonny Lamb
2008-10-17
1
-78
/
+74
*
Added an account importer dialog. Fixes bug #541060 (Jonny Lamb)
Jonny Lamb
2008-10-17
1
-0
/
+406