lasconic
61eed11401
fix all warnings on Mac OSX. Hopefully without side effects on other platforms.
2015-05-05 18:28:39 +02:00
Nicolas Froment
b0b513a5e3
Merge pull request #1925 from heuchi/plugin-expose-isFullMeasureRest
...
expose Rest::isFullMeasureRest() to plugins
2015-04-07 18:41:09 +02:00
lasconic
dcd8106784
fix #52386 : symbols added to 'Repeat measure sign' measure will disapear on reload
2015-04-07 18:30:37 +02:00
heuchi
95bce5e0de
expose Rest::isFullMeasureRest() to plugins
2015-04-07 16:39:49 +02:00
ws
3e4a2d7ae0
fix #47051 Ledger lines for rests not initially drawn if moved using keyboard
2015-02-10 15:33:30 +01:00
Marc Sabatella
117ab2cb65
fix #40291 : voice 3/3 rests in rhythmic slash notation
2014-11-29 23:47:00 -07:00
Andrei Tuicu
151e8a2ab4
fix #38211
...
modified: libmscore/note.cpp
modified: libmscore/rest.cpp
modified: libmscore/rest.h
2014-11-05 19:18:51 +02:00
ws
67fdb6e7e7
fix #36731
2014-10-16 18:12:58 +02:00
ws
aeebbb664f
initialize ChordRest._mmWidth
2014-08-22 13:33:46 +02:00
Andrei Tuicu
6460485d3f
Score accessibility system.
...
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
ws
6d46589c56
fix #29431
2014-08-13 21:01:21 +02:00
ws
5bd9c426b3
fix #2901
2014-08-07 10:55:57 +02:00
ws
b70f9b8766
partial fix for #23324
2014-06-27 14:03:17 +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
b5c97a0636
change enum class SymId back to int
...
the memory saved is not worth the performance penalty
2014-06-26 11:49:07 +02:00
Joachim Schmitz
931e837c5e
convert enum ElementType into enum class
2014-05-23 10:35:27 +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
27f8ca023f
convert enum DurationType to enum class
2014-05-23 10:34:57 +02:00
ws
7f765e70a2
better layout for beams+rests
2014-05-17 15:48:37 +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
18c6acdbb1
fix #12112
2014-05-16 13:52:22 +02:00
lasconic
f046cd7020
fix #24223 : rests outside staff should show ledger lines
2014-03-15 12:32:58 +01:00
ws
733c1934db
smufl integration, part I
2013-11-12 09:29:12 +01:00
ws
e6cbbabe2b
move anchor while dragging dynamics
2013-10-22 12:05:31 +02:00
ws
239ffd7456
change implementation of multi measure rests
2013-09-19 15:08:54 +02:00
lasconic
1df61654aa
fix #22238 : Moved rests in multi voice measure in 1.3 are not well positioned
2013-08-14 09:45:11 +02:00
ws
6286de1872
fix #22082
2013-07-31 11:06:01 +02:00
wschweer
705307a034
updates
2013-06-16 23:33:37 +02:00
ws
c4072fce7c
fix #21221
2013-05-28 15:42:16 +02:00
ws
9ebabcc2e5
add namespace Ms
2013-05-13 19:43:59 +02:00
ws
220db94494
reorganize synthesizer; add zita1 reverb
2013-04-03 12:50:21 +02:00
ws
bf1cbe2aa0
use QXmlStreamReader for xml parsing
2013-01-11 18:10:18 +01:00
ws
1778f37b61
fix crash with parts and ties; more optimizations
2013-01-08 11:00:53 +01:00
Werner Schweer
3bed7823bf
rename toDefault() to reset()
2012-11-19 10:08:15 +01:00
Werner Schweer
93bc053086
1.2 import: fix placement of dynamics
2012-08-23 17:40:04 +02:00
Werner Schweer
62eb0ee6d7
fix crash when trying to clone&drag rest
2012-07-24 15:01:25 +02:00
Werner Schweer
2914f0a702
more plugin bindings
2012-07-16 19:59:32 +02:00
Werner Schweer
8e11e03a53
add manual generator for plugins
2012-07-11 21:29:42 +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