Commit graph

29 commits

Author SHA1 Message Date
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
Joachim Schmitz
a1c6c8c493 improve enum ElementFlag
more work needed to convert it into a class, same issue as with
ArticulationShowIn.
2014-05-23 10:35:22 +02:00
Joachim Schmitz
7043cdaac5 convert "enum class" to "enum class : char"
or "enum class : signed char" or even "enum class: short", whatever/whenever feasible on all exsting "enum class" that don't have it yet, also fixing some signed vs. unadorned char. This
should reduce the memory footprint.
2014-05-23 10:35:15 +02:00
Joachim Schmitz
eb1436c4ce remove some apparently unndeeded Q_ENUMS() 2014-05-16 13:58:35 +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
Joachim Schmitz
27ba0bada7 some purly cosmetic changes
adding semicolons for Q_DECLARE_METATYPE() and
Q_DECLARE_OPERATORS_FOR_FLAGS(), removing semicolons from Q_PROPERTY()
(QtCreator complains about them) and fixing a comment, reformatting for
alignment
2014-05-12 12:28:07 +02:00
ws
d162a9ee91 simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
ws
4c2e2e971b more fixes for line editing 2013-08-30 12:46:34 +02:00
ws
dfe30326ac more fixes for spanners & import 2013-08-29 11:08:37 +02:00
ws
839b2dc313 fix for line editing; fix ottava import from 1.3 2013-08-28 11:10:47 +02:00
ws
136190a49c fix ottava position for staff > 0; fix ottava import from 1.2 2013-08-28 11:10:46 +02:00
ws
ec77df240c fix ottava reset 2013-08-28 11:10:46 +02:00
ws
416e7ddff7 change spanner to use closed interval tick-tick2 2013-08-12 10:38:07 +02:00
ws
feff123ba1 more styling for ottava 2013-08-12 10:38:06 +02:00
ws
f95059f6ee fix inspector handling of QComboBox 2013-08-09 13:20:15 +02:00
ws
c4b43b8ba5 extend styles and inspector; add new bagpipe palette to master palette 2013-08-08 11:38:50 +02:00
ws
8bbceb045f inspector update: make styled properties undoable 2013-08-07 13:21:05 +02:00
ws
cc10cd0372 distinguish between styled and unstyled properties in inspector 2013-08-06 21:15:25 +02:00
ws
e6a2dfde2c update inspector; styled line width for ottava 2013-08-06 19:28:20 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
b3d3f90241 fix #20943 2013-05-02 16:12:43 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
317e39ad28 replace all subtype()/setSubtype() Element methods 2013-03-05 20:24:16 +01:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
Werner Schweer
2412a8dc82 remove yoffset from Spanner 2012-10-29 17:14:05 +01:00
Werner Schweer
ed60fef4e6 implement inspector for ottava 2012-09-17 17:35:49 +02:00
Werner Schweer
3d91e61ef4 More plugin bindings 2012-07-25 11:49:34 +02:00
Werner Schweer
5182c9e085 derive Element from QObject; add Q_OBJECT into every Element class 2012-05-28 11:29:21 +02:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00