Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-14 | main-window: don't use _full functions where not necessary | Jonny Lamb | 1 | -4/+1 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | main-window: document what the key and value types are for hash tables | Jonny Lamb | 1 | -0/+4 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | event-manager: use tp_clear_object | Jonny Lamb | 1 | -9/+2 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 1 | -0/+6 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | account-settings: use tp_clear_object in dispose | Jonny Lamb | 1 | -19/+5 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-13 | configure: depend on the newest tp-glib for the new auth types stuff | Jonny Lamb | 1 | -1/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-10 | account-widget: add Remember Password widgets for all the other protocols | Jonny Lamb | 7 | -24/+281 | |
...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-widget: only show Remember Password ticky box if the CM supports SASL | Jonny Lamb | 1 | -1/+7 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: add _supports_sasl function | Jonny Lamb | 2 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: don't block notify::ready on getting a password | Jonny Lamb | 2 | -6/+55 | |
The account widget acts a little more synchronously, so we can't wait for the keyring to give us the password. We can signal later about it though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | status-icon: blink when we get a password request | Jonny Lamb | 2 | -5/+6 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 3 | -57/+229 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2 | -1/+161 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | notifications-approver: don't show notifications for auth events | Jonny Lamb | 1 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | event-manager: become an approver for auth channels | Jonny Lamb | 2 | -6/+85 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2 | -13/+23 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | account-widget: handle the remember password widget with the simple widget | Jonny Lamb | 2 | -13/+57 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: don't call TpAccount functions if we've not created it yet | Jonny Lamb | 1 | -3/+9 | |
We're creating the account so the account isn't around yet. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | password-dialog: re-enable showing the Remember password check button | Jonny Lamb | 1 | -7/+0 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-widget: hook up the remember password toggle button | Jonny Lamb | 1 | -0/+38 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: add support for saving the password in the keyring ourselves | Jonny Lamb | 1 | -3/+161 | |
Only do this if the CM supports popping up SASL-enabled auth channels. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: store the TpProtocol object and notify::ready when it's ↵ | Jonny Lamb | 1 | -3/+47 | |
prepared Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | empathy_subscription_dialog_show: show contact details | Guillaume Desmottes | 1 | -1/+2 | |
It makes sense to give as much info as possible on the contact when asking if we want to add him to our contact list (#608806). | |||||
2010-12-07 | Updated Hebrew translation. | Yaron Shahrabani | 1 | -202/+218 | |
2010-12-07 | Remove Ovi chat profile | Guillaume Desmottes | 4 | -156/+0 | |
Ovi services are about to change so best to wait for now. | |||||
2010-12-07 | add services_infos containing infos regarding services | Guillaume Desmottes | 1 | -21/+24 | |
2010-12-07 | hide jabber example by default so we just have to show the one we want | Guillaume Desmottes | 2 | -6/+4 | |
2010-12-07 | account_widget_get_service: check Service for Facebook and GTalk too | Guillaume Desmottes | 1 | -6/+11 | |
2010-12-07 | empathy_account_widget_get_default_display_name: special case Ovi as well | Guillaume Desmottes | 1 | -0/+8 | |
2010-12-07 | more use of account_widget_get_service() | Guillaume Desmottes | 1 | -30/+4 | |
2010-12-07 | add account_widget_get_service() and an enum to represent services | Guillaume Desmottes | 1 | -13/+40 | |
2010-12-07 | add account widget for Ovi | Guillaume Desmottes | 2 | -3/+149 | |
2010-12-07 | account-widget: generalise facebook suffix code | Guillaume Desmottes | 1 | -15/+31 | |
2010-12-07 | add Ovi chat profile (#630146) | Guillaume Desmottes | 2 | -0/+16 | |
2010-12-07 | Merge branch 'sasl' | Jonny Lamb | 15 | -15/+1431 | |
2010-12-07 | server-sasl-handler: shorten very long lines | Jonny Lamb | 1 | -4/+4 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | server-sasl-handler: stop using GET_PRIV | Jonny Lamb | 1 | -18/+15 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | password-dialog: stop using GET_PRIV | Jonny Lamb | 1 | -9/+7 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | password-dialog: small style change to please make check | Jonny Lamb | 1 | -2/+2 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | po: add password-dialog to POTFILES.in | Jonny Lamb | 1 | -0/+1 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-06 | keyring: change schema to be incompatible with current MC | Jonny Lamb | 1 | -9/+9 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | password-dialog: center the dialog | Jonny Lamb | 1 | -0/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | password-dialog: don't display "Remember password" for now | Jonny Lamb | 1 | -0/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: handle invalid SASL statuses | Jonny Lamb | 1 | -0/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: allow set and delete password to have NULL callbacks | Jonny Lamb | 1 | -2/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | Point to #empathy instead of #telepathy | Emilio Pozuelo Monfort | 1 | -1/+1 | |
2010-12-06 | keyring: add a delete_password function | Jonny Lamb | 2 | -0/+102 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: save the password if requested | Jonny Lamb | 1 | -1/+21 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: add set_password_{async,finish} functions | Jonny Lamb | 2 | -6/+87 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 4 | -23/+193 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> |