Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AttorneyOnline
/
AO2-Client
Public
Notifications
You must be signed in to change notification settings
Fork
79
Star
74
Code
Issues
19
Pull requests
1
Actions
Wiki
Security and quality
3
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
WIP: Replace bass with Qtmultimedia
- #1140
#1140
Draft
OmniTroid
wants to merge 32 commits into
AttorneyOnline:master
AttorneyOnline/AO2-Client:master
from
OmniTroid:qtmultimedia
OmniTroid/AO2-Client:qtmultimedia
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Draft
WIP: Replace bass with Qtmultimedia
#1140
OmniTroid
wants to merge 32 commits into
AttorneyOnline:master
AttorneyOnline/AO2-Client:master
from
OmniTroid:qtmultimedia
OmniTroid/AO2-Client:qtmultimedia
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
Fix spurious "file does not exist in zip" error in configure.sh
Show description for 1bb270f
OmniTroid
and
claude
committed
1bb270f
View commit details
Copy full SHA for 1bb270f
Browse repository at this point
minimum qt version 6.8
OmniTroid
committed
2854068
View commit details
Copy full SHA for 2854068
Browse repository at this point
shadow WrapOpenGL
OmniTroid
committed
521dda2
View commit details
Copy full SHA for 521dda2
Browse repository at this point
Add FindWrapOpenGL.cmake override to actually shadow Qt's
Show description for decea55
OmniTroid
and
claude
committed
decea55
View commit details
Copy full SHA for decea55
Browse repository at this point
Always re-fetch downloaded libs; skip Discord RPC on macOS arm64
Show description for 8f2344d
OmniTroid
and
claude
committed
8f2344d
View commit details
Copy full SHA for 8f2344d
Browse repository at this point
Restore skip-if-already-present checks for downloaded libs
Show description for 735e253
OmniTroid
and
claude
committed
735e253
View commit details
Copy full SHA for 735e253
Browse repository at this point
Add QT_PATH= CLI override to bypass Qt auto-detection
Show description for 497c8d6
OmniTroid
and
claude
committed
497c8d6
View commit details
Copy full SHA for 497c8d6
Browse repository at this point
Add Qt6::Multimedia to the build
Show description for 02165f4
OmniTroid
and
claude
committed
02165f4
View commit details
Copy full SHA for 02165f4
Browse repository at this point
Migrate AOBlipPlayer from BASS to QSoundEffect
Show description for e1e8712
OmniTroid
and
claude
committed
e1e8712
View commit details
Copy full SHA for e1e8712
Browse repository at this point
Migrate AOSfxPlayer from BASS to QSoundEffect
Show description for 5afbfc6
OmniTroid
and
claude
committed
5afbfc6
View commit details
Copy full SHA for 5afbfc6
Browse repository at this point
Migrate AOMusicPlayer from BASS to QMediaPlayer + QAudioOutput
Show description for b71ecd3
OmniTroid
and
claude
committed
b71ecd3
View commit details
Copy full SHA for b71ecd3
Browse repository at this point
Populate audio output picker via QMediaDevices
Show description for 70e65b0
OmniTroid
and
claude
committed
70e65b0
View commit details
Copy full SHA for 70e65b0
Browse repository at this point
Delete BASS plumbing; route players through QAudioDevice
Show description for 70a79a4
OmniTroid
and
claude
committed
70a79a4
View commit details
Copy full SHA for 70a79a4
Browse repository at this point
Drop bass/bassopus from CMakeLists and configure.sh
Show description for 6f7ac0b
OmniTroid
and
claude
committed
6f7ac0b
View commit details
Copy full SHA for 6f7ac0b
Browse repository at this point
CI: have build.yml call configure.sh instead of duplicating deps work
Show description for 9b70bc3
OmniTroid
and
claude
committed
9b70bc3
View commit details
Copy full SHA for 9b70bc3
Browse repository at this point
Drop QT_ROOT= CLI override; derive it from QT_PATH
Show description for 0380367
OmniTroid
and
claude
committed
0380367
View commit details
Copy full SHA for 0380367
Browse repository at this point
Apply clang-format to the migration touchpoints
Show description for ca9fe6d
OmniTroid
and
claude
committed
ca9fe6d
View commit details
Copy full SHA for ca9fe6d
Browse repository at this point
configure.sh: don't trip set -e when bundled cmake is absent
Show description for 1f074a6
OmniTroid
and
claude
committed
1f074a6
View commit details
Copy full SHA for 1f074a6
Browse repository at this point
CI Windows: install MinGW alongside Qt; tolerate missing Tools dir
Show description for 0b65c38
OmniTroid
and
claude
committed
0b65c38
View commit details
Copy full SHA for 0b65c38
Browse repository at this point
CI Windows: use MinGW 13.1 and stage runtime DLLs
Show description for 1482a31
OmniTroid
and
claude
committed
1482a31
View commit details
Copy full SHA for 1482a31
Browse repository at this point
Add loop-sidecar parser unit tests + run ctest in CI
Show description for 2c14c8f
OmniTroid
and
claude
committed
2c14c8f
View commit details
Copy full SHA for 2c14c8f
Browse repository at this point
CI Linux: run tests under the offscreen QPA
Show description for 70d2af0
OmniTroid
and
claude
committed
70d2af0
View commit details
Copy full SHA for 70d2af0
Browse repository at this point
configure.sh: drive the build via cmake --build --parallel
Show description for d0ef7f4
OmniTroid
and
claude
committed
d0ef7f4
View commit details
Copy full SHA for d0ef7f4
Browse repository at this point
Revert "configure.sh: drive the build via cmake --build --parallel"
Show description for 1afd16d
OmniTroid
committed
1afd16d
View commit details
Copy full SHA for 1afd16d
Browse repository at this point
Commits on Aug 24, 2026
Merge branch 'master' into qtmultimedia
OmniTroid
committed
09e2544
View commit details
Copy full SHA for 09e2544
Browse repository at this point
Revert build.yml
OmniTroid
committed
e3b26fd
View commit details
Copy full SHA for e3b26fd
Browse repository at this point
Merge branch 'master' into qtmultimedia
OmniTroid
committed
f928bf7
View commit details
Copy full SHA for f928bf7
Browse repository at this point
add qtmultimedia to CI
OmniTroid
committed
147456c
View commit details
Copy full SHA for 147456c
Browse repository at this point
Rename sidecar to metadata
OmniTroid
committed
1251aae
View commit details
Copy full SHA for 1251aae
Browse repository at this point
update gitignore
OmniTroid
committed
ef7dbf1
View commit details
Copy full SHA for ef7dbf1
Browse repository at this point
Change stream audio device if changed
OmniTroid
committed
64b288a
View commit details
Copy full SHA for 64b288a
Browse repository at this point
Commits on Aug 25, 2026
Merge branch 'master' into qtmultimedia
OmniTroid
authored
e62e030
View commit details
Copy full SHA for e62e030
Browse repository at this point
You can’t perform that action at this time.