Commit graph

25057 commits

Author SHA1 Message Date
jeetee
1ab0fd182b Fix #11203: iterator vs integer type mismatch 2022-04-18 11:43:13 +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
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
Michele Spagnolo
ff75767fd5 replaced QList to std::vector
codestyle
2022-04-14 15:37:43 +02:00
Michele Spagnolo
ffae882e06 utest fixes 2022-04-14 15:37:43 +02:00
Michele Spagnolo
9393454b04 added new v-tests 2022-04-14 15:37:43 +02:00
Michele Spagnolo
639c93e060 default minNoteDistance change
and changed in all the templates
2022-04-14 15:37:43 +02:00
Michele Spagnolo
5ee620c315 Collisions overhaul
Complete overhaul of horizontal spacing collision management. Items are finally allowed to kern above/below each other.
2022-04-14 15:37:43 +02:00
Roman Pudashkin
f3d0c5d044 fixed crash when adding fret diagrams 2022-04-14 15:24:43 +02:00
Igor Korsukov
666847bc4f [engraving] replaced QList to std. Part 2 2022-04-14 14:16:33 +03:00
Eism
b76a552497 Fixed closing menu by clicking outside 2022-04-14 12:16:37 +03:00
Eism
ccd14cf22a isDoActiveParentOnClose -> activateParentOnClose 2022-04-14 12:16:37 +03:00
Eism
1c9e8fd203 showedMenu -> openedMenu 2022-04-14 12:16:37 +03:00
Eism
1e57df5190 Fixed navigation for app menu 2022-04-14 12:16:37 +03:00
Eism
21ac48c017 Do not activate focus for menus 2022-04-14 12:16:37 +03:00
Eism
626ebd0cca Fixed navigation and accessibility for notation switch button 2022-04-14 12:16:37 +03:00
Eism
d6401ec96d Removed set navigationParentControl from qml 2022-04-14 12:16:37 +03:00
Eism
ec4ea46069 Resolve navigation parent control in popup view before show 2022-04-14 12:16:37 +03:00
Eism
e927d49d99 Not need to set parent control for tooltips 2022-04-14 12:16:37 +03:00
Joachim Schmitz
691f7ebc6a Fix (MinGW) compiler warnings
reg. `size_t` vs. `int`
2022-04-14 09:52:11 +03:00
Joachim Schmitz
9930191adb Fix (MSVC) compiler warnings
reg. `size_t` vs. `int`
2022-04-14 09:52:11 +03:00
RomanPudashkin
f989fd3cfb
Merge pull request #11184 from vpereverzev/mp3_thirdparties
[MU4] lame_thirdparties
2022-04-13 18:23:07 +02:00
vpereverzev
0a2de8997e Added liblame thirdparties
Test
2022-04-13 17:40:19 +02:00
Igor Korsukov
429acf8eae [engraving] replaced QList to std. Part 1 2022-04-13 16:21:06 +03:00
Elnur Ismailzada
9406a27b04
Merge pull request #11163 from RomanPudashkin/drag_text_elements_fix
[MU4] Fix #10461: Elements often cannot be dragged (if they were previously selected)
2022-04-13 12:51:18 +03:00
Joachim Schmitz
e7800aeaff Improve log messages 2022-04-13 12:48:31 +03:00
Joachim Schmitz
672eb7cd4e Fix (MinGW) compiler warning reg. suggested parens 2022-04-13 08:03:36 +03:00