aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* prepare 3.0 releaseEMPATHY_3_0_0Guillaume Desmottes2011-04-042-4/+51
* Initialize matched to FALSE to stop -Wall breaking the build (and potentially...Danilo Segan2011-04-041-1/+1
* [l10n] Updated Estonian translationMattias Põldaru2011-04-041-3/+10
* Updated Turkish translationBaris Cicek2011-04-041-1078/+2456
* Updated Japanese translationOKANO Takayoshi2011-04-041-679/+1041
* [l10n] Updated German doc translation, umlauts fixedWolfgang Stöggl2011-04-041-386/+404
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-041-30/+30
* [l10n] Updated German translation, umlauts fixedWolfgang Stöggl2011-04-041-5/+5
* l10n: Updated Greek translation for empathyGeorge Stefanakis2011-04-041-278/+366
* Updated Danish translationKenneth Nielsen2011-04-031-734/+1000
* Updated Brazilian Portuguese translation. Reviewed by Djavan Fagundes.Rodrigo Padula de Oliveira2011-04-031-702/+958
* Updated Spanish translationJorge González2011-04-031-16/+26
* set a category on presence notificationsGuillaume Desmottes2011-04-023-5/+12
* set a category on chat related notificationsGuillaume Desmottes2011-04-022-0/+26
* set urgency hint on urgent notificationsGuillaume Desmottes2011-04-021-0/+25
* applied patch from https://bugzilla.gnome.org/show_bug.cgi?id=645870Leonid Kanter2011-04-011-18/+26
* Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-04-011-412/+264
* po/vi.po: import from Damned LiesNguyễn Thái Ngọc Duy2011-04-011-1192/+2355
* Added translated German screenshots.Hendrik Richter2011-04-011-13/+12
* Added translated German screenshots.Hendrik Richter2011-04-011-0/+0
* Added translated German screenshots.Hendrik Richter2011-04-011-0/+0
* Updated Gujarati TranslationsSweta Kothari2011-04-011-646/+619
* [l10n] Updated German doc translationMario Blättermann2011-04-011-613/+43
* help/C/figures: Icon and screenshot updatesShaun McCance2011-04-016-0/+0
* Updated Serbian translationBranko Kokanović2011-03-312-1398/+2086
* Updated Basque languageInaki Larranaga Murgoitio2011-03-311-100/+88
* empathy_chat_window_present_chat: no need to call show_all on the windowGuillaume Desmottes2011-03-301-1/+0
* move the Enabled translator comment just before the stringGuillaume Desmottes2011-03-301-2/+2
* givve translators context for the 'Unknown' stringGuillaume Desmottes2011-03-302-0/+5
* give translators context for the 'Enabled' checkbox (#646131)Guillaume Desmottes2011-03-301-0/+2
* Added Slovak translationPavol Klačanský2011-03-292-0/+4372
* ft-manager: make sure the scrolled window expands in the dialog heightCosimo Cecchi2011-03-291-0/+1
* don't format header of presence notifications (#646097)Guillaume Desmottes2011-03-291-10/+4
* Use /org/gnome as starting path for schemasLuca Ferretti2011-03-291-8/+8
* Updated Basque languageInaki Larranaga Murgoitio2011-03-291-527/+694
* Updated Dutch translation by Hannie DumoleynHannie Dumoleyn2011-03-291-695/+986
* remove released flagGuillaume Desmottes2011-03-281-1/+1
* prepare 2.91.93EMPATHY_2_91_93Guillaume Desmottes2011-03-282-2/+26
* hindi updatedRajesh Ranjan2011-03-281-1053/+2509
* event-manager: only display incoming messages in notificationGuillaume Desmottes2011-03-281-1/+8
* theme-adium: keep count of the pages loading instead of using a booleanGuillaume Desmottes2011-03-281-4/+9
* Added UG translationAbduxukur Abdurixit2011-03-281-465/+626
* Updated Lithuanian translationŽygimantas Beručka2011-03-281-132/+232
* Updated Tamil translationDr.T.Vasudevan2011-03-271-762/+701
* Updated Bulgarian translationKrasimir Chonov2011-03-261-344/+445
* Update Simplified Chinese translation.Aron Xu2011-03-251-129/+128
* update tranlation for Punjabi by A S AlamA S Alam2011-03-251-103/+193
* Updated Marathi TranslationsSandeep Shedmake2011-03-241-1139/+2493
* Calendar widget should be disabled if no contact selected (#645582)Guillaume Desmottes2011-03-242-0/+10
* account_chooser_filter_ready_cb: don't unref the accountGuillaume Desmottes2011-03-241-1/+0
* chat_window_new_message_cb: check that we found the chatroomGuillaume Desmottes2011-03-231-1/+1
* tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->userGuillaume Desmottes2011-03-231-1/+1
* remove released flagGuillaume Desmottes2011-03-231-1/+1
* [l10n] Updated German translationMario Blättermann2011-03-231-478/+637
* prepare 2.91.92EMPATHY_2_91_92Guillaume Desmottes2011-03-232-3/+47
* Merge branch 'unbreak-tests'Stef Walter2011-03-231-11/+76
|\
| * Fix calls to empathy_tls_verifier_new() in tests.Stef Walter2011-03-231-11/+76
* | Don't try to block personas that don't support blockingEmilio Pozuelo Monfort2011-03-221-3/+8
|/
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-223-2/+17
* Create GTalk accounts with extra-certificate-identities = 'talk.google.com'Stef Walter2011-03-221-0/+7
* Merge branch 'reference-identities'Stef Walter2011-03-224-8/+89
|\
| * Use telepathy property constants in server EmpathyServerTLSHandlerStef Walter2011-03-221-4/+4
| * Style changes from review for ReferenceIdentities codeStef Walter2011-03-183-12/+19
| * Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-184-7/+81
| * Free priv->hostname in EmpathyServerTlsHandlerStef Walter2011-03-181-0/+1
* | Merge branch 'stable-block-645504'Guillaume Desmottes2011-03-225-181/+7
|\ \
| * | stop generating API for ContactBlockingGuillaume Desmottes2011-03-223-174/+0
| * | Use stable API for ContactBlocking (#645504)Guillaume Desmottes2011-03-221-6/+6
| * | depends on telepathy-glib 0.14.1Guillaume Desmottes2011-03-221-1/+1
* | | Updated Italian translationMilo Casagrande2011-03-221-711/+971
* | | accounts_dialog_add_account: ensure that the selected account is still visibl...Guillaume Desmottes2011-03-221-1/+19
* | | accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
* | | factor out select_and_scroll_to_iter()Guillaume Desmottes2011-03-221-14/+23
* | | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-03-222-722/+932
|/ /
* | Handle new NM 0.9 states (#644412)Dan Williams2011-03-221-0/+8
* | Remove user from the blocked list when readding themDanielle Madeley2011-03-221-0/+8
* | account_chooser_update_iter: don't leak the TpAccountGuillaume Desmottes2011-03-221-0/+2
* | Also show an avatar when blocking from a conversationEmilio Pozuelo Monfort2011-03-223-3/+14
* | Updated Russian translationYuri Myasoedov2011-03-221-100/+193
* | Updated kn translationsShankar Prasad2011-03-211-123/+148
* | Fix some races in the chatroom joining codeSjoerd Simons2011-03-211-34/+38
* | Updated Portuguese translationDuarte Loreto2011-03-211-331/+416
* | [l10n]Updated Catalan translationGil Forcada2011-03-211-299/+364
* | Updated Latvian translation.Rudolfs Mazurs2011-03-201-640/+659
* | Updated Norwegian bokmål translationKjartan Maraas2011-03-201-108/+108
* | Updated Norwegian bokmål translationKjartan Maraas2011-03-201-250/+339
* | Update Simplified Chinese translation.Aron Xu2011-03-201-414/+463
* | Updated Polish translationPiotr Drąg2011-03-191-288/+368
* | Updated Indonesian translationDirgita2011-03-191-877/+1829
* | Updated Korean translationChangwoo Ryu2011-03-191-227/+233
* | Updated Arabic translationKhaled Hosny2011-03-191-255/+257
* | Use the right marshal fileEmilio Pozuelo Monfort2011-03-191-2/+2
* | Assistant: put the protocol chooser next to the labelEmilio Pozuelo Monfort2011-03-181-3/+6
* | Map Ctrl-Shift-F to contact search and Ctrl-F to findWill Thompson2011-03-181-0/+2
* | Updated kn translationsShankar Prasad2011-03-181-1085/+2638
* | auth-factory: allow to handle more than one auth channel at the same time (#6...Guillaume Desmottes2011-03-181-12/+38
* | auth-factory: use a proper priv pointerGuillaume Desmottes2011-03-182-3/+4
* | add empathy_server_sasl_handler_get_channel()Guillaume Desmottes2011-03-182-0/+15
* | Free priv->hostname in EmpathyServerTlsHandlerStef Walter2011-03-181-0/+1
* | Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-183-68/+111
|/
* Allow to Observe a ServerAuthentication channel while handling another oneGuillaume Desmottes2011-03-181-1/+2
* common_checks: tell the truth in debug messagesGuillaume Desmottes2011-03-181-7/+9
* common_checks: rename must_be_sasl arg to observeGuillaume Desmottes2011-03-181-2/+7
* Fix the icon metadataDanielle Madeley2011-03-181-3/+3
* Uploaded UkranianDaniel Korostil2011-03-181-281/+361
* remove released flagGuillaume Desmottes2011-03-171-1/+1
* prepare 2.91.91.1EMPATHY_2_91_91_1Guillaume Desmottes2011-03-172-2/+57
* server-sasl-handler: remove stored password if they can't be savedGuillaume Desmottes2011-03-171-0/+6
* save the password before trying to connect the new account (#643690)Guillaume Desmottes2011-03-171-0/+16
* Allow to enter an email address as ICQ ID (#645014)Guillaume Desmottes2011-03-171-2/+5
* Contact Search: close the dialog when adding a contactEmilio Pozuelo Monfort2011-03-171-0/+3
* Don't update Contact menu on a focus-in (#644936)Michael Terry2011-03-171-9/+24
* Updated Romanian translationLucian Adrian Grijincu2011-03-171-170/+162
* Updated Romanian translationLucian Adrian Grijincu2011-03-171-80/+160
* Fix warnings from GCC 4.6 about variables that are set but not used.Kjartan Maraas2011-03-1722-166/+5
* auth-client: implement Debug interface (#645008)Guillaume Desmottes2011-03-171-0/+10
* pass a preferred handler when requesting channelsGuillaume Desmottes2011-03-175-13/+15
* define constants for handler bus nameGuillaume Desmottes2011-03-174-4/+15
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-1720-46/+40
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
* Updated French translationBruno Brouard2011-03-171-249/+354
* Updated British English translationBruce Cowan2011-03-171-456/+642
* Updated Hebrew translation.Yaron Shahrabani2011-03-161-138/+212
* New Empathy icon (#614640)Jakub Steiner2011-03-169-262/+6437
* ContactSearch: don't leak a GErrorEmilio Pozuelo Monfort2011-03-161-2/+4
* Merge branch 'call-details-644830'Guillaume Desmottes2011-03-161-1/+8
|\
| * streamed-media-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-03-161-1/+8
* | individual-view: call empathy_individual_manager_remove() also when the respo...Guillaume Desmottes2011-03-161-7/+5
* | individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+14
* | [l10n] Updated Estonian translationMattias Põldaru2011-03-161-6/+24
|/
* Updated Czech translationMarek Černocký2011-03-161-427/+594
* Updated Galician translationsFran Diéguez2011-03-151-319/+445
* [l10n] Updated Estonian translationMattias Põldaru2011-03-151-5/+45
* Updated Hungarian translationGabor Kelemen2011-03-151-100/+177
* Updated Swedish translationDaniel Nylander2011-03-151-961/+326
* Updated Spanish translationDaniel Mustieles2011-03-151-58/+84
* Updated Spanish translationDaniel Mustieles2011-03-151-101/+152
* Updated Slovenian translationAndrej Žnidaršič2011-03-151-168/+223
* Require the proper version of Folks.Travis Reitter2011-03-151-1/+1
* Adjust for Folks PresenceOwner -> PresenceDetails renameTravis Reitter2011-03-156-51/+54
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-1510-83/+89
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-156-18/+24
* Adjust for Folks AvatarOwner -> AvatarDetails renameTravis Reitter2011-03-151-1/+1
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-159-34/+39
* Bump the Folks version requirement for the following API changes.Travis Reitter2011-03-151-1/+1
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* coding style fixesGuillaume Desmottes2011-03-142-2/+2
* Updated Arabic translationKhaled Hosny2011-03-141-58/+147
* Add missing filesKhaled Hosny2011-03-141-0/+2
* Merge branch 'glassrose-contact-blocking-rebase'Danielle Madeley2011-03-1429-32/+1967
|\
| * Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
| * Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| * Add FIXME to empathy_individual_manager_supports_blocking()Chandni Verma2011-03-111-0/+2
| * Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley2011-03-111-4/+6
| * Use Conn.I.CB to report contacts as abusive when blocking themDanielle Madeley2011-03-111-2/+11
| * Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-03-112-3/+3
| * Determine whether a connection supports reporting abuse, set the connection flagDanielle Madeley2011-03-111-0/+36
| * Add draft Conn.I.ContactBlocking (danni's version) to extensionsDanielle Madeley2011-03-113-0/+174
| * Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-119-17/+30
| * Initialize EmpathyContactManager before creating a new contact->Block menuitemChandni Verma2011-03-111-1/+2
| * Setting "window" data on submenu only if it's not NULLChandni Verma2011-03-111-3/+3
| * Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-093-56/+20
| * Style fixes from reviewDanielle Madeley2011-03-082-2/+5
| * Add confirmation dialog to RemoveDanielle Madeley2011-03-085-3/+112
| * Add block confirmation to the authorise publication dialogDanielle Madeley2011-03-081-5/+17
| * Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-03-082-3/+31
| * Factor out common blocking confirmation dialogDanielle Madeley2011-03-083-26/+53
| * contact-blocking-dialog: report errors to the userDanielle Madeley2011-03-081-3/+52
| * Don't leak EmpathyContactDanielle Madeley2011-03-081-0/+2
| * Add Block button to the subscription authorization dialogDanielle Madeley2011-03-082-13/+61
| * Add a confirmation dialog when you block a contact from the Contact menuDanielle Madeley2011-03-082-3/+47
| * Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-03-081-10/+24
| * Add contact blocking support to EmpathyIndividualManagerDanielle Madeley2011-03-082-0/+122
| * Add 'Block Contact' to empathy-contact-menuDanielle Madeley2011-03-083-2/+75
| * Add contact blocking to EmpathyContactList and friendsDanielle Madeley2011-03-085-6/+135
| * Handle the case where there are no accounts with deny channelsDanielle Madeley2011-03-081-26/+62
| * Don't need to prepare accounts separatelyDanielle Madeley2011-03-081-30/+11
| * Add blocked contacts dialog to Empathy main window menuDanielle Madeley2011-03-082-1/+23
| * Prepare EmpathyContactManager in testDanielle Madeley2011-03-081-0/+7
| * Provide autocompletion of known contacts in the entry boxDanielle Madeley2011-03-081-5/+47
| * Add and remove contacts from deny listDanielle Madeley2011-03-082-12/+183
| * Connect ::response in testDanielle Madeley2011-03-081-0/+3
| * Test for contact blocking dialogDanielle Madeley2011-03-083-0/+48
| * Beginning of contact blocking dialogDanielle Madeley2011-03-084-0/+722
* | l10n: Updated Greek translationMichael Kotsarinis2011-03-141-450/+527
* | [l10n] Updated Estonian translationIvar Smolin2011-03-131-4/+26
* | Updated Hungarian translationGabor Kelemen2011-03-131-444/+512
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-33/+33
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-31/+26
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-167/+117
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-657/+935
* | Updated Swedish translationDaniel Nylander2011-03-121-158/+862
* | Updated Swedish translationDaniel Nylander2011-03-121-44/+54
* | Updated Swedish translationDaniel Nylander2011-03-121-34/+47
* | Updated Arabic translationKhaled Hosny2011-03-111-73/+94
* | Empathy.Auth.client: set DelayApprovers (#644475)Guillaume Desmottes2011-03-111-0/+3
* | [l10n] Updated Catalan translationGil Forcada2011-03-111-71/+81
* | Updated Hebrew translation.Yaron Shahrabani2011-03-111-72/+95
* | Update our local fields having Overwritten_By_Nickname when updating our nick...Guillaume Desmottes2011-03-101-0/+43
* | don't update Alias.Nickname if not neededGuillaume Desmottes2011-03-101-2/+9
* | inline set_alias_on_account()Guillaume Desmottes2011-03-101-10/+3
* | Updated Polish translationPiotr Drąg2011-03-101-484/+639
* | Updated Spanish translationDaniel Mustieles2011-03-101-32/+42
* | Updated Slovenian translationMatej Urbančič2011-03-101-96/+119
* | Uploaded UkranianDaniel Korostil2011-03-101-72/+95
* | contact-widget: don't allow edit fields having the Overwritten_By_Nickname fl...Guillaume Desmottes2011-03-091-0/+13
* | contact-widget: only call SetContactInfo() is details changed (#644295)Guillaume Desmottes2011-03-091-7/+32
* | Merge branch 'remember-any-exception'Stef Walter2011-03-091-15/+6
|\ \
| * | libempathy-gtk: In TLS Dialog allow remembering of any exception.Stef Walter2011-03-081-15/+6
* | | remove released flagGuillaume Desmottes2011-03-091-1/+1
* | | prepare 2.91.91EMPATHY_2_91_91Guillaume Desmottes2011-03-092-3/+51
* | | display a debug message if we can't get the TpContactGuillaume Desmottes2011-03-091-1/+4
* | | call-observer: display a notification when rejecting a call (#644127)Guillaume Desmottes2011-03-092-8/+92
* | | call-observer: set the Recover flagGuillaume Desmottes2011-03-091-1/+1
* | | Revert "disable the call observer for now"Guillaume Desmottes2011-03-091-5/+0
* | | call-observer: reject all the channels we claimedGuillaume Desmottes2011-03-081-7/+74
* | | return from ObserveChannels() after having called Claim()Guillaume Desmottes2011-03-081-0/+2
* | | call-observer: return from ObserveChannels() if the channel was already inval...Guillaume Desmottes2011-03-081-0/+2
* | | call-observer: set debug domain to 'voip' and add 2 debug messagesGuillaume Desmottes2011-03-081-1/+6
* | | Updated Norwegian bokmål translationKjartan Maraas2011-03-081-34/+51
* | | depends on GTK+ 3.0.2Guillaume Desmottes2011-03-081-1/+1
* | | Updated Russian translationYuri Myasoedov2011-03-081-374/+210
* | | update Punjabi Translation by A S AlamA S Alam2011-03-081-36/+48
* | | Updated Portuguese translationDuarte Loreto2011-03-081-690/+890
* | | Updated Spanish translationDaniel Mustieles2011-03-081-6/+19
|/ /
* | disable the call observer for nowGuillaume Desmottes2011-03-071-0/+5
* | all: set the primary-toolbar style class on primary toolbarsCosimo Cecchi2011-03-073-0/+8
* | Don't look for Call channelsEmilio Pozuelo Monfort2011-03-071-27/+4
* | Build fixEmilio Pozuelo Monfort2011-03-071-1/+1
* | Delay the approversEmilio Pozuelo Monfort2011-03-071-0/+2
* | Autoreject incoming calls if there are others in progressEmilio Pozuelo Monfort2011-03-074-1/+347
* | Show a profile info button in contact search resultsEmilio Pozuelo Monfort2011-03-071-0/+55
* | Use the special "" search field if the CM supports itEmilio Pozuelo Monfort2011-03-071-1/+5
* | account-assistant: add mnemonic for the "no salut account" checkbox (#644058)Guillaume Desmottes2011-03-071-2/+2
* | empathy_protocol_name_to_display_name: MSN has been renamed to "Windows live"...Guillaume Desmottes2011-03-071-1/+1
* | [l10n] Updated Catalan translationGil Forcada2011-03-071-7/+24
* | auth-factory: set Observer.DelayApprovers (#643872)Guillaume Desmottes2011-03-071-0/+2
* | depends on telepathy-glib 0.13.16Guillaume Desmottes2011-03-071-1/+1
* | Warn the user if she has insufficient disk space to receive a fileDanielle Madeley2011-03-071-3/+58
|/
* Updated Lithuanian translation by Aurimas Černius and meŽygimantas Beručka2011-03-061-682/+884
* Updated Arabic translationKhaled Hosny2011-03-061-159/+174
* Updated Bulgarian translationKrasimir Chonov2011-03-061-670/+833
* [l10n] Updated Estonian translationIvar Smolin2011-03-061-6/+13
* Updated Latvian translation.Rudolfs Mazurs2011-03-051-774/+1534
* Updated Spanish translationDaniel Mustieles2011-03-051-69/+74
* update Punjabi Translation by A S AlamA S Alam2011-03-051-363/+385
* tp_chat_received_cb: display the path of the channel in debug logGuillaume Desmottes2011-03-041-1/+2
* Uploaded UkranianDaniel Korostil2011-03-041-29/+30
* Updated Hebrew translation.Yaron Shahrabani2011-03-041-15/+19
* Update Simplified Chinese translation.liuzhen2011-03-031-547/+711