Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Remove Ovi chat profile | Guillaume Desmottes | 3 | -155/+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 | 1 | -0/+15 | |
2010-12-07 | Merge branch 'sasl' | Jonny Lamb | 3 | -0/+393 | |
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-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-03 | auth-client: move the password dialog into a new file | Jonny Lamb | 3 | -0/+386 | |
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-01 | Check if apply button has a top level window before calling ↵ | Guillaume Desmottes | 1 | -2/+11 | |
gtk_widget_grab_default() IRC widgets don't have any mandatory argument, so the account is valid before the widget has been packed into the accounts dialog. gtk_widget_grab_default() can't be called on a widget not having a top level window. (#636203) | |||||
2010-11-30 | empathy-spell: implement _get_enabled_language_codes with --disable-spell | Jonny Lamb | 1 | -0/+7 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-11-30 | empathy-spell: updated _get_suggestions disabled implementation | Jonny Lamb | 1 | -1/+2 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-11-30 | update copyrights | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-30 | remove old defines | Guillaume Desmottes | 1 | -3/+0 | |
2010-11-30 | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 1 | -6/+10 | |
2010-11-30 | Stop calling gtk_menu_detach() | Guillaume Desmottes | 2 | -6/+0 | |
GTK+ does it for us now: http://git.gnome.org/browse/gtk+/commit/?id=6716e7c3f1925560a5b4901581cabbaee4e01e28 | |||||
2010-11-30 | empathy_sound_manager_dup_singleton: add G_LIKELY | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-30 | fix typo in comment | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-30 | sound-manager: update copyright | Guillaume Desmottes | 1 | -1/+1 | |
2010-11-30 | sound-manager: cache the sound GSettings | Guillaume Desmottes | 1 | -24/+15 | |
2010-11-30 | sound-manager: move repeating_sounds to EmpathySoundManagerPrivate | Guillaume Desmottes | 1 | -62/+75 | |
2010-11-30 | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 2 | -16/+37 | |
2010-11-30 | add EmpathySoundManager stub object (#636067) | Guillaume Desmottes | 2 | -0/+60 | |
2010-11-30 | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 3 | -20/+20 | |
2010-11-29 | theme_adium_parse_body: use the cache GSettings chat | Guillaume Desmottes | 1 | -6/+6 | |
2010-11-29 | notify-manager: cache the notification GSettings | Guillaume Desmottes | 1 | -15/+12 | |
2010-11-29 | avatar-chooser: cache the UI GSettings | Guillaume Desmottes | 1 | -7/+7 | |
2010-11-29 | chat-text-view: cache the chat GSettings | Guillaume Desmottes | 1 | -5/+5 | |
2010-11-29 | empathy-chat-text-view: rename gsettings to gsettings_desktop | Guillaume Desmottes | 1 | -5/+6 | |
2010-11-24 | properly manage the reference of the pixbuf returned by ↵ | Guillaume Desmottes | 2 | -2/+6 | |
empathy_pixbuf_avatar_from_individual_scaled_finish | |||||
2010-11-24 | empathy_individual_view_get_group_menu: don't leak the group | Guillaume Desmottes | 1 | -0/+1 | |
2010-11-24 | rename empathy_individual_view_get_selected_group to ↵ | Guillaume Desmottes | 2 | -7/+4 | |
empathy_individual_view_dup_selected_group | |||||
2010-11-24 | log_window_get_messages_for_date: don't leak chat_id and account | Guillaume Desmottes | 1 | -0/+3 | |
2010-11-24 | smiley-manager: clean up memory management of the path | Guillaume Desmottes | 1 | -4/+5 | |
2010-11-24 | chat_log_filter: don't leak EmpathyMessage | Guillaume Desmottes | 1 | -0/+1 | |
2010-11-22 | Merge branch 'chat-resize-635022' | Guillaume Desmottes | 1 | -5/+25 | |
2010-11-22 | Merge remote branch 'glassrose/link_unfocussed_626560' | Danielle Madeley | 1 | -0/+11 | |
2010-11-22 | Label removed form list of focusable widgets | Chandni Verma | 1 | -0/+11 | |
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=626560 | |||||
2010-11-18 | individual_avatar_pixbuf_received_cb: don't leak the iters | Guillaume Desmottes | 1 | -0/+2 | |
2010-11-18 | factor out free_iters | Guillaume Desmottes | 1 | -7/+10 | |
2010-11-18 | cell_renderer_text_set_property: don't leak client types (#635105) | Guillaume Desmottes | 1 | -0/+1 | |