Merge beta to master#14227
Merged
Merged
Conversation
From translation svn revision: 70091 Authors: Bernd Dorer <bdorer@mailbox.org> David Parduhn <xkill85@gmx.net> Rene Linke <rene.linke@hamburg.de> Adriani Botez <adriani.botez@gmail.com> Karl Eick <hozosch@web.de> Robert Hänggi <aarjay.robert@gmail.com> Astrid Waldschmetterling <a.r.waldschmetterling@gmx.de> Stats: 40 32 user_docs/de/changes.t2t 1 file changed, 40 insertions(+), 32 deletions(-)
From translation svn revision: 70091 Authors: Juan C. buno <oprisniki@gmail.com> Noelia Martinez <nrm1977@gmail.com> Remy Ruiz <remyruiz@gmail.com> Jose M. Delicado <jm.delicado@nvda.es> Stats: 8 0 user_docs/es/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091 Authors: Ali Aslani <aslani.ali@gmail.com> Mohammadreza Rashad <mohammadreza5712@gmail.com> Stats: 8 0 user_docs/fa/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091 Authors: Jani Kinnunen <janikinnunen340@gmail.com> Isak Sand <isak.sand@gmail.com> Stats: 8 0 user_docs/fi/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091 Authors: Michel such <michel.such@free.fr> Patrick ZAJDA <patrick@zajda.fr> Remy Ruiz <remyruiz@gmail.com> Abdelkrim Bensaid <abdelkrim.bensaid@free.fr> Cyrille Bougot <cyrille.bougot2@laposte.net> Corentin Bacqué-Cazenave <corentin@progaccess.net> Sylvie Duchateau <sylvieduchateau@gmail.com> Sof <hellosof@gmail.com> Stats: 8 0 user_docs/fr/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091 Authors: Juan C. buno <oprisniki@gmail.com> Ivan Novegil <ivan.novegil@nvda.es> Javier Curras <javier.curras@nvda.es> Jose M. Delicado <jm.delicado@nvda.es> Stats: 8 0 user_docs/gl/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091 Authors: Beqa Gozalishvili <beqaprogger@gmail.com> Goderdzi Gogoladze <goderdzigogoladze@gmail.com> Stats: 21 47 source/locale/ka/LC_MESSAGES/nvda.po 1 file changed, 21 insertions(+), 47 deletions(-)
From translation svn revision: 70091 Authors: Cagri Dogan <cagrid@hotmail.com> Stats: 408 407 source/locale/tr/LC_MESSAGES/nvda.po 1 file changed, 408 insertions(+), 407 deletions(-)
From translation svn revision: 70091 Authors: vgjh2005@gmail.com jiangtiandao901647@gmail.com manchen_0528@outlook.com dingpengyu06@gmail.com singer.mike.zhao@gmail.com 1872265132@qq.com Stats: 8 0 user_docs/zh_CN/changes.t2t 1 file changed, 8 insertions(+)
From translation svn revision: 70091
Fixup GHSA-585m-rpvv-93qg for 2022.4
…y left out of pr #14165 (#14223) Summary of the issue: PR #14165 was to make it so that when moving outside of a table in Excel, NVDA would announce exiting the table. However, part of the code was accidentally left out of the pr, namely the code to choose the ExcelTable class for Excel table elements. Description of user facing changes NVDA will now really report exiting tables in Microsoft Excel. Description of development approach UIA NVDAObject's findOverlayClasses includes the ExcelTable NVDAObject class for Excel tables. Testing strategy: Performed steps for pr #14165.
Fixes #14214 See also #14213 Summary of the issue: The current battery status message when pressing NVDA+shift+b is too verbose, because it reports the AC status before the battery level. This is useful for an AC state change (e.g. when plugging in a charger) But is not ideal for when pressing NVDA+shift+b to fetch the battery status. Description of user facing changes Reverts to previous ordering in 2022.3. When the AC status changes, the AC status is still reported first: "charging" or "AC disconnected". When NVDA+shift+b is pressed to fetch the battery status, the battery status is reported first: "X percentage, Z hours and Y minutes remaining" Description of development approach Change internal parameter onlyReportIfStatusChanged to _ReportContext. A _ReportContext is used to determine order of speech. When the context is an AC status change, this reports the current AC status first. When the context is a user fetching the current battery status, this reports the remaining battery life first.
Branch for 2022.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Must be merge commit not squash merge