-
-
Notifications
You must be signed in to change notification settings - Fork 819
Separate font attribute reporting between speech and braille #16748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
seanbudd
merged 51 commits into
nvaccess:master
from
SaschaCowley:formattingSeparateSpeechandBraille
Jul 12, 2024
Merged
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
d5af0b8
Added a output mode config flag
SaschaCowley 02f5d3f
Updated configuration to separate font attribute reporting into off, …
SaschaCowley 65b12e8
Updated configuration to separate font attribute reporting into off, …
SaschaCowley c8ac176
Added unittests for profile upgrade steps
SaschaCowley 87828f9
Fixed settings so that they can now be saved again
SaschaCowley daf7f60
Updated speech and braille to respect the new reportFontAttributes se…
SaschaCowley 9233587
Merge branch 'formattingSeparateSpeechAndBraille' of https://github.c…
SaschaCowley 67092fa
Fixed upgrade steps to use as_bool
SaschaCowley 5d277f9
Added error handling for the case where a non-boolean value is given …
SaschaCowley cc142ae
Updated toggle report font attributes command to cycle through the mo…
SaschaCowley 0976433
Merge branch 'master' into formattingSeparateSpeechandBraille
SaschaCowley 60cfc08
Updated configSpec to include a new key for the changed behaviour, an…
SaschaCowley 9ce0378
Updated unit tests for uprade steps
SaschaCowley e2eec32
Added an alias from documentFormatting.reportFontAttributes to docume…
SaschaCowley 875b9d9
Updated to use documentFormatting.fontAttributeReporting instead of d…
SaschaCowley b2e7310
Added unit tests for alias
SaschaCowley d68ce59
Merge branch 'master' into formattingSeparateSpeechandBraille
SaschaCowley b41545b
Added change log entries
SaschaCowley 0172889
Merge branch 'master' into test
SaschaCowley 8c49c2c
Moved alias unittests up for better readability
SaschaCowley 5bb7655
Renamed fontAttrsCheckBox to fontAttrsList
SaschaCowley 9b999b3
Updated `script_toggleReportFontAttributes` to use `if ... elif ... e…
SaschaCowley 7ecd8d2
Apply suggestions from code review
SaschaCowley 094ace4
Restored newline at EOF
SaschaCowley 2879e13
Improved translator strings
SaschaCowley eff0626
Made config.configFlags.OutputMode a global import
SaschaCowley a771dec
Updated `script_toggleReportFontAttributes` to use a `match case` rat…
SaschaCowley ac3669e
Moved aliasing code to a helper function
SaschaCowley e631416
Added version check and deprecation warning.
SaschaCowley a3a82b0
Improved description of `script_toggleReportFontAttributes`
SaschaCowley 98cc9c5
Added type hint
SaschaCowley 649c9e6
Moved helper out of public API
SaschaCowley efffb17
Added documentation to clarify why this isn't a flag type, but that t…
SaschaCowley 7c5c398
Added inSpeech and inBraille properties to OutputMode, and used them …
SaschaCowley 01e3734
Renamed aliasing function
SaschaCowley 1578186
Updated the aliasing code to use match statements, and improved the d…
SaschaCowley 9a5d5a0
Merge branch 'master' into formattingSeparateSpeechandBraille
SaschaCowley f83401d
Merge branch 'master' into formattingSeparateSpeechAndBraille
SaschaCowley e357b23
Added tests for OutputMode.inSpeech and OutputMode.inBraille
SaschaCowley 7d92ce8
Fixed linting errors
SaschaCowley f5ffc29
Improved documentation of profile upgrade function
SaschaCowley fd33ea1
Added documentation of the new options
SaschaCowley 26eaebc
Added context help binding from font attributes combo box to user guide
SaschaCowley 3352a44
Apply suggestions from code review
SaschaCowley 7ac184a
Revert "Added inSpeech and inBraille properties to OutputMode, and us…
SaschaCowley c345618
Revert "Added tests for OutputMode.inSpeech and OutputMode.inBraille"
SaschaCowley 592ab33
Fixed up lint error
SaschaCowley 31bbe9d
Made `OutputMode` a subclass of `DisplayStringIntFlag`
SaschaCowley 41513ad
Updated comment to reflect that the linking code will be commented, n…
SaschaCowley b29c96f
Merge branch 'master' into formattingSeparateSpeechandBraille
SaschaCowley c595180
Update user_docs/en/userGuide.md
seanbudd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.