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-account-assistant.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
account-assistant: add mnemonic for the "no salut account" checkbox (#644058)
Guillaume Desmottes
2011-03-07
1
-2
/
+2
*
only try reconnecting accounts if needed (#642358)
Guillaume Desmottes
2011-02-16
1
-1
/
+1
*
Port empathy-account-assistant to GtkComboBoxText
Danielle Madeley
2010-10-18
1
-2
/
+2
*
factor out empathy_protocol_chooser_create_account_settings()
Guillaume Desmottes
2010-09-29
1
-56
/
+3
*
Add empathy_service_name_to_display_name()
Guillaume Desmottes
2010-09-29
1
-8
/
+6
*
protocol-chooser: expose a 'service' string instead of boolean for facebook a...
Guillaume Desmottes
2010-09-29
1
-12
/
+20
*
google-talk: no need to unset the 'server' param
Guillaume Desmottes
2010-09-28
1
-1
/
+0
*
Enable server fallback for GTalk account
Nicolas Dufresne
2010-09-09
1
-4
/
+10
*
account-assistant: stop blacklisting IRC (#596086)
Guillaume Desmottes
2010-08-26
1
-2
/
+1
*
pass NULL instead of "" to gtk_label_new()
Guillaume Desmottes
2010-08-23
1
-1
/
+1
*
Fix missing entries in switch statements
Philip Withnall
2010-08-05
1
-9
/
+5
*
Port Empathy code to GSettings, remove EmpathyConf
Danielle Madeley
2010-06-18
1
-1
/
+0
*
assistant: call empathy_import_widget_add_selected_accounts in impl_signal_ap...
Guillaume Desmottes
2010-05-25
1
-0
/
+4
*
hardcode facebook server to workaround SRV lookup issues
Guillaume Desmottes
2010-05-25
1
-0
/
+3
*
Use library i18n method for source files included in shared library
Rob Bradford
2010-05-18
1
-1
/
+2
*
account-assistant: make impl_signal_apply() behave more like impl_signal_prep...
David Laban
2010-04-14
1
-1
/
+3
*
account_assistant_apply_account_and_finish: explicitely ask to set the displa...
Guillaume Desmottes
2010-04-09
1
-7
/
+10
*
empathy-accounts: set a title for the assistant
Danielle Madeley
2010-03-15
1
-0
/
+3
*
empathy-accounts: make CcPage insensitive when assistant is being shown
Danielle Madeley
2010-03-10
1
-1
/
+1
*
set the server field of Google Talk account
Guillaume Desmottes
2010-03-05
1
-4
/
+12
*
remove the salut_created gconf key (#611817)
Guillaume Desmottes
2010-03-05
1
-6
/
+0
*
Don't assume there is always a settings widget available
Sjoerd Simons
2010-03-05
1
-7
/
+12
*
assistant: call empathy_account_widget_get_default_display_name before actual...
Guillaume Desmottes
2010-03-03
1
-10
/
+10
*
assistant: always uses empathy_account_widget_get_default_display_name to get...
Guillaume Desmottes
2010-03-03
1
-9
/
+6
*
account-assistant: ensure that new accounts are connected (#611565)
Guillaume Desmottes
2010-03-02
1
-0
/
+2
*
assistant: Fix creation of the last account created
Guillaume Desmottes
2010-02-19
1
-0
/
+6
*
assistant: check that the enter/create page isn't already valid when switchin...
Guillaume Desmottes
2010-02-19
1
-0
/
+6
*
assistant: set the salut page as complete if we pre-filled enough fields (#61...
Guillaume Desmottes
2010-02-19
1
-0
/
+6
*
account-assistant: remove '\n' from the salut error web page
Guillaume Desmottes
2010-02-17
1
-3
/
+3
*
account-assistant: Wrap secondary error message (#607908)
Guillaume Desmottes
2010-02-17
1
-0
/
+1
*
assistant: filter out facebook from the new account page
Guillaume Desmottes
2010-02-12
1
-1
/
+3
*
add is_facebook arg to empathy_protocol_chooser_dup_selected
Guillaume Desmottes
2010-02-12
1
-4
/
+14
*
Fix creation of imported accounts (#609439)
Guillaume Desmottes
2010-02-10
1
-3
/
+8
*
assistant: store the ID of the current page
Guillaume Desmottes
2010-02-10
1
-0
/
+2
*
Create the account even when user chooses to not create other one after
Guillaume Desmottes
2010-02-10
1
-2
/
+19
*
impl_signal_apply: this function is not called after the create page any more
Guillaume Desmottes
2010-02-10
1
-2
/
+0
*
split strings to no translate markups
Guillaume Desmottes
2010-01-25
1
-7
/
+16
*
rephrase the salut error page
Guillaume Desmottes
2010-01-25
1
-4
/
+5
*
add a hint about how to reach the accounts dialog
Guillaume Desmottes
2010-01-25
1
-2
/
+4
*
Split markups and translated string to make this easier for translators
Guillaume Desmottes
2010-01-25
1
-4
/
+7
*
rename build_error_page to build_error_vbox
Guillaume Desmottes
2010-01-25
1
-3
/
+3
*
account_assistant_page_forward_func: never go forward after the salut page
Guillaume Desmottes
2010-01-25
1
-0
/
+5
*
Display 'back' button in the import and create page
Guillaume Desmottes
2010-01-25
1
-2
/
+2
*
Fix account creation regression
Guillaume Desmottes
2010-01-25
1
-4
/
+9
*
Don't display the salut page after the create one if there is no need to
Guillaume Desmottes
2010-01-25
1
-3
/
+27
*
Don't display the salut page after the import one if there is no need to
Guillaume Desmottes
2010-01-25
1
-1
/
+10
*
Display the salut page after the create one
Guillaume Desmottes
2010-01-25
1
-18
/
+15
*
Display the salut page after the import one
Guillaume Desmottes
2010-01-25
1
-3
/
+5
*
rename should_create_salut_account to display_salut_page
Guillaume Desmottes
2010-01-25
1
-4
/
+4
*
Display an error message if Salut is not installed
Guillaume Desmottes
2010-01-25
1
-8
/
+32
*
factor out build_error_page
Guillaume Desmottes
2010-01-25
1
-20
/
+32
*
assistant: move creation of the page from _init to _constructed
Guillaume Desmottes
2010-01-25
1
-19
/
+22
*
Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show
Guillaume Desmottes
2010-01-25
1
-4
/
+27
*
Don't display the salut page if there is no need to create the account
Guillaume Desmottes
2010-01-25
1
-0
/
+57
*
set the salut-account-created gconf key once the account has been created
Guillaume Desmottes
2010-01-25
1
-2
/
+14
*
don't set display name if there is already one defined
Guillaume Desmottes
2010-01-25
1
-6
/
+9
*
account-assistant: use existing code to create the salut account and respect ...
Guillaume Desmottes
2010-01-25
1
-12
/
+18
*
account-assistant: add a page to configure the salut account
Guillaume Desmottes
2010-01-25
1
-12
/
+124
*
Call create_salut_account_if_needed when the assistant is closed
Guillaume Desmottes
2010-01-20
1
-0
/
+3
*
account-assistant: disable Google Talk when creating a new account
Guillaume Desmottes
2010-01-19
1
-0
/
+3
*
Pass a boolean saying if the protocol is Google Talk or not to EmpathyProtoco...
Guillaume Desmottes
2010-01-19
1
-0
/
+2
*
Miscellaneous string fixes
Philip Withnall
2010-01-01
1
-4
/
+4
*
account-assistant: set default display name to newly created accounts (#600705)
Guillaume Desmottes
2009-11-13
1
-0
/
+10
*
account-assistant: port to new tp-glib account API
Jonny Lamb
2009-10-24
1
-3
/
+3
*
Show the assistant if there are no non-salut accounts
Sjoerd Simons
2009-10-15
1
-3
/
+15
*
Only set the icon name to gtalk for gtalk accounts
Sjoerd Simons
2009-08-31
1
-1
/
+2
*
Use the new APIs in the assistant and the dialog
Cosimo Cecchi
2009-08-31
1
-2
/
+8
*
Base the selected widget both on the CM and the protocol
Sjoerd Simons
2009-08-28
1
-2
/
+1
*
Add missing ;
Luca Ferretti
2009-08-28
1
-1
/
+1
*
Do not construct a sentence for an assistant error string (GNOME bug 593257)
Frédéric Péters
2009-08-28
1
-16
/
+6
*
Word 'wizard' should not be used, fixes bug 593285
Milo Casagrande
2009-08-28
1
-1
/
+1
*
Use the right default answer if we're not importing accounts
Sjoerd Simons
2009-08-23
1
-3
/
+6
*
Fix errors revealed by make check
Jonathan Tellier
2009-08-22
1
-5
/
+5
*
First part of an overhaul of the accounts dialog
Jonathan Tellier
2009-08-22
1
-2
/
+3
*
Enable entering more than an account from the wizard.
Cosimo Cecchi
2009-08-22
1
-36
/
+131
*
Make the import system more future-proof
Cosimo Cecchi
2009-08-22
1
-3
/
+4
*
Remove useless includes
Cosimo Cecchi
2009-08-22
1
-0
/
+1
*
The assistant should not be resizable
Cosimo Cecchi
2009-08-22
1
-0
/
+2
*
Don't hardcode new lines
Cosimo Cecchi
2009-08-22
1
-11
/
+17
*
Hook the import UI in the assistant
Cosimo Cecchi
2009-08-22
1
-22
/
+70
*
Emit the close signal only after we are done with the async machinery.
Cosimo Cecchi
2009-08-22
1
-8
/
+45
*
Implement close and cancel;
Cosimo Cecchi
2009-08-22
1
-40
/
+61
*
Add a comment over the window type hint
Cosimo Cecchi
2009-08-22
1
-0
/
+1
*
Enable newly created accounts
Cosimo Cecchi
2009-08-22
1
-2
/
+8
*
Implement dispose
Cosimo Cecchi
2009-08-22
1
-0
/
+23
*
Report errors during creation
Cosimo Cecchi
2009-08-22
1
-1
/
+117
*
Don't forward anymore after the end
Cosimo Cecchi
2009-08-22
1
-0
/
+6
*
Report back errors (right now just on stdout)
Cosimo Cecchi
2009-08-22
1
-1
/
+18
*
Add a parent window property to the assistant
Cosimo Cecchi
2009-08-22
1
-2
/
+69
*
Unref settings when changing the protocol
Cosimo Cecchi
2009-08-22
1
-0
/
+4
*
Change labels when creating an account
Cosimo Cecchi
2009-08-22
1
-0
/
+4
*
Unify the enter and create page.
Cosimo Cecchi
2009-08-22
1
-114
/
+205
*
Filter out IRC and local-xmpp in the wizard
Cosimo Cecchi
2009-08-22
1
-1
/
+5
*
Update label layout and add an "apply" logic
Cosimo Cecchi
2009-08-22
1
-9
/
+57
*
Add the details page to the assistant
Cosimo Cecchi
2009-08-22
1
-5
/
+165
*
Add private struct and responses to first page
Cosimo Cecchi
2009-08-22
1
-3
/
+59
*
Fix style
Cosimo Cecchi
2009-08-22
1
-6
/
+13
*
Move back the account assistant to src/
Cosimo Cecchi
2009-08-22
1
-0
/
+116
*
Implement first page in the assistant
Cosimo Cecchi
2009-08-22
1
-75
/
+0
*
Add a first page to the assistant
Cosimo Cecchi
2009-08-22
1
-0
/
+32
*
Skeleton of EmpathyAccountAssistant
Cosimo Cecchi
2009-08-22
1
-0
/
+43