Commit graph

69 commits

Author SHA1 Message Date
Dmitri Ovodok
c354eb24c3 Remove read300 functions 2018-09-19 01:57:37 +03:00
Dmitri Ovodok
8fa920b7df Backup old MSC read functions, add a test for fileformats compatibility
Use old read functions for reading 1.x and 2.x fileformats

Assign version number 3.01 to the new MSCX format flavor
2018-08-16 19:08:45 +03:00
ws
10d1ae0529 add method propertyDelegate() to Element 2018-07-24 15:48:24 +02:00
ws
d31cfd9885 add Stem to inspector 2018-05-07 19:05:49 +02:00
ws
33d1cd7fb4 rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
ws
2580eb7a69 update for properties/styles 2018-03-27 14:40:45 +02:00
Werner Schweer
b46b55fa1e fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
Werner Schweer
d92ef8b9d4 update properties/styles, update glissando 2017-12-13 15:50:04 +01:00
Werner Schweer
0e4211e2d0 update let ring, palm mute 2017-11-27 16:55:52 +01:00
Werner Schweer
6d301fbbf5 update spanner editing 2017-07-26 09:59:34 +02:00
Werner Schweer
0cb1d2dfc0 fix sequencer stop handling 2017-06-24 10:40:04 +02:00
Werner Schweer
ac41fa396e update edit infrastructure 2017-03-31 13:03:30 +02:00
Werner Schweer
dff05f9d6d fix note head dragging 2017-03-06 11:33:54 +01:00
Werner Schweer
90b1991912 replace Q_OBJECT with Q_GADGET for all Element based classes 2017-02-17 15:48:28 +01:00
Werner Schweer
fe8a3e5e9c move textline properties to inspector 2017-02-07 18:48:41 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
Werner Schweer
6e7e05aaec impl. staff type changes 2016-12-18 14:31:34 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
e38215d41c update hairpin; fix drag of lines to staff > 1 2016-09-22 17:28:44 +02:00
werner
e3e2682004 fix #122551 Text line: inability to delete or change the 'Begin' text 2016-08-30 14:03:26 +02:00
werner
3d6dfaf883 fix regressions for hairpin+dynamics 2016-07-20 12:45:34 +02:00
werner
87100087f6 ignore non autoplace dynamics/hairpins in layout autoplace calculations 2016-07-19 20:35:06 +02:00
werner
367f445953 autoplacement for hairpins, pedal lines 2016-07-15 14:07:23 +02:00
werner
dc4d3ec4f8 the connection between style and property now depends on element type 2016-07-09 17:07:12 +02:00
ws
492709f203 code cleanups 2016-04-13 11:10:17 +02:00
Marc Sabatella
04604f5c74 fix #74171: cresc. and dim. lines 2015-08-26 09:31:39 -06:00
Maurizio M. Gavioli
2f7b5bfe76 Updates the documentation for classes named from E to L to proposal A) in http://dev-list.musescore.org/Plugin-documentation-generated-manual-td7579164.html
Properties are also sorted in alphabetical order for easier identification.

No attempt made to evaluate what to include and what to exclude from documentation: anything which is currently documented is retained. Case by case decisions can always be made.

Also completed update for `Accidental`.
2015-04-24 00:55:46 +02:00
ws
0918b463ea fix #51201 Voltas dont respond to CTRL-R 2015-03-30 10:06:53 +02:00
ws
e1a97cea80 fix #36661 Buts with grayed out fields in the Inspector 2015-02-02 14:52:13 +01:00
ws
d7ea1a3f86 fix #41066: Cannot undo a change of crescendo or decrescendo 2015-01-22 11:20:59 +01:00
ws
16764d4614 fix #44466: Crash extending volta over mmrest starting a new system + other cleanups 2015-01-19 12:41:16 +01:00
Andrei Tuicu
6460485d3f Score accessibility system.
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
Joachim Schmitz
ddb1208bd6 rename Hairpin::HairpinType to Hairpin::Type
and register Hairpin::Type, FiguredBassItem::ContLine and
Lyrics::Syllabic, which seemd missing.
Also fix registration of Element::Type and Segment::Type to what they
had been before.
2014-06-26 11:57:43 +02:00
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
Joachim Schmitz
0e0350dd9c move enum DynamicRange to Dynamic::Range
needed to make it available to the Plugin framework
2014-06-26 11:49:06 +02:00
Joachim Schmitz
e98297f100 formatting fixes 2014-06-24 14:47:08 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
Joachim Schmitz
dc14da679b convert enum DynamicRange to enum class 2014-05-23 10:35:04 +02:00
Joachim Schmitz
7b96155582 convert enum HairpinType to enum class 2014-05-23 10:35:00 +02:00
Joachim Schmitz
14290d26be expose HairpinType, Syllabic and GlissandoType
as the only Q_ENUMS() not accompnied by corresponding a
Q_DECLARE_METATYPE()
2014-05-16 14:17:03 +02:00
Joachim Schmitz
54ede6a1f6 improve builtin plugin documentation
reformatting, removing some comments that are irrelevant to plugin
framework in a way that DoxyGen should still find them, documenting the
enums and fully qualify all types that are specific to MuseScore,
2014-05-16 13:58:30 +02:00
ws
b4a3b41c49 fix #16626 2014-03-16 14:57:32 +01:00
ws
79b6dd592b fix lineproperties dialog 2014-03-13 16:21:30 +01:00
Gai-Luron
82fd4c5a7a Add grip to modify hairpin aperture 2014-02-26 21:29:50 +01:00
Gai-Luron
0dc35b56da Crescendo dal niente & Descrescendo al niente feature added 2014-02-24 11:17:43 +01:00
ws
e4012586b2 fix #22231 2013-08-13 14:26:40 +02:00
ws
f95059f6ee fix inspector handling of QComboBox 2013-08-09 13:20:15 +02:00
ws
edc8008961 updates for style 2013-08-09 11:42:45 +02:00