Commit graph

22534 commits

Author SHA1 Message Date
Igor Korsukov
0dda1d8d05 renamed xmlwriter stag, etag to startObject, endObject 2021-09-21 15:53:23 +02:00
Igor Korsukov
92492e6c41 moved measure write to MeasureRW 2021-09-21 15:53:23 +02:00
Igor Korsukov
c3fb596862 added measure rw 2021-09-21 15:53:23 +02:00
Igor Korsukov
f9d03ac889 added staff rw class 2021-09-21 15:53:23 +02:00
Igor Korsukov
445e35a828 added readcontext to readStaff 2021-09-21 15:53:23 +02:00
Igor Korsukov
c8d096685a moved read staff to read400 2021-09-21 15:53:23 +02:00
Roman Pudashkin
1e5a5e93de implemented the ability to configure vibrato lines 2021-09-21 14:37:55 +02:00
Roman Pudashkin
b918a6f555 small clean-up in the pedal settings popup 2021-09-21 14:37:55 +02:00
Roman Pudashkin
14e79c40fa updated the glissando settings popup 2021-09-21 14:37:55 +02:00
Roman Pudashkin
6c36aa4bbd fixed displaying settings for diminuendo lines 2021-09-21 11:44:49 +02:00
Roman Pudashkin
cb4fe7f62f reduced code duplication 2021-09-21 11:44:49 +02:00
Roman Pudashkin
4af4dc66dc added ElementKey for displaying settings of elements with subtypes (e.g. hairpins) 2021-09-21 11:44:49 +02:00
Igor Korsukov
b8205ef002 added engraving score reader 2021-09-20 17:04:39 +02:00
Roman Pudashkin
83f0c06cb4 implemented the ability to configure ottava lines 2021-09-20 16:52:40 +02:00
Aaron Sattely
9595f8abde Fix tie direction w/r/t stem direction due to voice
Instead of using the first chord's stem direction, we use the direction of whichever chord is affected by additional voices
2021-09-20 16:32:01 +02:00
RomanPudashkin
9e5ae10ba8
Merge pull request #9203 from Eism/accessibility_new_score_wizard
[MU4] Accessibility new score wizard
2021-09-20 15:37:37 +02:00
Eism
a3d3c9b125 Fixed accessibility for NSW dialog 2021-09-20 15:00:44 +02:00
Eism
0c1b2b2f9a Implemented accessibility for score additional info page 2021-09-20 15:00:44 +02:00
Eism
bb02f5a4f2 Implemented the navigation for general info view 2021-09-20 15:00:44 +02:00
Eism
496c1ad953 Implemented the navigation for popups 2021-09-20 15:00:44 +02:00
Eism
cbf2ad9300 Implemented remembering the previous selected control when navigating 2021-09-20 15:00:44 +02:00
Eism
4833566a16 Fixed navigation for popups in all places 2021-09-20 15:00:44 +02:00
Eism
8d7860c1dc Replaced navigation panel with navigation section for disable exit from the popup by Tab 2021-09-20 15:00:44 +02:00
Eism
fc750c5bbc Replaced qt popup to our styled popup 2021-09-20 15:00:44 +02:00
Eism
595687706c Implemented the accessibility for the make soloist button 2021-09-20 15:00:44 +02:00
RomanPudashkin
2a4ef5127e
Merge pull request #9202 from RomanPudashkin/let_ring_and_palm_mute
[MU4] Implemented the ability to configure let ring/palm mute lines
2021-09-20 14:59:42 +02:00
Roman Pudashkin
379797db8c implemented the ability to configure let ring/palm mute lines 2021-09-20 14:36:00 +02:00
Elnur Ismailzada
97357010d8
Merge pull request #9200 from igorkorsukov/project/safe_save
Made save more safe
2021-09-20 14:05:36 +02:00
Igor Korsukov
265e57328b made save more safe 2021-09-20 13:34:50 +02:00
vpereverzev
e725d0bb63 Implemented a possibility to receive applied audio parameters when a track being added 2021-09-20 13:28:24 +02:00
vpereverzev
5f8d95caa4 Implemented reading and writing of project's audio settings 2021-09-20 13:28:24 +02:00
Roman Pudashkin
87bdd87331 implemented the ability to configure volta lines 2021-09-20 13:28:10 +02:00
Igor Korsukov
60b3ed8f2d renamed engraving tree methods to scan methods 2021-09-20 12:38:17 +02:00
RomanPudashkin
5aec747018
Merge pull request #9077 from asattely/horizontal-tie-placement
fix #8980 - improve horizontal placement of tie endpoints
2021-09-20 09:58:29 +02:00
RomanPudashkin
3320d60584
Merge pull request #9172 from Jojo-Schmitz/compiler-warnings
[MU4] Fix MSVC compiler warning
2021-09-20 09:24:24 +02:00
RomanPudashkin
6eb51c185d
Merge pull request #9184 from Mystic-Slice/NoteInputBarOrder
fix #9129: Fixed the order of items in the note input tool bar
2021-09-20 09:22:26 +02:00
RomanPudashkin
c0133c9d71
Merge pull request #9190 from cbjeukendrup/inspector_propertyitems_simplify
Simplify the work with property items in the Inspector
2021-09-19 15:11:42 +02:00
Casper Jeukendrup
38850ef6cd Simplify the Notehead Group Selector
Also fixes the quality of the notehead icons by using the musical font instead of SVGs.
TODO: Currently using "Bravura" instead of ui.theme.musicalFont.family (Leland), because Leland does not have all icons yet
2021-09-19 13:49:58 +02:00
Casper Jeukendrup
e4dead45fa Simplified Beam Type Selector
Also fixes the quality of the beam type icons by using the icons font instead of SVGs.
2021-09-19 02:09:11 +02:00
Casper Jeukendrup
c7d47000ba [AbstractInspectorModel] Get rid of unnecessary casting int <-> Ms::Pid
Also slightly simplify PropertyItem::isStyled
2021-09-19 01:43:56 +02:00
Casper Jeukendrup
733f9cb69c Add DropdownPropertyView component and use it 2021-09-18 23:21:19 +02:00
Casper Jeukendrup
9fad51658f Add SpinBoxPropertyView component and use it
And rationalize spacing values, and use ColorSection instead of PropertyView+ColorPicker.
2021-09-18 23:06:10 +02:00
Casper Jeukendrup
30fe23f172 Add FlatRadioButtonGroupPropertyView component and use it 2021-09-18 18:17:08 +02:00
Casper Jeukendrup
c534b96682 Let FlatRadioButton automatically find the button group it belongs to
Also remove unused property from InspectorSectionView.
2021-09-18 13:54:04 +02:00
Casper Jeukendrup
a673c4523c Change order of tabs for Note Inspector
Before:
Beam - Head - Stem

After:
Head - Stem - Beam
2021-09-17 23:45:03 +02:00
Casper Jeukendrup
bfca64086a Created NoteHeadTypeSelector component
And register PropertyItem type to QML, so that we can specify that type explicitly in QML.
2021-09-17 21:02:53 +02:00
Aaron Sattely
01d9cf689b Fix problem with dots from offset notes 2021-09-17 13:55:35 -04:00
Aaron Sattely
71458e33ab Generalize search for ledger lines
Don't really need to test whether the note is above or below the staff since the adjustment will only occur if the ledger line's y value is similar to the tie's
2021-09-17 13:55:35 -04:00
Aaron Sattely
ece3239ae3 Adjust tie endpoints
adjusting for flag, dot, offset notehead, and ledger line
2021-09-17 13:53:40 -04:00
Ashwath V A
aabd164bc9 fix #9129: Fixed the order of items in the note input tool bar 2021-09-17 21:30:02 +05:30