-
Notifications
You must be signed in to change notification settings - Fork 3k
4.6.4 ports #30917
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
Closed
4.6.4 ports #30917
Conversation
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
Contributor
Jojo-Schmitz
commented
Nov 7, 2025
- Fix #13652: Show opacity control in color picker where appropriate #16201
- Fix measure number too far from bracket #30911
Update in-repo translations from Transifex
and fix one string
…ranslations [4.6.0] Make strings from the handbells palette translatable
Update in-repo translation source files
[4.6.0] fixed musescore#30057: Fix chord database (erroneous colors)
AudioDriverController was not inited, and audioDriver() returned null, which caused a crash in onDeinit()
…canner_crash_460 [4.6.0] Fix musescore#30111: fix crash during audio plugin registration
…translation [4.6.0] Make more strings from the handbells palette translatable
…video_link_460 [4.6.0] Online sounds: add video link
…te_4.6 [4.6.0] Welcome dialog. Link update
See explanation added in `EmptyStavesVisibilityModel::resetAllVisibility`. Review with "hide whitespace changes". Now, when changing system staff visibility in a single-system score, the popup will close on every change, instead of crashing.
Resolves: musescore#30133 Follow-up to musescore@4056c16
The `Async::call` might have fixed some issues, but is apparently not enough to prevent the docking system from getting confused by multiple updates in the same event loop tick. Resolves: musescore#30135 (comment)
We were trying to play it back after it had been deleted because it was empty… Moving the `playElements` call before navigate call is not an option, because it needs to be after `endEdit`.
Port the less risky part of musescore#30093
…ticking_fingering_sequence_lost [4.6.0] Fix musescore#30133: Entering sticking or fingering, ending on empty text box and clicking away, previously entered text disappears
[4.6.0] fixed musescore#30150: MacOS Voiceover crash on selecting done after adding an instrument
Resolves: musescore#30273 Save & restore the custom colors of the `QColorDialog`. Qt versions before 6.9 saved these per user in a `QSettings` instance under the organization name "QtProject". This functionality must be replaced by client code (us). Legacy values are read and used as default values.
To prevent unnecessary clipping when closing the mixer and scrolling up/down
reg.: 'return': conversion from 'size_t' to 'int', possible loss of data (C4267) Co-Authored-By: Casper Jeukendrup <[email protected]>
…imported as corrupt
Should use effectiveStaffIdx as opposed to checking its "original" staff because staves may be hidden in between.
to determine interruption points for rest alignement
incl. fixing a merge conflict
…fixes [4.6.4] Online sounds: various fixes
- `IInteractive::selectColor` gets an `allowAlpha` parameter
- `ColorPicker` gets a property whose value is passed to this new parameter
- When alpha is 0 and the color dialog is launched, the alpha is changed to 255 in the color dialog, to prevent confusion ("Hm, I chose a color but I still see nothing...")
Co-Authored-By: Casper Jeukendrup <[email protected]>
Follow up to musescore#30771, now also works when measure numbers are below the staff Resolves: musescore#30707
Contributor
Author
|
wring branch, sorry |
Contributor
Contributor
Author
|
Ah, yes, I forgot, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

