aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libempathy/empathy-account-settings.c: use tp_g_signal_connect_object ↵Guillaume Desmottes2010-04-091-2/+2
| | | | instead of empathy_signal_connect_weak
* libempathy-gtk/empathy-presence-chooser.c: use tp_g_signal_connect_object ↵Guillaume Desmottes2010-04-091-12/+12
| | | | instead of empathy_signal_connect_weak
* libempathy-gtk/empathy-chat.c: use tp_g_signal_connect_object instead of ↵Guillaume Desmottes2010-04-091-4/+4
| | | | empathy_signal_connect_weak
* libempathy-gtk/empathy-account-widget.c: use tp_g_signal_connect_object ↵Guillaume Desmottes2010-04-091-2/+2
| | | | instead of empathy_signal_connect_weak
* libempathy-gtk/empathy-account-chooser.c: use tp_g_signal_connect_object ↵Guillaume Desmottes2010-04-091-2/+3
| | | | instead of empathy_signal_connect_weak
* account_assistant_apply_account_and_finish: explicitely ask to set the ↵Guillaume Desmottes2010-04-091-7/+10
| | | | | | | | | | | | | | display name Checking if priv->current_widget_object is NULL or not isn't right because if we create a normal account before the Salut one, this pointer is not NULL and we rename the Salut account to the same name that the standard one. This patch adds an extra argument account_assistant_apply_account_and_finish saying if we should set a new display name or not. It's more clear and avoid to rely on side effects. Fixes bug #615058
* status-icon: don't approve event if notification bubble has been dismissedGuillaume Desmottes2010-04-091-26/+2
| | | | This code was broken anyway so we don't change the current behaviour.
* remove NotificationDataGuillaume Desmottes2010-04-091-27/+3
| | | | | We just need the window now. This has the nice side effect of fixing bug #615027.
* chat-window: don't present chat if notification has been dismissedGuillaume Desmottes2010-04-091-8/+0
| | | | | | | Clicking on a notification mean 'please go away'. If user wants to approve the action he has to click on the 'Reply' button. This code was broken anyway so we don't change the current behaviour.
* look for the right key when checking if altitude is setGuillaume Desmottes2010-04-081-1/+1
|
* use tp_asv_set_doubleGuillaume Desmottes2010-04-081-2/+2
|
* geocode_cb: create a new location hash table instead of modifying the ↵Guillaume Desmottes2010-04-081-12/+21
| | | | | | | | | current one The location we receive from tp-glib should be considered as read-only as we don't have any guarantee about the way keys and values are freed. Should hopefully fix (#615135).
* geocode_cb: don't update location if we didn't get the full positionGuillaume Desmottes2010-04-081-17/+15
|
* update_geocode: don't search for position if we already have lat or lonGuillaume Desmottes2010-04-081-3/+3
| | | | | If contact publishes his position, it's fair to assume it publishes lat and lon.
* don't start geocode search if the address is emptyGuillaume Desmottes2010-04-081-3/+7
|
* unref avatar and location in dispose rather than finalizeGuillaume Desmottes2010-04-081-6/+12
|
* update last_timestamp with every messageFelix Kaser2010-04-081-2/+2
| | | | the last_timestamp is updated with every message in chat-text-view
* group messages only if the delay is shortFelix Kaser2010-04-083-16/+34
| | | | messages from the same sender should not be grouped when the delay between two messages is too long (5min). fixes bug #604475
* factor out iteration on channelsGuillaume Desmottes2010-04-081-28/+18
|
* Call EnsureChannel with an 'infinite' timeout so we don't have to catch list ↵Guillaume Desmottes2010-04-081-11/+4
| | | | channels in NewChannels any more
* pass properties hash table to tp_contact_list_group_add_channelGuillaume Desmottes2010-04-081-29/+9
|
* Use Requests.Channels property instead of the deprecated ListChannels()Guillaume Desmottes2010-04-081-38/+51
|
* Use NewChannels signal to catch group channels (#614236)Guillaume Desmottes2010-04-081-20/+12
|
* new_channels_cb: don't early return if TargetHandleType != TP_HANDLE_TYPE_LISTGuillaume Desmottes2010-04-081-12/+10
|
* tp-contact-list: stop disconnecting NewChannelsGuillaume Desmottes2010-04-081-19/+1
| | | | We are going to use it to get group channels as well.
* rename im-xmpp icon to im-jabberGuillaume Desmottes2010-04-087-6/+6
| | | | Empathy uses 'im-jabber'.
* add the current date as suffix the the log nameGuillaume Desmottes2010-04-071-2/+15
|
* set default name when saving logs (#615052)Guillaume Desmottes2010-04-071-0/+8
|
* factor out get_active_cm_nameGuillaume Desmottes2010-04-071-10/+18
|
* debug-window: set temp directory as default folder when saving logsGuillaume Desmottes2010-04-071-0/+3
|
* location_manager_dispose: chain up to the parent's dispose, not the parent's ↵Simon McVittie2010-04-071-1/+4
| | | | | | | finalize This leads to crashes when other code is relying on weak reference notifications happening in the right order.
* Updated Thai translation.Theppitak Karoonboonyanan2010-04-071-373/+402
|
* fix coding styleGuillaume Desmottes2010-04-071-112/+127
|
* don't define update_geocode if geoclue is not enabledGuillaume Desmottes2010-04-071-5/+5
|
* Get location update from TpContact (#599162)Guillaume Desmottes2010-04-062-4/+21
|
* contact-factory: stop managing locationsGuillaume Desmottes2010-04-061-76/+0
|
* move tp_contact_factory_geocode to empathy-contactGuillaume Desmottes2010-04-062-154/+156
|
* pass Location feature to ContactsGuillaume Desmottes2010-04-061-0/+1
|
* remove empathy_tp_contact_factory_set_avatarGuillaume Desmottes2010-04-062-65/+0
| | | | This is not needed any more.
* Use Account.Avatar to set our own avatar (#613043)Guillaume Desmottes2010-04-061-2/+30
|
* bump tp-glib dep to 0.11.1Guillaume Desmottes2010-04-061-1/+1
| | | | We need it for tp_account_set_avatar_async()
* Fix .desktop fileJavier Jardón2010-04-061-1/+0
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614944
* Updated Danish translationAsk H. Larsen2010-04-061-298/+305
|
* add tests/interactive/test-empathy-account-chooser.cGuillaume Desmottes2010-04-053-1/+49
|
* account-chooser: check if account is NULL before trying to use it (#614874)Guillaume Desmottes2010-04-051-0/+4
|
* Use Account.Nickname to set our own alias (#613044)Guillaume Desmottes2010-04-051-2/+36
|
* bump tp-glib dep to 0.11.0Guillaume Desmottes2010-04-051-1/+1
| | | | This will be needed to set avatar and nickname properties on Account.
* map-view: no need to create a modelGuillaume Desmottes2010-04-051-41/+17
|
* Minor update for Crimean Tatar/Turkish translationReşat SABIQ2010-04-041-4/+4
|
* Hide the expander if the topic is not ellipsedXavier Claessens2010-04-021-0/+6
| | | | Fixes bug #533638
* Make topic label expand and wrap nicelyXavier Claessens2010-04-022-10/+95
|
* Fixes to Catalan translationJordi Serratosa2010-04-021-283/+291
|
* empathy-cell-renderer-text: don't display status if it's NULL (#614562)Guillaume Desmottes2010-04-011-1/+4
|
* empathy-idle: stop using tp_dbus_daemon_dupGuillaume Desmottes2010-04-011-1/+7
| | | | It has been deprecated.
* empathy-handler: stop using tp_get_busGuillaume Desmottes2010-04-011-1/+1
| | | | It has been deprecated.
* Merge branch 'no-ungrouped-in-mucs-614524'Danielle Madeley2010-04-015-26/+48
|\
| * Make 'Favourite' only appear when EMPATHY_CONTACT_FEATURE_FAVOURITE setDanielle Madeley2010-04-012-5/+9
| |
| * Falgs -> FlagsDanielle Madeley2010-04-011-2/+2
| |
| * contact-list-store: don't put contacts in 'Ungrouped' when show-groups = FalseDanielle Madeley2010-04-012-19/+37
| | | | | | | | Further, set show-groups = False for the contact list in EmpathyChat
* | Support append hint in notifications (#607446)Nicolò Chieffo2010-04-012-32/+79
| |
* | empathy_call_window_sink_added_cb: unref the padGuillaume Desmottes2010-04-011-0/+1
| |
* | unref liveadder when disposingGuillaume Desmottes2010-04-011-0/+4
| |
* | don't recreate a video preview or update the window if we're about to destroy itGuillaume Desmottes2010-04-011-4/+11
| |
* | don't leak the fullscreen windowGuillaume Desmottes2010-04-011-0/+4
| |
* | init_contact_avatar_with_size: don't leak the pixbufGuillaume Desmottes2010-04-011-0/+3
| |
* | stop using gst_bin_add_many and gst_element_link_manyGuillaume Desmottes2010-04-011-4/+30
| |
* | use tp_g_signal_connect_object so we don't have to disconnect ↵Guillaume Desmottes2010-04-011-4/+4
| | | | | | | | empathy_call_window_video_stream_changed_cb manually
* | Fix race when restarting a callGuillaume Desmottes2010-04-011-1/+12
| | | | | | | | | | Fix a race between user hitting the 'redial' button and the pipeline being ready.
* | Allow to use the video preview when the call has been terminated (#602937)Guillaume Desmottes2010-04-011-4/+15
| |
* | empathy_call_window_restart_call: there is no reason to show_all all the hboxGuillaume Desmottes2010-04-011-2/+0
| | | | | | | | Widgets should already be properly displayed.
* | empathy_call_window_reset_pipeline: start the new pipeline right awayGuillaume Desmottes2010-04-011-2/+13
| | | | | | | | This will allow us to display the video preview before the call is restarted.
* | Actually turn off the camera when preview/sending is disabledGuillaume Desmottes2010-04-011-26/+54
| | | | | | | | | | | | | | There is no point to let the camera on if we are not using it. Also split empathy_call_window_setup_video_preview() to create_video_preview() and add_video_preview_to_pipeline().
* | stop disabling the video-preview button when call is disconnected (#602937)Guillaume Desmottes2010-04-011-12/+0
| |
* | recreate the pipeline as soon we destroyed the old oneGuillaume Desmottes2010-04-011-1/+2
| | | | | | | | | | | | This will allow us to be able to display the preview after the call has been terminated. It's easier and more robust to recreate a new pipeline than reusing the old one.
* | split create_video_output_widget out of create_pipelineGuillaume Desmottes2010-04-011-3/+9
| |
* | recycle the audio input gst elementGuillaume Desmottes2010-04-011-15/+3
| |
* | recycle the video input gst elementGuillaume Desmottes2010-04-011-5/+9
| | | | | | | | There is no point to recreate it for each call.
* | rename initialize_output_elements to create_video_output_widgetGuillaume Desmottes2010-04-011-2/+2
| |
* | recycle the audio output gst elementGuillaume Desmottes2010-04-011-4/+8
| | | | | | | | There is no point to create a new one for each call.
* | destroy the video_output widget when the call is disconnectedGuillaume Desmottes2010-04-011-3/+7
| | | | | | | | | | There is no point to destroy it when redialing to recreate it immediately after.
* | No need to recreate GTK+ widgets when recreating the pipelineGuillaume Desmottes2010-04-011-29/+30
| | | | | | | | Only recreate the GStreamer elements for now.
* | call-window: factor out create_pipelineGuillaume Desmottes2010-04-011-31/+33
|/
* Updated Italian translationMilo Casagrande2010-04-011-4/+4
|
* compare_separator_and_groups: fix check if a is a bottom groupGuillaume Desmottes2010-03-311-1/+1
|
* Always use fake groups (#614375)Guillaume Desmottes2010-03-311-23/+0
| | | | There is no reason to use them when favourite contacts are enabled any more.
* empathy_presence_get_default_message: return a string for ↵Guillaume Desmottes2010-03-311-1/+2
| | | | TP_CONNECTION_PRESENCE_TYPE_UNKNOWN
* fix indentationGuillaume Desmottes2010-03-311-2/+2
|
* tp-contact-list: add members of 'stored' as membersGuillaume Desmottes2010-03-311-0/+24
| | | | This allow us to display contacts with subscriptio='none' (#539765).
* got_added_members_cb: check if contact is already in the hash before adding itGuillaume Desmottes2010-03-311-0/+3
| | | | | | empathy_tp_contact_factory_get_from_handles is async, so if the contact has already been added when it returns the contact objects there is no point to try to re-add it twice.
* add members of 'publish' as members of the TpContactListGuillaume Desmottes2010-03-311-4/+24
|
* pass handles to add_to_members instead of contact objectsGuillaume Desmottes2010-03-311-33/+42
|
* auto-accept pending call in tp_contact_list_subscribe_group_members_changed_cbGuillaume Desmottes2010-03-311-11/+22
| | | | | So we don't have to wait to have the contact and can group them to do only on AddMembers call.
* factor out remove_from_member_if_neededGuillaume Desmottes2010-03-311-2/+10
| | | | | Call it that way because we are about to add some check before removing a contact from members.
* factor out add_to_membersGuillaume Desmottes2010-03-311-9/+20
|
* empathy_icon_name_for_presence: use 'pending' icon if presence is unknownGuillaume Desmottes2010-03-311-1/+2
|
* rename EMPATHY_IMAGE_UNKNOWN to EMPATHY_IMAGE_PENDINGGuillaume Desmottes2010-03-311-1/+1
|
* tp-contact-list: Improve hash table descriptionsGuillaume Desmottes2010-03-312-4/+19
|
* Merge branch 'undo-close-tab'Jonny Lamb2010-03-307-0/+406
|\
| * chat-manager: take an EmpathyChat instead of an EmpathyContactJonny Lamb2010-03-063-20/+105
| | | | | | | | | | | | This way, we can support both 1-to-1 chats, *and* MUCs. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add EmpathyChatManager::chats-changed signal and make the chat window listen ↵Jonny Lamb2010-03-063-7/+67
| | | | | | | | | | | | to it. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * Add chat manager which tracks chats closing and can respawn them (bug #609832)Jonny Lamb2010-03-067-0/+261
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | fix #endif commentGuillaume Desmottes2010-03-301-1/+1
| |
* | add gconf key to disable auto-away (#613603)Christian Kampka2010-03-303-2/+38
| |
* | properly cast GArray contentGuillaume Desmottes2010-03-301-1/+1
| |
* | map-view: display position of contacts added after the map has been created ↵Guillaume Desmottes2010-03-301-0/+41
| | | | | | | | (#614012)
* | factor out contact_addedGuillaume Desmottes2010-03-301-4/+11
| |
* | map_view_update_contact_position: don't call contact_has_location twiceGuillaume Desmottes2010-03-301-5/+7
| |
* | Always connect "notify::location" on contactGuillaume Desmottes2010-03-301-3/+0
| | | | | | | | | | Now contact position will be displayed even if they didn't have a postion when the map has been created (#614012).
* | map_view_contacts_foreach: no need to create the marker any moreGuillaume Desmottes2010-03-301-1/+0
| | | | | | | | map_view_update_contact_position will do it if needed.
* | map_view_update_contact_position: create marker if neededGuillaume Desmottes2010-03-301-1/+10
| |
* | factor out contact_has_locationGuillaume Desmottes2010-03-301-10/+19
| |
* | factor out create_markerGuillaume Desmottes2010-03-301-19/+28
| |
* | rename map_view_marker_update_position to map_view_update_contact_position ↵Guillaume Desmottes2010-03-301-18/+14
| | | | | | | | and pass a contact rather than a marker
* | map-view: add a mapping from EmpathyContact to ChamplainMarkerGuillaume Desmottes2010-03-301-0/+8
| |
* | empathy_tp_call_leave: allocate the array on the stackGuillaume Desmottes2010-03-301-7/+2
| |
* | empathy_call_handler_stop_call: use empathy_tp_call_leave rather than ↵Guillaume Desmottes2010-03-301-1/+1
| | | | | | | | | | | | empathy_tp_call_close This will gracefully hang up calls (#610477).
* | add empathy_tp_call_leaveGuillaume Desmottes2010-03-302-0/+48
| |
* | call-window: call empathy_call_handler_stop_call when closing a callGuillaume Desmottes2010-03-301-1/+8
| | | | | | | | This will allow us to properly terminate the call.
* | empathy_call_window_disconnected: remove call to ↵Guillaume Desmottes2010-03-301-1/+3
| | | | | | | | empathy_call_window_reset_pipeline out of variable declarations
* | remove forget buttonGuillaume Desmottes2010-03-3010-308/+51
| |
* | Add clear icon in entry containing password (#608104)Guillaume Desmottes2010-03-301-0/+42
| |
* | 2.31 here we goGuillaume Desmottes2010-03-301-1/+1
| |
* | Rename empathy status icons to fit standard icon nameGuillaume Desmottes2010-03-3031-30/+30
| | | | | | | | | | This give us fallback to Empathy icons for free if they are not implemented in the theme.
* | use the 'user-invisible' icon if implementedGuillaume Desmottes2010-03-302-2/+10
| |
* | Use standard names for status icons (#602420)Guillaume Desmottes2010-03-301-6/+6
| |
* | Merge branch 'people-nearby-fake-group-613558'Danielle Madeley2010-03-304-35/+76
|\ \
| * | Remove People Nearby from sorted groups listDanielle Madeley2010-03-301-1/+0
| | |
| * | Clean up sorting function to take top/bottom lists of fake groupsDanielle Madeley2010-03-241-9/+52
| | | | | | | | | | | | | | | | | | Even if we choose not to sort People Nearby, this patch is useful because it makes how the sorting of groups is done much clearer and allows us to add other fake groups in the future.
| * | Add an icon for People NearbyDanielle Madeley2010-03-241-5/+8
| | |
| * | Make People Nearby into a Fake Group like Ungrouped and FavouritesDanielle Madeley2010-03-243-21/+17
| | |
* | | CellRendererText: Use G_PARAM_STATIC_STRINGSWill Thompson2010-03-301-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also changes the name of the "is group" property to use a hyphen (which is the canonical form) rather than an underscore, because the combination of the underscore and G_PARAM_STATIC_STRINGS makes GObject blow up: GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags & G_PARAM_STATIC_NAME) || is_canonical (name)' failed
* | | Show status messages in compact view (#614052)Will Thompson2010-03-304-30/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when the contact list was in compact mode your contacts' status mesasges were not shown. With this patch, status messages are shown in the space to the right of the contact's name, in the same small, grey font as in the expanded view. Only custom messages are shown; fallback strings like _("Available") are redundant and made the list way too hard to read, so are not shown. This patch does show that most of my contacts are too boring to have status messages...
* | | Use a temporary variable for param specsWill Thompson2010-03-301-28/+17
| | |
* | | disconnect NewChannels signal once we got all the list channels we care aboutGuillaume Desmottes2010-03-301-1/+19
| | |
* | | tp-contact-list: watch for list channels announced in NewChannels signalsGuillaume Desmottes2010-03-301-0/+47
| | | | | | | | | | | | | | | | | | If ensuring list channels fails (for example because the server is slow and the D-Bus call timeouts before CM fetches the roster), we have a chance to get them later. (#612949)
* | | allow got_list_channel to be called more than once for the same channelGuillaume Desmottes2010-03-301-2/+6
| | | | | | | | | | | | Also allow to pass other list channel such as 'deny' for example.
* | | factor out got_list_channelGuillaume Desmottes2010-03-301-19/+27
| | |
* | | don't leak the classes listGuillaume Desmottes2010-03-301-4/+12
| | |
* | | Unsensitive roomlist expander if roomlist is not supported (#614002)Guillaume Desmottes2010-03-301-0/+2
| | |
* | | Don't request roomlist channel if not supported (#614002)Guillaume Desmottes2010-03-301-1/+14
| | |
* | | empathy_dispatcher_find_requestable_channel_classes: allow handle_type being 0Guillaume Desmottes2010-03-301-2/+0
| | | | | | | | | | | | | | | This allows us to check if channel type with HandleType=None are supported (for example roomlist channels).
* | | release.py: releases are now tagged EMPATHY_2_30*Guillaume Desmottes2010-03-301-1/+1
| | |
* | | Sets sensitivity of Previous/Next Tab menu items based on ↵Aaron Brown2010-03-301-2/+7
| | | | | | | | | | | | gtk-keynav-wrap-around and tab position (#613382)
* | | Updated Arabic translationKhaled Hosny2010-03-301-125/+121
| | |
* | | Updated Latvian translation.Peteris Krisjanis2010-03-301-474/+335
| | |
* | | chat: use empathy_signal_connect_weak to connect signal on the bufferGuillaume Desmottes2010-03-291-2/+2
| | | | | | | | | | | | | | | | | | The textview can't survive once the EmpathyChat has been destroyed but if for some reason its buffer it's still alive, firing this signal leads to a crash (#612363).
* | | chat_input_text_buffer_changed_cb: 'priv' is uselessGuillaume Desmottes2010-03-291-3/+0
| | |
* | | coding style fixesGuillaume Desmottes2010-03-291-6/+5
| | |
* | | Check for errors when linking the video source into a call (#612020)Olivier Crête2010-03-291-7/+60
| | |
* | | Verify that the video source could be linked into the pipelineOlivier Crête2010-03-291-1/+5
| | |
* | | Return error when the audio source can not be startedOlivier Crête2010-03-291-4/+31
| | |
* | | telepathy-glib sucks, need to send stream error from the main threadOlivier Crête2010-03-291-2/+13
| | |
* | | Return a telepathy error if the source can't be addedOlivier Crête2010-03-292-4/+10
| | |
* | | Remove false commentOlivier Crête2010-03-291-1/+0
| | | | | | | | | | | | | | | The sink-added callback is called in response to a dbus call, so from the main thread. It is the src-addec callback that comes from a streaming thread.
* | | Add audio conversion filter to receive pipelineOlivier Crête2010-03-291-1/+43
| | |
* | | Add fakesink to srcpad if not real sink could be linkedOlivier Crête2010-03-291-0/+30
| | |
* | | Emit error when failing to link audio padOlivier Crête2010-03-291-1/+12
| | |
* | | Send stream error when the src pad can't be linkedOlivier Crête2010-03-292-4/+11
| | |
* | | Handle errors from audio sinkOlivier Crête2010-03-291-5/+53
| | |
* | | new-chatroom-dialog: filter CM not implementing groupchatAndrew Gorcester2010-03-291-1/+45
| | |
* | | tp-chat: update self user if it has been renamed (#613930)Guillaume Desmottes2010-03-291-0/+6
| | |
* | | start dev of next releaseGuillaume Desmottes2010-03-291-1/+1
| | |
* | | fallback to JID if alias is emptyFelix Kaser2010-03-291-5/+8
| | | | | | | | | | | | if the alias is empty, contact_get_name should fallback to the jabber id. this fixes bug #614162
* | | fix alignment of the label in error-infobarFelix Kaser2010-03-291-0/+1
| | | | | | | | | | | | this left aligns the label which contains the error message in the infobar. fixes bug #609823
* | | Updated Greek translation for empathy documentationSimos Xenitellis2010-03-291-1/+1
| | |
* | | prepare 2.30 releaseEMPATHY_2_30_0Guillaume Desmottes2010-03-292-3/+74
| | |
* | | release.py: add release date in NEWSGuillaume Desmottes2010-03-291-1/+2
| | |
* | | release.py: draw a 'line' of the length of the titleGuillaume Desmottes2010-03-291-1/+3
| | |
* | | Update Simplified Chinese translation.Aron Xu2010-03-291-726/+960
| | |
* | | remove empathy_log_store_empathy_get_dirGuillaume Desmottes2010-03-292-10/+0
| | |
* | | ship a copy of empathy_log_store_empathy_get_dir in migrate-butterfly-logs.cGuillaume Desmottes2010-03-291-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | Code duplication isn't cool but that allows us to migrate logs when Empathy is built with TPL as well (#613437). The other option was to always build log-store-empathy but it's pulling log-store and even the log-manager. I think adding this small duplication is ok as that's temporary code that will be dropped during the 2.31 cycle.
* | | coding style fixesGuillaume Desmottes2010-03-291-2/+2
| | |
* | | fix menu_tabs_right acceleratorGuillaume Desmottes2010-03-291-1/+1
| | |
* | | Merge commit 'treitter/bug-613272'Guillaume Desmottes2010-03-293-527/+543
|\ \ \
| * | | Set a default empathy-accounts window size such that any scrolled Advanced ↵Travis Reitter2010-03-271-1/+1
| | | | | | | | | | | | | | | | section will be somewhat-reasonably-sized.
| * | | Another way to fix Gnome bug #613272. This puts the Advanced expander ↵Travis Reitter2010-03-254-628/+630
| | | | | | | | | | | | | | | | content for each of the problem protocols in a scrolled window, instead of the entire Details section.
| * | | Make the account details pane scrollable, in case the Advanced section is ↵Travis Reitter2010-03-203-105/+119
| | | | | | | | | | | | | | | | too large to fit on the screen all at once. Fixes Gnome bug #613272.
* | | | Adds Ctrl+Shift+PgUp/PgDn accelerator key to move current tab left/right ↵Aaron Brown2010-03-291-0/+2
| | | | | | | | | | | | | | | | (#614155)
* | | | Updated Serbian translationsBranko Kokanović2010-03-292-484/+548
| | | |
* | | | Update Czech translationPetr Kovar2010-03-291-27/+22
| | | |
* | | | Updated Bengali translationJamil Ahmed2010-03-281-148/+132
| | | |
* | | | Updated Danish translationAsk H. Larsen2010-03-281-941/+1507
| | | |
* | | | Updated Greek translationSimos Xenitellis2010-03-271-2/+2
| | | |
* | | | Updated Basque languageInaki Larranaga Murgoitio2010-03-271-15/+39
| | | |
* | | | Updated Bengali translationJamil Ahmed2010-03-271-638/+741
| | | |
* | | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-03-272-78/+70
| | | |
* | | | Updated Norwegian bokmål translationKjartan Maraas2010-03-271-240/+250
| | | |
* | | | Update Czech translationJiri Eischmann2010-03-271-910/+1364
| | | |
* | | | Updated Lithuanian translationŽygimantas Beručka2010-03-271-860/+1571
| | | |
* | | | Updated Greek translation for empathy documentationMarios Zindilis2010-03-271-138/+47
| | | |
* | | | Updated Kurdish translationSîmurg562010-03-261-844/+1274
| | | |
* | | | Updated Kurdish translationSîmurg562010-03-261-1360/+701
| | | |
* | | | Updated Ukrainian translationMaxim V. Dziumanenko2010-03-261-205/+225
| | | |
* | | | Updated German doc translationMario Blättermann2010-03-261-402/+420
| | | |
* | | | Add a comment explaining translator how to make the Facebook string look niceGuillaume Desmottes2010-03-261-1/+1
| | | |
* | | | One more time...Timo Jyrinki2010-03-261-13/+13
| | | |
* | | | Updated French doc translationBruno Brouard2010-03-261-2/+2
| | | |
* | | | Updated translation from Launchpad.Timo Jyrinki2010-03-261-124/+126
| | | |
* | | | Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2010-03-261-872/+1495
| | | |
* | | | Removed the non standard notification capabilities from the listNicolò Chieffo2010-03-251-4/+0
| | | |
* | | | Merge branch 'hidden-613892'Guillaume Desmottes2010-03-251-1/+1
|\ \ \ \
| * | | | Launch Empathy in hidden mode when invoked (#613892)Guillaume Desmottes2010-03-251-1/+1
| | | | |
* | | | | Updated Greek translationΜάριος Ζηντίλης2010-03-251-1150/+973
|/ / / /
* | | | Updated Greek translationKostas Papadimas2010-03-251-809/+411
| | | |
* | | | Updated Spanish translationJorge González2010-03-251-6/+8
| | | |
* | | | fix enalbe typo - bgo 613772Paul Cutler2010-03-241-1/+1
| | | |
* | | | Updated Galician translationFran Diéguez2010-03-241-26/+20
| | | |
* | | | Updated French doc translationBruno Brouard2010-03-241-1023/+2980
| | | | | | | | | | | | | | | | | | | | Contributed by Bruno Brouard <annoa.b@gmail.com> and Rémi Peixoto <remi.peixoto@gmail.com>
* | | | Same reap-child fix for empathy-debuggerDanielle Madeley2010-03-241-1/+1
| | | |
* | | | Automatically reap the empathy-accounts child processDanielle Madeley2010-03-244-31/+8
| |/ / |/| | | | | | | | Remove unrequired exit_cb code
* | | empathy-contact-manager: no need to pass object as user_data and weak_objectDanielle Madeley2010-03-241-2/+2
| | |
* | | empathy-contact-manager: remove unrequired for loop when unpacking structDanielle Madeley2010-03-241-14/+5
| | |
* | | Updated Catalan translationGil Forcada2010-03-241-989/+1512
| | |
* | | empathy-debugger: set text domainGuillaume Desmottes2010-03-231-0/+1
| | | | | | | | | | | | If we don't set it the debugger is not translated.
* | | updating for Punjabi by A S AlamA S Alam2010-03-231-56/+64
| | |
* | | Updated Basque languageInaki Larranaga Murgoitio2010-03-231-6/+6
| | |
* | | empathy-accounts: set text domainGuillaume Desmottes2010-03-221-0/+1
| | | | | | | | | | | | | | | If we don't set it the accounts assistant and dialog are not translated (#613596).
* | | Update Romanian translationAdi Roiban2010-03-221-207/+235
| | |
* | | chat-window: remove some DEBUG callsGuillaume Desmottes2010-03-221-15/+0
| | | | | | | | | | | | They don't really give us anything useful and flood logs.
* | | empathy_window_present: use X server time if there is no eventGuillaume Desmottes2010-03-221-2/+51
| | |
* | | Estonian translation updatedIvar Smolin2010-03-221-6/+6
| | |
* | | Updated Hungarian translationGabor Kelemen2010-03-211-745/+957
| | |
* | | Updated Portuguese translationDuarte Loreto2010-03-211-862/+1481
| | |
* | | Updated Galician translationFran Diéguez2010-03-211-174/+213
| | |
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-03-202-364/+428
| | |
* | | Updated German translationChristian Kirbach2010-03-201-9/+5
| | |
* | | Updated Korean translationChangwoo Ryu2010-03-201-879/+1417
| | |
* | | Updated Arabic translationKhaled Hosny2010-03-191-8/+14
| | |
* | | Updated Swedish translationDaniel Nylander2010-03-191-26/+26
|/ /
* | Updated Italian translationMilo Casagrande2010-03-191-6/+10
| |
* | Updated Polish translationPiotr Drąg2010-03-191-21/+21
| |
* | Estonian translation updatedMattias Põldaru2010-03-181-31/+34
| |
* | Updated Finnish translation by Jiri Grönroos. Via Launchpad.Timo Jyrinki2010-03-181-877/+1809
| |
* | Updated Russian translation from Yury KozlovLeonid Kanter2010-03-181-39/+18
| |
* | Updated Brazilian Portuguese translationDjavan Fagundes2010-03-181-177/+207
| |
* | Updated French translationBruno Brouard2010-03-181-46/+52
| |
* | Updated British English translationBruce Cowan2010-03-181-178/+208
| |
* | Updated German translationChristian.Kirbach2010-03-181-173/+207
| |
* | Updated Spanish translationJorge González2010-03-181-55/+55
| |
* | Updated Bulgarian translationAlexander Shopov2010-03-171-5/+5
| |
* | Updated Slovenian translationMatej Urbančič2010-03-171-53/+53
| |
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-171-75/+49
| |
* | sidebar: fix assertion in empathy_sidebar_menu_position_underGuillaume Desmottes2010-03-171-1/+1
| | | | | | | | | | For some reason this assertion was done the wrong way. I checked in eog and it's supposed to be done that way (#612557).
* | fix escaping of UTF-chars in ui file (#613117)Gabor Kelemen2010-03-172-4/+4
| |
* | Added gtk-keynav-wrap-around check before cycling tabsmrhappypants2010-03-171-2/+10
| |
* | updating for Punjabi by A S AlamA S Alam2010-03-171-232/+248
| |
* | Updated Kurdish translationsimurg562010-03-171-981/+2855
| |
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-171-43/+69
| |
* | Updated Basque languageInaki Larranaga Murgoitio2010-03-171-196/+190
| |
* | Updated Bulgarian translationAlexander Shopov2010-03-161-228/+237
| |