Skip to content

Conversation

@Jojo-Schmitz
Copy link
Contributor

RomanPudashkin and others added 30 commits September 23, 2025 16:29
Update in-repo translations from Transifex
…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.
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`.
…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
cbjeukendrup and others added 26 commits November 4, 2025 12:34
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]>
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
@Jojo-Schmitz
Copy link
Contributor Author

wring branch, sorry

@mathesoncalum
Copy link
Contributor

FYI you can change the branch by hitting edit:

1

...
and then choosing a different base:
Screenshot 2025-11-07 at 14 06 36

@Jojo-Schmitz
Copy link
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.