Commit graph

37 commits

Author SHA1 Message Date
Roman Pudashkin
6e4324354b fix #10448: implemented the ability to edit slur/tie via the inspector 2022-03-22 14:54:37 +02:00
Roman Pudashkin
18c78656e5 added a separate view and model for instrument name settings 2022-03-10 09:55:38 +02:00
Casper Jeukendrup
3104b6df07
Added empty "Measures" section to the Inspector 2022-01-27 23:42:55 +01:00
Roman Pudashkin
d3c47bda83 renamed LineSettingsModel to TextLineSettingsModel 2022-01-11 17:30:50 +02:00
Casper Jeukendrup
edebd57612
Remove redundant ScoreAppearanceTypes class
Not actual anymore, since the options to which it was related have been removed.
2021-12-12 23:28:47 +01:00
Elnur Ismailzada
0634983696
Merge pull request #9485 from RomanPudashkin/brackets_crash
[MU4] Fix #9437: fixed the crash after changing bracket 'column' or 'span' option
2021-10-20 07:56:54 -07:00
Roman Pudashkin
d5c53b3775 implemented the ability to configure tuples via the inspector panel 2021-10-19 11:28:13 +02:00
Roman Pudashkin
153952d776 removed the redundant brace model 2021-10-15 14:10:50 +02:00
Roman Pudashkin
9248ca0ff0 no need to close popups in the inspector panel if a user selects elements with the same type 2021-09-24 11:55:37 +02:00
Roman Pudashkin
1e5a5e93de implemented the ability to configure vibrato lines 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
379797db8c implemented the ability to configure let ring/palm mute lines 2021-09-20 14:36:00 +02:00
Roman Pudashkin
87bdd87331 implemented the ability to configure volta lines 2021-09-20 13:28:10 +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
Roman Pudashkin
f0c471ce73 implemented the component for editing elements position 2021-09-17 14:37:01 +02:00
Roman Pudashkin
1a24e84a24 transferred GlisandoSettingsModel to the lines dir 2021-09-17 11:32:46 +02:00
Roman Pudashkin
2684c7e289 reduced types duplication 2021-09-17 11:27:04 +02:00
Roman Pudashkin
648d2c6a9a inherited PedalSettingsModel from LineSettingsModel 2021-09-17 11:23:09 +02:00
Roman Pudashkin
28734ae8d3 implemented the model for editing volta lines 2021-09-17 09:28:12 +02:00
Roman Pudashkin
197e014993 implemented the model for editing ottava lines 2021-09-17 09:28:12 +02:00
Roman Pudashkin
d7420fba29 inherited CrescendoSettingsModel from LineSettingsModel 2021-09-17 09:28:12 +02:00
Roman Pudashkin
8d44242bf4 implemented the basic model for editing lines 2021-09-17 09:28:12 +02:00
Casper Jeukendrup
7ef5a40b9c Fix Note Head Group selector in Ambitus Inspector
And use consistent naming for Note Head Groups vs. Note Head Types:
- Groups are like: normal noteheads, x noteheads, triangle noteheads;
- Types are like: quarter, half, whole, double whole.
2021-09-17 00:39:30 +02:00
Roman Pudashkin
e1f5c68ad5 remaned hairpins dirs to lines 2021-09-15 14:55:47 +02:00
Eism
e09854f3b0 Unification of barline settings, using one model instead of two 2021-07-15 11:11:54 +02:00
Eism
987a6a8a8a If one of the element types is selected, show the element view instead of the element popup button 2021-07-15 11:11:54 +02:00
Igor Korsukov
4f55cf32e2 added engraving module 2021-06-01 14:46:22 +02:00
Casper Jeukendrup
8d81709214 Eliminate InspectorAdapter
This was a temporary thing to make the new Inspector usable in both the MU3 and MU4 UI. But now that the MU3 UI is removed, the Adapter is not much more than an extra layer making things complicated.
2021-05-07 09:22:04 +02:00
vpereverzev
783ec26046 Updated license headers for cmake files 2021-04-19 17:09:37 +02:00
Roman Pudashkin
2a1a61fad6 removed unused file 2021-01-15 17:58:09 +03:00
Igor Korsukov
1b6e66fef7 added unity build 2020-12-17 15:04:40 +02:00
Igor Korsukov
e9be5227b0 made modules as shared lib for linux debug 2020-12-07 16:08:40 +03:00
Aaron Cottle
03140ad41a fix unknown warning option '-Wno-deprecated-copy' on Mac 2020-12-07 15:09:25 +03:00
Joachim Schmitz
caf68d185b Disable -Wno-deprecated-copy for MinGW
as that doesn know it and warms about that
2020-12-04 15:02:03 +02:00
Aaron Cottle
eef95f07d4 fix #313872: followup to PR #6992, suppressed remaining -Wdeprecated-copy warnings 2020-12-03 16:43:38 +02:00
Igor Korsukov
b7c25b8fc6 move source code to src dir 2020-12-03 15:12:23 +02:00
Renamed from mu4/inspector/CMakeLists.txt (Browse further)