Commit graph

23602 commits

Author SHA1 Message Date
Casper Jeukendrup
4388e939b7
Improve padding and radius of TextInputField and DropDown
Makes radius consistent to 3px. Matters especially when components are used close to each other.
Also fixes digits being cut off in input fields in Mixer.
2021-12-16 19:01:34 +01:00
RomanPudashkin
28a45afe6d
Merge pull request #10116 from RomanPudashkin/fixed_build_master
[MU4] Fixed compilation errors
2021-12-16 17:23:42 +02:00
Roman Pudashkin
4a815fe9d0 fixed compilation errors 2021-12-16 16:56:32 +02:00
RomanPudashkin
04d74a8bd2
Merge pull request #10093 from RomanPudashkin/go_to_next_harmony
[MU4] Implemented the chord symbols navigation
2021-12-16 16:49:02 +02:00
RomanPudashkin
6fd41b2708
Merge pull request #9944 from njvdberg/issue-9938-first-system-indentation
[MU4] fix #9938 first system indentation
2021-12-16 16:36:56 +02:00
Niek van den Berg
7f50500cb7 firstSystemIndent for first system didn't take the style parameter enableIndentationOnFirstSystem into account because the member firstSystemIndent of LayoutContext was always initialized to true.
The member firstSystemIndent is set to the correct value after system breaks so it was only the first system which was effected.
This commit now sets the initial value of firstSystemIndent to the value of the style parameter enableIndentationOnFirstSystem.
2021-12-16 14:50:39 +01:00
Igor Korsukov
246cca3485 fixed first launch 2021-12-16 16:32:04 +03:00
RomanPudashkin
0e0caaf5b1
Merge pull request #10111 from igorkorsukov/bugs/10099_crash_on_add_trill
Fixed crash on add trill
2021-12-16 12:40:23 +02:00
Igor Korsukov
d24451b0af fixed crash on add trill 2021-12-16 11:33:00 +02:00
Igor Korsukov
ff37b780ab fixed ReadStyleName206 2021-12-16 11:46:22 +03:00
Igor Korsukov
0d8e279e5f renamed tid method to textStyleType 2021-12-16 11:46:22 +03:00
Igor Korsukov
ee7506f7a8 updated tests and templates mscx files 2021-12-16 11:46:22 +03:00
Igor Korsukov
83c93ff7bf added TConv for TextStyleType 2021-12-16 11:46:22 +03:00
Igor Korsukov
ce1b3f8cbc renamed Tid to TextStyleType 2021-12-16 11:46:22 +03:00
Igor Korsukov
7fd838edca renamed TEXT_TYPE to TEXT_STYLE 2021-12-16 11:46:22 +03:00
RomanPudashkin
284faf6bca
Merge pull request #10106 from HemantAntony/10102-updateprojectname
Fix #10102: Update project name on save
2021-12-16 10:27:40 +02:00
RomanPudashkin
4f1e9326ac
Merge pull request #10014 from HemantAntony/9745-replacedinstruments
Fix #8172: Replaced instruments updated
2021-12-16 10:21:34 +02:00
HemantAntony
9176d9cd46 Fix #8172: Replaced instruments updated
This commit now updates the instruments panel and parts dialog to
display the part name of new instrument.
2021-12-16 13:20:29 +05:30
Roman Pudashkin
00c3f8879f fixed the ability to insert spaces for chord symbols 2021-12-15 20:30:18 +02:00
HemantAntony
534b5c3b97 Fix #10102: Update project name on save
This commit updates the project name on the project tab on saving the
file
2021-12-15 21:48:14 +05:30
Elnur Ismailzada
7fc5bb8589
Merge pull request #10097 from Jojo-Schmitz/compiler-warnings
[MU4] Fix (MinGW/gcc) compiler warnings
2021-12-15 12:59:00 +02:00
Joachim Schmitz
e8413c1f5e Fix (MinGW/gcc) compiler warnings
Introduced with #10074, to fix warnings for MSVC
2021-12-15 11:16:40 +01:00
Igor Korsukov
5de10a0ef5 fixed edit and apply shortcuts 2021-12-15 12:48:07 +03:00
Roman Pudashkin
60bb50c88f changed the shortcuts for chord symbols / figured basses for navigating to the next/prev measure (to prevent the shortcuts conflict with the TAB navigation on UI controls) 2021-12-14 20:38:29 +02:00
Peter Jonas
45526a85c6 Fonts: Update Leland to v0.74 and Edwin to v0.53 2021-12-14 17:51:41 +00:00
Elnur Ismailzada
c5d3ca13f1
Merge pull request #10091 from igorkorsukov/engraving/property_val_15
Clearing property value types [Step 15]
2021-12-14 18:33:59 +02:00
Roman Pudashkin
e42d7f5545 added actions for advanced text navigation 2021-12-14 18:20:56 +02:00
Roman Pudashkin
2e6a57bdfc ported the implementation of methods for changing the current harmony 2021-12-14 18:20:26 +02:00
Igor Korsukov
6d087e825e cleared up Tid enum (partially) 2021-12-14 16:40:14 +02:00
Igor Korsukov
bf08d6c128 cleared up KeyMode enum 2021-12-14 15:51:30 +02:00
Igor Korsukov
b37287775d cleared up Orientation enum 2021-12-14 15:34:19 +02:00
RomanPudashkin
1d93c0b03f
Merge pull request #10056 from Howard-C/keymode
fix GH#10055: setting key signature mode in the inspector crashes
2021-12-14 15:04:35 +02:00
vpereverzev
acb80b615c An attempt to please Mac OS permissions 2021-12-14 14:42:41 +02:00
RomanPudashkin
9d39af9a7e
Merge pull request #10082 from Jojo-Schmitz/no-underline+strikeout-dynamics
[MU4] Fix GH#10081: Dynamics show broken 'underline' and 'strikethrough' visuals.
2021-12-14 14:25:46 +02:00
Igor Korsukov
2210e3edb4 fixed notation escape 2021-12-14 15:06:28 +03:00
Igor Korsukov
1be98d4125 added close dialogs on escape 2021-12-14 14:22:05 +03:00
Igor Korsukov
dc026e68db added ui navigation highlight property 2021-12-14 14:22:05 +03:00
Igor Korsukov
b88b060e12 fixed add shortcut 2021-12-14 14:19:13 +03:00
Igor Korsukov
ac527a28d8 fixed duplicate actions on shortcuts form 2021-12-14 14:19:13 +03:00
Howard-C
e8e51b272a fix GH#10055: setting key signature mode in the inspector crashes 2021-12-14 18:00:17 +08:00
Leon Vinken
7bf63bb7e5 update musicxml.xsd and xlink.xsd to MusicXML 4.0 2021-12-14 11:42:32 +03:00
Joachim Schmitz
a4d338d341 Fix (MSVC) compiler warnings 2021-12-14 11:00:59 +03:00
Joachim Schmitz
d891e43be5 Fix GH#10081: Dynamics show broken 'underline' and 'strikethrough' visuals.
Fixed by preventing it from happening, same way bold and italic are prevented already
2021-12-13 22:36:58 +01:00
RomanPudashkin
bcc63925c4
Merge pull request #10079 from cbjeukendrup/fix_transparent_dock_titlebar
Fix transparent dock title bar and frame
2021-12-13 20:49:50 +02:00
RomanPudashkin
f701881471
Merge pull request #9937 from Nick-Mazuk/beam-level-spacing
enable support for wide beams
2021-12-13 19:18:27 +02:00
Nick Mazuk
88228fa294
fix grace note wide beams spacing
fix vtest crash
2021-12-13 08:28:14 -08:00
Nick Mazuk
3a9fe6dcf7
make sure it works with the updated stem code 2021-12-13 08:28:14 -08:00
Nick Mazuk
091e188b11
add wideBeams test
fix build
2021-12-13 08:28:14 -08:00
Nick Mazuk
4c700cd36f
fix minStaffOverlap for wide beams 2021-12-13 08:28:14 -08:00
Nick Mazuk
f7a2a5a97d
update style preference to useWideBeams instead of beamDistance 2021-12-13 08:28:14 -08:00