Commit graph

321 commits

Author SHA1 Message Date
Casper Jeukendrup
8107f05b70
Fix preview in Staff/Part Properties > Advanced 2022-02-17 17:39:10 +01:00
Roman Pudashkin
bf8862e73b fix #10540: fixed removing of selected palettes after pressing backspace / delete 2022-02-14 18:53:22 +02:00
Casper Jeukendrup
f36ce775aa
Rename EngravingObject::userName() to typeUserName() 2022-02-10 18:00:21 +01:00
Casper Jeukendrup
049ab28a7f
Rename EngravingObject::name() to typeName() to disambiguate 2022-02-10 17:33:29 +01:00
HemantAntony
fc319f3727 Fix #10307: Rearranged Palettes 2022-02-10 18:26:29 +05:30
RomanPudashkin
86057e415e
Merge pull request #10431 from RomanPudashkin/duplicated_palette_items
[MU4] fix #10423: TS and KS 'More' dialogs add new items to both palettes
2022-02-03 18:17:30 +02:00
Roman Pudashkin
fc3588b82f fix #10423: fixed duplication of elements between the Time signatures and Key signatures palettes 2022-02-03 11:55:04 +02:00
Eism
b7fdaccb45 Set maximum flick velocity to 1500 for all views in the project 2022-02-01 19:02:19 +02:00
Roman Pudashkin
f9def98d65 fixed the order of operations: previously, the open dialog became inactive after opening and could be overlapped by the app window (on windows) 2022-02-01 11:44:08 +02:00
Roman Pudashkin
5a4bdac295 fixed the ability to add custom time signatures 2022-01-31 19:53:14 +02:00
Roman Pudashkin
443260af59 fixed the ability to add custom key signatures 2022-01-31 19:46:47 +02:00
Roman Pudashkin
d99a67863d fixed the canvas in the key signatures dialog 2022-01-31 19:27:18 +02:00
Casper Jeukendrup
cf3d9b2d65
Add some tooltips in Palettes panel 2022-01-27 23:42:57 +01:00
vpereverzev
88303bf9e1 Added "tempo change ranged" element 2022-01-26 16:00:40 +02:00
Eism
1c95f48901 Added a message display about the impossibility of adding boxes and frames to score 2022-01-24 20:18:15 +02:00
vpereverzev
a30a668193 Added predefined, strongly typed elements for playing techniques 2022-01-24 17:51:20 +02:00
HemantAntony
65d271294f Fix #10339- Palette properties not working
This commit fixes the issue of palette properties not appearing on
clicking "Palette properties" of some palettes. The problem lies in the
'&' in the names of the affected palettes. uri.cpp tries to parce
parameters on the basis of the '&' which results in the palette name
being mutilated and causes this bug. The fix is to use percent encoding
2022-01-21 07:59:46 +05:30
Joachim Schmitz
c2c82fe7cc Fix (MSVC/MinGW) compiler warnings 2022-01-18 22:10:16 +01:00
Casper Jeukendrup
ec1875983a Explicitly capture QML signal handler arguments - Palette 2022-01-14 11:38:55 +02:00
RomanPudashkin
1fae89e8f9
Merge pull request #10240 from RomanPudashkin/inspector_missing_lines
[MU4] Fix #10098: Implement "System", "Staff" and "Capo" text lines in palettes (with corresponding Properties settings)
2022-01-14 11:07:00 +02:00
Eism
007dc2f8cf Toggle off palette cell after adding to score 2022-01-13 12:05:42 +02:00
Casper Jeukendrup
ad91c231d4 Minor code style fix 2022-01-12 12:32:40 +02:00
Casper Jeukendrup
1c1a6cb533 Fix non-unity build 2022-01-12 12:32:40 +02:00
Casper Jeukendrup
a78a9c5e67 Replace deprecated QRegExp with QRegularExpression 2022-01-12 12:24:34 +02:00
Igor Korsukov
a809eaa25c fixed add/remove palette cell 2022-01-11 13:02:18 +02:00
Igor Korsukov
6b1cdb0ec3 fixed setup palettes 2022-01-11 13:02:18 +02:00
Igor Korsukov
e59cdd81ac fixed crash on Palette reset 2022-01-11 13:02:18 +02:00
Roman Pudashkin
bd1e132e43 added missing lines to the palette panel 2022-01-10 15:53:48 +02:00
Igor Korsukov
7d131de78f changed Align type implementation 2021-12-28 09:49:47 +02:00
Eism
075a841b25 Handle menu activation in menu model, no need to register shortcuts 2021-12-27 14:51:42 +02:00
Igor Korsukov
410cba099f cleared up DurationType 2021-12-20 12:23:52 +03:00
Igor Korsukov
b182db6f0e cleared up GroupNodes 2021-12-20 12:23:52 +03:00
Igor Korsukov
0d8e279e5f renamed tid method to textStyleType 2021-12-16 11:46:22 +03:00
Igor Korsukov
ce1b3f8cbc renamed Tid to TextStyleType 2021-12-16 11:46:22 +03:00
Igor Korsukov
7fd838edca renamed TEXT_TYPE to TEXT_STYLE 2021-12-16 11:46:22 +03:00
Igor Korsukov
6d087e825e cleared up Tid enum (partially) 2021-12-14 16:40:14 +02:00
Igor Korsukov
af4948933f cleared up SymId enum 2021-12-13 11:27:34 +03:00
Igor Korsukov
0037fb35c6 cleared up DynamicType enum 2021-12-13 11:27:34 +03:00
Eism
efcc47d79a Minor bug fixes for accessibility 2021-12-10 16:13:59 +02:00
Igor Korsukov
bb8eeb4f09 cleared up ClefType enum 2021-12-09 15:56:51 +03:00
Igor Korsukov
c1cfb64c84 cleared up NoteHeadScheme enum 2021-12-09 15:56:51 +03:00
Eism
0bc9ae6af0 Fixed reset of focus when showing popups 2021-12-08 08:55:40 +02:00
Eism
6c8f033dde Implemented focusing on notation when notation changes 2021-12-07 17:06:35 +03:00
Eism
dba2fea967 Fixed opening element editor on palette 2021-12-07 13:19:48 +03:00
Igor Korsukov
f3954e219b cleared up NoteHeadType enum 2021-12-06 18:15:22 +02:00
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