| Commit message (Expand) | Author | Age | Files | Lines |
* | add new-account-dialog | Guillaume Desmottes | 2011-12-22 | 3 | -0/+273 |
* | account-widget: display the buttons in simple mode as well | Guillaume Desmottes | 2011-12-22 | 2 | -55/+57 |
* | account-widget: modernize dipose function | Guillaume Desmottes | 2011-12-22 | 1 | -20/+2 |
* | account-widget: use the self->priv pattern | Guillaume Desmottes | 2011-12-22 | 2 | -326/+287 |
* | properly handle accounts using an external storage | Guillaume Desmottes | 2011-12-22 | 1 | -208/+20 |
* | we can now use the stock close button | Guillaume Desmottes | 2011-12-22 | 1 | -10/+1 |
* | remove old comment | Guillaume Desmottes | 2011-12-22 | 1 | -1/+0 |
* | no need to control the cancel button sensitivity any more | Guillaume Desmottes | 2011-12-22 | 1 | -2/+0 |
* | Don't show the presence twice | Danielle Madeley | 2011-12-22 | 2 | -1/+4 |
* | Add a close signal, emitted by both cancel and apply | Danielle Madeley | 2011-12-22 | 1 | -0/+14 |
* | Begin combining the dialogs | Danielle Madeley | 2011-12-22 | 1 | -2/+3 |
* | coding style fixEMPATHY_3_3_3 | Guillaume Desmottes | 2011-12-20 | 1 | -1/+1 |
* | add empathy_move_to_window_desktop | Guillaume Desmottes | 2011-12-19 | 2 | -0/+120 |
* | Stop passing an EmpathyContact to menu_item_new() fonctions | Guillaume Desmottes | 2011-12-14 | 3 | -152/+64 |
* | individual-menu: export only the methods we need | Guillaume Desmottes | 2011-12-14 | 2 | -33/+41 |
* | remove useless includes of empathy-contact-manager.h | Guillaume Desmottes | 2011-12-14 | 3 | -3/+0 |
* | remove EMPATHY_CONTACT_WIDGET_EDIT_FAVOURITE | Guillaume Desmottes | 2011-12-14 | 2 | -72/+2 |
* | remove unused empathy_contact_edit_dialog_show() | Guillaume Desmottes | 2011-12-14 | 2 | -62/+0 |
* | Show a contact as blocked if *all* is personas are blocked | Guillaume Desmottes | 2011-12-14 | 1 | -4/+7 |
* | individual_menu_add_personas: add the block menu item, if needed | Guillaume Desmottes | 2011-12-14 | 1 | -0/+22 |
* | remove empathy-contact-menu | Guillaume Desmottes | 2011-12-14 | 3 | -723/+0 |
* | chat: use an EmpathyIndividualMenu | Guillaume Desmottes | 2011-12-14 | 1 | -8/+20 |
* | add EMPATHY_INDIVIDUAL_FEATURE_BLOCK | Guillaume Desmottes | 2011-12-14 | 2 | -0/+216 |
* | remove EMPATHY_INDIVIDUAL_FEATURE_ALL | Guillaume Desmottes | 2011-12-14 | 2 | -2/+0 |
* | individual-menu: allow priv->store to be NULL | Guillaume Desmottes | 2011-12-14 | 1 | -2/+3 |
* | Deal with empathy_create_individual_from_tp_contact() returning NULL | Guillaume Desmottes | 2011-12-14 | 2 | -0/+4 |
* | log-window: update buttons if contact's caps are updated | Guillaume Desmottes | 2011-12-06 | 1 | -1/+22 |
* | factor out do_update_buttons_sensitivity() | Guillaume Desmottes | 2011-12-06 | 1 | -34/+41 |
* | log-window: include empathy-geometry.h | Guillaume Desmottes | 2011-12-05 | 1 | -0/+1 |
* | log-window: save window geometry | Guillaume Desmottes | 2011-12-05 | 1 | -0/+2 |
* | contact-blocking-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-12-02 | 1 | -19/+9 |
* | use the individual edit dialog when pressing F2 | Guillaume Desmottes | 2011-11-30 | 1 | -9/+2 |
* | ui-utils: don't expect that cancellable is not NULL | Guillaume Desmottes | 2011-11-30 | 1 | -2/+3 |
* | groups-widget: use empathy_connection_aggregator_get_all_groups() | Guillaume Desmottes | 2011-11-29 | 1 | -8/+8 |
* | add missing empathy-contact-list.h include | Guillaume Desmottes | 2011-11-28 | 1 | -0/+1 |
* | contact-menu: stop using empathy_contact_manager_get_flags_for_connection() | Guillaume Desmottes | 2011-11-28 | 1 | -15/+4 |
* | Properly update the 'simple' theme | Guillaume Desmottes | 2011-11-25 | 1 | -3/+13 |
* | remove unused variables | Guillaume Desmottes | 2011-11-24 | 1 | -3/+0 |
* | Remove obsolete contact-list-{store,view} | Guillaume Desmottes | 2011-11-24 | 6 | -4116/+0 |
* | chat: use the individual view/store rather than the contact one | Guillaume Desmottes | 2011-11-24 | 1 | -14/+22 |
* | add initial_loading() as a virtual method | Guillaume Desmottes | 2011-11-24 | 4 | -14/+37 |
* | add empathy_individual_store_refresh_individual() as a protected method | Guillaume Desmottes | 2011-11-24 | 3 | -11/+22 |
* | Add individual-store-channel | Guillaume Desmottes | 2011-11-24 | 3 | -0/+397 |
* | add EMPATHY_INDIVIDUAL_FEATURE_ADD_CONTACT | Guillaume Desmottes | 2011-11-24 | 3 | -4/+149 |
* | factor out empathy_create_individual_from_tp_contact() | Guillaume Desmottes | 2011-11-24 | 1 | -20/+3 |
* | Abstract the individual store | Guillaume Desmottes | 2011-11-24 | 7 | -177/+400 |
* | individual-store: expose some attributes and methods as 'protected' | Guillaume Desmottes | 2011-11-24 | 2 | -30/+44 |
* | add empathy-bad-password-dialog | Guillaume Desmottes | 2011-11-23 | 3 | -0/+262 |
* | Abstract EmpathyPasswordDialog to EmpathyBasePasswordDialog | Guillaume Desmottes | 2011-11-23 | 5 | -196/+391 |
* | password-dialog: use self->priv pattern | Guillaume Desmottes | 2011-11-23 | 2 | -68/+68 |
* | fix GTK_BOX casts | Guillaume Desmottes | 2011-11-21 | 1 | -1/+1 |
* | use gtk_box_new() instead of gtk_[h,v]box_new() | Guillaume Desmottes | 2011-11-21 | 11 | -21/+23 |
* | use gtk_paned_new() instead of gtk_hpaned_new() | Guillaume Desmottes | 2011-11-21 | 1 | -1/+2 |
* | use gtk_separator_new() instead of gtk_hseparator_new() | Guillaume Desmottes | 2011-11-21 | 1 | -1/+1 |
* | Use _unref instead of _free _destroy when possible.unref | Xavier Claessens | 2011-11-16 | 12 | -17/+17 |
* | individual-view: don't display menu if empathy_folks_individual_contains_cont... | Guillaume Desmottes | 2011-11-16 | 1 | -0/+4 |
* | individual-view: add an option to disable uninteresting filtering | Guillaume Desmottes | 2011-11-16 | 2 | -24/+76 |
* | individual-widget: display channels list if available | Guillaume Desmottes | 2011-11-16 | 1 | -0/+22 |
* | factor out empathy_contact_info_create_channel_list_label() | Guillaume Desmottes | 2011-11-16 | 3 | -81/+106 |
* | update_weak_contact: use a greater or equal comparaison | Guillaume Desmottes | 2011-11-16 | 1 | -1/+1 |
* | fix separator leak | Guillaume Desmottes | 2011-11-14 | 1 | -0/+2 |
* | don't leak uri returned by g_file_get_uri() | Guillaume Desmottes | 2011-11-14 | 1 | -2/+4 |
* | fix GDate leaks when getting dates from the model | Guillaume Desmottes | 2011-11-14 | 1 | -1/+10 |
* | free GDate leaks when inserting them into the model | Guillaume Desmottes | 2011-11-14 | 1 | -4/+23 |
* | coding style fixes | Guillaume Desmottes | 2011-11-14 | 1 | -1/+1 |
* | empathy_individual_store_remove_individual: use EMPATHY_INDIVIDUAL_STORE_COL_... | Guillaume Desmottes | 2011-11-14 | 1 | -1/+1 |
* | individual-view: remove explicit boolean comparaisons | Guillaume Desmottes | 2011-11-14 | 1 | -10/+10 |
* | individual-store: use self->priv pattern | Guillaume Desmottes | 2011-11-14 | 2 | -169/+100 |
* | individual-widget: factor out add_row() | Guillaume Desmottes | 2011-11-14 | 1 | -14/+22 |
* | details_update_show: skip empty field | Guillaume Desmottes | 2011-11-14 | 1 | -0/+4 |
* | Don't turn on echo cancellation on the sink if it's for raw conferences | Sjoerd Simons | 2011-11-11 | 1 | -3/+8 |
* | Don't turn on echo cancellation on the source if it's for raw conferences | Sjoerd Simons | 2011-11-11 | 2 | -4/+6 |
* | stop using gtk_widget_get_pointer() | Guillaume Desmottes | 2011-11-11 | 2 | -2/+7 |
* | stop using gdk_window_get_pointer() | Guillaume Desmottes | 2011-11-11 | 1 | -1/+1 |
* | doesn't allow to send socket files | Guillaume Desmottes | 2011-11-10 | 1 | -0/+24 |
* | empathy_contact_block_menu_item_new: remove unused EmpathyContactManager | Guillaume Desmottes | 2011-11-09 | 1 | -3/+0 |
* | contact-list-view: use empathy_contact_remove_from_contact_list() | Guillaume Desmottes | 2011-11-08 | 1 | -5/+1 |
* | contact-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-11-08 | 1 | -25/+6 |
* | contact-search-dialog: stop using EmpathyContactManager | Guillaume Desmottes | 2011-11-08 | 1 | -10/+4 |
* | individual dialog: use tp-glib blocking API | Guillaume Desmottes | 2011-11-08 | 1 | -8/+5 |
* | contact-dialogs: use tp-glib blocking API | Guillaume Desmottes | 2011-11-08 | 1 | -19/+14 |
* | contact-menu: use tp-glib blocking API | Guillaume Desmottes | 2011-11-08 | 1 | -16/+14 |
* | Revert "Revert "contact-blocking-dialog: use tp-glib high level blocking API"" | Guillaume Desmottes | 2011-11-08 | 2 | -319/+158 |
* | contact-chooser: fix TpfPersona leak | Guillaume Desmottes | 2011-11-08 | 1 | -5/+6 |
* | Don't crash when the buffer has length 0 | Danielle Madeley | 2011-11-07 | 1 | -1/+4 |
* | Merge branch 'ui-fixes' | Danielle Madeley | 2011-11-05 | 1 | -0/+6 |
|\ |
|
| * | dialpad-widget: make grid rows/columns homogeneous | Danielle Madeley | 2011-11-04 | 1 | -0/+2 |
| * | dialpad-widget: ensure able to show with gtk_widget_show() | Danielle Madeley | 2011-11-04 | 1 | -0/+4 |
* | | Fix crash when opening GOA facebook account settings | Xavier Claessens | 2011-11-04 | 1 | -1/+1 |
|/ |
|
* | Fix set-but-not-used build warning | Xavier Claessens | 2011-11-02 | 1 | -2/+2 |
* | Revert "contact-blocking-dialog: use tp-glib high level blocking API" | Guillaume Desmottes | 2011-11-02 | 2 | -158/+319 |
* | contact-blocking-dialog: use tp-glib high level blocking API | Guillaume Desmottes | 2011-11-02 | 2 | -319/+158 |
* | contact-blocking-dialog: split COL_* enums | Guillaume Desmottes | 2011-11-02 | 1 | -15/+21 |
* | individual-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -11/+11 |
* | dialpad-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 1 | -5/+5 |
* | contact-widget: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 2 | -81/+57 |
* | account-widget-*: port to GtkGrid | Guillaume Desmottes | 2011-11-01 | 13 | -483/+126 |
* | coding style fix | Guillaume Desmottes | 2011-11-01 | 1 | -2/+2 |
* | empathy_account_chooser_set_account: select account later if not ready yet | Guillaume Desmottes | 2011-10-28 | 2 | -34/+28 |
* | account-chooser: factor out select_account() | Guillaume Desmottes | 2011-10-28 | 1 | -11/+18 |
* | add empathy_contact_chooser_show_tree_view() | Guillaume Desmottes | 2011-10-28 | 2 | -5/+16 |
* | refilter if the TpConnection of a TpAccount is changed | Guillaume Desmottes | 2011-10-27 | 1 | -0/+16 |
* | factor out update_account() | Guillaume Desmottes | 2011-10-27 | 1 | -3/+13 |
* | account-chooser: make sure that TP_ACCOUNT_FEATURE_CONNECTION and TP_CONNECTI... | Guillaume Desmottes | 2011-10-27 | 1 | -0/+10 |
* | log-window: use empathy_account_chooser_refilter() | Guillaume Desmottes | 2011-10-27 | 1 | -6/+6 |
* | factor out empathy_account_chooser_refilter() | Guillaume Desmottes | 2011-10-27 | 2 | -5/+13 |
* | move pre-defined filter at the end of the files | Guillaume Desmottes | 2011-10-27 | 2 | -28/+32 |
* | account-chooser: replace finalize by dispose | Guillaume Desmottes | 2011-10-27 | 1 | -5/+5 |
* | account-chooser: use tp_g_signal_connect_object() | Guillaume Desmottes | 2011-10-27 | 1 | -12/+5 |
* | account-chooser: use self->priv pattern | Guillaume Desmottes | 2011-10-27 | 2 | -75/+39 |
* | inline account_chooser_setup() | Guillaume Desmottes | 2011-10-27 | 1 | -136/+129 |
* | move down empathy_account_chooser_class_init() | Guillaume Desmottes | 2011-10-27 | 1 | -46/+36 |
* | account-chooser: port to new coding style | Guillaume Desmottes | 2011-10-27 | 2 | -715/+740 |
* | contact-chooser: refilter when the tmp contacts change capabilities | Danielle Madeley | 2011-10-26 | 1 | -0/+12 |
* | use g_unichar_fully_decompose instead of g_unicode_canonical_decomposition | Guillaume Desmottes | 2011-10-25 | 1 | -8/+1 |
* | use g_format_size instead of g_format_size_for_display | Guillaume Desmottes | 2011-10-25 | 1 | -2/+2 |
* | [presence-chooser] Set status message as the tooltip | Jovanka Gulicoska | 2011-10-25 | 1 | -4/+8 |
* | theme-adium: escape the name in actions as well | Guillaume Desmottes | 2011-10-24 | 1 | -3/+3 |
* | ensure that contact_list_store_contact_active_cb isn't called after the store... | Guillaume Desmottes | 2011-10-24 | 1 | -5/+38 |
* | contact_list_store_dispose: unset the timer ids | Guillaume Desmottes | 2011-10-24 | 1 | -1/+3 |
* | Port contact-widget to contactinfo-utils | Danielle Madeley | 2011-10-21 | 3 | -132/+58 |
* | Incorporate updates from empathy-contact-widget into contactinfo-utils | Danielle Madeley | 2011-10-21 | 3 | -15/+72 |
* | Move empathy-contactinfo-utils to libempathy-gtk | Danielle Madeley | 2011-10-21 | 4 | -1/+229 |
* | Port individual-widget to contactinfo-utils | Danielle Madeley | 2011-10-21 | 1 | -64/+17 |
* | [contact-chooser] Don't reselect the first match if something else is selected | Danielle Madeley | 2011-10-20 | 1 | -2/+5 |
* | [contact-chooser] Move the selection up/down without defocusing the entry | Danielle Madeley | 2011-10-20 | 1 | -0/+56 |
* | [contact-chooser] emit 'activate' on 'row-activated' as well | Danielle Madeley | 2011-10-20 | 1 | -0/+11 |
* | Swap SMS and Text buttons | Danielle Madeley | 2011-10-20 | 1 | -4/+4 |
* | Fix extra buttons in new-call/message dialogs | Danielle Madeley | 2011-10-20 | 2 | -2/+4 |
* | Remove contact-selector-dialog | Danielle Madeley | 2011-10-20 | 4 | -751/+0 |
* | Scroll dialpad entry right as more characters are inserted. | Danielle Madeley | 2011-10-19 | 1 | -0/+1 |
* | Move dialpad into a widget of its own | Danielle Madeley | 2011-10-19 | 5 | -107/+246 |
* | theme_adium_append_message: escape alias before displaying it | Guillaume Desmottes | 2011-10-19 | 1 | -2/+5 |
* | empathy_new_message_dialog_response: initialize contact | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
* | empathy_new_message_dialog_response: initialize individual | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
* | new-call-dialog: use the self->priv pattern | Guillaume Desmottes | 2011-10-18 | 2 | -32/+31 |
* | new-message-dialog: port to EmpathyContactChooser | Guillaume Desmottes | 2011-10-18 | 2 | -126/+137 |
* | new-call-dialog: port to EmpathyContactChooser | Guillaume Desmottes | 2011-10-18 | 2 | -99/+121 |
* | factor out empathy_individual_can_audio_video_call() | Guillaume Desmottes | 2011-10-18 | 1 | -53/+4 |
* | new-call-dialog: fix typo in comment | Guillaume Desmottes | 2011-10-18 | 1 | -1/+1 |
* | contact-chooser: add 'activate' signal | Guillaume Desmottes | 2011-10-18 | 1 | -0/+19 |
* | contact-chooser: when searching, make sure that the first matching item is se... | Guillaume Desmottes | 2011-10-18 | 1 | -0/+3 |
* | add empathy_individual_view_select_first() | Guillaume Desmottes | 2011-10-18 | 2 | -0/+19 |
* | contact-list-store: stop tracking favourite contacts | Guillaume Desmottes | 2011-10-15 | 1 | -26/+0 |
* | contact-list-store: remove 'fake group' code | Guillaume Desmottes | 2011-10-15 | 3 | -128/+1 |
* | remove unused EMPATHY_CONTACT_FEATURE_FAVOURITE | Guillaume Desmottes | 2011-10-15 | 2 | -51/+1 |
* | adium themes: crash less hard when Template.html is missing | Will Thompson | 2011-10-15 | 1 | -1/+9 |
* | TpChat: hide guts of Telepathy properties. | Will Thompson | 2011-10-15 | 1 | -43/+25 |
* | Merge remote-tracking branch 'pochu/error-dialog' | Danielle Madeley | 2011-10-14 | 3 | -5/+88 |
|\ |
|
| * | Set a parent for the error dialog | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -5/+8 |
| * | NewMessageDialog: show an error if starting the channel fails | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -2/+77 |
| * | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 3 | -5/+10 |
* | | Merge remote-tracking branch 'pochu/misc-fixes' | Danielle Madeley | 2011-10-14 | 2 | -0/+5 |
|\ \ |
|
| * | | Display an accurate error when not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+2 |
| * | | Cope with gtk_icon_theme_lookup_icon returning NULL | Sjoerd Simons | 2011-09-05 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch: 'Add top-up link to chat text when there is insufficient credit' | Danielle Madeley | 2011-10-14 | 4 | -3/+78 |
|\ \ |
|
| * | | EmpathyChat: add a 'Top up' link when there's not enough credit | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+47 |
| * | | EmpathyThemeAdium: implement append_event_markup | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -0/+9 |
| * | | Add empathy_chat_view_append_event_markup | Emilio Pozuelo Monfort | 2011-09-05 | 2 | -0/+22 |
| |/ |
|
* | | contact-blocking-dialog: make debug more useful | Guillaume Desmottes | 2011-10-13 | 1 | -12/+21 |
* | | Use default variant if we can't find any variants | Guillaume Desmottes | 2011-10-12 | 1 | -1/+4 |
* | | remove empathy-contact-selector | Guillaume Desmottes | 2011-10-09 | 3 | -550/+0 |
* | | contact-chooser: add API to hide the search entry | Guillaume Desmottes | 2011-10-09 | 2 | -5/+15 |
* | | individual-widget: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+10 |
* | | contact-selector-dialog: use GtkGrid instead of GtkTable | Guillaume Desmottes | 2011-09-29 | 2 | -17/+16 |
* | | empathy-contact-selector-dialog.ui: load/save in Glade | Guillaume Desmottes | 2011-09-29 | 1 | -3/+5 |
* | | Use new GOA desktop file | Guillaume Desmottes | 2011-09-29 | 1 | -2/+3 |
* | | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 14 | -45/+19 |
* | | pass to proper user action time when requesting an outgoing FT | Guillaume Desmottes | 2011-09-27 | 1 | -1/+2 |
* | | e-account-widget-irc: Use a GtkGrid to fix label wrapping | Xavier Claessens | 2011-09-26 | 2 | -52/+49 |
* | | Add /inspector command to show webkit inspector | Xavier Claessens | 2011-09-26 | 3 | -0/+28 |
* | | Don't try to request a Call channel if built without Call support | Guillaume Desmottes | 2011-09-26 | 1 | -0/+35 |
* | | Factor out call_new_with_streams() | Guillaume Desmottes | 2011-09-26 | 1 | -5/+22 |
* | | contact-widget: left align status label | Guillaume Desmottes | 2011-09-26 | 1 | -0/+1 |
* | | glade: move IRC's expander to the vbox instead of the table | Xavier Claessens | 2011-09-23 | 1 | -130/+168 |
* | | Glade: GtkGrid does not have n-rows and n-columns properties as GtkTable | Xavier Claessens | 2011-09-23 | 1 | -9/+0 |
* | | Glade: fix sizing in SIP accounts widget | Xavier Claessens | 2011-09-23 | 1 | -1/+2 |
* | | e-account-widget-jabber: Use GtkGrid instead of GtkTable | Xavier Claessens | 2011-09-22 | 1 | -55/+71 |
* | | e-account-widget-jabber: fix sizing issues | Diego Escalante Urrelo | 2011-09-22 | 1 | -347/+381 |
* | | log-window: improve icons in the search entry | Cosimo Cecchi | 2011-09-20 | 1 | -4/+23 |
* | | coding style fixEMPATHY_3_1_92 | Guillaume Desmottes | 2011-09-19 | 1 | -1/+1 |
* | | Use always-writeable and writeable-properties for alias and groups | Raul Gutierrez Segales | 2011-09-19 | 1 | -2/+3 |
* | | EmpathyChat: Set slider position after a timeout | Xavier Claessens | 2011-09-19 | 1 | -16/+29 |
* | | Use tp_proxy_prepare_async instead of tp_account_manager_prepare_async | Guillaume Desmottes | 2011-09-19 | 6 | -14/+14 |
* | | avatar-chooser: disable 'take picture' button if there is no camera connected | Guillaume Desmottes | 2011-09-16 | 1 | -1/+16 |
* | | avatar-chooser: split creation of the file chooser dialog | Guillaume Desmottes | 2011-09-16 | 1 | -11/+12 |
* | | log-window: fix translators comment | Guillaume Desmottes | 2011-09-15 | 1 | -3/+2 |
* | | log-window: properly translate duration strings | Guillaume Desmottes | 2011-09-15 | 1 | -3/+14 |
* | | Remove unused variables [-Werror=unused-but-set-variable] | Alban Crequy | 2011-09-15 | 2 | -4/+0 |
* | | contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ... | Guillaume Desmottes | 2011-09-15 | 1 | -59/+20 |
* | | individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cache | Guillaume Desmottes | 2011-09-15 | 1 | -64/+21 |
* | | individual-widget: use GtkGrid instead of GtkTable internally | Cosimo Cecchi | 2011-09-13 | 1 | -125/+118 |
* | | AccountChooser: don't return garbage from _set_account | Will Thompson | 2011-09-13 | 1 | -0/+1 |
* | | theme-adium: ensure we always use the same color when sending messages | Guillaume Desmottes | 2011-09-13 | 1 | -4/+10 |
* | | rename text/{persona,individual}-id as they are not standard | Guillaume Desmottes | 2011-09-13 | 3 | -8/+8 |
* | | Because we like whales | Xavier Claessens | 2011-09-09 | 1 | -2/+43 |
* | | individual_store_remove_individual: ensure that the store stays alive during ... | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
* | | contact_list_store_remove_contact: ensure that the store stays alive during t... | Guillaume Desmottes | 2011-09-09 | 1 | -0/+7 |
* | | log-window: sort "Who" list store alphabetically | Jussi Kukkonen | 2011-09-08 | 1 | -11/+27 |
* | | ContactSelector: mark standard action as the default. | Will Thompson | 2011-09-07 | 1 | -16/+5 |
* | | individual-store: use Folks directly to watch is-favourite changes | Guillaume Desmottes | 2011-09-07 | 1 | -20/+18 |
* | | Support launching GNOME Online Accounts in empathy-accounts | Danielle Madeley | 2011-09-06 | 1 | -7/+65 |
* | | log-window: add the "raised" style class to the account chooser | Cosimo Cecchi | 2011-09-03 | 1 | -0/+3 |
|/ |
|
* | Use format-justify-fill everywhere | Emilio Pozuelo Monfort | 2011-09-02 | 1 | -2/+2 |
* | LogWindow: fix toolbar icons | Emilio Pozuelo Monfort | 2011-09-02 | 1 | -2/+2 |
* | log-window: align the account chooser and search widget | Guillaume Desmottes | 2011-09-02 | 1 | -0/+26 |
* | Fixes a segfault in empathy-individual-store.c | Cosimo Alfarano | 2011-09-02 | 1 | -0/+8 |
* | Merge branch 'timezones-656189' | Danielle Madeley | 2011-09-01 | 1 | -3/+3 |
|\ |
|
| * | Use g_date_time_new_from_unix_local() to read timestamps from logger | Danielle Madeley | 2011-08-31 | 1 | -3/+3 |
* | | Correct grouping in the hostname regexp | Sjoerd Simons | 2011-08-31 | 1 | -3/+4 |
|/ |
|
* | coding style fixEMPATHY_3_1_90 | Guillaume Desmottes | 2011-08-29 | 2 | -3/+3 |
* | Merge branch 'account-widget-657616' | Guillaume Desmottes | 2011-08-29 | 1 | -0/+10 |
|\ |
|
| * | account-widget-local-xmpp: put all the labels in a GtkSizeGroup | Guillaume Desmottes | 2011-08-29 | 1 | -0/+10 |
* | | contact list: optimize loading contacts | Alban Crequy | 2011-08-29 | 2 | -194/+220 |
|/ |
|
* | contact-widget: use the day-selected sig to update birthday | Guillaume Desmottes | 2011-08-29 | 1 | -1/+1 |
* | Allow to call phone number of contacts | Guillaume Desmottes | 2011-08-29 | 2 | -1/+209 |
* | add EmpathyAccountSelectorDialog | Guillaume Desmottes | 2011-08-29 | 3 | -0/+268 |
* | Don't leak FDs when loading avatars. | Will Thompson | 2011-08-26 | 1 | -5/+5 |
* | Move the 'Show previous conversation' menu entry | Guillaume Desmottes | 2011-08-26 | 2 | -15/+15 |
* | Fix unclear string in avatar chooser | Milo Casagrande | 2011-08-26 | 1 | -1/+1 |
* | account-widget-sip: add option to mark account as being able to call phones | Guillaume Desmottes | 2011-08-24 | 2 | -1/+40 |
* | widget-sip: load/save file in Glade | Guillaume Desmottes | 2011-08-24 | 1 | -18/+73 |
* | account-widget: add empathy_account_widget_get_settings() | Guillaume Desmottes | 2011-08-24 | 2 | -0/+11 |
* | libempathy-gtk: Explicitly close the input stream used for reading avatars | Philip Withnall | 2011-08-24 | 1 | -0/+20 |
* | Merge branch 'search-bar' | Jonny Lamb | 2011-08-23 | 1 | -16/+27 |
|\ |
|
| * | search-bar: shorten labels to just Next & Previous | Jonny Lamb | 2011-08-22 | 1 | -3/+6 |
| * | search-bar: use smaller icons | Jonny Lamb | 2011-08-22 | 1 | -1/+1 |
| * | search-bar: make close button non-important stock gtk-close | Jonny Lamb | 2011-08-22 | 1 | -3/+2 |
| * | search-bar: move close button to RHS | Jonny Lamb | 2011-08-22 | 1 | -12/+21 |
* | | widget-irc: quit message entry shouldn't be invisible | Guillaume Desmottes | 2011-08-23 | 1 | -3/+0 |
|/ |
|
* | Don't assume that all FolksIndividuals have a corresponding EmpathyContact. | Travis Reitter | 2011-08-22 | 2 | -17/+25 |
* | Don't assume that all TpfPersonas contain valid TpContacts | Travis Reitter | 2011-08-22 | 6 | -94/+163 |
* | Hide the request message entry if it can't be used | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -8/+30 |
* | Set the scrolled window shadow type to Etched in | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -0/+2 |
* | Allow to specify the subscription request message | Emilio Pozuelo Monfort | 2011-08-20 | 1 | -3/+34 |
* | contact-chooser: use tp_connection_get_account() | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
* | Merge branch 'trivia' | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
|\ |
|
| * | [log-window] Change Quit for Close | Danielle Madeley | 2011-08-19 | 2 | -5/+5 |
* | | new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPA... | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
* | | new-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL... | Guillaume Desmottes | 2011-08-19 | 1 | -44/+17 |
* | | individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTA... | Guillaume Desmottes | 2011-08-19 | 1 | -61/+35 |
* | | contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_... | Guillaume Desmottes | 2011-08-19 | 1 | -10/+6 |
* | | contact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_A... | Guillaume Desmottes | 2011-08-19 | 1 | -50/+10 |
* | | avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_R... | Guillaume Desmottes | 2011-08-19 | 1 | -5/+1 |
* | | account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL... | Guillaume Desmottes | 2011-08-19 | 1 | -44/+11 |
|/ |
|
* | Port to new tp-glib client factory | Guillaume Desmottes | 2011-08-18 | 2 | -17/+13 |
* | Merge branch 'log-window-webview' | Danielle Madeley | 2011-08-18 | 7 | -429/+713 |
|\ |
|
| * | Use context menu utility in log viewer | Danielle Madeley | 2011-08-17 | 1 | -5/+25 |
| * | Factor out WebKit context menu as a utility | Danielle Madeley | 2011-08-17 | 3 | -118/+145 |
| * | Allow clicking on a row to select the contact | Danielle Madeley | 2011-08-16 | 1 | -29/+83 |