-
Notifications
You must be signed in to change notification settings - Fork 246
chatdlg: replace QTextBrowser with QListView for screen reader accessibility #3748
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
Closed
mcfnord
wants to merge
41
commits into
jamulussoftware:main
from
mcfnord:chatdlg-listview-accessibility
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
05b409a
chatdlg: replace QTextBrowser with QListView for VoiceOver accessibility
dde15e4
chatdlg: fix link clicks and add hover cursor in QListView
8b1c97a
Increase accepted length of version
softins 8df8ac8
Translated using Weblate (Russian)
0fa055f
Build: Bump NSIS from 3.11 to 3.12
actions-user c78cf18
Update ChangeLog with missing entries
ann0see 1a8599a
Update .ts files for r3.12.0rc1
ann0see bdfcd86
Update version to 3.12.0rc1 for release
ann0see 6fee5ad
Set version to 3.11.0dev
ann0see fd2f3df
Revert ChangeLog to 3.11.0dev
ann0see 618c585
Use Q_OS_BSD4 to fix FreeBSD IPv6 like macOS
softins 06b8035
Handle differences between macOS and FreeBSD
softins 4d38f02
Translated using Weblate (Portuguese (Brazil))
af13ade
Translated using Weblate (Portuguese (Brazil))
29bc01c
Translated using Weblate (Portuguese (Brazil))
162c795
Translated using Weblate (Portuguese (Brazil))
54d61d5
Translated using Weblate (Portuguese (Brazil))
a0a4e67
Translated using Weblate (Portuguese (Brazil))
melcon f29a4f5
Translated using Weblate (Portuguese (Brazil))
c752136
Add missing override specifiers
softins 773a459
Update ChangeLog for upcoming release
ann0see f51bb3b
Update version to 3.12.0 for release
ann0see 3899cf1
Set version to 3.12.0dev
ann0see 41d7973
Optimize images
ImgBotApp 86ffb07
Fix deprecation of result_of in C++17
softins 314dfa6
Do not do update checks while connect dialog open
softins 6cec57c
Update ChangeLog and Jamulus.pro for 3.12.1 release
pljones 6926e0a
Set version to 3.12.1dev
pljones be5ddb8
Set version to 3.12.1dev
pljones 9257970
make server version string searchable
dingodoppelt 6ea789b
Introduce Asian directory server
ann0see 144f244
Add 16-bit PCM uncompressed audio transmission
dingodoppelt 52848bf
Add RAW_SUPPORTED protocol message and refactor client and server code
softins daf9c9f
make raw audio optional at server
dingodoppelt 8ce1610
Remove unused default constructor to fix AI finding
softins c145684
Fix wrongly mentioned changelog entry (#3707)
ann0see c8b08cd
Fix some typos found by AI review
ann0see 606dfb7
Default reported OS to Unix if not Linux (e.g. FreeBSD)
softins 3e3facb
Move update checks and directories to jamulus.app
ann0see 09631e7
Rename CENTSERV_ to DIR_ADDR_
ann0see 18f62b0
chatdlg: fix VoiceOver silence by setting AccessibleTextRole and prop…
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check for AI artifacts like this.