Commit graph

1293 commits

Author SHA1 Message Date
HemantAntony
63d518b85e Fix #9434: Added Insert One Measure icon 2022-01-23 11:47:20 +05:30
Casper Jeukendrup
0560eacdf7
Simplify propagating model data into delegate in GridViewSectional 2022-01-19 22:45:37 +01:00
vpereverzev
a9d98beec7 Added an offset argument in order to properly render events considering repeats and jumps 2022-01-19 14:50:48 +02:00
Joachim Schmitz
c2c82fe7cc Fix (MSVC/MinGW) compiler warnings 2022-01-18 22:10:16 +01:00
Elnur Ismailzada
1ab0d32433
Merge pull request #10235 from Eism/menu_item_refactoring
[MU4] Menu item refactoring
2022-01-18 14:52:16 +02:00
Eism
39005fe89e Set parent for MenuItem for correct deleting 2022-01-18 14:10:38 +02:00
Eism
a0c01d76be Moved menu item to uicomponents module 2022-01-17 18:14:00 +02:00
Eism
419c5e37dc Returning constant references instead of raw pointers 2022-01-17 16:04:52 +02:00
Eism
fdd312cd4d Applied using the menu item in the app menu for macOS 2022-01-17 16:04:52 +02:00
Eism
1f667f9c02 Applied using the menu item in the note input bar 2022-01-17 16:04:52 +02:00
Eism
7a31d2a964 Applied using the new menu item in style menu 2022-01-17 16:04:51 +02:00
Eism
fa2ece9d0f Menu item is QObject 2022-01-17 16:04:51 +02:00
MalevolentStrix
598ec0cd24 fix #9220: Fix MuseScore switching from Light to Dark theme and swapping the icons
at the time of First Launch Setup and also while trying to change the Theme via
Edit->Preferences->Appearance. Also Change the position of the selections and the Default value
of the High Contrast Theme to 'White'.
2022-01-16 18:11:22 +05:30
RomanPudashkin
76bce4fb5f
Merge pull request #10236 from igorkorsukov/bugs/9996_go_to_top_staff
Added Go to top staff shortcut, and fixed selectTopStaff method
2022-01-14 20:14:09 +02:00
Casper Jeukendrup
976a55f479 Explicitly capture QML signal handler arguments - Ui, UiComponents 2022-01-14 11:38:55 +02:00
Casper Jeukendrup
61a25747d9 Explicitly capture QML signal handler arguments - Shortcuts 2022-01-14 11:38:55 +02:00
Casper Jeukendrup
d8280717cc Explicitly capture QML signal handler arguments - Audio, Mpe 2022-01-14 11:38:55 +02:00
Eism
1dc7b7f803 Fixed correct activating a parent control of tooltips and app menu after close 2022-01-13 12:05:42 +02:00
Eism
007dc2f8cf Toggle off palette cell after adding to score 2022-01-13 12:05:42 +02:00
Casper Jeukendrup
1c1a6cb533 Fix non-unity build 2022-01-12 12:32:40 +02:00
Casper Jeukendrup
57916dd9d6 Fix compiler warning about missing override in NavigationControl 2022-01-12 12:32:40 +02:00
Roman Pudashkin
e0f2cc50e8 fixed displaying of shortcuts in the native app menu on macOS 2022-01-11 12:22:12 +02:00
Igor Korsukov
5c02bec609 added go to top staff shortcut 2022-01-11 10:47:34 +02:00
Roman Pudashkin
2e76e0fc63 fix #8253: fixed displaying of shortcuts in tooltips, menus, and in the preferences dialog on macOS 2022-01-11 10:43:58 +02:00
Roman Pudashkin
52125dd271 fixed strings::split when delim.length is greater than 1 2022-01-11 10:43:58 +02:00
Igor Korsukov
ad55298c03 fixed use shortcuts list with search 2022-01-11 10:28:28 +02:00
Casper Jeukendrup
f7f35a34aa KnobControl: fix changing value by using the mouse wheel
Workaround for QML bug
2022-01-10 21:51:53 +02:00
Casper Jeukendrup
94b43c6fdf KnobControl: reset panning when knob is double clicked
Also allow for both vertical and horizontal dragging to change the panning.
2022-01-10 21:51:53 +02:00
Casper Jeukendrup
2de21fe3e4 Fine-tune appearance of AudioResourceControl 2022-01-10 21:51:53 +02:00
Casper Jeukendrup
b8441140c0 VolumeSlider: reset volume when handle is double clicked 2022-01-10 21:51:53 +02:00
Casper Jeukendrup
305e16c03d Add separators in Mixer and finetune spacing 2022-01-10 21:51:53 +02:00
RomanPudashkin
e99d9f4b14
Merge pull request #10229 from RomanPudashkin/popups_blinking_fix
[MU4] fix #10227: App window is blinking when editing text
2022-01-10 20:00:24 +02:00
vpereverzev
cd0b0037fa Optimized mpe::ArticulationMap with shallow-copying 2022-01-10 19:21:56 +02:00
RomanPudashkin
926f76697a
Merge pull request #9956 from Eism/ui_fractional_scaling
[MU4] UI fractional scaling
2022-01-10 16:57:56 +02:00
Roman Pudashkin
691b5ab5d2 fix #10227: fixed popups blinking on macOS after adding a text element 2022-01-10 15:54:31 +02:00
Eism
b07c237e0e Fixed openning popups on current screen 2022-01-10 15:48:40 +02:00
Eism
247a75337e Fixed calculation of window size 2022-01-10 11:40:33 +02:00
Eism
f832707d42 Setting the screen for the popup
Because we do not set a parent for popups, then the current screen is always taken as primary
2022-01-10 11:40:33 +02:00
RomanPudashkin
7a16c961c3
Merge pull request #10053 from cbjeukendrup/text_input_field_padding_radius
Improve padding and radius of TextInputField and DropDown
2021-12-29 17:06:50 +02:00
Igor Korsukov
d359211393 fixed tooltip show 2021-12-28 14:26:26 +02:00
Joachim Schmitz
856ed3fdcd There's no plural for percent 2021-12-28 13:25:14 +02:00
Joachim Schmitz
f0abafd21a Fix (MSVC) compiler warnings 2021-12-28 13:25:14 +02:00
vpereverzev
3f6909e333 Added PlaybackEventsRendering unit-tests 2021-12-27 20:17:40 +02:00
vpereverzev
21b0b1a7d4 Implemented loading of built-in articulation profiles 2021-12-27 20:17:40 +02:00
vpereverzev
3c7e4d790b Revised redundant articulations from articulation profiles 2021-12-27 20:17:40 +02:00
vpereverzev
7fa60baa58 Actualized MPE tests 2021-12-27 20:17:40 +02:00
vpereverzev
e09337b712 Fixed an issue with the pitch calculations 2021-12-27 20:17:40 +02:00
vpereverzev
55f98e3eff Added mock for articulation profiles repository 2021-12-27 20:17:40 +02:00
Eism
7ac6f16b7f Fixed the shortcut context of notation escape 2021-12-27 14:51:42 +02:00
Eism
d7514b31c0 Implemented escape from active menu 2021-12-27 14:51:42 +02:00