aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* coding style fixEMPATHY_2_33_1Guillaume Desmottes2011-02-021-4/+4
* prepare 2.33.1Guillaume Desmottes2011-02-022-2/+41
* Pressing F2 opens the Edit Contact Information window for #586257Kushal Das2011-02-021-1/+22
* Bump Folks requirement.Travis Reitter2011-02-021-2/+0
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-026-25/+43
* Adjust for FolksHasAvatar -> FolksAvatarOwnerTravis Reitter2011-02-021-1/+2
* Bug 637097 — Port to latest folks API changesPhilip Withnall2011-02-028-22/+25
* Stop using removed Individual convenience methods from folksPhilip Withnall2011-02-025-20/+20
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2011-02-0210-58/+60
* Port to libnotify 0.7.0William Jon McCann2011-02-023-6/+5
* empathy_contact_get_presence_message: use the tp_contact if there is no perso...Guillaume Desmottes2011-02-011-0/+3
* main-window: add a tooltip on connection error info bars (#626507)Robert Sajdok2011-02-012-1/+2
* account-widget-yahoo: remove server field (#634853)Guillaume Desmottes2011-01-312-33/+4
* account-dialog: keep a proper weak ref on setting_widget_objectGuillaume Desmottes2011-01-311-3/+16
* chat-window: don't display notifications for pending messages (#635513)Guillaume Desmottes2011-01-281-1/+5
* EmpathyChat::new-message: tell if the message is a pending one or notGuillaume Desmottes2011-01-282-6/+11
* Improve connected/disconnected notifications (#639352)Guillaume Desmottes2011-01-281-6/+8
* Disable meaningless popup menu items in the contact menu (#573283).Vitaly Minko2011-01-281-3/+13
* enable imported Pidgin accounts if needed (#594145)Vitaly Minko2011-01-284-5/+62
* Add Contact Search supportEmilio Pozuelo Monfort2011-01-287-1/+652
* Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko2011-01-2810-102/+336
* Require folks <= 0.2Emilio Pozuelo Monfort2011-01-281-0/+2
* Main window: mark Edit→Context as untranslatable.Will Thompson2011-01-281-1/+1
* password-dialog: add missing includeJonny Lamb2011-01-261-0/+2
* status-icon: don't show notifications for auth eventsJonny Lamb2011-01-261-0/+12
* Empathy.Auth.client: fix handling and observing SASL channelsJonny Lamb2011-01-261-2/+2
* account-settings: only remove the MC password param if set in the keyring OKJonny Lamb2011-01-261-12/+30
* account-settings: use tp_account_get_path_suffixJonny Lamb2011-01-261-5/+3
* account-settings: add a comment saying what to remove when purging migration ...Jonny Lamb2011-01-261-1/+2
* account-settings: move the migration code to another functionJonny Lamb2011-01-261-45/+54
* account-settings: migrate passwords from MC to gk ourselvesJonny Lamb2011-01-261-0/+47
* password-dialog: make OK insensitive unless there's a password setJonny Lamb2011-01-261-5/+12
* password-dialog: destroy the dialog if the handler is invalidatedJonny Lamb2011-01-261-0/+11
* keyring: change display name for passwords to be more human-readableJonny Lamb2011-01-261-1/+2
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2011-01-261-1/+5
* main-window: s/Cancel/Disconnect/ when not giving a passwordJonny Lamb2011-01-261-1/+1
* main-window: don't use _full functions where not necessaryJonny Lamb2011-01-261-4/+1
* main-window: document what the key and value types are for hash tablesJonny Lamb2011-01-261-0/+4
* event-manager: use tp_clear_objectJonny Lamb2011-01-261-9/+2
* auth-factory: add a comment as to why we're also an approverJonny Lamb2011-01-261-0/+6
* account-settings: use tp_clear_object in disposeJonny Lamb2011-01-261-19/+5
* configure: depend on the newest tp-glib for the new auth types stuffJonny Lamb2011-01-261-1/+1
* account-widget: add Remember Password widgets for all the other protocolsJonny Lamb2011-01-267-24/+281
* account-widget: only show Remember Password ticky box if the CM supports SASLJonny Lamb2011-01-261-1/+7
* account-settings: add _supports_sasl functionJonny Lamb2011-01-262-0/+10
* account-settings: don't block notify::ready on getting a passwordJonny Lamb2011-01-262-6/+55
* status-icon: blink when we get a password requestJonny Lamb2011-01-262-5/+6
* auth-factory: become an Observer and claim auth channels where necessaryJonny Lamb2011-01-263-57/+229
* main-window: display an info bar approving or rejecting the auth channelJonny Lamb2011-01-262-1/+161
* event-manager: become an approver for auth channelsJonny Lamb2011-01-262-6/+85
* event-manager: add the account to the EmpathyEvent structJonny Lamb2011-01-262-13/+23
* account-widget: handle the remember password widget with the simple widgetJonny Lamb2011-01-262-13/+57
* account-settings: don't call TpAccount functions if we've not created it yetJonny Lamb2011-01-261-3/+14
* password-dialog: re-enable showing the Remember password check buttonJonny Lamb2011-01-261-7/+0
* account-widget: hook up the remember password toggle buttonJonny Lamb2011-01-261-0/+38
* account-settings: add support for saving the password in the keyring ourselvesJonny Lamb2011-01-261-3/+165
* account-settings: store the TpProtocol object and notify::ready when it's pre...Jonny Lamb2011-01-261-3/+47
* server-sasl-handler: shorten very long linesJonny Lamb2011-01-261-4/+4
* server-sasl-handler: stop using GET_PRIVJonny Lamb2011-01-261-18/+15
* password-dialog: stop using GET_PRIVJonny Lamb2011-01-261-9/+7
* password-dialog: small style change to please make checkJonny Lamb2011-01-261-2/+2
* po: add password-dialog to POTFILES.inJonny Lamb2011-01-261-0/+1
* keyring: change schema to be incompatible with current MCJonny Lamb2011-01-261-9/+9
* password-dialog: center the dialogJonny Lamb2011-01-261-0/+2
* password-dialog: don't display "Remember password" for nowJonny Lamb2011-01-261-0/+7
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2011-01-261-0/+7
* keyring: allow set and delete password to have NULL callbacksJonny Lamb2011-01-261-2/+0
* keyring: add a delete_password functionJonny Lamb2011-01-262-0/+102
* server-sasl-handler: save the password if requestedJonny Lamb2011-01-261-1/+21
* keyring: add set_password_{async,finish} functionsJonny Lamb2011-01-262-6/+87
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2011-01-264-23/+193
* keyring: add simple keyring helperJonny Lamb2011-01-263-0/+154
* auth-client: move the password dialog into a new fileJonny Lamb2011-01-264-176/+390
* auth-client: grab the keyboard focus when popping up the password dialogJonny Lamb2011-01-261-0/+73
* auth-client: improve the password request dialogJonny Lamb2011-01-263-13/+74
* server-sasl-handler: add an account propertyJonny Lamb2011-01-263-4/+38
* auth-client: listen for new sasl handlers and pop up a password dialogJonny Lamb2011-01-261-2/+69
* auth-factory: create ServerSASLHandlers and signal them appearingJonny Lamb2011-01-261-12/+78
* server-sasl-handler: addedJonny Lamb2011-01-263-0/+337
* auth-factory: add EmpathyAuthFactory::new-server-sasl-handlerJonny Lamb2011-01-261-0/+10
* auth-factory: also handle auth channelsJonny Lamb2011-01-262-1/+16
* debug: add SASL debug flag and keyJonny Lamb2011-01-262-0/+2
* configure: depend on tp-glib >= 0.13.7 for tp-glib codegenJonny Lamb2011-01-261-1/+1
* Compile with --without-ca-fileWill Thompson2010-12-131-0/+2
* properly manage the reference of the pixbuf returned by empathy_pixbuf_avatar...Guillaume Desmottes2010-11-252-2/+6
* empathy_individual_view_get_group_menu: don't leak the groupGuillaume Desmottes2010-11-251-0/+1
* log_window_get_messages_for_date: don't leak chat_id and accountGuillaume Desmottes2010-11-251-0/+3
* smiley-manager: clean up memory management of the pathGuillaume Desmottes2010-11-241-4/+5
* empathy_message_from_tpl_log_entry: don't leak receiver and senderGuillaume Desmottes2010-11-241-6/+12
* chat_log_filter: don't leak EmpathyMessageGuillaume Desmottes2010-11-241-0/+1
* remove released flagGuillaume Desmottes2010-11-181-1/+1
* configure: blindy trust user if he provided a cert fileEMPATHY_2_32_2Guillaume Desmottes2010-11-181-3/+0
* prepare 2.32.2Guillaume Desmottes2010-11-182-2/+18
* Make ca-certs location configurable (#634197)Brian Pepple2010-11-182-1/+34
* individual_avatar_pixbuf_received_cb: don't leak the itersGuillaume Desmottes2010-11-181-0/+2
* factor out free_itersGuillaume Desmottes2010-11-181-7/+10
* individual_store_name_sort_func: don't leak namesGuillaume Desmottes2010-11-181-0/+2
* remove released flagGuillaume Desmottes2010-11-152-1/+2
* prepare 2.32.1EMPATHY_2_32_1Guillaume Desmottes2010-11-152-3/+27
* [l10n] Updated Estonian translationMattias Põldaru2010-11-151-9/+6
* pofilter fixes for the Finnish translation, update translator-creditsVille-Pekka Vainio2010-11-151-64/+66
* Updated Finnish translationVille-Pekka Vainio2010-11-141-444/+528
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2010-11-041-756/+1275
* Don't build with gnome-keyring 2.91.x (#631657)Guillaume Desmottes2010-10-261-1/+4
* don't support libnotify 0.7 (#632806)Guillaume Desmottes2010-10-261-1/+4
* Stop disabling deprecated GTK APIGuillaume Desmottes2010-10-261-6/+0
* disable GTK3 support (#632807)Guillaume Desmottes2010-10-261-79/+25
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-231-742/+1251
* Updated Japanese translationTakayuki KUSANO2010-10-201-147/+148
* Updated comments translationsGabor Kelemen2010-10-201-7/+22
* empathy_notify_manager_notification_is_enabled: properly check the EMPATHY_PR...Guillaume Desmottes2010-10-181-1/+1
* Updated Spanish translationJorge González2010-10-131-4/+4
* Updated Catalan translationGil Forcada2010-10-111-738/+1194
* Updated Korean translationChangwoo Ryu2010-10-091-749/+1245
* main-window: elipsize "No match found" messageGuillaume Desmottes2010-10-061-0/+3
* remove released flagGuillaume Desmottes2010-10-041-1/+1
* 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 S...Sjoerd Simons2010-10-041-0/+6
* Don't ignore the CA certificate if it's the only one in the chainCosimo Cecchi2010-10-041-1/+4
* Always show icons for meta-contacts in context menuVincent Untz2010-10-041-0/+2
* 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
* 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 tp_contact_get_...Guillaume Desmottes2010-09-291-0/+1
* contact_widget_details_update_edit: no need to call tp_contact_get_contact_in...Guillaume Desmottes2010-09-291-2/+3
* [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
* 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
* Don't use deprecated gtk_dialog_set_has_separatorDiego Escalante Urrelo2010-09-2811-42/+0
* empathy-avatar-image: don't use gdk_display globalDiego Escalante Urrelo2010-09-281-2/+2
* Updated Greek translationGiannis Katsampirhs2010-09-281-628/+484
* don't use gtk_window_present_with_time if timestamp == GDK_CURRENT_TIME (#629...Guillaume Desmottes2010-09-271-1/+5
* empathy_window_present: use gtk_get_current_event_time() as default timestamp...Guillaume Desmottes2010-09-271-1/+1
* 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 widg...Guillaume Desmottes2010-09-271-1/+4
* 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
* voip_cmp_func: first check if we support and then audioGuillaume Desmottes2010-09-271-9/+19
* 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
* 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
| * 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
* 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 t...Simon McVittie2010-09-141-2/+5
* | 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
* | | Polish recent EmpathyVideoSrc changesSjoerd Simons2010-09-142-55/+52
| |/ |/|
* | 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
* | | 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 empathy_gst_make_to_binAlexey Fisher2010-09-132-11/+71
|/
* switched notebook pagesFelix Kaser2010-09-132-11/+11
* Remove "Use Yahoo Japan" label (#609484)Guillaume Desmottes2010-09-132-20/+1
* wrap label explaining the facebook account configuration (#611107)Guillaume Desmottes2010-09-131-0/+1