Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-09 | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2 | -850/+960 | |
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> | |||||
2010-12-06 | keyring: add simple keyring helper | Jonny Lamb | 3 | -0/+154 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-04 | Fix uninitialized use of a variable | Sjoerd Simons | 1 | -1/+1 | |
2010-12-03 | auth-client: move the password dialog into a new file | Jonny Lamb | 4 | -176/+390 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-03 | gdk_x11_drawable_get_xdisplay() has been renamed, so let's use the specific ↵ | Guillaume Desmottes | 1 | -1/+1 | |
macro instead | |||||
2010-12-03 | auth-client: grab the keyboard focus when popping up the password dialog | Jonny Lamb | 1 | -0/+73 | |
I like this. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-03 | chatroom-mamanger: monitor for file changes (#636360) | Guillaume Desmottes | 1 | -13/+74 | |
2010-12-03 | auth-client: improve the password request dialog | Jonny Lamb | 3 | -13/+74 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-03 | server-sasl-handler: add an account property | Jonny Lamb | 3 | -4/+38 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-03 | Fix another article | Gabor Kelemen | 1 | -1/+1 | |
2010-12-03 | Fix article | Gabor Kelemen | 1 | -1/+1 | |
2010-12-02 | rename unused empathy_chatroom_manager_chat_handled() | Guillaume Desmottes | 2 | -37/+0 | |
2010-12-02 | chatroom-manager: use a room channel Observer (#636202) | Guillaume Desmottes | 1 | -0/+107 | |