Commit graph

276 commits

Author SHA1 Message Date
Igor Korsukov
556feb5ec7 fixed Palette paint 2021-12-06 12:49:53 +03:00
Igor Korsukov
ef25e11de3 clean up BeamMode enum 2021-12-03 16:42:56 +02:00
Igor Korsukov
6abae3997b clearing LayoutBreakType enum 2021-12-03 15:07:15 +02:00
RomanPudashkin
f2c282e376
Merge pull request #9947 from Eism/master_pallette_optimization
[MU4] Master pallette optimization
2021-12-02 19:56:45 +02:00
Igor Korsukov
dba0148ad3 moved engraving xml to rw dir 2021-12-02 18:48:40 +02:00
Eism
cb5ba25926 Optimized the opening master palette 2021-12-01 16:32:39 +02:00
Howard-C
dcb77242c0 Change Milimetre to Millimetre 2021-11-29 10:53:26 +02:00
Howard-C
65c2563be1 Fully convert Pid::SPACE to a Milimetre property 2021-11-29 10:53:26 +02:00
Howard-C
50a92e65da Fully convert Pid::USER_LEN to a Milimetre property 2021-11-29 10:53:26 +02:00
Elnur Ismailzada
9befb3c1ff
Merge pull request #9898 from igorkorsukov/bugs/9866_crash_on_paste_ambitus
Fixed clone Ambitus
2021-11-26 11:15:16 -08:00
Igor Korsukov
12e7e993cb improved work with parent and score in the EngravingObject 2021-11-26 17:16:20 +02:00
Igor Korsukov
61586637fd clearing type Fraction 2021-11-26 10:30:36 +02:00
Eism
1eca4b63e4 Replaced direct hairpin creation to use factory 2021-11-26 10:11:57 +02:00
Igor Korsukov
6ea0b9e5f2 clearing enum type Direction 2021-11-25 11:53:51 +02:00
Elnur Ismailzada
64da4a2dff
Merge pull request #9824 from Eism/accessibility_widget_dialogs_part5
[MU4] Accessibility. Master palette
2021-11-25 00:30:11 -08:00
Nick Mazuk
ccfce30e03 refactor beam code
fix compile errors from rebasing

fix codestyle

fix beam positions with non-standard noteheads

fix end of flag

fix codestyle

fix tests checkpoint

minor change

test savepoint

remove outdated beam tests

update codestyle

fixed style property type value

update style preference value from int to double

fix type errors when accessing style values

fix all tests with beams
2021-11-25 10:05:48 +02:00
Eism
c4107b22a7 Renamed IAccessibleInterfaceRegister to IQAccessibleInterfaceRegister 2021-11-24 13:49:38 +02:00
Joachim Schmitz
5a74472ff1 Fix typo
yet another typo introduced in #9798
2021-11-24 13:47:21 +02:00
Igor Korsukov
49404f6f9c disabled palette tree interactive while more popup open 2021-11-23 11:00:33 +02:00
Eism
823b7bf534 Fixed focus border for palette cells 2021-11-23 09:39:07 +02:00
Eism
fff58ccc28 Fixed accessibility for symbols dialog 2021-11-23 09:39:07 +02:00
Eism
6d7f9a8967 Implemented accessible interface register 2021-11-23 09:39:07 +02:00
Eism
7be1783831 Fixed accessibility on palette widget 2021-11-23 09:39:07 +02:00
Eism
c5f324ea50 Fixed the navigation for time dialog 2021-11-23 09:39:07 +02:00
Eism
aedd2719ba Fixed the navigation for key edit dialog 2021-11-23 09:39:07 +02:00
Eism
460d028ea8 Fixed accessibility for edit drumset dialog 2021-11-23 09:39:07 +02:00
Elnur Ismailzada
ab54dbf231
Merge pull request #9799 from igorkorsukov/engraving/property_val_5
Clearing property value types [Step 5]
2021-11-22 00:06:19 -08:00
Igor Korsukov
5199c804e8 clearing enum type Placement 2021-11-22 09:38:36 +02:00
Joachim Schmitz
62957384de Fix typo 2021-11-20 15:47:51 +01:00
Joachim Schmitz
3093ef3e99 Extending/completing the UNICODE ranges list in the F2 text palette
as per https://www.htmlsymbol.com/unicode-code/
and https://www.unicodepedia.com/groups/.
Also fixing a couple naming mistakes.
2021-11-19 16:22:32 +01:00
Igor Korsukov
7b3b91ae81 replaced QVariant to PropertyValue for change properties 2021-11-18 12:43:45 +02:00
Igor Korsukov
2706ddfff8 replaced QVariant to PropertyValue for getProperty 2021-11-18 12:43:45 +02:00
Casper Jeukendrup
ebad3757bb
Fix shadow, border and corner radius of floating dock windows
Also replace some unnecessary Rectangles with plain Items
2021-11-16 18:47:52 +01:00
Casper Jeukendrup
2ca247c2ae
Fix icons in all QWidget dialogs on macOS 2021-11-16 12:24:36 +01:00
Casper Jeukendrup
2814fb8000
Fix icons in time signature properties dialog 2021-11-16 12:04:45 +01:00
Igor Korsukov
5b2629ff88 changed use QVariant to PropertyValue in Style 2021-11-16 10:24:28 +03:00
Joachim Schmitz
6ec236a931 Allow 128th in time signatures and tempo texts
plus fixing some typos found while searching the old 64th limit
2021-10-28 02:59:45 -07:00
Igor Korsukov
3c2204f7c6 added Accidentals, Articulations, Noteheads to TC4 (Palettes) 2021-10-27 18:21:20 +02:00
Igor Korsukov
ff1ad66fc0 added TC4 Using Palettes with Clefs, Key sig, Time sig steps 2021-10-27 14:48:54 +02:00
Casper Jeukendrup
3698d9e5ba
Place dragged palette element at position where it was pressed 2021-10-15 20:54:52 +02:00
Casper Jeukendrup
b4073bef79
Disable NavigationPanels and NavigationSections when their visual items are disabled or invisible 2021-10-15 20:54:52 +02:00
Casper Jeukendrup
8705bc7894
Disable NavigationControls if and only if their visual control is disabled and invisible
Also added some missing names to NavigationControls and performed some general QML code quality improvements.
2021-10-15 20:49:19 +02:00
RomanPudashkin
7834157f5e
Merge pull request #9477 from cbjeukendrup/inspector_scroll_back_when_content_changes
Remove UI for adding braces to accidental and use icons instead of text for other bracket options in Inspector
2021-10-14 23:32:29 +02:00
Casper Jeukendrup
64f201399d
Remove all references to the "Tours" functionality
It won't be included in MuseScore 4.
2021-10-14 23:04:23 +02:00
Casper Jeukendrup
b53c1caf2a
Remove the option to add braces to accidental from Palettes 2021-10-14 22:39:57 +02:00
Elnur Ismailzada
0fe08d6f29
Merge pull request #9383 from RomanPudashkin/interaction_with_vst_plugins
[MU4] Fixed interaction with vst plugins
2021-10-14 09:02:11 -07:00
Casper Jeukendrup
f7c25ac82e Fix code style with Uncrustify 0.73.0 2021-10-14 15:15:08 +02:00
RomanPudashkin
e4199faee7
Merge pull request #9402 from RomanPudashkin/docksystem_optimization
[MU4] Docksystem optimization
2021-10-13 17:18:36 +02:00
Roman Pudashkin
93aa31deb6 fixed the init of the drumset panel 2021-10-08 13:56:37 +02:00
Casper Jeukendrup
1de9ee727b Fix updating palette grid lines color when switching app theme 2021-10-07 17:55:37 +02:00