and inconsistent between styled and non-styled and also different from other tooltips in toolbar or palette.
Make all toolTips black on light yellow for macOS and Linux in dark theme too, just like it is for Windows in either theme without being changeable there.
Also fixing a regression from 5c372e9, again something that doesn't seem to have any effect on Windows, but seems to have on macOS (and maybe Linux) only.
Reusing the colors matcheing the setting for "Base" in palette_*_fusion.json. files. Changes for the light theme only for
symmetry, not strictly needed otherwise.
Syncing light and dark theme's settings, seems forgotten changes from back in 2016, fcb88e51
Some more syncing themes, sorting the json files the same way, which reveals that the dark theme has one extra setting, "Highlight", so adding the default color, `Qt::darkBlue`, for that to the light theme.
* Fix#289672: Reset '$STRING' value strings reference non-existent $STRING
* Fix#289957: wrong string in Advanced palette results in it not getting translated (ommission from #5016)
* Fix#272546: Baritone Oboe should be named Bass Oboe in English (see also #4474),
"Hautbois Baryton" in French, "Bariton Oboe" in German, "Oboe Bajo" in Spanish.
Plus:
* Add (back) units for sp and pt
* Clarify transposition settings in staff properties dialog
* Fix a reset button's accessibilty info to match the label
* Quote buttons/keys in tours
* Barré to Barre
* Fix capitalization (see also #5102)
* Don't translate debugger (which is not visible in RELEASE mode)
* Sforzato to Accent in shortcuts (see https://musescore.org/en/node/290297)
* Some whitespace and punctuation fixes
* Fixing some error messages
* Removing a redundant word
* Disambiguations for various occurences of "None" which may require different translatations.
* Simplify some strings with URLs for translators
* Don't translate scroipt recorder (which is not visible in RELEASE mode)
Fixes bug that caused inability to finish the inspector tour if user undocked and dragged the inspector widget before tour was initiated. If the inspector was undocked, then it would interfere with clicking "Next" or "Close" in the tour's popup mbox.
This solution is to start the tour on MouseButtonPress so the tour happens before the main mscore window loses mouse focus.
Changes provide opt-in styling for toolbar button text so that, like
toolbar button icons, they change color as they change state.
- Stylesheet changes to allow text on toolbar buttons to change color
when pressed (and other cases, e.g. being disabled). QToolButtons with
the property "iconic-text" set to true get this new behaviour. (Note: at
present the color values are from the hard-coded color values in
miconengine.cpp. rather than from a stylesheet / theme file.)
- Applied the "iconic-text" property to the "Concert Pitch" button so its
text now changes color in the same way as icon images do on other toolbar
buttons.
- Ensure the "Concert Pitch" button changes height in line with toolbar
buttons that contain icons. This is done in a similar way - and at the
same time - that the Zoom Options and View Mode dropdown heights are
adjusted. It's required because the "Concert Pitch" button, like the Zoom
Option and View Mode buttons, has no icon that would generate the height
changes for the button.