| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-12-17 | 1 | -166/+194 |
* | | | password-dialog: make OK insensitive unless there's a password set | Jonny Lamb | 2010-12-17 | 1 | -5/+12 |
* | | | Make empathy-persona-view include empathy-ui-utils | Sjoerd Simons | 2010-12-17 | 1 | -0/+1 |
* | | | Updated Spanish translation | Daniel Mustieles | 2010-12-16 | 1 | -166/+206 |
* | | | Merge branch 'gtk-style-636654' | Guillaume Desmottes | 2010-12-16 | 10 | -56/+65 |
|\ \ \ |
|
| * | | | depends on GTK+ 2.91.6 as we use the new style API | Guillaume Desmottes | 2010-12-15 | 1 | -1/+1 |
| * | | | remove useless paranthesis | Guillaume Desmottes | 2010-12-15 | 1 | -3/+3 |
| * | | | persona-view: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -11/+10 |
| * | | | individual-view: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -11/+10 |
| * | | | contact-list-view: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -10/+9 |
| * | | | factor out empathy_make_color_whiter() | Guillaume Desmottes | 2010-12-15 | 3 | -4/+14 |
| * | | | account-widget: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -12/+16 |
| * | | | status-preset-dialog: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -4/+4 |
| * | | | chat-text-view: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -1/+1 |
| * | | | video-widget: use new GTK+ style API (#636500) | Guillaume Desmottes | 2010-12-15 | 1 | -6/+4 |
* | | | | use tp_account_get_path_suffix() | Guillaume Desmottes | 2010-12-15 | 1 | -4/+1 |
* | | | | show the account UI even if the selected account doesn't exist | Guillaume Desmottes | 2010-12-15 | 1 | -0/+2 |
* | | | | always set account_manager_prepared | Guillaume Desmottes | 2010-12-15 | 1 | -1/+2 |
* | | | | get the value of selected_account_name in the callback (#637307) | Guillaume Desmottes | 2010-12-15 | 1 | -4/+3 |
* | | | | empathy-accounts: no need to get argv, we don't use it | Guillaume Desmottes | 2010-12-15 | 1 | -7/+0 |
|/ / / |
|
* | | | password-dialog: destroy the dialog if the handler is invalidated | Jonny Lamb | 2010-12-15 | 1 | -0/+11 |
* | | | keyring: change display name for passwords to be more human-readable | Jonny Lamb | 2010-12-15 | 1 | -1/+2 |
* | | | server-sasl-handler: add more debugging and only call Close in Status_Succeeded | Jonny Lamb | 2010-12-15 | 1 | -1/+5 |
* | | | Merge branch 'sasl-gui' | Jonny Lamb | 2010-12-15 | 21 | -138/+1161 |
|\ \ \ |
|
| * | | | main-window: s/Cancel/Disconnect/ when not giving a password | Jonny Lamb | 2010-12-15 | 1 | -1/+1 |
| * | | | main-window: don't use _full functions where not necessary | Jonny Lamb | 2010-12-15 | 1 | -4/+1 |
| * | | | main-window: document what the key and value types are for hash tables | Jonny Lamb | 2010-12-15 | 1 | -0/+4 |
| * | | | event-manager: use tp_clear_object | Jonny Lamb | 2010-12-15 | 1 | -9/+2 |
| * | | | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 2010-12-15 | 1 | -0/+6 |
| * | | | account-settings: use tp_clear_object in dispose | Jonny Lamb | 2010-12-15 | 1 | -19/+5 |
| * | | | configure: depend on the newest tp-glib for the new auth types stuff | Jonny Lamb | 2010-12-13 | 1 | -1/+1 |
| * | | | account-widget: add Remember Password widgets for all the other protocols | Jonny Lamb | 2010-12-10 | 7 | -24/+281 |
| * | | | account-widget: only show Remember Password ticky box if the CM supports SASL | Jonny Lamb | 2010-12-10 | 1 | -1/+7 |
| * | | | account-settings: add _supports_sasl function | Jonny Lamb | 2010-12-10 | 2 | -0/+10 |
| * | | | account-settings: don't block notify::ready on getting a password | Jonny Lamb | 2010-12-10 | 2 | -6/+55 |
| * | | | status-icon: blink when we get a password request | Jonny Lamb | 2010-12-10 | 2 | -5/+6 |
| * | | | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 2010-12-10 | 3 | -57/+229 |
| * | | | main-window: display an info bar approving or rejecting the auth channel | Jonny Lamb | 2010-12-10 | 2 | -1/+161 |
| * | | | notifications-approver: don't show notifications for auth events | Jonny Lamb | 2010-12-10 | 1 | -0/+10 |
| * | | | event-manager: become an approver for auth channels | Jonny Lamb | 2010-12-10 | 2 | -6/+85 |
| * | | | event-manager: add the account to the EmpathyEvent struct | Jonny Lamb | 2010-12-10 | 2 | -13/+23 |
| * | | | account-widget: handle the remember password widget with the simple widget | Jonny Lamb | 2010-12-10 | 2 | -13/+57 |
| * | | | account-settings: don't call TpAccount functions if we've not created it yet | Jonny Lamb | 2010-12-08 | 1 | -3/+9 |
| * | | | password-dialog: re-enable showing the Remember password check button | Jonny Lamb | 2010-12-08 | 1 | -7/+0 |
| * | | | account-widget: hook up the remember password toggle button | Jonny Lamb | 2010-12-08 | 1 | -0/+38 |
| * | | | account-settings: add support for saving the password in the keyring ourselves | Jonny Lamb | 2010-12-08 | 1 | -3/+161 |
| * | | | account-settings: store the TpProtocol object and notify::ready when it's pre... | Jonny Lamb | 2010-12-08 | 1 | -3/+47 |
* | | | | remove released flag | Guillaume Desmottes | 2010-12-14 | 1 | -1/+1 |
* | | | | prepare 2.91.3.1EMPATHY_2_91_3_1 | Guillaume Desmottes | 2010-12-14 | 2 | -2/+42 |
* | | | | Updated Hebrew translation. | Yaron Shahrabani | 2010-12-14 | 1 | -65/+74 |
* | | | | Bug 637097 — Port to latest folks API changes | Philip Withnall | 2010-12-14 | 10 | -52/+68 |
* | | | | Compile with --without-ca-file | Will Thompson | 2010-12-13 | 1 | -0/+2 |
* | | | | Prevent premature finalisation of an EmpathyPersonaStore in certain cases | Philip Withnall | 2010-12-13 | 1 | -0/+7 |
* | | | | Bug 631096 — Should not mention "meta contacts" in UI | Philip Withnall | 2010-12-13 | 2 | -7/+11 |
* | | | | Bug 636700 — Add an extra warning when deleting a metacontact | Philip Withnall | 2010-12-13 | 1 | -4/+37 |
* | | | | remove released flag accidentally set in previous commit | Guillaume Desmottes | 2010-12-13 | 1 | -1/+1 |
* | | | | main-window: add a tooltip on connection error info bars (#626507) | Robert Sajdok | 2010-12-13 | 2 | -1/+2 |
* | | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-12-13 | 1 | -207/+225 |
* | | | | Update British English translation | Philip Withnall | 2010-12-12 | 1 | -584/+672 |
* | | | | Updated Slovenian translation | Matej Urbančič | 2010-12-12 | 1 | -273/+291 |
* | | | | Updated Spanish translation | Daniel Mustieles | 2010-12-11 | 1 | -205/+221 |
* | | | | Updated Galician translations | Fran Diéguez | 2010-12-11 | 1 | -226/+242 |
* | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-12-09 | 2 | -850/+960 |
|/ / / |
|
* | | | empathy_subscription_dialog_show: show contact details | Guillaume Desmottes | 2010-12-07 | 1 | -1/+2 |
* | | | Updated Hebrew translation. | Yaron Shahrabani | 2010-12-07 | 1 | -202/+218 |
* | | | Remove Ovi chat profile | Guillaume Desmottes | 2010-12-07 | 4 | -156/+0 |
* | | | add services_infos containing infos regarding services | Guillaume Desmottes | 2010-12-07 | 1 | -21/+24 |
* | | | hide jabber example by default so we just have to show the one we want | Guillaume Desmottes | 2010-12-07 | 2 | -6/+4 |
* | | | account_widget_get_service: check Service for Facebook and GTalk too | Guillaume Desmottes | 2010-12-07 | 1 | -6/+11 |
* | | | empathy_account_widget_get_default_display_name: special case Ovi as well | Guillaume Desmottes | 2010-12-07 | 1 | -0/+8 |
* | | | more use of account_widget_get_service() | Guillaume Desmottes | 2010-12-07 | 1 | -30/+4 |
* | | | add account_widget_get_service() and an enum to represent services | Guillaume Desmottes | 2010-12-07 | 1 | -13/+40 |
* | | | add account widget for Ovi | Guillaume Desmottes | 2010-12-07 | 2 | -3/+149 |
* | | | account-widget: generalise facebook suffix code | Guillaume Desmottes | 2010-12-07 | 1 | -15/+31 |
* | | | add Ovi chat profile (#630146) | Guillaume Desmottes | 2010-12-07 | 2 | -0/+16 |
* | | | Merge branch 'sasl' | Jonny Lamb | 2010-12-07 | 15 | -15/+1431 |
|\ \ \ |
|
| * | | | server-sasl-handler: shorten very long lines | Jonny Lamb | 2010-12-07 | 1 | -4/+4 |
| * | | | server-sasl-handler: stop using GET_PRIV | Jonny Lamb | 2010-12-07 | 1 | -18/+15 |
| * | | | password-dialog: stop using GET_PRIV | Jonny Lamb | 2010-12-07 | 1 | -9/+7 |
| * | | | password-dialog: small style change to please make check | Jonny Lamb | 2010-12-07 | 1 | -2/+2 |
| * | | | po: add password-dialog to POTFILES.in | Jonny Lamb | 2010-12-07 | 1 | -0/+1 |
| * | | | keyring: change schema to be incompatible with current MC | Jonny Lamb | 2010-12-07 | 1 | -9/+9 |
| * | | | password-dialog: center the dialog | Jonny Lamb | 2010-12-06 | 1 | -0/+2 |
| * | | | password-dialog: don't display "Remember password" for now | Jonny Lamb | 2010-12-06 | 1 | -0/+7 |
| * | | | server-sasl-handler: handle invalid SASL statuses | Jonny Lamb | 2010-12-06 | 1 | -0/+7 |
| * | | | keyring: allow set and delete password to have NULL callbacks | Jonny Lamb | 2010-12-06 | 1 | -2/+0 |
| * | | | keyring: add a delete_password function | Jonny Lamb | 2010-12-06 | 2 | -0/+102 |
| * | | | server-sasl-handler: save the password if requested | Jonny Lamb | 2010-12-06 | 1 | -1/+21 |
| * | | | keyring: add set_password_{async,finish} functions | Jonny Lamb | 2010-12-06 | 2 | -6/+87 |
| * | | | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2010-12-06 | 4 | -23/+193 |
| * | | | keyring: add simple keyring helper | Jonny Lamb | 2010-12-06 | 3 | -0/+154 |
| * | | | auth-client: move the password dialog into a new file | Jonny Lamb | 2010-12-03 | 4 | -176/+390 |
| * | | | auth-client: grab the keyboard focus when popping up the password dialog | Jonny Lamb | 2010-12-03 | 1 | -0/+73 |
| * | | | auth-client: improve the password request dialog | Jonny Lamb | 2010-12-03 | 3 | -13/+74 |
| * | | | server-sasl-handler: add an account property | Jonny Lamb | 2010-12-03 | 3 | -4/+38 |
| * | | | auth-client: listen for new sasl handlers and pop up a password dialog | Jonny Lamb | 2010-12-01 | 1 | -2/+69 |
| * | | | auth-factory: create ServerSASLHandlers and signal them appearing | Jonny Lamb | 2010-12-01 | 1 | -12/+78 |
| * | | | server-sasl-handler: added | Jonny Lamb | 2010-12-01 | 3 | -0/+337 |
| * | | | auth-factory: add EmpathyAuthFactory::new-server-sasl-handler | Jonny Lamb | 2010-12-01 | 1 | -0/+10 |
| * | | | auth-factory: also handle auth channels | Jonny Lamb | 2010-12-01 | 2 | -1/+16 |
| * | | | debug: add SASL debug flag and key | Jonny Lamb | 2010-12-01 | 2 | -0/+2 |
| * | | | configure: depend on tp-glib >= 0.13.7 for tp-glib codegen | Jonny Lamb | 2010-12-01 | 1 | -1/+1 |
* | | | | Point to #empathy instead of #telepathy | Emilio Pozuelo Monfort | 2010-12-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Fix uninitialized use of a variable | Sjoerd Simons | 2010-12-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | gdk_x11_drawable_get_xdisplay() has been renamed, so let's use the specific m... | Guillaume Desmottes | 2010-12-03 | 1 | -1/+1 |
* | | chatroom-mamanger: monitor for file changes (#636360) | Guillaume Desmottes | 2010-12-03 | 1 | -13/+74 |
* | | Fix another article | Gabor Kelemen | 2010-12-03 | 1 | -1/+1 |
* | | Fix article | Gabor Kelemen | 2010-12-03 | 1 | -1/+1 |
* | | rename unused empathy_chatroom_manager_chat_handled() | Guillaume Desmottes | 2010-12-02 | 2 | -37/+0 |
* | | chatroom-manager: use a room channel Observer (#636202) | Guillaume Desmottes | 2010-12-02 | 1 | -0/+107 |
* | | chat-manager: stop telling the chat mgr about handled rooms | Guillaume Desmottes | 2010-12-02 | 1 | -18/+0 |
* | | remove empathy_chatroom_manager_get_count() | Guillaume Desmottes | 2010-12-02 | 2 | -31/+0 |
* | | chatroom-manager: unify coding style | Guillaume Desmottes | 2010-12-02 | 2 | -289/+304 |
* | | Merge branch 'irc-grab-636203' | Guillaume Desmottes | 2010-12-01 | 1 | -2/+11 |
|\ \ |
|
| * | | Check if apply button has a top level window before calling gtk_widget_grab_d... | Guillaume Desmottes | 2010-12-01 | 1 | -2/+11 |
| |/ |
|
* / | tp-contact-factory: request avatar feature | Guillaume Desmottes | 2010-12-01 | 1 | -0/+1 |
|/ |
|
* | empathy-spell: implement _get_enabled_language_codes with --disable-spell | Jonny Lamb | 2010-12-01 | 1 | -0/+7 |
* | empathy-spell: updated _get_suggestions disabled implementation | Jonny Lamb | 2010-12-01 | 1 | -1/+2 |
* | update copyrights | Guillaume Desmottes | 2010-11-30 | 2 | -2/+2 |
* | remove old defines | Guillaume Desmottes | 2010-11-30 | 1 | -3/+0 |
* | chat-window: don't display notifications for pending messages (#635513) | Guillaume Desmottes | 2010-11-30 | 1 | -1/+5 |
* | EmpathyChat::new-message: tell if the message is a pending one or not | Guillaume Desmottes | 2010-11-30 | 2 | -6/+11 |
* | Stop calling gtk_menu_detach() | Guillaume Desmottes | 2010-11-30 | 2 | -6/+0 |
* | empathy_sound_manager_dup_singleton: add G_LIKELY | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | fix typo in comment | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | sound-manager: update copyright | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | sound-manager: cache the sound GSettings | Guillaume Desmottes | 2010-11-30 | 1 | -24/+15 |
* | sound-manager: move repeating_sounds to EmpathySoundManagerPrivate | Guillaume Desmottes | 2010-11-30 | 1 | -62/+75 |
* | move sound functions to EmpathySoundManager methods | Guillaume Desmottes | 2010-11-30 | 6 | -32/+85 |
* | add EmpathySoundManager stub object (#636067) | Guillaume Desmottes | 2010-11-30 | 2 | -0/+60 |
* | move empathy-sound to empathy-sound-manager | Guillaume Desmottes | 2010-11-30 | 8 | -25/+25 |
* | remove released flag | Guillaume Desmottes | 2010-11-30 | 1 | -1/+1 |
* | add empathy-notifications-approver.c to POTFILES.inEMPATHY_2_91_3 | Guillaume Desmottes | 2010-11-30 | 1 | -0/+1 |
* | prepare 2.91.3 release | Guillaume Desmottes | 2010-11-30 | 2 | -2/+62 |
* | event-manager: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -11/+7 |
* | event-manager: cache the notifications GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -4/+8 |
* | theme_adium_parse_body: use the cache GSettings chat | Guillaume Desmottes | 2010-11-29 | 1 | -6/+6 |
* | notify-manager: cache the notification GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -15/+12 |
* | avatar-chooser: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -7/+7 |
* | chat-text-view: cache the chat GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -5/+5 |
* | empathy-chat-text-view: rename gsettings to gsettings_desktop | Guillaume Desmottes | 2010-11-29 | 1 | -5/+6 |
* | chat-window: cache the UI GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -4/+4 |
* | chat-window: cache the notifications GSettings | Guillaume Desmottes | 2010-11-29 | 1 | -6/+4 |
* | fix typo | Guillaume Desmottes | 2010-11-29 | 1 | -1/+1 |
* | Initialize libnotify properly to prevent crashes | Sjoerd Simons | 2010-11-28 | 1 | -0/+6 |
* | Debug window: Correct spelling of "misson-control" | Will Thompson | 2010-11-27 | 1 | -1/+1 |
* | Merge remote branch 'glassrose/full_room_menu_never_insensitivated-597043' | Danielle Madeley | 2010-11-26 | 1 | -2/+14 |
|\ |
|
| * | Only the required submenus of 'Room' menu are updated, not the entire menu. | Chandni Verma | 2010-11-26 | 1 | -2/+14 |
* | | Merge branch 'notifications-635500' | Guillaume Desmottes | 2010-11-25 | 5 | -259/+435 |
|\ \ |
|
| * | | Clean up the way we keep references on notifications | Guillaume Desmottes | 2010-11-23 | 1 | -10/+13 |
| * | | use tp_g_signal_connect_object | Guillaume Desmottes | 2010-11-23 | 1 | -6/+6 |
| * | | fix comment | Guillaume Desmottes | 2010-11-23 | 1 | -1/+1 |
| * | | empathy.c: instantiate a EmpathyNotificationsApprover | Guillaume Desmottes | 2010-11-23 | 1 | -0/+6 |
| * | | Move notifications code from status-icon to notifications-approver (#635500) | Guillaume Desmottes | 2010-11-23 | 2 | -259/+260 |
| * | | add EmpathyNotificationsApprover | Guillaume Desmottes | 2010-11-23 | 3 | -0/+166 |
* | | | update for Punjabi by A S Alam | A S Alam | 2010-11-25 | 1 | -321/+380 |
| |/
|/| |
|
* | | properly manage the reference of the pixbuf returned by empathy_pixbuf_avatar... | Guillaume Desmottes | 2010-11-24 | 2 | -2/+6 |
* | | empathy_individual_view_get_group_menu: don't leak the group | Guillaume Desmottes | 2010-11-24 | 1 | -0/+1 |
* | | rename empathy_individual_view_get_selected_group to empathy_individual_view_... | Guillaume Desmottes | 2010-11-24 | 2 | -7/+4 |
* | | log_window_get_messages_for_date: don't leak chat_id and account | Guillaume Desmottes | 2010-11-24 | 1 | -0/+3 |
* | | smiley-manager: clean up memory management of the path | Guillaume Desmottes | 2010-11-24 | 1 | -4/+5 |
* | | empathy_message_from_tpl_log_entry: don't leak receiver and sender | Guillaume Desmottes | 2010-11-24 | 1 | -6/+12 |
* | | chat_log_filter: don't leak EmpathyMessage | Guillaume Desmottes | 2010-11-24 | 1 | -0/+1 |
|/ |
|
* | empathy-av: early return if already activated | Guillaume Desmottes | 2010-11-23 | 1 | -18/+18 |
* | empathy-chat: register the Handler when the app is activated | Guillaume Desmottes | 2010-11-23 | 1 | -9/+15 |
* | empathy-chat: don't use G_APPLICATION_IS_SERVICE | Guillaume Desmottes | 2010-11-23 | 1 | -1/+1 |
* | Fix miss spelling quadrigraphs in the configure.ac file (#635262) | Nishio Futoshi | 2010-11-22 | 1 | -1/+1 |
* | Merge branch 'chat-resize-635022' | Guillaume Desmottes | 2010-11-22 | 1 | -5/+25 |
|\ |
|
| * | chat: add a timer before saving the hpane position | Guillaume Desmottes | 2010-11-18 | 1 | -5/+25 |
* | | Merge remote branch 'glassrose/link_unfocussed_626560' | Danielle Madeley | 2010-11-22 | 1 | -0/+11 |
|\ \ |
|
| * | | Label removed form list of focusable widgets | Chandni Verma | 2010-11-22 | 1 | -0/+11 |
* | | | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-21 | 1 | -180/+184 |
* | | | Updated Tamil translation | Dr.T.Vasudevan | 2010-11-21 | 1 | -2/+1 |
* | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-11-20 | 1 | -300/+342 |
* | | | Added UG translation | Gheyret T.Kenji | 2010-11-20 | 1 | -190/+194 |
* | | | Updated Galician translations | Fran Diéguez | 2010-11-20 | 1 | -104/+108 |
* | | | Updated Spanish translation | Daniel Mustieles | 2010-11-19 | 1 | -108/+112 |
* | | | [l10n] Updated Estonian translation | Ivar Smolin | 2010-11-19 | 1 | -1/+4 |
* | | | individual_avatar_pixbuf_received_cb: don't leak the iters | Guillaume Desmottes | 2010-11-18 | 1 | -0/+2 |
* | | | factor out free_iters | Guillaume Desmottes | 2010-11-18 | 1 | -7/+10 |
* | | | cell_renderer_text_set_property: don't leak client types (#635105) | Guillaume Desmottes | 2010-11-18 | 1 | -0/+1 |
* | | | individual_store_name_sort_func: don't leak names | Guillaume Desmottes | 2010-11-18 | 1 | -0/+2 |
* | | | Updated Tamil translation | Dr.T.Vasudevan | 2010-11-18 | 1 | -1/+4 |
* | | | Updated Tamil translation | Dr.T.Vasudevan | 2010-11-18 | 1 | -544/+632 |
| |/
|/| |
|
* | | set do-lost property on the gstrtpjitterbuffer element | Guillaume Desmottes | 2010-11-18 | 1 | -0/+3 |
* | | remove EMPATHY_CONTACT_LIST_STORE_COL_CLIENT_TYPES | Guillaume Desmottes | 2010-11-18 | 1 | -1/+0 |
* | | Merge branch 'bug-547658' | Emilio Pozuelo Monfort | 2010-11-17 | 11 | -48/+283 |
|\ \ |
|
| * | | Remove spurious comment | Emilio Pozuelo Monfort | 2010-11-17 | 1 | -1/+0 |
| * | | Display the phone next to the status | Emilio Pozuelo Monfort | 2010-11-17 | 3 | -42/+34 |
| * | | Only check for presence in presence-enabled personas 2.0 | Emilio Pozuelo Monfort | 2010-11-16 | 1 | -1/+7 |
| * | | empathy-individual-store: only check for presence in presence-enabled personas | Jonny Lamb | 2010-11-16 | 1 | -1/+7 |
| * | | individual-widget: show a "on a phone" label in the individual view | Jonny Lamb | 2010-11-16 | 4 | -44/+146 |
| * | | contact: enable showing a phone next to contacts who are on phones | Jonny Lamb | 2010-11-16 | 6 | -1/+131 |
* | | | chat-window: cache the 'chat' gsettings | Guillaume Desmottes | 2010-11-17 | 1 | -5/+5 |
| |/
|/| |
|
* | | Merge remote branch 'vminko/fix-634688-v3' | Guillaume Desmottes | 2010-11-16 | 1 | -0/+16 |
|\ \ |
|
| * | | Need to set preferred height of the search bar manually (#634688). | Vitaly Minko | 2010-11-16 | 1 | -0/+16 |
* | | | Merge branch 'desktop-schema-626810' | Guillaume Desmottes | 2010-11-16 | 5 | -54/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix identation | Guillaume Desmottes | 2010-11-16 | 1 | -1/+1 |
| * | | remove gconf dep | Guillaume Desmottes | 2010-11-16 | 1 | -2/+0 |
| * | | accounts-panel: remove gconf bits (#634595) | Guillaume Desmottes | 2010-11-16 | 1 | -9/+0 |
| * | | use gsettings version of the document-font-name key (#626810) | Guillaume Desmottes | 2010-11-16 | 3 | -44/+29 |
| * | | depend on gsettings-desktop-schemas | Guillaume Desmottes | 2010-11-16 | 1 | -0/+1 |
* | | | [l10n] Updated Estonian translation | Ivar Smolin | 2010-11-16 | 1 | -23/+67 |
|/ / |
|
* | | don't set fill on the box containing buttons | Guillaume Desmottes | 2010-11-15 | 1 | -0/+1 |
* | | use gtk_box_pack_start() to pack our widget to the dialog (#634912) | Guillaume Desmottes | 2010-11-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bug-607146' | Emilio Pozuelo Monfort | 2010-11-15 | 1 | -0/+20 |
|\ |
|
| * | Make <Enter> on the account name try to log in | Emilio Pozuelo Monfort | 2010-11-15 | 1 | -0/+20 |
* | | Make ca-certs location configurable (#634197) | Brian Pepple | 2010-11-15 | 2 | -1/+34 |
* | | Merge branch 'trivia' | Guillaume Desmottes | 2010-11-15 | 1 | -0/+3 |
|\ \ |
|
| * | | individual_store_contact_sort: account is not supposed to be NULL | Guillaume Desmottes | 2010-11-15 | 1 | -0/+3 |
* | | | Merge remote branch 'zdra/configure' | Guillaume Desmottes | 2010-11-15 | 6 | -26/+6 |
|\ \ \ |
|
| * | | | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 6 | -26/+6 |
* | | | | Merge branch 'bug-595305' | Emilio Pozuelo Monfort | 2010-11-15 | 2 | -1/+68 |
|\ \ \ \ |
|
| * | | | | Add a close button to Previous Conversations | Emilio Pozuelo Monfort | 2010-11-15 | 2 | -1/+68 |
| | |_|/
| |/| | |
|
* | | | | Updated Galician help translations | Fran Diéguez | 2010-11-15 | 1 | -105/+130 |
* | | | | pofilter fixes for the Finnish translation, update translator-credits | Ville-Pekka Vainio | 2010-11-15 | 1 | -64/+66 |
| |/ /
|/| | |
|
* | | | Updated galician help translations | Fran Diéguez | 2010-11-15 | 1 | -1/+44 |
| |/
|/| |
|
* | | bump folks dep to 0.3.2 | Guillaume Desmottes | 2010-11-15 | 1 | -1/+1 |
* | | Merge remote branch 'pwith/634754-folks-api-changes' | Guillaume Desmottes | 2010-11-15 | 6 | -27/+30 |
|\ \ |
|
| * | | Stop using removed Individual convenience methods from folks | Philip Withnall | 2010-11-13 | 6 | -27/+30 |
* | | | Merge remote branch 'vminko/fix-633481-v2' | Guillaume Desmottes | 2010-11-15 | 10 | -102/+307 |
|\ \ \ |
|
| * | | | Make AccountChooser-related code simpler and clearer (re #633481). | Vitaly Minko | 2010-11-12 | 3 | -66/+37 |
| * | | | Make AccountChooser filters asynchronous to let them handle newly connected a... | Vitaly Minko | 2010-11-11 | 10 | -102/+336 |
* | | | | Updated Slovenian translation | Matej Urbančič | 2010-11-14 | 1 | -112/+99 |
* | | | | Added UG translation | Gheyret T.Kenji | 2010-11-14 | 1 | -0/+1 |
* | | | | Updated Finnish translation | Ville-Pekka Vainio | 2010-11-14 | 1 | -444/+528 |
* | | | | Added UG translation | Gheyret T.Kenji | 2010-11-14 | 1 | -0/+3740 |
| |/ /
|/| | |
|
* | | | Updated Galician translations | Fran Diéguez | 2010-11-13 | 1 | -180/+214 |
| |/
|/| |
|
* | | cell-renderer-text: implement get_preferred_height_for_width instead of get_s... | Guillaume Desmottes | 2010-11-12 | 1 | -32/+20 |
* | | Updated Spanish translation | Daniel Mustieles | 2010-11-12 | 1 | -126/+136 |
* | | input-text-view: use get_preferred_height instead of size_request | Guillaume Desmottes | 2010-11-11 | 1 | -14/+11 |
* | | move size-requst handling in input-text-view | Guillaume Desmottes | 2010-11-11 | 2 | -39/+48 |
* | | add EmpathyInputTextView | Guillaume Desmottes | 2010-11-11 | 4 | -8/+129 |
* | | empathy-chat: remove the size-request hack (#633835) | Guillaume Desmottes | 2010-11-11 | 1 | -51/+0 |
* | | Display text in verbatim (#625745) | Vitaly Minko | 2010-11-11 | 1 | -0/+6 |
|/ |
|
* | about-dialog: add my email | Guillaume Desmottes | 2010-11-09 | 1 | -1/+1 |
* | Merge branch 'subscription-msg-630707' | Guillaume Desmottes | 2010-11-09 | 3 | -2/+27 |
|\ |
|
| * | pass message to empathy_subscription_dialog_show | Guillaume Desmottes | 2010-11-09 | 1 | -1/+2 |
| * | empathy_subscription_dialog_show: display user's message if any (#630707) | Guillaume Desmottes | 2010-11-09 | 3 | -2/+26 |
* | | init GTK+ before empathy-gtk | Guillaume Desmottes | 2010-11-09 | 1 | -0/+1 |
|/ |
|
* | Add Accept/Decline button in subscription notifications (#630706) | Guillaume Desmottes | 2010-11-09 | 1 | -0/+54 |
* | add empathy_event_remove() | Guillaume Desmottes | 2010-11-09 | 2 | -2/+9 |
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-11-09 | 1 | -48/+58 |
* | remove released flag | Guillaume Desmottes | 2010-11-08 | 1 | -1/+1 |
* | coding style fixesEMPATHY_2_91_2 | Guillaume Desmottes | 2010-11-08 | 2 | -3/+3 |
* | add empathy-chat to POTFILES.in | Guillaume Desmottes | 2010-11-08 | 1 | -0/+1 |
* | fix typo in NEWS | Guillaume Desmottes | 2010-11-08 | 1 | -1/+1 |
* | prepare 2.91.2 | Guillaume Desmottes | 2010-11-08 | 2 | -2/+58 |
* | Depend on latest GLib and GTK+ release | Guillaume Desmottes | 2010-11-08 | 1 | -2/+2 |
* | Merge branch 'preset-581029' | Guillaume Desmottes | 2010-11-08 | 1 | -2/+2 |
|\ |
|