-
-
Notifications
You must be signed in to change notification settings - Fork 767
Add com port option in Braille Display Select Dialog and fix Serial Connection error #16340
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
Merged
Changes from all commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
0628b0b
fix incorrectly assigned combination keys.
EdKweon f4f560f
Update user_docs/en/changes.t2t
EdKweon 13d6f5b
Update user_docs/en/changes.t2t
EdKweon 1416648
Update user_docs/en/userGuide.t2t
EdKweon b80c46b
update userGuide and changes.t2t
EdKweon 7582481
Update user_docs/en/changes.t2t
EdKweon 0a35e9c
Apply suggestions from code review
seanbudd 633e900
Merge branch 'master' of https://github.com/nvaccess/nvda
EdKweon 5f42d7a
Merge branch 'master' of https://github.com/EdKweon/nvda
EdKweon d5ebb31
Merge branch 'master' of https://github.com/nvaccess/nvda
EdKweon 5ae0e35
Merge branch 'master' of https://github.com/nvaccess/nvda
EdKweon 1dade92
Merge branch 'master' of https://github.com/nvaccess/nvda
EdKweon 92f8d7e
fix serial connection error
EdKweon d2cbe88
Merge branch 'nvaccess:master' into FIX_HIMS_BRAILLE_OPTION
EdKweon ab80c9b
delete unneccessary line
EdKweon fc444f7
fix Lint error
EdKweon f953b28
Apply suggestions from code review
seanbudd cd36c04
Merge branch 'master' of https://github.com/nvaccess/nvda into FIX_HI…
EdKweon 05377c5
Merge branch 'FIX_HIMS_BRAILLE_OPTION' of https://github.com/EdKweon/…
EdKweon a8f360d
Loew HID priority for specific devices
EdKweon 536954e
fix lint error
EdKweon 084ac4e
Update source/bdDetect.py
EdKweon ed3629a
Update source/bdDetect.py
EdKweon 0295ce8
Update source/brailleDisplayDrivers/hims.py
EdKweon f8534ed
split parameter
EdKweon 69a6f24
Update source/bdDetect.py
EdKweon 6a3038b
Update source/bdDetect.py
EdKweon 73f9f17
update parameter docs
EdKweon 6c05691
add return type
EdKweon f8a1c1d
Merge branch 'FIX_HIMS_BRAILLE_OPTION' of https://github.com/EdKweon/…
EdKweon 5c379eb
change class name, add member variable type
EdKweon 5ea3031
fix infinite iteration
EdKweon 7cf2b57
rollback
EdKweon 8040fb7
fix list growing error
EdKweon b475b6f
rollback fallback
EdKweon 1900c71
delete empty line
EdKweon e4241ad
rollback match order hims.py
EdKweon 5b4c5b2
rollback match order hims.py v2
EdKweon 06502ce
roll back fallback code
EdKweon 12351bf
fix parameter type
EdKweon 1109352
resolve comment
EdKweon 07d007a
add fallback
EdKweon b2d4714
fix lint
EdKweon cf0ed60
fix override function name
EdKweon c4409ab
fix lint
EdKweon 0c6eb29
fix settingsDialog portsList error
EdKweon 1e0985e
Update source/bdDetect.py
EdKweon 26dc8ab
Update source/bdDetect.py
EdKweon 040493e
Merge branch 'FIX_HIMS_BRAILLE_OPTION' of https://github.com/EdKweon/…
EdKweon 3e37873
rollback DeviceMatch class
EdKweon 4d91c25
associate driver with fallback
EdKweon a026142
add fallback in getDriversForconnectedUsbDevices
EdKweon 088e436
fix variable name
EdKweon 8826001
Update source/bdDetect.py
EdKweon 95da774
clear fallbackDevices in terminate function
EdKweon ce39b8b
Update source/bdDetect.py
seanbudd a1587a9
Update source/bdDetect.py
EdKweon bfa7af9
split serial accumulate data
EdKweon 84af07e
change registerAutomaticDetection function structure
EdKweon 2d88d8d
delete redundant brace(set)
EdKweon e09c5d1
add type hint
EdKweon 3346248
resolve feedback
EdKweon 6877379
change [import typing] to [from typing]
EdKweon 9e17619
make f-string
EdKweon be24784
specify exception
EdKweon 4f28277
add log in unmatched portType
EdKweon 76b5f96
rollback userGuide
EdKweon 8079058
Update source/bdDetect.py
seanbudd aca155c
Apply suggestions from code review
seanbudd 92bbd9b
Update source/brailleDisplayDrivers/hims.py
EdKweon c8134e5
Update source/brailleDisplayDrivers/hims.py
EdKweon 04ce4c8
change variable name
EdKweon dbff32f
add comment
EdKweon 55ab288
add docstring FallbackDevicesStore class
EdKweon 5ac7305
modify docstring of FallbackDevicesStore
EdKweon 9dc15a1
remove redundant brace
EdKweon f1aa7bb
simplify the return statement
EdKweon 3dd5f70
change fallbackDevices to module variable
EdKweon 11c5dbc
fixups
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
seanbudd marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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.