Roman Pudashkin
|
4c86e86dd9
|
implemented the ability to open measure properties dialog from the
context menu
|
2021-07-21 14:51:11 +02:00 |
|
Roman Pudashkin
|
0471eb75fa
|
fixed opening of dialogs from the context menu
|
2021-07-21 13:00:04 +02:00 |
|
Roman Pudashkin
|
e3ba09ffd1
|
transferred the edit drumset dialog from MU3
|
2021-07-21 11:51:54 +02:00 |
|
Elnur Ismailzada
|
6cb3bbc316
|
Merge pull request #8673 from RomanPudashkin/element_context
[MU4] Element context
|
2021-07-21 11:49:46 +02:00 |
|
Roman Pudashkin
|
a622162722
|
added the context that will store the current clicked element (this
context will be used in various dialogs that are opened from the
context-menu)
|
2021-07-21 11:13:16 +02:00 |
|
Igor Korsukov
|
12ee6aeb73
|
fixed crash on load score
|
2021-07-21 10:57:31 +02:00 |
|
Elnur Ismailzada
|
906e7df7f7
|
Merge pull request #8665 from RomanPudashkin/context_menu_on_right_click
[MU4] Various fixes for the context menu
|
2021-07-21 09:40:14 +02:00 |
|
Igor Korsukov
|
c47d3bd8c4
|
temporary fix for templates load
|
2021-07-20 17:06:27 +02:00 |
|
Igor Korsukov
|
9e0b19e521
|
added read/write to dir
|
2021-07-20 15:07:10 +02:00 |
|
Roman Pudashkin
|
54c16d08a6
|
fixed deselecting of the selected area after right-click on it
|
2021-07-20 14:53:01 +02:00 |
|
Roman Pudashkin
|
eb347efb02
|
implemented the ability to open the timesig properties dialog via the context menu
|
2021-07-19 19:19:15 +02:00 |
|
Roman Pudashkin
|
edc97d7da8
|
transferred the time signature properties dialog from MU3
|
2021-07-19 18:50:53 +02:00 |
|
Roman Pudashkin
|
886e9a2e1e
|
fixed position changing of the opened context menu
|
2021-07-19 18:19:32 +02:00 |
|
Roman Pudashkin
|
718237bc3f
|
need to hide the context menu if a user left-clicks on the score
|
2021-07-19 18:11:18 +02:00 |
|
Roman Pudashkin
|
9a5f13227d
|
no need to close the context menu when a user selects some new element in the score. We'll just update the position of the context menu
|
2021-07-19 18:10:34 +02:00 |
|
Roman Pudashkin
|
c3af231a14
|
right-click must select elements
|
2021-07-19 18:03:35 +02:00 |
|
RomanPudashkin
|
e2981aeb54
|
Merge pull request #8599 from Eism/inspector_cleanup_single_element_view
[MU4] Inspector cleanup. Single element view
|
2021-07-19 14:37:21 +02:00 |
|
a.pavlov
|
4367e9bbc5
|
fixes after PR comments
|
2021-07-19 13:18:14 +02:00 |
|
a.pavlov
|
851a260978
|
fixed build, codestyle, minor changes
|
2021-07-19 13:18:14 +02:00 |
|
a.pavlov
|
f322676d4d
|
removed QTransform and QPainterPath
|
2021-07-19 13:18:14 +02:00 |
|
Casper Jeukendrup
|
e7a56c21e4
|
Redraw Mixer controls when Ui Theme changes
|
2021-07-19 12:39:54 +02:00 |
|
Casper Jeukendrup
|
22a3b79e82
|
Fix Volume Slider handle
|
2021-07-19 12:39:54 +02:00 |
|
Casper Jeukendrup
|
8ad3f232ab
|
Added channel labels in Mixer Panel
|
2021-07-19 12:39:54 +02:00 |
|
Casper Jeukendrup
|
4ea97e91c8
|
Fix adding "Master" MixerChannelItem
|
2021-07-19 12:39:54 +02:00 |
|
wizofaus@hotmail.com
|
0c4e33a6e1
|
[MU3] Fix #2861 Allow all types of Spanner to be copy/pasted
|
2021-07-19 11:29:54 +02:00 |
|
v.pereverzev
|
310308b775
|
Clean-up redundant classes
|
2021-07-19 11:19:31 +02:00 |
|
v.pereverzev
|
bc2a87dcdb
|
Implemented FluidCreator
|
2021-07-19 11:19:31 +02:00 |
|
v.pereverzev
|
2b67e7e4ee
|
Implemented SynthFactory
|
2021-07-19 11:19:31 +02:00 |
|
vpereverzev
|
b347e3c95f
|
Reworked the SoundFontsProvider
|
2021-07-19 11:19:31 +02:00 |
|
Casper Jeukendrup
|
78b9771929
|
Add keyboard navigation for StyledPopup, CreateCustomPalettePopup, AddPalettesPopup
|
2021-07-19 10:56:50 +02:00 |
|
Casper Jeukendrup
|
4f7e58193f
|
Fix "palette-search" action and clean up Palettes QML code and UX
|
2021-07-19 10:56:50 +02:00 |
|
Casper Jeukendrup
|
648a45292e
|
Get rid of PaletteAdapter and rename PaletteWorkspace -> PaletteProvider
|
2021-07-19 10:56:50 +02:00 |
|
Casper Jeukendrup
|
bcd6f4080a
|
Remove unused class PaletteListView
|
2021-07-19 10:56:50 +02:00 |
|
Casper Jeukendrup
|
43d75fe2a1
|
Remove PaletteAdapter dependency from Palette class
|
2021-07-19 10:56:50 +02:00 |
|
Casper Jeukendrup
|
b093f5b447
|
Refactor the work with ActionIcons in Palettes
|
2021-07-19 10:56:50 +02:00 |
|
Igor Korsukov
|
69a75efee6
|
moved chordlist from style to score
|
2021-07-19 10:38:23 +02:00 |
|
Igor Korsukov
|
6a5a25bf9d
|
updated musicxml tests
|
2021-07-16 20:31:13 +02:00 |
|
Igor Korsukov
|
49ecad039b
|
moved legacy styles from shared to engraving
|
2021-07-16 20:31:13 +02:00 |
|
Igor Korsukov
|
640e9ea0b8
|
clean up style and default style classes
|
2021-07-16 20:31:13 +02:00 |
|
RomanPudashkin
|
932ce0c701
|
Merge pull request #8642 from Eism/inspector_cleanup_context_menu
[MU4] Inspector cleanup. New behavior for resetting Styles/setting as Style
|
2021-07-16 17:32:31 +02:00 |
|
Eism
|
aae2df84c0
|
Fixed review issues
|
2021-07-16 17:28:37 +02:00 |
|
Elnur Ismailzada
|
1348c6d438
|
Merge pull request #8628 from RomanPudashkin/system_text_properties_dialog
[MU4] System/Staff text properties dialog
|
2021-07-16 16:58:28 +02:00 |
|
Elnur Ismailzada
|
61a0d8f8f0
|
Merge pull request #8625 from RomanPudashkin/special_chars_dialog
[MU4] Special characters dialog
|
2021-07-16 16:55:21 +02:00 |
|
Eism
|
6c31c8dbfd
|
Fixed the align setting for menu
|
2021-07-16 16:33:50 +02:00 |
|
Igor Korsukov
|
64859c2b90
|
added default style class
|
2021-07-16 14:06:54 +02:00 |
|
Eism
|
95531aed41
|
Implemented new context menu for properties
|
2021-07-16 13:48:52 +02:00 |
|
dylan.nicholson
|
b761210887
|
[MU4] fix #7823 - ensure keyboard navigation between lyrics works as
expected
|
2021-07-16 13:43:23 +02:00 |
|
RomanPudashkin
|
8a4897a4ca
|
Merge pull request #8495 from wizofaus/fix_slow_applyPaletteElement
[MU4] part fix for #8440 - speed up adding from palette to multiple notes/rests
|
2021-07-16 09:16:29 +02:00 |
|
RomanPudashkin
|
7748e3d281
|
Merge pull request #8586 from wizofaus/fix_undo_staff_properties
[MU4] Fix #7767 - ensure undo works properly for staff properties dialog
|
2021-07-16 09:11:25 +02:00 |
|
vpereverzev
|
41c9c18121
|
Renamed private properties alias and initialized channel pressure values with a default one
|
2021-07-15 17:47:01 +02:00 |
|