Eism
d7084d5b03
Activate control navigation when the user interacts with the component
2022-04-19 16:25:30 +03:00
Igor Korsukov
c97f0707c6
[engraving] replaced QList to std. Part 7
2022-04-19 16:04:11 +03:00
Rahul Garg
7d14f92513
fix #11167 : Default instrument genre set to 'common' when replacing instruments
2022-04-19 14:47:01 +03:00
Igor Korsukov
1936767b7d
[engraving] replaced QList to std. Part 6
2022-04-19 13:28:19 +03:00
Casper Jeukendrup
a80ff658d9
Fix calculating bounding rectangle of transformed painter paths
...
The bounding rectangle was not recalculated after transforming the path using a Transform object.
2022-04-19 11:28:11 +03:00
RomanPudashkin
74fddf5aa4
Merge pull request #11026 from cbjeukendrup/fix_sorting_elements
...
Fix sorting elements for drawing and selecting
2022-04-18 22:04:29 +02:00
RomanPudashkin
771f7a6001
Merge pull request #11227 from RomanPudashkin/unclickable_controls_fix
...
[MU4] Fix #10954 : Can't use first six volume or pan sliders when mixer(F10) is undocked (Windows only)
2022-04-18 17:49:54 +02:00
Igor Korsukov
067a74e159
fixed deletePostponed
2022-04-18 16:30:39 +03:00
Igor Korsukov
e674a3a292
[engraving] replaced QList to std. Part 5
2022-04-18 16:30:39 +03:00
RomanPudashkin
008619dc1d
Merge pull request #11137 from cbjeukendrup/instruments_xml_translations
...
Improvements to instrument names translations
2022-04-18 15:01:11 +02:00
Igor Korsukov
2161df2568
Merge branch 'master' into fix_sorting_elements
2022-04-18 15:49:14 +03:00
Casper Jeukendrup
ef36f4f5ec
Simplify finding SndFile package using PkgConfig
...
Also seems to fix finding the correct one if you need the Intel version on an ARM Mac when you have both installed using HomeBrew.
2022-04-18 15:47:44 +03:00
Casper Jeukendrup
08967aee35
Implemented updating ToolConfigs stored in workspace
...
When new items are added to MuseScore's default items, those items will now also be added to the user's workspace. An attempt is made to insert the new item at a sensible index, even if the user has customized the order of their items.
2022-04-18 15:45:32 +03:00
RootCubed
7a5c6d8640
Fix #11097 : Ensure chord list is loaded for part scores too
2022-04-18 15:41:11 +03:00
Alexander Pavlov
5890dd0159
fix #10375 : add parenthesis on tied note over the measure
2022-04-18 15:37:29 +03:00
RomanPudashkin
d205844006
Merge pull request #11219 from cbjeukendrup/editstyle_Measure_reorganise
...
Re-organise EditStyle > Measure
2022-04-18 13:24:49 +02:00
RomanPudashkin
f9bdbc734c
Merge pull request #11187 from RomanPudashkin/play_selected_measures
...
[MU4] Fix #10795 : Instrument playback should be dynamic, based on the users selection on the score
2022-04-18 12:56:56 +02:00
Roman Pudashkin
5e63a4430c
fixed the ability to rewind playback
2022-04-18 12:31:22 +02:00
Roman Pudashkin
66ec8011e6
excluded the AudioOutputParams::muted property from checking for unsaved changes
...
(this generated property is only needed for the audio engine and will not be saved to the project)
2022-04-18 12:31:22 +02:00
Roman Pudashkin
965710a7b4
implemented the ability to play selected measures
2022-04-18 12:31:20 +02:00
Roman Pudashkin
8c5b6c71bf
fixed detection of whether playback was stopped or paused
2022-04-18 12:30:04 +02:00
jeetee
1ab0fd182b
Fix #11203 : iterator vs integer type mismatch
2022-04-18 11:43:13 +02:00
Roman Pudashkin
df89ad4a44
fix #10954 : fixed receiving mouse events
2022-04-18 11:17:44 +02:00
RomanPudashkin
c097a35ac7
Merge pull request #11205 from RomanPudashkin/staff_properties_dialog
...
[MU4] Fix #11202 : Some of Staff/part properties changes does not affect to tab staff after edited
2022-04-18 10:52:52 +02:00
Igor Korsukov
b61e5bbcfe
[engraving] replaced QList to std. Part 4
2022-04-18 09:30:43 +03:00
RomanPudashkin
0fce02d9d4
Merge pull request #11111 from mccoydtromb/palette-stafflines-tonedown#10797
...
Fix #10797 Tonedown of staff lines in palette
2022-04-17 13:18:53 +02:00
Casper Jeukendrup
c888a82c13
Reorganise EditStyle > Measure
2022-04-16 22:13:16 +02:00
Casper Jeukendrup
9a8a868e94
Added disambiguations when translating instrument names
...
Merged generateTs.py into update_instruments_xml.h.
2022-04-15 18:05:11 +02:00
RomanPudashkin
8b45a35e02
Merge pull request #11140 from RomanPudashkin/master_palette_dialog
...
[MU4] Fix #10406 : Cannot drag elements from 'Master Palette' to 'Palettes'
2022-04-15 17:34:00 +02:00
RomanPudashkin
df04ee91fd
Merge pull request #11170 from VanSHOE/simplify_path2string
...
Restructured pathsToString
2022-04-15 17:24:18 +02:00
RomanPudashkin
b486fe61c6
Merge pull request #11164 from RomanPudashkin/select_similiar_fix
...
[MU4] Fix #11141 : 'Select > similar' options in context menu not working for Spacers
2022-04-15 17:11:27 +02:00
Roman Pudashkin
e0a605e3f7
moved the top-level window implementation from AbstractVstEditorView to its separate component
2022-04-15 15:39:43 +02:00
Elnur Ismailzada
951dea8c5b
Merge pull request #11156 from poypoyan/11018-numinputscroll
...
[MU4] Fix #11018 : Number inputs can't be scrolled
2022-04-15 15:31:37 +03:00
RomanPudashkin
e0b9f125ed
Merge pull request #11208 from Eism/navigation_score_fix
...
[MU4] Various fixes for navigation
2022-04-15 14:11:09 +02:00
poypoyan
09f393098c
[MU4] Fix #11018 : Number inputs can't be scrolled
...
Docs:
https://doc.qt.io/qt-5/qml-qtquick-wheelhandler.html
https://doc.qt.io/qt-6/qml-qtquick-wheelhandler.html
2022-04-15 19:34:46 +08:00
Joachim Schmitz
4bd3a27226
Get git to ignore thirdparty/lame/config.h
2022-04-15 14:15:58 +03:00
Joachim Schmitz
ee6983977f
Fix (MSVC) compiler warnings reg. size_t
vs. int
...
as per code review, https://github.com/musescore/MuseScore/pull/11197#pullrequestreview-943197231
2022-04-15 12:27:16 +03:00
Joachim Schmitz
5cbbebe5d9
Fix (MSVC) compiler warning reg. "statement unreachable"
2022-04-15 12:27:16 +03:00
Joachim Schmitz
06727cb3f7
Fix (MSVC) compiler warnings
...
reg. size_t vs. int, after #11194
2022-04-15 12:27:16 +03:00
Igor Korsukov
630fb0289e
[engraving] replaced QList to std. Part 3
2022-04-15 10:58:39 +03:00
Igor Korsukov
cfc906d130
[engraving] replaced QList to std. Part 2
2022-04-15 10:58:39 +03:00
Joachim Schmitz
60f303676e
Fix various MinGW compiler warnings
...
on the newly added thirdparty/lame, by disabling them
2022-04-15 10:02:36 +03:00
Eism
fec99d7245
Do not activate app menu navigation if some shortcut with Alt was triggered
2022-04-15 08:59:39 +03:00
Eism
d35187eef4
Reset app menu navigation if mu navigation was started
2022-04-15 08:59:39 +03:00
Eism
462f9759bb
Select first score element when navigation is activated
2022-04-15 08:13:04 +03:00
RomanPudashkin
cdf3175b71
Merge pull request #11201 from RomanPudashkin/import_gp_files_fix
...
[MU4] Fixed various crashes when importing GP files
2022-04-14 20:53:27 +02:00
Roman Pudashkin
770980d3b2
fix #11202 : fixed applying custom settings for StaffType
2022-04-14 19:04:54 +02:00
Roman Pudashkin
8cc85ba769
fixed occurrence of ChordRest objects without parent
2022-04-14 16:10:16 +02:00
Roman Pudashkin
91000e54cc
fixed crash when converting to the Chord type
2022-04-14 16:10:16 +02:00
Elnur Ismailzada
e7361af794
Merge pull request #10899 from Eism/various_fixes
...
[MU4] Various fixes for popups
2022-04-14 16:42:32 +03:00