aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare 2.32.0.1 releaseEMPATHY_2_32_0_1Guillaume Desmottes2010-10-042-2/+46
|
* release.py: update last_tag_patternGuillaume Desmottes2010-10-041-1/+1
|
* Set the ptime multiple for PCM codecs to 20ms, needed for interop with some ↵Sjoerd Simons2010-10-041-0/+6
| | | | SIP phones
* Don't ignore the CA certificate if it's the only one in the chainCosimo Cecchi2010-10-041-1/+4
| | | | | This avoids auth-client crashes for servers which provide only a self-signed CA as TLS certificate on connect (#631095).
* Always show icons for meta-contacts in context menuVincent Untz2010-10-041-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631098
* remove deprecated FIXMEGuillaume Desmottes2010-10-041-1/+0
|
* [l10n] Updated help Italian translationMilo Casagrande2010-10-021-204/+442
|
* Updated Swedish translationDaniel Nylander2010-10-021-180/+190
|
* Updated Spanish translationJorge González2010-10-011-123/+124
|
* l10n: Updated Greek translation for empathy helpMichael Kotsarinis2010-10-011-107/+235
|
* l10n: Updated Greek translation for empathySimos Xenitellis2010-09-301-270/+458
|
* Updated Lithuanian translationŽygimantas Beručka2010-09-291-193/+132
|
* Fix a typoGabor Kelemen2010-09-291-1/+1
|
* fix typoGuillaume Desmottes2010-09-291-1/+1
|
* field_value_is_empty: if the first element is not NULL field is not emptyGuillaume Desmottes2010-09-291-1/+1
|
* factor out field_value_is_empty()Guillaume Desmottes2010-09-291-1/+10
|
* add debug outputGuillaume Desmottes2010-09-291-0/+3
|
* Add unsupported contact fields to details_to_set (#630427)Guillaume Desmottes2010-09-291-6/+17
| | | | This avoid to loss unsupported fields when closing the dialog.
* Use tp_contact_info_field_copy() instead of creating a new field if foundGuillaume Desmottes2010-09-291-6/+12
|
* contact_widget_details_update_edit: free the list returned by ↵Guillaume Desmottes2010-09-291-0/+1
| | | | tp_contact_get_contact_info()
* contact_widget_details_update_edit: no need to call ↵Guillaume Desmottes2010-09-291-2/+3
| | | | tp_contact_get_contact_info() each iteration
* [i18n] Updated Dutch translationHannie Dumoleyn2010-09-281-754/+1344
|
* ignore hu pagesGuillaume Desmottes2010-09-281-0/+2
|
* google-talk: no need to unset the 'server' paramGuillaume Desmottes2010-09-282-2/+0
| | | | | We don't set it anymore as fallback-servers super-seeded it but there is no point to unset; the account settings has just be created and is empty.
* bump GTK+ dep to 2.22.0Guillaume Desmottes2010-09-281-1/+1
|
* empathy-chat: update GDK_ defines to GDK_KEY_Diego Escalante Urrelo2010-09-281-8/+8
| | | | | | This change works in both GTK+ 2.22 and GTK+ 3.0 Bug #630107
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-2811-42/+0
| | | | | | This is deprecated in GTK+ 2.22 Bug #630107
* empathy-avatar-image: don't use gdk_display globalDiego Escalante Urrelo2010-09-281-2/+2
| | | | | | This is deprecated for GTK+ 2.22. Bug #630107
* Updated Greek translationGiannis Katsampirhs2010-09-281-628/+484
|
* don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME ↵Guillaume Desmottes2010-09-271-1/+5
| | | | (#629922)
* empathy_window_present: use gtk_get_current_event_time() as default ↵Guillaume Desmottes2010-09-271-1/+1
| | | | timestamp (#629922)
* Disable the fullscreen action while we are not connectedGuillaume Desmottes2010-09-271-0/+6
|
* empathy_call_window_fullscreen_set_cursor_visible: clean up functionGuillaume Desmottes2010-09-271-5/+5
|
* Leave fullscreen mode when call is disconnected (#593437)Guillaume Desmottes2010-09-271-0/+3
|
* show_borders: check if video_output still exists before using itGuillaume Desmottes2010-09-271-4/+9
|
* empathy_call_window_fullscreen_set_cursor_visible: early return if video ↵Guillaume Desmottes2010-09-271-1/+4
| | | | widget is NULL
* call-window-fullscreen: NULLify the video widget when it's destroyedGuillaume Desmottes2010-09-271-0/+12
|
* disconnect signal before destroying the video widgetGuillaume Desmottes2010-09-271-0/+1
|
* factor out disconnect_video_output_motion_handler()Guillaume Desmottes2010-09-271-9/+12
|
* call-window: remove the errors info bar when redialing (#630276)Guillaume Desmottes2010-09-271-0/+4
|
* chat_window_new_message_cb: update the window icon as well (#558802)Guillaume Desmottes2010-09-271-1/+2
| | | | We want to change the window icon even if it's not focused.
* voip_cmp_func: first check if we support and then audioGuillaume Desmottes2010-09-271-9/+19
| | | | | | This doesn't change anything when doing audio/video calls as we know for sure that the individials support the capabilities. But when doing chat, we first want to use the individial supporting video and then audio in case of a tie.
* Prioritize default individual for chats using capabilities (#629912)Guillaume Desmottes2010-09-271-0/+62
|
* rename presence_sort_func to presence_cmp_funcGuillaume Desmottes2010-09-271-11/+20
| | | | | cmp_func() compare one feature (presence in this case) while sort_func() uses different cmp_func() to implement a feature specific sort.
* empathy-accounts.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
|
* empathy.c: check return value of unique_app_send_message (#629782)Guillaume Desmottes2010-09-271-4/+6
|
* remove released flagGuillaume Desmottes2010-09-271-1/+1
|
* Added Spanish translation, removed by mistakeEMPATHY_2_32_0Jorge González2010-09-271-0/+4435
|
* Updated Japanese translation.Takayuki KUSANO2010-09-271-37/+48
|
* prepare 2.32.0Guillaume Desmottes2010-09-272-3/+57
|
* Updated Bulgarian translationDamyan Ivanov2010-09-271-759/+1198
|
* [help] Updated French translationClaude Paroz2010-09-271-9/+8
|
* Updated Basque languageInaki Larranaga Murgoitio2010-09-271-142/+79
|
* Updated Spanish translationJorge González2010-09-262-4441/+9
|
* Updated Romanian translationLucian Adrian Grijincu2010-09-261-1034/+1527
|
* [i18n] Fixed typo in German doc translationMario Blättermann2010-09-261-1/+1
|
* [i18n] Updated German doc translationMario Blättermann2010-09-261-431/+411
|
* Update Simplifid Chinese translation.Xhacker Liu2010-09-261-41/+52
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-261-2/+2
|
* Updated Hungarian translationGabor Kelemen2010-09-261-484/+1820
|
* Added Hungarian translationGabor Kelemen2010-09-261-0/+2047
|
* Add hu to DOC_LINGUASGabor Kelemen2010-09-261-1/+1
|
* [help] Fixed wrong section name, fixes #630544Milo Casagrande2010-09-251-1/+1
|
* [l10n] Updated Italian translationMilo Casagrande2010-09-251-57/+69
|
* Updated Norwegian bokmål translationKjartan Maraas2010-09-251-62/+65
|
* [l10n] Updated German translationChristian Kirbach2010-09-251-55/+65
|
* Updated Spanish translationJorge González2010-09-251-31/+4
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-09-252-72/+94
|
* Updated Hebrew translation.Yaron Shahrabani2010-09-251-164/+174
|
* [help] Fix typo - bgo 630476Paul Cutler2010-09-241-1/+1
|
* Fix a mistranslationGabor Kelemen2010-09-241-1/+1
|
* Mark button texts for translation, also make them HIG-compatibleGabor Kelemen2010-09-241-2/+2
|
* Fix a mistranslationGabor Kelemen2010-09-241-2/+2
|
* Fix a mistranslationGabor Kelemen2010-09-231-159/+168
|
* Updated Arabic translationKhaled Hosny2010-09-231-266/+301
|
* Updated Danish translationKenneth Nielsen2010-09-231-52/+60
|
* Updated British English translationBruce Cowan2010-09-231-52/+60
|
* update for PunjabiA S Alam2010-09-231-163/+166
|
* Updated Polish translationPiotr Drąg2010-09-221-840/+1444
|
* Updated Polish translationPiotr Drąg2010-09-221-315/+148
|
* Updated Slovenian translationMatej Urbančič2010-09-221-173/+199
|
* Updated Basque languageInaki Larranaga Murgoitio2010-09-221-783/+1274
|
* Updated French translationClaude Paroz2010-09-221-158/+163
|
* Updated Russian translationYuri Myasoedov2010-09-221-806/+945
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-221-6/+13
|
* Updated Portuguese translationDuarte Loreto2010-09-221-62/+79
|
* Updated Spanish translationJorge González2010-09-221-159/+165
|
* Updated Brazilian Portuguese translationDjavan Fagundes2010-09-221-287/+63
|
* Updated Hungarian translationGabor Kelemen2010-09-211-1/+10
|
* Updated Czech translationMarek Černocký2010-09-211-53/+59
|
* Updated Galician translationsFran Diéguez2010-09-212-172/+194
|
* Add missing .h file to POTFILES.inGabor Kelemen2010-09-211-0/+1
|
* empathy_account_settings_set_strv: we have to copy the key (#630168)Guillaume Desmottes2010-09-201-1/+1
|
* Merge branch 'cancel-crash-629957'Guillaume Desmottes2010-09-201-4/+2
|\
| * contact-widget: unref the cancellable once we have cancelled the operation ↵Guillaume Desmottes2010-09-201-2/+1
| | | | | | | | | | | | | | | | (#629957) The comment was a lie, contact_widget_details_request_cb early returns when the operation has been cancelled so it wasn't unset. There is no point waiting any way so we can unref it right away.
| * use tp_clear_object to unref the cancellableGuillaume Desmottes2010-09-201-2/+1
| |
* | Updated Japanese translationTakayuki KUSANO2010-09-201-27/+26
|/
* [l10n] Updated Estonian translationMattias Põldaru2010-09-191-5/+5
|
* Add Aragonese translation.Daniel Martinez Cucalon2010-09-192-0/+3692
|
* Updated Lithuanian translationŽygimantas Beručka2010-09-181-1018/+1258
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-09-172-324/+332
|
* [l10n] Updated German help translationChristian Kirbach2010-09-171-505/+653
|
* Updated Spanish translationJorge González2010-09-171-108/+102
|
* Update Simplified Chinese translation.Aron Xu2010-09-161-19/+10
|
* Add individuals to the EmpathyIndividualStore before updating themPhilip Withnall2010-09-151-1/+2
| | | | | | | When adding a new contact _with_ an alias set, the code in EmpathyIndividualStore was listening to (and acting on) property notifications (such as alias changes) for the individual before adding the individual to the store, resulting in duplicate contact listings. Closes: bgo#629380
* blacklist haze's sip protocol (#629736)Guillaume Desmottes2010-09-151-0/+5
|
* Update simplified Chinese translation.Aron Xu2010-09-151-475/+839
|
* remove released flagGuillaume Desmottes2010-09-141-1/+1
|
* prepare 2.31.92 releaseEMPATHY_2_31_92Guillaume Desmottes2010-09-142-3/+70
|
* Merge remote branch 'smcv/conference'Guillaume Desmottes2010-09-141-1/+1
|\
| * Update Auth.client for stable ServerTLSConnection namespaceSimon McVittie2010-09-141-1/+1
| |
* | empathy_chat_paste: paste to to search bar if visible (#629594)Guillaume Desmottes2010-09-141-0/+5
| |
* | add empathy_search_bar_paste_clipboard()Guillaume Desmottes2010-09-142-0/+8
| |
* | tp_chat_group_members_changed_cb: early return if removed or added have not ↵Simon McVittie2010-09-141-2/+5
| | | | | | | | the expected length (#629549)
* | Merge remote branch 'smcv/conference'Guillaume Desmottes2010-09-143-162/+405
|\|
| * Update Chan.T.ServerTLSConnection and TLSCertificate to spec 0.19.13Simon McVittie2010-09-142-10/+18
| |
| * Merge remote branch 'cosimoc/tls-multireject' into conferenceSimon McVittie2010-09-142-95/+110
| |\
| * | Update the Conference spec to the version from spec 0.19.13 (no code changes)Simon McVittie2010-09-141-5/+5
| | |
| * | Update Channel.I.Conference to draft 2 (no code changes)Simon McVittie2010-09-141-150/+385
| | |
* | | Merge remote branch 'cosimo/tls-multireject'Guillaume Desmottes2010-09-142-95/+110
|\ \ \ | | |/ | |/|
| * | Use tp_clear_boxed() to free the Rejection arrayCosimo Cecchi2010-09-141-1/+2
| | |
| * | Update Empathy to the new draft APICosimo Cecchi2010-09-131-3/+24
| | |
| * | Update to new tp-spec draftCosimo Cecchi2010-09-131-92/+85
| | |
* | | Change videosrc element orderingSjoerd Simons2010-09-141-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GStreamers basetransform has a nasty issue where its caps negotiation doesn't keep the ordering of caps when unioning, as a result of this linking the pipeline as "<src> ! videoscale ! colorspace ! video/x-raw-yuv" means at the <src> element yuv is no longer preferred. Changing the pipeline to be "<src> ! colorspace ! videoscale ! video/x-raw-yuv" forces the videoscale to only negotiate video/x-raw-yuv, which in turns ensures the colorspace and <src> element pick the right colorspace. In combination with emulated formats in v4l2src picking the wrong colorspace causes quite a performance hit (the src would do a color conversion in libv4l, while the colorspace element would later convert it back to a colorspace actually native to the src device!)
* | | Polish recent EmpathyVideoSrc changesSjoerd Simons2010-09-142-55/+52
| |/ |/| | | | | | | | | | | | | * Fix various typos and broken phrasing * Use the right log level for various messages * Fix potentially calling gst_object_unref (NULL) * Fix coding style * Make various debug messages more useful
* | Merge branch 'channel-accessors'Guillaume Desmottes2010-09-133-10/+3
|\ \
| * | use tp_channel_get_requested()Guillaume Desmottes2010-09-132-9/+2
| | |
| * | bump tp-glib dep to 0.11.15Guillaume Desmottes2010-09-131-1/+1
| | | | | | | | | | | | We need it for new TpChannel accessors.
* | | Updated Finnish translation by Ubuntu Finnish translators team.Timo Jyrinki2010-09-131-1220/+1273
|/ /
* | Add two optional filter to video srcAlexey Fisher2010-09-131-16/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add videomaxrate and postproc_tmpnoise as optional filters to empathy_video_src_init. Thay will used if thay are installed. videomaxrate will set maximal framerate to 15fps if some haw webcam will get more than 15fps it will not kill empathy-av with high CPU load. postproc_tmpnoise will reduce video noise produced by most (all) webcams. This will add smoll overhead for load but reduce CPU load of video encoder. Also this should reduce network load (for theoraenc x2) Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
* | Add empathy_gst_make_to_binAlexey Fisher2010-09-132-11/+71
|/
* switched notebook pagesFelix Kaser2010-09-132-11/+11
| | | | | to start with the scrolled window for the treeview as first page. this fixes bug #627238 and the empathy part of bug #626503
* Remove "Use Yahoo Japan" label (#609484)Guillaume Desmottes2010-09-132-20/+1
| | | | | It's not a valid connection param any more. Yahoo Japan has its own protocol now.
* wrap label explaining the facebook account configuration (#611107)Guillaume Desmottes2010-09-131-0/+1
|
* coding style fixGuillaume Desmottes2010-09-131-1/+1
|
* fixed typo in empathy utilsFelix Kaser2010-09-133-3/+3
|
* Updated Galician translations for helpFran Diéguez2010-09-131-144/+581
|
* Updated French doc translationBruno Brouard2010-09-131-62/+55
|
* Updated Czech translationMarek Černocký2010-09-131-80/+12
|
* [l10n] Updated German translationChristian Kirbach2010-09-121-476/+838
|
* Updated Portuguese translationDuarte Loreto2010-09-121-761/+1235
|
* Updated Danish translationKenneth Nielsen2010-09-121-354/+516
|
* [l10n] Refreshed Italian translationMilo Casagrande2010-09-121-70/+70
|
* [help] Fixed Empathy name in the index pageMilo Casagrande2010-09-121-4/+7
|
* [help] Fixed contacts linking/unlinking topic, fixed the audio and video topicsMilo Casagrande2010-09-123-32/+16
|
* Updated British English translationBruce Cowan2010-09-121-114/+143
|
* Updated Spanish translationJorge González2010-09-111-76/+264
|
* Updated Norwegian bokmål translationKjartan Maraas2010-09-111-241/+274
|
* Updated Japanese translation.Takayuki KUSANO2010-09-111-507/+435
|
* Updated Tamil translationDr.Tirumurti Vasudevan2010-09-111-111/+139
|
* Update Czech translation by Marek CernockyPetr Kovar2010-09-111-373/+531
|
* Updated French doc translationBruno Brouard2010-09-111-98/+243
|
* Updated Brazilian Portuguese translationHenrique P. Machado2010-09-101-12/+8
|
* fix build of the link-contacts doc pageGuillaume Desmottes2010-09-101-1/+1
|
* Updated Galician translationsFran Diéguez2010-09-101-11/+84
|
* [help] Added topic about linking contacts, fixed other topics to reflect the ↵Milo Casagrande2010-09-105-35/+208
| | | | new feature
* Updated Brazilian Portuguese translationHenrique P. Machado2010-09-101-682/+1183
|
* Use TP_ARRAY_TYPE_UCHAR_ARRAY_LISTCosimo Cecchi2010-09-091-19/+5
|
* Bump required tp-glib versionCosimo Cecchi2010-09-091-1/+1
|
* Use separate new/free functions for the handler context dataCosimo Cecchi2010-09-091-8/+24
|
* Don't assume there's only one concurrent TpHandleChannelsContextCosimo Cecchi2010-09-091-11/+21
|
* fix typo of #629134 in po files as wellGuillaume Desmottes2010-09-0920-21/+21
|
* tls-dialog: fix typo in a string (#629134)Guillaume Desmottes2010-09-091-1/+1
|
* Enable server fallback for GTalk accountNicolas Dufresne2010-09-092-8/+20
| | | | | | | | | | | Instead of hardcoding one server, let the connection manager try doing SRV resolution and if the resolution fails, let it try a list of fallback servers. Note that talkx.l.google.com is now used instead of talk.google.com. This is the DNS used in the Windows client, this DNS returns a list of IPs instead of 1. This also enable usage of HTTPS proxy when falling back to port 443 with old_ssl. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Add support for 'as' in account settingsNicolas Dufresne2010-09-092-0/+31
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-091-13/+32
|
* Make sure we allocate the right size for certificatesCosimo Cecchi2010-09-081-5/+6
|
* Use better names for saving the certificatesCosimo Cecchi2010-09-081-2/+16
|
* Move _get_certificate_hostname() out of the verifierCosimo Cecchi2010-09-083-36/+40
|
* [l10n] Updated Italian translationMilo Casagrande2010-09-081-47/+68
|
* Don't use gtk_progress_bar_set_orientation() when building with GTK+ 3Philip Withnall2010-09-071-0/+10
| | | | | GtkProgressBar now implements GtkOrientable, but this hasn't been backported to GTK+ 2, so we need to use some #ifdef magic.
* Remove calls to gtk_dialog_set_has_separator() if building against GTK+ 3Philip Withnall2010-09-0712-10/+40
| | | | | | | gtk_dialog_set_has_separator() has been removed in GTK+ 3, but can't be removed (or the property's default value changed) in GTK+ 2 without breaking API. This adds a wrapper macro to keep the calls when building against GTK+ 2, and remove them when building against GTK+ 3.
* Updated Spanish translationJorge González2010-09-071-133/+163
|
* Updated French translationClaude Paroz2010-09-071-546/+993
| | | | Contributed by Nils ?, Claude Paroz and Bruno Brouard
* Updated Galician translationsFran Diéguez2010-09-072-155/+191
|
* update for PunjabiA S Alam2010-09-061-193/+183
|
* Updated Japanese translation.Takayuki KUSANO2010-09-061-309/+313
|
* Updated Hungarian translationGabor Kelemen2010-09-061-145/+174
|
* Updated Swedish translationDaniel Nylander2010-09-061-130/+151
|
* Updated Hebrew translation.Yaron Shahrabani2010-09-061-10/+33
|
* Updated Slovenian translationMatej Urbančič2010-09-061-148/+152
|
* Add a tooltip to the “Unlink” buttonPhilip Withnall2010-09-061-0/+2
| | | | Closes: bgo#628376
* Add a confirmation dialogue to the unlink processPhilip Withnall2010-09-061-3/+24
| | | | | | This makes it harder to accidentally remove a linked Individual now that the “Unlink” button is easier to find, and also makes it more obvious that Empathy hasn't just crashed when unlinking. Helps: bgo#628377
* Move the “Unlink” button from the Edit dialogue to the linking dialoguePhilip Withnall2010-09-062-52/+41
| | | | | This is a more logical place for it, making unlinking more discoverable. Helps: bgo#628376
* Fix code formatting in EmpathyLinkingDialogPhilip Withnall2010-09-061-8/+9
|
* Updated Hebrew translation.Yaron Shahrabani2010-09-061-4/+8
|
* Change “Link…” to “Link Contacts…” in the individual menuPhilip Withnall2010-09-061-1/+1
| | | | | This makes it clearer what the menu entry does, making linking more discoverable. Closes: bgo#628377
* [l10n] Updated Italian translationMilo Casagrande2010-09-051-738/+1133
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-09-052-552/+870
|
* Update British English translationPhilip Withnall2010-09-041-137/+143
|
* Updated Spanish translationJorge González2010-09-041-62/+61
|
* Updated Hebrew translation.Yaron Shahrabani2010-09-041-172/+172
|
* Updated Slovenian translationMatej Urbančič2010-09-041-54/+77
|
* Updated Tamil translationdrtv2010-09-041-682/+1130
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-031-13/+16
|
* Update the Edit dialogue on contact linking or unlinkingPhilip Withnall2010-09-031-29/+78
| | | | | | | | Ensure any open Edit dialogues are: • closed, if they're editing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're editing the details for a contact which is then linked.
* Update the Information dialogue on contact linking or unlinkingPhilip Withnall2010-09-031-75/+111
| | | | | | | | Ensure any open Information dialogues are: • closed, if they're showing the details for a meta-contact which is then unlinked; or • reloaded to show the details of the new meta-contact, if they're showing the details for a contact which is then linked.
* Handle the EmpathyIndividualWidget disappearing during an async details callPhilip Withnall2010-09-031-3/+6
| | | | | | The EmpathyIndividualWidget may be destroyed between starting and finishing an async call to get contact details. This patch prevents the finishing callback from accessing private data which may have been freed.
* Don't try to update EmpathyIndividualWidget's location without an IndividualPhilip Withnall2010-09-031-1/+2
|
* Listen to FolksIndividual::removed in EmpathyIndividualWidgetPhilip Withnall2010-09-031-0/+12
| | | | | | | | | In certain cases, a tooltip will be updated on the contact list when unlinking a meta-contact (reproducable with a meta-contact of meta-contacts). In order to prevent an individual table from getting stuck in the EmpathyIndividualWidget in the tooltip, EmpathyIndividualWidget needs to connect to FolksIndividual::removed to be updated when the Individual is removed or replaced.
* Remove an idle handler when EmpathyChat is destroyedPhilip Withnall2010-09-031-2/+14
| | | | | This prevents the idle handler potentially running after the EmpathyChat has been destroyed, and accessing freed memory. Closes: bgo#628156
* Add a heuristic to prefer audio- and video-capable Personas when callingPhilip Withnall2010-09-031-1/+27
| | | | | | | | | When choosing which Persona out of an Individual to start an audio or video call to, given a choice between two Personas of equal presence, choose the one which is capable of both audio and video calls over the one which is capable of only one of the two. This is because clients which can do both types of call are generally more featureful than those which can only do one type. Helps: bgo#628338
* Port EmpathyIndividualView to use empathy_contact_dup_best_for_action()Philip Withnall2010-09-031-26/+3
| | | | | This ports the code in EmpathyIndividualView which starts a chat when a row is activated. Closes: bgo#628338
* Port EmpathyIndividualMenu to use empathy_contact_dup_best_for_action()Philip Withnall2010-09-031-89/+36
| | | | | This improves the menu code so that it no longer prefers personas with a higher presence, but which can't do the given action. Helps: bgo#628338
* Add empathy_contact_dup_best_for_action()Philip Withnall2010-09-032-0/+154
| | | | | | This takes a FolksIndividual and returns an EmpathyContact corresponding to the FolksPersona in the Individual which is most suited to having a given action performed on it. Helps: bgo#628338
* account-widget: apply settings when activating the password entry (#625575)Cyril Roelandt2010-09-031-2/+22
|
* Updated Galician translationsFran Diéguez2010-09-031-53/+59
|
* Updated Swedish translationDaniel Nylander2010-09-031-253/+447
|
* Updated Arabic translationKhaled Hosny2010-09-031-103/+132
|
* Ensure we disconnect from signals on Individuals' Personas as they're removedPhilip Withnall2010-09-021-34/+48
| | | | | | | | EmpathyIndividualStore connects to some signals on all of the (Telepathy) Personas in each Individual it stores. If an Individual changes its set of Personas, some of those signals might end up never getting disconnected. This fixes that by listening to FolksIndividual::personas-changed and disconnecting signals as appropriate. Closes: bgo#628153
* Updated Hebrew translation.Yaron Shahrabani2010-09-021-106/+134
|
* Remove the “Add Contact…” menu entry from EmpathyIndividualMenuPhilip Withnall2010-09-022-92/+0
| | | | It's never used, but is a CPU drain and can sometimes appear uninvited.
* Don't unnecessarily remove Individuals if Individual IDs have been reusedPhilip Withnall2010-09-021-12/+14
| | | | | | | | | | When linking and unlinking, it's possible for the linked Individual to have the same ID as one of its component Individuals (before linked or once unlinked). If two such Individuals with the same ID are added and removed at the same time (as could [only] happen during linking or unlinking), EmpathyIndividualManager should do the Individual removals before the additions, in order to prevent one of the Individuals getting clobbered. Closes: bgo#627819
* Merge branch 'translate-param-628601'Guillaume Desmottes2010-09-021-0/+23
|\
| * account_widget_generic_format_param_name: translate common params (#628601)Guillaume Desmottes2010-09-021-0/+23
| |
* | Merge remote branch 'kaserf/fix-account-name-update'Guillaume Desmottes2010-09-021-1/+2
|\ \
| * | do not set the overridden flag when creatingFelix Kaser2010-09-021-1/+2
| | | | | | | | | | | | | | | | | | when we are creating a new account we should not set the display-name-overridden flag, since then changes in the account details wont update the name in the accounts tree.
* | | Updated Norwegian bokmål translationKjartan Maraas2010-09-021-199/+338
| |/ |/|
* | Bug 628133 — Linking dialog's live search should copy the one from the rosterPhilip Withnall2010-09-021-0/+20
| | | | | | | | | | | | When launching a linking dialogue from EmpathyIndividualView, copy the view's live search text to the EmpathyIndividualView in the linking dialogue. Closes: bgo#628133
* | Add empathy_linking_dialog_get_individual_linker()Philip Withnall2010-09-022-0/+13
| | | | | | | | Helps: bgo#628133
* | Add empathy_individual_linker_set_search_text()Philip Withnall2010-09-022-4/+19
| | | | | | | | Helps: bgo#628133
* | Add an EmpathyIndividualMenu::link-contacts-activated signalPhilip Withnall2010-09-021-9/+27
| | | | | | | | | | This is emitted each time the “Link Contacts…” menu entry is activated. Helps: bgo#628133
* | Make EmpathyIndividualMenu a proper GObject, derived from GtkMenuPhilip Withnall2010-09-022-13/+168
| |
* | empathy_account_widget_get_default_display_name: use the network name (#598394)Guillaume Desmottes2010-09-021-9/+15
| |
* | account-widget-irc: return the EmpathyIrcNetworkChooser when building the widgetGuillaume Desmottes2010-09-022-4/+11
| |
* | add empathy_irc_network_chooser_get_network()Guillaume Desmottes2010-09-022-0/+12
| |
* | NEWS: 2.31.91 secretely depends on gcr tooGuillaume Desmottes2010-09-021-0/+1
| |
* | Only unref the EmpathyIndividualView after emptying the group hash tablePhilip Withnall2010-09-021-3/+2
| | | | | | | | | | Otherwise, unreffing the view could cause it to be destroyed, and thus emptying the hash table will write into freed memory and crash.
* | remove released flagGuillaume Desmottes2010-09-021-1/+1
| |
* | prepare 2.31.91.1EMPATHY_2_31_91_1Guillaume Desmottes2010-09-022-2/+36
| |
* | update for PunjabiA S Alam2010-09-021-354/+600
| |
* | Remove the expand groups idle handler when destroying an EmpathyIndividualViewPhilip Withnall2010-09-011-1/+3
| | | | | | | | | | | | This prevents the idle handler from being run after destruction and crashing due to referencing the EmpathyIndividualView's private memory which has already been freed.
* | Bug 628106 — Groups are not expanded when reconnectingPhilip Withnall2010-09-011-0/+5
| | | | | | | | | | | | Ensure that the list of groups to expand is cleared when going offline, so that it can be freshly created when we come back online again. Closes: bgo#628106
* | Ensure all persona tables are removed from EmpathyIndividualWidgetPhilip Withnall2010-09-011-0/+2
|/ | | | | | | In the case that EmpathyIndividualWidget is going from showing Personas to showing an Individual table, ensure that all persona tables are removed from the widget, including those for Personas who're being removed from the Individual. Closes: bgo#628481
* contact: get info from the tp-contact in constructed (#628315)Guillaume Desmottes2010-09-011-38/+37
| | | | | | | | Doing it in set_property is racy: - The tp-contact property is set. We use the contact to set the capabilities of the contact - The "capabilities" property has not be defined so GLib sets its default value (unknown) and so override the real capabilities of the contact.
* contact: make some setters staticGuillaume Desmottes2010-09-012-109/+101
|
* the GTK3 flavour of gcr is gcr-3 (#627916)Guillaume Desmottes2010-09-011-4/+1
|
* Add an INDIVIDUAL_CALL feature to EmpathyIndividualViewPhilip Withnall2010-09-012-3/+8
| | | | | This allows the context menu on the VoIP icon to be disabled, so that it can't be used from the linking dialogue. Closes: bgo#628433
* Fix the audio/video icon in the contact listPhilip Withnall2010-09-011-31/+51
| | | | Closes: bgo#628421
* Merge remote branch 'maiku/previous-conversation-crash'Guillaume Desmottes2010-09-011-1/+2
|\
| * Fix crash in log_manager_got_chats_cb.Mike Ruprecht2010-09-011-1/+2
| | | | | | | | | | | | | | When the log window is opened through the contact list with the previous conversations menu item, Empathy crashes due to there not being a currently selected account when log_manager_got_chats_cb is called. This patch adds a condition to check if there is a selected account before using it.
* | l10n: Updated Greek translation for empathy helpSimos Xenitellis2010-09-011-2/+0
| |
* | Update British English translationPhilip Withnall2010-09-011-88/+111
| |
* | l10n: Updated Greek translation for empathy helpMichael Kotsarinis2010-09-011-2119/+911
|/
* l10n: Updated Greek translation for empathyMichael Kotsarinis2010-09-011-163/+178
|
* l10n: Updated Greek translation for empathyMichael Kotsarinis2010-09-011-305/+503
|
* [l10n] Updated Estonian translationMattias Põldaru2010-09-011-44/+35
|
* Updated Spanish translationJorge González2010-08-311-108/+117
|
* Updated Hungarian translationGabor Kelemen2010-08-311-81/+98
|
* Updated Serbian translationBranko Kokanović2010-08-312-324/+270
|