- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3k
[4.4.3] Switch to Qt 6.2.9 (except on macOS) #24644
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
[4.4.3] Switch to Qt 6.2.9 (except on macOS) #24644
Conversation
658b7c0    to
    a755a89      
    Compare
  
    | @DmitryArefiev This PR doesn't touch anything on macOS, so only Windows and Linux need to be tested. | 
| @cbjeukendrup Tested on Win10, LinuxUbuntu22.04 For now, I found one UI regression: when moving cursor, the highlight disappears in the middle of item (File menu, Context menu): bandicam.2024-09-17.18-24-00-369.mp4 | 
On macOS, it causes a problem with disappearing texts, which will take more time to fix. Also, the issues solved by this update affect other OSs more than macOS. Resolves only on Windows: musescore#23505 Resolves not yet: musescore#23970 Resolves: musescore#24232 Resolves: musescore#24579
a755a89    to
    e16745e      
    Compare
  
    | @DmitryArefiev That turned out to be another Qt bug, but fortunately I could apply a workaround that hopefully works and doesn't break anything else. | 
Relevant Qt commits: - broken in qt/qtdeclarative@499828b - perhaps changed a bit in qt/qtdeclarative@205e31d, but not fixed Qt commit that seemed relevant at first, but didn't turn out to be: - qt/qtdeclarative@cdc0e5c
e16745e    to
    c2f347e      
    Compare
  
    | 
 @cbjeukendrup Yeah, that works well now. I will do a smoke test and get back with results tomorrow | 
| Tested on Win10, Mac13.6, LinuxUbuntu22.04.1 LTS @cbjeukendrup bandicam.2024-09-26.14-23-32-037.mp4On Linux, there is much serious regression . Crash when open color picker in Properties (#24173) and crash when open file browser (when open Save dialog for new score or Save As dialog or Save As in Export dialog) Screencast.from.2024-09-26.14-21-33.mp4 | 
| Is your Linux test using xcb or wayland? For me, the color picker doesn't work correctly on wayland in 4.4.2 anyhow - see my comment in #24173 (comment). | 
| 
 @MarcSabatella I'm on LinuxUbuntu22.04.1 LTS with Wayland (GNOME Version 46) And the color picker works fine in 4.4.2 and 4.4.3 builds | 
| See #24969; I created a new PR for Windows only, because it's convenient if the Linux artifacts still stay available. | 
On macOS, it causes a problem with disappearing texts, which will take more time to fix. Also, the issues solved by this update affect other OSs more than macOS.
Resolves only on Windows: #23505
Resolves not yet: #23970
Resolves: #24232
Resolves: #24579
Resolves only on Windows: #24667
May solve some blank screen issues too (https://musescore.org/en/node/368527#comment-1257820)