aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* prepare 3.0 releaseEMPATHY_3_0_0Guillaume Desmottes2011-04-042-4/+51
|
* Initialize matched to FALSE to stop -Wall breaking the build (and ↵Danilo Segan2011-04-041-1/+1
| | | | | | potentially avoid a hard-to-track bug) Fixes bug #646691
* [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
| | | | | That can be used by the Shell to filter out notifications it's handling itself directly (#645932).
* set urgency hint on urgent notificationsGuillaume Desmottes2011-04-021-0/+25
| | | | | This will ensure that they stay visible in the Shell and that their actions buttons are displayed as well (#645932).
* 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
| | | | | | | | empathy_window_present_with_time() called later in this function will do it for us. This has the nice side effect of avoid to display the window before resizing it and do making it look bad (#638951).
* move the Enabled translator comment just before the stringGuillaume Desmottes2011-03-301-2/+2
| | | | If not, gettext doesn't find it...
* 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
| | | | | | | GTK+ 3 changed some packing defaults of GtkDialog, so this needs to be done explicitly here. https://bugzilla.gnome.org/show_bug.cgi?id=646010
* don't format header of presence notifications (#646097)Guillaume Desmottes2011-03-291-10/+4
| | | | | | | | According to the spec [1], only the Body can be formated. Furthermore, the Shell doesn't support such formating in the header. [1] http://www.galago-project.org/specs/notification/0.9/x161.html
* 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
| | | | | If not, we display outgoing ones as well if the user uses Shell's message tray to reply.
* theme-adium: keep count of the pages loading instead of using a booleanGuillaume Desmottes2011-03-281-4/+9
| | | | | | Each time theme_adium_clear() is called, WebKit has to reload the page. If we do multi calls to clear() in a short interval, we used to think the page was loaded while it was the *old* one which was actually loaded. (#645670)
* 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
| | | | Our ref is already released in filter_result_callback_data_free (#645672).
* chat_window_new_message_cb: check that we found the chatroomGuillaume Desmottes2011-03-231-1/+1
| | | | | There is a race, if the chatroom manager didn't parse the chatrooms list yet, this was crashing.
* tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->userGuillaume Desmottes2011-03-231-1/+1
| | | | If priv->user and old are both NULL, we used to crash.
* 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
| | | | | | | When creating google talk accounts, allow 'talk.google.com' as an extra identity for server certificate validation. https://bugzilla.gnome.org/show_bug.cgi?id=645133
* Merge branch 'reference-identities'Stef Walter2011-03-224-8/+89
|\ | | | | | | | | Conflicts: libempathy/empathy-server-tls-handler.c
| * Use telepathy property constants in server EmpathyServerTLSHandlerStef Walter2011-03-221-4/+4
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645119
| * 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
| | | | | | | | | | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119
| * Free priv->hostname in EmpathyServerTlsHandlerStef Walter2011-03-181-0/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645115
* | 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
| | | | | | | | | | | | We need it for ContactBlocking API.
* | | Updated Italian translationMilo Casagrande2011-03-221-711/+971
| | |
* | | accounts_dialog_add_account: ensure that the selected account is still ↵Guillaume Desmottes2011-03-221-1/+19
| | | | | | | | | | | | visible in the treeview
* | | accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
| | | | | | | | | | | | That way we also scroll to the selected account (#643860).
* | | 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
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=645487
* | 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
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change.
* | 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
| | | | | | | | | | | | | | | | | | As discussed on <https://bugzilla.gnome.org/show_bug.cgi?id=645121>, currently Ctrl-F opens the contact search dialog, and there's no keyboard shortcut for searching within the contact list (other than just typing). The Gnome HIG handles this situation: it says that the former should be Ctrl-Shift-F and the latter should be Ctrl-F. <http://library.gnome.org/devel/hig-book/2.32/input-keyboard.html.en#standard-shortcuts>
* | Updated kn translationsShankar Prasad2011-03-181-1085/+2638
| |
* | auth-factory: allow to handle more than one auth channel at the same time ↵Guillaume Desmottes2011-03-181-12/+38
| | | | | | | | (#645112)
* | 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
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645115
* | Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-183-68/+111
|/ | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* Allow to Observe a ServerAuthentication channel while handling another oneGuillaume Desmottes2011-03-181-1/+2
| | | | There is no reason to refuse to Observe it. (#645108)
* common_checks: tell the truth in debug messagesGuillaume Desmottes2011-03-181-7/+9
| | | | | It's really confusing to read a "Can't handle.." error while it's actually an observe error.
* common_checks: rename must_be_sasl arg to observeGuillaume Desmottes2011-03-181-2/+7
| | | | It was things clearer and easier to understand.
* Fix the icon metadataDanielle Madeley2011-03-181-3/+3
| | | | | | The new Empathy icon was mistakenly named 'Pidgin' in the metadata. Clearly when Jakub drew it he thought he was drawing it for Pidgin. Renaming it to Empathy so people don't get confused.
* 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
| | | | | We want to use Empathy components when possible instead of, say, KDE ones if both are installed (#643863).
* define constants for handler bus nameGuillaume Desmottes2011-03-174-4/+15
| | | | It's more convenient and safe than hardcoding them everywhere.
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-1720-46/+40
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* 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
| | | | Thank you Telepathy icon, you served us well.
* 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
| | | | | | | | | | It can require a lot of horizontal space and we don't want to enlarge the call window just for that (#644830).
* | individual-view: call empathy_individual_manager_remove() also when the ↵Guillaume Desmottes2011-03-161-7/+5
| | | | | | | | | | | | | | response is GTK_RESPONSE_YES Also, don't remove the contact if the operation has been cancelled in empathy_block_individual_dialog_show().
* | individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+14
| | | | | | | | This code was too confusing when using GTK_RESPONSE_*
* | [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
| | | | | Fixes bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-1510-83/+89
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-156-18/+24
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Adjust for Folks AvatarOwner -> AvatarDetails renameTravis Reitter2011-03-151-1/+1
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-159-34/+39
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks)
* Bump the Folks version requirement for the following API changes.Travis Reitter2011-03-151-1/+1
| | | | | Helps bgo#644470 - Empathy needs to catch up with Folks interface name changes (API/ABI breaks)
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ↵Guillaume Desmottes2011-03-141-2/+13
| | | | button
* 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
| | | | | | | | Include the list of personas which will not be blocked.
| * Add FIXME to empathy_individual_manager_supports_blocking()Chandni Verma2011-03-111-0/+2
| | | | | | | | | | | | The parameter @self is not required and the method can be placed in utility. I left it as it is to stay coherent with empathy-2.34 and attached a FIXME to be fixed after empathy 2.x is done.
| * 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
| | | | | | | | | | Also includes the future Report Abusive check box, so that all the strings are in place now.
| * 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
| | | | | | | | | | | | | | Can currently select an account and view the contact blocking 'deny' list. List reponds to changes in the group membership. Add/Remove buttons do not yet do anything.
* | 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 ↵Guillaume Desmottes2011-03-101-0/+43
| | | | | | | | nickname (#644298)
* | 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 ↵Guillaume Desmottes2011-03-091-0/+13
| | | | | | | | flag (#644296)
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | Previously we couldn't do this because we had nowhere to store these exceptions. But now this is possible because we're storing them as trust assertions. https://bugzilla.gnome.org/show_bug.cgi?id=639417
* | | 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
| | | | | | | | | | | | We want to know about existing calls when starting.
* | | Revert "disable the call observer for now"Guillaume Desmottes2011-03-091-5/+0
| | | | | | | | | | | | This reverts commit c4f12fc9ad76f90374e08460971f001fdfb90036.
* | | call-observer: reject all the channels we claimedGuillaume Desmottes2011-03-081-7/+74
| | | | | | | | | | | | | | | | | | Once we have claimed the ChannelDispatchOperation, we are now the handler of all its channels. So, we should close them all as we are not going to do anything with them. (#644210)
* | | return from ObserveChannels() after having called Claim()Guillaume Desmottes2011-03-081-0/+2
| | |
* | | call-observer: return from ObserveChannels() if the channel was already ↵Guillaume Desmottes2011-03-081-0/+2
| | | | | | | | | | | | invalidated
* | | 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
| | | | | | | | | | | | We need it for GTK_STYLE_CLASS_PRIMARY_TOOLBAR.
* | | 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
| | | | | | | | | | | | | | So themes can override their appearance without hardcoding the widget hierarchy. https://bugzilla.gnome.org/show_bug.cgi?id=644121
* | Don't look for Call channelsEmilio Pozuelo Monfort2011-03-071-27/+4
| | | | | | | | We don't support them on master yet.
* | 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
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=643656
* | 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 ↵Guillaume Desmottes2011-03-071-1/+1
| | | | | | | | live" (#643920)
* | [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
| | | | | | | | We need it for tp_base_client_set_observer_delay_approvers().
* | Warn the user if she has insufficient disk space to receive a fileDanielle Madeley2011-03-071-3/+58
|/ | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644062
* 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
| | | | That can be convenient when debugging to easily match Empathy and CM logs.
* 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
|