| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | src/empathy-chat-window.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | src/empathy-call-window.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -11/+14 |
* | src/empathy-accounts-dialog.c: use tp_g_signal_connect_object instead of empa... | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
* | src/cc-empathy-accounts-page.c: use tp_g_signal_connect_object instead of emp... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy/empathy-idle.c: use tp_g_signal_connect_object instead of empathy_... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy/empathy-dispatcher.c: use tp_g_signal_connect_object instead of em... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy/empathy-contact-manager.c: use tp_g_signal_connect_object instead ... | Guillaume Desmottes | 2010-04-09 | 1 | -6/+6 |
* | libempathy/empathy-account-settings.c: use tp_g_signal_connect_object instead... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object ins... | Guillaume Desmottes | 2010-04-09 | 1 | -12/+12 |
* | libempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of empa... | Guillaume Desmottes | 2010-04-09 | 1 | -4/+4 |
* | libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object inste... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+2 |
* | libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object inst... | Guillaume Desmottes | 2010-04-09 | 1 | -2/+3 |
* | account_assistant_apply_account_and_finish: explicitely ask to set the displa... | Guillaume Desmottes | 2010-04-09 | 1 | -7/+10 |
* | status-icon: don't approve event if notification bubble has been dismissed | Guillaume Desmottes | 2010-04-09 | 1 | -26/+2 |
* | remove NotificationData | Guillaume Desmottes | 2010-04-09 | 1 | -27/+3 |
* | chat-window: don't present chat if notification has been dismissed | Guillaume Desmottes | 2010-04-09 | 1 | -8/+0 |
* | look for the right key when checking if altitude is set | Guillaume Desmottes | 2010-04-08 | 1 | -1/+1 |
* | use tp_asv_set_double | Guillaume Desmottes | 2010-04-08 | 1 | -2/+2 |
* | geocode_cb: create a new location hash table instead of modifying the current... | Guillaume Desmottes | 2010-04-08 | 1 | -12/+21 |
* | geocode_cb: don't update location if we didn't get the full position | Guillaume Desmottes | 2010-04-08 | 1 | -17/+15 |
* | update_geocode: don't search for position if we already have lat or lon | Guillaume Desmottes | 2010-04-08 | 1 | -3/+3 |
* | don't start geocode search if the address is empty | Guillaume Desmottes | 2010-04-08 | 1 | -3/+7 |
* | unref avatar and location in dispose rather than finalize | Guillaume Desmottes | 2010-04-08 | 1 | -6/+12 |
* | update last_timestamp with every message | Felix Kaser | 2010-04-08 | 1 | -2/+2 |
* | group messages only if the delay is short | Felix Kaser | 2010-04-08 | 3 | -16/+34 |
* | factor out iteration on channels | Guillaume Desmottes | 2010-04-08 | 1 | -28/+18 |
* | Call EnsureChannel with an 'infinite' timeout so we don't have to catch list ... | Guillaume Desmottes | 2010-04-08 | 1 | -11/+4 |
* | pass properties hash table to tp_contact_list_group_add_channel | Guillaume Desmottes | 2010-04-08 | 1 | -29/+9 |
* | Use Requests.Channels property instead of the deprecated ListChannels() | Guillaume Desmottes | 2010-04-08 | 1 | -38/+51 |
* | Use NewChannels signal to catch group channels (#614236) | Guillaume Desmottes | 2010-04-08 | 1 | -20/+12 |
* | new_channels_cb: don't early return if TargetHandleType != TP_HANDLE_TYPE_LIST | Guillaume Desmottes | 2010-04-08 | 1 | -12/+10 |
* | tp-contact-list: stop disconnecting NewChannels | Guillaume Desmottes | 2010-04-08 | 1 | -19/+1 |
* | rename im-xmpp icon to im-jabber | Guillaume Desmottes | 2010-04-08 | 7 | -6/+6 |
* | add the current date as suffix the the log name | Guillaume Desmottes | 2010-04-07 | 1 | -2/+15 |
* | set default name when saving logs (#615052) | Guillaume Desmottes | 2010-04-07 | 1 | -0/+8 |
* | factor out get_active_cm_name | Guillaume Desmottes | 2010-04-07 | 1 | -10/+18 |
* | debug-window: set temp directory as default folder when saving logs | Guillaume Desmottes | 2010-04-07 | 1 | -0/+3 |
* | location_manager_dispose: chain up to the parent's dispose, not the parent's ... | Simon McVittie | 2010-04-07 | 1 | -1/+4 |
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-04-07 | 1 | -373/+402 |
* | fix coding style | Guillaume Desmottes | 2010-04-07 | 1 | -112/+127 |
* | don't define update_geocode if geoclue is not enabled | Guillaume Desmottes | 2010-04-07 | 1 | -5/+5 |
* | Get location update from TpContact (#599162) | Guillaume Desmottes | 2010-04-06 | 2 | -4/+21 |
* | contact-factory: stop managing locations | Guillaume Desmottes | 2010-04-06 | 1 | -76/+0 |
* | move tp_contact_factory_geocode to empathy-contact | Guillaume Desmottes | 2010-04-06 | 2 | -154/+156 |
* | pass Location feature to Contacts | Guillaume Desmottes | 2010-04-06 | 1 | -0/+1 |
* | remove empathy_tp_contact_factory_set_avatar | Guillaume Desmottes | 2010-04-06 | 2 | -65/+0 |
* | Use Account.Avatar to set our own avatar (#613043) | Guillaume Desmottes | 2010-04-06 | 1 | -2/+30 |
* | bump tp-glib dep to 0.11.1 | Guillaume Desmottes | 2010-04-06 | 1 | -1/+1 |
* | Fix .desktop file | Javier Jardón | 2010-04-06 | 1 | -1/+0 |
* | Updated Danish translation | Ask H. Larsen | 2010-04-06 | 1 | -298/+305 |
* | add tests/interactive/test-empathy-account-chooser.c | Guillaume Desmottes | 2010-04-05 | 3 | -1/+49 |
* | account-chooser: check if account is NULL before trying to use it (#614874) | Guillaume Desmottes | 2010-04-05 | 1 | -0/+4 |
* | Use Account.Nickname to set our own alias (#613044) | Guillaume Desmottes | 2010-04-05 | 1 | -2/+36 |
* | bump tp-glib dep to 0.11.0 | Guillaume Desmottes | 2010-04-05 | 1 | -1/+1 |
* | map-view: no need to create a model | Guillaume Desmottes | 2010-04-05 | 1 | -41/+17 |
* | Minor update for Crimean Tatar/Turkish translation | Reşat SABIQ | 2010-04-04 | 1 | -4/+4 |
* | Hide the expander if the topic is not ellipsed | Xavier Claessens | 2010-04-02 | 1 | -0/+6 |
* | Make topic label expand and wrap nicely | Xavier Claessens | 2010-04-02 | 2 | -10/+95 |
* | Fixes to Catalan translation | Jordi Serratosa | 2010-04-02 | 1 | -283/+291 |
* | empathy-cell-renderer-text: don't display status if it's NULL (#614562) | Guillaume Desmottes | 2010-04-01 | 1 | -1/+4 |
* | empathy-idle: stop using tp_dbus_daemon_dup | Guillaume Desmottes | 2010-04-01 | 1 | -1/+7 |
* | empathy-handler: stop using tp_get_bus | Guillaume Desmottes | 2010-04-01 | 1 | -1/+1 |
* | Merge branch 'no-ungrouped-in-mucs-614524' | Danielle Madeley | 2010-04-01 | 5 | -26/+48 |
|\ |
|
| * | Make 'Favourite' only appear when EMPATHY_CONTACT_FEATURE_FAVOURITE set | Danielle Madeley | 2010-04-01 | 2 | -5/+9 |
| * | Falgs -> Flags | Danielle Madeley | 2010-04-01 | 1 | -2/+2 |
| * | contact-list-store: don't put contacts in 'Ungrouped' when show-groups = False | Danielle Madeley | 2010-04-01 | 2 | -19/+37 |
* | | Support append hint in notifications (#607446) | Nicolò Chieffo | 2010-04-01 | 2 | -32/+79 |
* | | empathy_call_window_sink_added_cb: unref the pad | Guillaume Desmottes | 2010-04-01 | 1 | -0/+1 |
* | | unref liveadder when disposing | Guillaume Desmottes | 2010-04-01 | 1 | -0/+4 |
* | | don't recreate a video preview or update the window if we're about to destroy it | Guillaume Desmottes | 2010-04-01 | 1 | -4/+11 |
* | | don't leak the fullscreen window | Guillaume Desmottes | 2010-04-01 | 1 | -0/+4 |
* | | init_contact_avatar_with_size: don't leak the pixbuf | Guillaume Desmottes | 2010-04-01 | 1 | -0/+3 |
* | | stop using gst_bin_add_many and gst_element_link_many | Guillaume Desmottes | 2010-04-01 | 1 | -4/+30 |
* | | use tp_g_signal_connect_object so we don't have to disconnect empathy_call_wi... | Guillaume Desmottes | 2010-04-01 | 1 | -4/+4 |
* | | Fix race when restarting a call | Guillaume Desmottes | 2010-04-01 | 1 | -1/+12 |
* | | Allow to use the video preview when the call has been terminated (#602937) | Guillaume Desmottes | 2010-04-01 | 1 | -4/+15 |
* | | empathy_call_window_restart_call: there is no reason to show_all all the hbox | Guillaume Desmottes | 2010-04-01 | 1 | -2/+0 |
* | | empathy_call_window_reset_pipeline: start the new pipeline right away | Guillaume Desmottes | 2010-04-01 | 1 | -2/+13 |
* | | Actually turn off the camera when preview/sending is disabled | Guillaume Desmottes | 2010-04-01 | 1 | -26/+54 |
* | | stop disabling the video-preview button when call is disconnected (#602937) | Guillaume Desmottes | 2010-04-01 | 1 | -12/+0 |
* | | recreate the pipeline as soon we destroyed the old one | Guillaume Desmottes | 2010-04-01 | 1 | -1/+2 |
* | | split create_video_output_widget out of create_pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -3/+9 |
* | | recycle the audio input gst element | Guillaume Desmottes | 2010-04-01 | 1 | -15/+3 |
* | | recycle the video input gst element | Guillaume Desmottes | 2010-04-01 | 1 | -5/+9 |
* | | rename initialize_output_elements to create_video_output_widget | Guillaume Desmottes | 2010-04-01 | 1 | -2/+2 |
* | | recycle the audio output gst element | Guillaume Desmottes | 2010-04-01 | 1 | -4/+8 |
* | | destroy the video_output widget when the call is disconnected | Guillaume Desmottes | 2010-04-01 | 1 | -3/+7 |
* | | No need to recreate GTK+ widgets when recreating the pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -29/+30 |
* | | call-window: factor out create_pipeline | Guillaume Desmottes | 2010-04-01 | 1 | -31/+33 |
|/ |
|
* | Updated Italian translation | Milo Casagrande | 2010-04-01 | 1 | -4/+4 |
* | compare_separator_and_groups: fix check if a is a bottom group | Guillaume Desmottes | 2010-03-31 | 1 | -1/+1 |
* | Always use fake groups (#614375) | Guillaume Desmottes | 2010-03-31 | 1 | -23/+0 |
* | empathy_presence_get_default_message: return a string for TP_CONNECTION_PRESE... | Guillaume Desmottes | 2010-03-31 | 1 | -1/+2 |
* | fix indentation | Guillaume Desmottes | 2010-03-31 | 1 | -2/+2 |
* | tp-contact-list: add members of 'stored' as members | Guillaume Desmottes | 2010-03-31 | 1 | -0/+24 |
* | got_added_members_cb: check if contact is already in the hash before adding it | Guillaume Desmottes | 2010-03-31 | 1 | -0/+3 |
* | add members of 'publish' as members of the TpContactList | Guillaume Desmottes | 2010-03-31 | 1 | -4/+24 |
* | pass handles to add_to_members instead of contact objects | Guillaume Desmottes | 2010-03-31 | 1 | -33/+42 |
* | auto-accept pending call in tp_contact_list_subscribe_group_members_changed_cb | Guillaume Desmottes | 2010-03-31 | 1 | -11/+22 |
* | factor out remove_from_member_if_needed | Guillaume Desmottes | 2010-03-31 | 1 | -2/+10 |
* | factor out add_to_members | Guillaume Desmottes | 2010-03-31 | 1 | -9/+20 |
* | empathy_icon_name_for_presence: use 'pending' icon if presence is unknown | Guillaume Desmottes | 2010-03-31 | 1 | -1/+2 |
* | rename EMPATHY_IMAGE_UNKNOWN to EMPATHY_IMAGE_PENDING | Guillaume Desmottes | 2010-03-31 | 1 | -1/+1 |
* | tp-contact-list: Improve hash table descriptions | Guillaume Desmottes | 2010-03-31 | 2 | -4/+19 |
* | Merge branch 'undo-close-tab' | Jonny Lamb | 2010-03-30 | 7 | -0/+406 |
|\ |
|
| * | chat-manager: take an EmpathyChat instead of an EmpathyContact | Jonny Lamb | 2010-03-06 | 3 | -20/+105 |
| * | Add EmpathyChatManager::chats-changed signal and make the chat window listen ... | Jonny Lamb | 2010-03-06 | 3 | -7/+67 |
| * | Add chat manager which tracks chats closing and can respawn them (bug #609832) | Jonny Lamb | 2010-03-06 | 7 | -0/+261 |
* | | fix #endif comment | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
* | | add gconf key to disable auto-away (#613603) | Christian Kampka | 2010-03-30 | 3 | -2/+38 |
* | | properly cast GArray content | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
* | | map-view: display position of contacts added after the map has been created (... | Guillaume Desmottes | 2010-03-30 | 1 | -0/+41 |
* | | factor out contact_added | Guillaume Desmottes | 2010-03-30 | 1 | -4/+11 |
* | | map_view_update_contact_position: don't call contact_has_location twice | Guillaume Desmottes | 2010-03-30 | 1 | -5/+7 |
* | | Always connect "notify::location" on contact | Guillaume Desmottes | 2010-03-30 | 1 | -3/+0 |
* | | map_view_contacts_foreach: no need to create the marker any more | Guillaume Desmottes | 2010-03-30 | 1 | -1/+0 |
* | | map_view_update_contact_position: create marker if needed | Guillaume Desmottes | 2010-03-30 | 1 | -1/+10 |
* | | factor out contact_has_location | Guillaume Desmottes | 2010-03-30 | 1 | -10/+19 |
* | | factor out create_marker | Guillaume Desmottes | 2010-03-30 | 1 | -19/+28 |
* | | rename map_view_marker_update_position to map_view_update_contact_position an... | Guillaume Desmottes | 2010-03-30 | 1 | -18/+14 |
* | | map-view: add a mapping from EmpathyContact to ChamplainMarker | Guillaume Desmottes | 2010-03-30 | 1 | -0/+8 |
* | | empathy_tp_call_leave: allocate the array on the stack | Guillaume Desmottes | 2010-03-30 | 1 | -7/+2 |
* | | empathy_call_handler_stop_call: use empathy_tp_call_leave rather than empathy... | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
* | | add empathy_tp_call_leave | Guillaume Desmottes | 2010-03-30 | 2 | -0/+48 |
* | | call-window: call empathy_call_handler_stop_call when closing a call | Guillaume Desmottes | 2010-03-30 | 1 | -1/+8 |
* | | empathy_call_window_disconnected: remove call to empathy_call_window_reset_pi... | Guillaume Desmottes | 2010-03-30 | 1 | -1/+3 |
* | | remove forget button | Guillaume Desmottes | 2010-03-30 | 10 | -308/+51 |
* | | Add clear icon in entry containing password (#608104) | Guillaume Desmottes | 2010-03-30 | 1 | -0/+42 |
* | | 2.31 here we go | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
* | | Rename empathy status icons to fit standard icon name | Guillaume Desmottes | 2010-03-30 | 31 | -30/+30 |
* | | use the 'user-invisible' icon if implemented | Guillaume Desmottes | 2010-03-30 | 2 | -2/+10 |
* | | Use standard names for status icons (#602420) | Guillaume Desmottes | 2010-03-30 | 1 | -6/+6 |
* | | Merge branch 'people-nearby-fake-group-613558' | Danielle Madeley | 2010-03-30 | 4 | -35/+76 |
|\ \ |
|
| * | | Remove People Nearby from sorted groups list | Danielle Madeley | 2010-03-30 | 1 | -1/+0 |
| * | | Clean up sorting function to take top/bottom lists of fake groups | Danielle Madeley | 2010-03-24 | 1 | -9/+52 |
| * | | Add an icon for People Nearby | Danielle Madeley | 2010-03-24 | 1 | -5/+8 |
| * | | Make People Nearby into a Fake Group like Ungrouped and Favourites | Danielle Madeley | 2010-03-24 | 3 | -21/+17 |
* | | | CellRendererText: Use G_PARAM_STATIC_STRINGS | Will Thompson | 2010-03-30 | 1 | -6/+8 |
* | | | Show status messages in compact view (#614052) | Will Thompson | 2010-03-30 | 4 | -30/+60 |
* | | | Use a temporary variable for param specs | Will Thompson | 2010-03-30 | 1 | -28/+17 |
* | | | disconnect NewChannels signal once we got all the list channels we care about | Guillaume Desmottes | 2010-03-30 | 1 | -1/+19 |
* | | | tp-contact-list: watch for list channels announced in NewChannels signals | Guillaume Desmottes | 2010-03-30 | 1 | -0/+47 |
* | | | allow got_list_channel to be called more than once for the same channel | Guillaume Desmottes | 2010-03-30 | 1 | -2/+6 |
* | | | factor out got_list_channel | Guillaume Desmottes | 2010-03-30 | 1 | -19/+27 |
* | | | don't leak the classes list | Guillaume Desmottes | 2010-03-30 | 1 | -4/+12 |
* | | | Unsensitive roomlist expander if roomlist is not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -0/+2 |
* | | | Don't request roomlist channel if not supported (#614002) | Guillaume Desmottes | 2010-03-30 | 1 | -1/+14 |
* | | | empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0 | Guillaume Desmottes | 2010-03-30 | 1 | -2/+0 |
* | | | release.py: releases are now tagged EMPATHY_2_30* | Guillaume Desmottes | 2010-03-30 | 1 | -1/+1 |
* | | | Sets sensitivity of Previous/Next Tab menu items based on gtk-keynav-wrap-aro... | Aaron Brown | 2010-03-30 | 1 | -2/+7 |
* | | | Updated Arabic translation | Khaled Hosny | 2010-03-30 | 1 | -125/+121 |
* | | | Updated Latvian translation. | Peteris Krisjanis | 2010-03-30 | 1 | -474/+335 |
* | | | chat: use empathy_signal_connect_weak to connect signal on the buffer | Guillaume Desmottes | 2010-03-29 | 1 | -2/+2 |
* | | | chat_input_text_buffer_changed_cb: 'priv' is useless | Guillaume Desmottes | 2010-03-29 | 1 | -3/+0 |
* | | | coding style fixes | Guillaume Desmottes | 2010-03-29 | 1 | -6/+5 |
* | | | Check for errors when linking the video source into a call (#612020) | Olivier Crête | 2010-03-29 | 1 | -7/+60 |
* | | | Verify that the video source could be linked into the pipeline | Olivier Crête | 2010-03-29 | 1 | -1/+5 |
* | | | Return error when the audio source can not be started | Olivier Crête | 2010-03-29 | 1 | -4/+31 |
* | | | telepathy-glib sucks, need to send stream error from the main thread | Olivier Crête | 2010-03-29 | 1 | -2/+13 |
* | | | Return a telepathy error if the source can't be added | Olivier Crête | 2010-03-29 | 2 | -4/+10 |
* | | | Remove false comment | Olivier Crête | 2010-03-29 | 1 | -1/+0 |
* | | | Add audio conversion filter to receive pipeline | Olivier Crête | 2010-03-29 | 1 | -1/+43 |
* | | | Add fakesink to srcpad if not real sink could be linked | Olivier Crête | 2010-03-29 | 1 | -0/+30 |
* | | | Emit error when failing to link audio pad | Olivier Crête | 2010-03-29 | 1 | -1/+12 |
* | | | Send stream error when the src pad can't be linked | Olivier Crête | 2010-03-29 | 2 | -4/+11 |
* | | | Handle errors from audio sink | Olivier Crête | 2010-03-29 | 1 | -5/+53 |
* | | | new-chatroom-dialog: filter CM not implementing groupchat | Andrew Gorcester | 2010-03-29 | 1 | -1/+45 |
* | | | tp-chat: update self user if it has been renamed (#613930) | Guillaume Desmottes | 2010-03-29 | 1 | -0/+6 |
* | | | start dev of next release | Guillaume Desmottes | 2010-03-29 | 1 | -1/+1 |
* | | | fallback to JID if alias is empty | Felix Kaser | 2010-03-29 | 1 | -5/+8 |
* | | | fix alignment of the label in error-infobar | Felix Kaser | 2010-03-29 | 1 | -0/+1 |
* | | | Updated Greek translation for empathy documentation | Simos Xenitellis | 2010-03-29 | 1 | -1/+1 |
* | | | prepare 2.30 releaseEMPATHY_2_30_0 | Guillaume Desmottes | 2010-03-29 | 2 | -3/+74 |
* | | | release.py: add release date in NEWS | Guillaume Desmottes | 2010-03-29 | 1 | -1/+2 |
* | | | release.py: draw a 'line' of the length of the title | Guillaume Desmottes | 2010-03-29 | 1 | -1/+3 |
* | | | Update Simplified Chinese translation. | Aron Xu | 2010-03-29 | 1 | -726/+960 |
* | | | remove empathy_log_store_empathy_get_dir | Guillaume Desmottes | 2010-03-29 | 2 | -10/+0 |
* | | | ship a copy of empathy_log_store_empathy_get_dir in migrate-butterfly-logs.c | Guillaume Desmottes | 2010-03-29 | 1 | -5/+32 |
* | | | coding style fixes | Guillaume Desmottes | 2010-03-29 | 1 | -2/+2 |
* | | | fix menu_tabs_right accelerator | Guillaume Desmottes | 2010-03-29 | 1 | -1/+1 |
* | | | Merge commit 'treitter/bug-613272' | Guillaume Desmottes | 2010-03-29 | 3 | -527/+543 |
|\ \ \ |
|
| * | | | Set a default empathy-accounts window size such that any scrolled Advanced se... | Travis Reitter | 2010-03-27 | 1 | -1/+1 |
| * | | | Another way to fix Gnome bug #613272. This puts the Advanced expander content... | Travis Reitter | 2010-03-25 | 4 | -628/+630 |
| * | | | Make the account details pane scrollable, in case the Advanced section is too... | Travis Reitter | 2010-03-20 | 3 | -105/+119 |
* | | | | Adds Ctrl+Shift+PgUp/PgDn accelerator key to move current tab left/right (#61... | Aaron Brown | 2010-03-29 | 1 | -0/+2 |
* | | | | Updated Serbian translations | Branko Kokanović | 2010-03-29 | 2 | -484/+548 |
* | | | | Update Czech translation | Petr Kovar | 2010-03-29 | 1 | -27/+22 |
* | | | | Updated Bengali translation | Jamil Ahmed | 2010-03-28 | 1 | -148/+132 |
* | | | | Updated Danish translation | Ask H. Larsen | 2010-03-28 | 1 | -941/+1507 |
* | | | | Updated Greek translation | Simos Xenitellis | 2010-03-27 | 1 | -2/+2 |
* | | | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-27 | 1 | -15/+39 |
* | | | | Updated Bengali translation | Jamil Ahmed | 2010-03-27 | 1 | -638/+741 |
* | | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-03-27 | 2 | -78/+70 |
* | | | | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-03-27 | 1 | -240/+250 |
* | | | | Update Czech translation | Jiri Eischmann | 2010-03-27 | 1 | -910/+1364 |
* | | | | Updated Lithuanian translation | Žygimantas Beručka | 2010-03-27 | 1 | -860/+1571 |
* | | | | Updated Greek translation for empathy documentation | Marios Zindilis | 2010-03-27 | 1 | -138/+47 |
* | | | | Updated Kurdish translation | Sîmurg56 | 2010-03-26 | 1 | -844/+1274 |
* | | | | Updated Kurdish translation | Sîmurg56 | 2010-03-26 | 1 | -1360/+701 |
* | | | | Updated Ukrainian translation | Maxim V. Dziumanenko | 2010-03-26 | 1 | -205/+225 |
* | | | | Updated German doc translation | Mario Blättermann | 2010-03-26 | 1 | -402/+420 |
* | | | | Add a comment explaining translator how to make the Facebook string look nice | Guillaume Desmottes | 2010-03-26 | 1 | -1/+1 |
* | | | | One more time... | Timo Jyrinki | 2010-03-26 | 1 | -13/+13 |
* | | | | Updated French doc translation | Bruno Brouard | 2010-03-26 | 1 | -2/+2 |
* | | | | Updated translation from Launchpad. | Timo Jyrinki | 2010-03-26 | 1 | -124/+126 |
* | | | | Updated Crimean Tatar (Crimean Turkish) translation | Reşat SABIQ | 2010-03-26 | 1 | -872/+1495 |
* | | | | Removed the non standard notification capabilities from the list | Nicolò Chieffo | 2010-03-25 | 1 | -4/+0 |
* | | | | Merge branch 'hidden-613892' | Guillaume Desmottes | 2010-03-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Launch Empathy in hidden mode when invoked (#613892) | Guillaume Desmottes | 2010-03-25 | 1 | -1/+1 |
* | | | | | Updated Greek translation | Μάριος Ζηντίλης | 2010-03-25 | 1 | -1150/+973 |
|/ / / / |
|
* | | | | Updated Greek translation | Kostas Papadimas | 2010-03-25 | 1 | -809/+411 |
* | | | | Updated Spanish translation | Jorge González | 2010-03-25 | 1 | -6/+8 |
* | | | | fix enalbe typo - bgo 613772 | Paul Cutler | 2010-03-24 | 1 | -1/+1 |
* | | | | Updated Galician translation | Fran Diéguez | 2010-03-24 | 1 | -26/+20 |
* | | | | Updated French doc translation | Bruno Brouard | 2010-03-24 | 1 | -1023/+2980 |
* | | | | Same reap-child fix for empathy-debugger | Danielle Madeley | 2010-03-24 | 1 | -1/+1 |
* | | | | Automatically reap the empathy-accounts child process | Danielle Madeley | 2010-03-24 | 4 | -31/+8 |
| |/ /
|/| | |
|
* | | | empathy-contact-manager: no need to pass object as user_data and weak_object | Danielle Madeley | 2010-03-24 | 1 | -2/+2 |
* | | | empathy-contact-manager: remove unrequired for loop when unpacking struct | Danielle Madeley | 2010-03-24 | 1 | -14/+5 |
* | | | Updated Catalan translation | Gil Forcada | 2010-03-24 | 1 | -989/+1512 |
* | | | empathy-debugger: set text domain | Guillaume Desmottes | 2010-03-23 | 1 | -0/+1 |
* | | | updating for Punjabi by A S Alam | A S Alam | 2010-03-23 | 1 | -56/+64 |
* | | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-23 | 1 | -6/+6 |
* | | | empathy-accounts: set text domain | Guillaume Desmottes | 2010-03-22 | 1 | -0/+1 |
* | | | Update Romanian translation | Adi Roiban | 2010-03-22 | 1 | -207/+235 |
* | | | chat-window: remove some DEBUG calls | Guillaume Desmottes | 2010-03-22 | 1 | -15/+0 |
* | | | empathy_window_present: use X server time if there is no event | Guillaume Desmottes | 2010-03-22 | 1 | -2/+51 |
* | | | Estonian translation updated | Ivar Smolin | 2010-03-22 | 1 | -6/+6 |
* | | | Updated Hungarian translation | Gabor Kelemen | 2010-03-21 | 1 | -745/+957 |
* | | | Updated Portuguese translation | Duarte Loreto | 2010-03-21 | 1 | -862/+1481 |
* | | | Updated Galician translation | Fran Diéguez | 2010-03-21 | 1 | -174/+213 |
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-03-20 | 2 | -364/+428 |
* | | | Updated German translation | Christian Kirbach | 2010-03-20 | 1 | -9/+5 |
* | | | Updated Korean translation | Changwoo Ryu | 2010-03-20 | 1 | -879/+1417 |
* | | | Updated Arabic translation | Khaled Hosny | 2010-03-19 | 1 | -8/+14 |
* | | | Updated Swedish translation | Daniel Nylander | 2010-03-19 | 1 | -26/+26 |
|/ / |
|
* | | Updated Italian translation | Milo Casagrande | 2010-03-19 | 1 | -6/+10 |
* | | Updated Polish translation | Piotr Drąg | 2010-03-19 | 1 | -21/+21 |
* | | Estonian translation updated | Mattias Põldaru | 2010-03-18 | 1 | -31/+34 |
* | | Updated Finnish translation by Jiri Grönroos. Via Launchpad. | Timo Jyrinki | 2010-03-18 | 1 | -877/+1809 |
* | | Updated Russian translation from Yury Kozlov | Leonid Kanter | 2010-03-18 | 1 | -39/+18 |
* | | Updated Brazilian Portuguese translation | Djavan Fagundes | 2010-03-18 | 1 | -177/+207 |
* | | Updated French translation | Bruno Brouard | 2010-03-18 | 1 | -46/+52 |
* | | Updated British English translation | Bruce Cowan | 2010-03-18 | 1 | -178/+208 |
* | | Updated German translation | Christian.Kirbach | 2010-03-18 | 1 | -173/+207 |
* | | Updated Spanish translation | Jorge González | 2010-03-18 | 1 | -55/+55 |
* | | Updated Bulgarian translation | Alexander Shopov | 2010-03-17 | 1 | -5/+5 |
* | | Updated Slovenian translation | Matej Urbančič | 2010-03-17 | 1 | -53/+53 |
* | | Updated Basque language | Inaki Larranaga Murgoitio | 2010-03-17 | 1 | -75/+49 |
* | | sidebar: fix assertion in empathy_sidebar_menu_position_under | Guillaume Desmottes | 2010-03-17 | 1 | -1/+1 |