aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-skype.c
Commit message (Collapse)AuthorAgeFilesLines
* Always call additional_apply_async() so that the password is fed to the observerDanielle Madeley2011-05-051-7/+15
|
* Don't tie auth observer lifetime to widget lifetimeDanielle Madeley2011-04-281-28/+46
| | | | | | When logging in, the auth observer needs the password after the widget has been destroyed. So instead the auth observer now lives forever, and the password is supplied in account_widget_skype_additional_apply_async()
* Fix logic error introduced in ad4626ebDanielle Madeley2011-04-281-4/+8
|
* Disconnect other psyke accounts when creating a new oneEmilio Pozuelo Monfort2011-04-081-0/+3
|
* Don't assume account != NULLDanielle Madeley2011-04-081-1/+1
| | | | One day I'll stop making this mistake in the account dialog.
* Disable confirmation dialog for nowDanielle Madeley2011-04-081-0/+3
| | | | Not included in the UX spec
* Abstract out is_other_psyke_account()Danielle Madeley2011-04-081-10/+13
|
* Disable all other psyke accounts when one is enabledDanielle Madeley2011-04-081-0/+73
|
* Don't leak GSimpleAsyncResultDanielle Madeley2011-04-081-0/+2
|
* Implement additional_apply_async() for account-widget-skypeDanielle Madeley2011-04-081-0/+41
|
* Set Apply/Cancel buttons sensitive when password is changedDanielle Madeley2011-04-081-9/+17
|
* focus-in-event returns gboolean -- return FALSE to propagate event furtherDanielle Madeley2011-04-081-1/+3
|
* Make password entry insensitive if remember-password inactiveDanielle Madeley2011-04-081-0/+9
| | | | Make remember-password inactive if password is not saved.
* Fake password should be 12 'x's instead of 8Danielle Madeley2011-04-081-1/+1
|
* Remove Forget Password sweeper in password_entryDanielle Madeley2011-04-081-23/+0
|
* Warn early if the CM doesn't implement a privacy settingEmilio Pozuelo Monfort2011-04-081-2/+9
|
* Remove the PSTN setting and add a Video oneEmilio Pozuelo Monfort2011-04-081-3/+2
| | | | It's insensitive for now as Psyke doesn't implement it yet.
* Make wording follow the designsEmilio Pozuelo Monfort2011-04-081-2/+2
|
* Add DEBUG messageDanielle Madeley2011-04-081-1/+1
|
* Don't replace password with fake-password if there's something real in thereDanielle Madeley2011-04-081-0/+5
|
* Add a Remember Password toggle which remembers the passwordDanielle Madeley2011-04-081-8/+36
| | | | | | | | This feels a bit awkwardly implemented, for example, if you enter a password but uncheck the toggle, then the password will be removed from the dialog when the account connects (maybe this is the correct behaviour?). No one has really specced out the flow of this, maybe it can be sorted out properly when this code is made more generic.
* Implement ForgetPassword buttonDanielle Madeley2011-04-081-0/+23
|
* Don't assume account != NULL (again)Danielle Madeley2011-04-081-1/+1
|
* If the password is fake, and the user focuses in, clear the fake passwordDanielle Madeley2011-04-081-0/+22
| | | | | | | Also mark the password entry as no longer fake. This allows the user to change their password even though an old password was saved.
* Track the change notification for PasswordSavedDanielle Madeley2011-04-081-2/+28
|
* Set a fake password if we know the password is savedDanielle Madeley2011-04-081-4/+44
|
* Add a pre-auth approver for authenicating Psyke from the accounts-dialogDanielle Madeley2011-04-081-2/+199
| | | | | This uses the password field in the accounts dialog, which has now been disconnected from the 'password' parameter.
* Add ShowIHaveVideoTo property to Privacy Settings UIDanielle Madeley2011-04-081-1/+8
|
* Move show EULA function to empathy-account-widget-skypeDanielle Madeley2011-04-081-0/+76
|
* Fixes for make checkDanielle Madeley2011-04-081-1/+2
|
* Add Plugged into Skype info to the add-account dialog tooDanielle Madeley2011-04-081-11/+32
|
* Remove simple dialog, use 'setup' dialog for simple caseDanielle Madeley2011-04-081-14/+1
|
* Move empathy-account-widget-skype into its own fileDanielle Madeley2011-04-081-0/+482