Commit graph

75 commits

Author SHA1 Message Date
werner
b38ac07170 updates for hairpins & dynamics 2016-07-25 12:29:34 +02:00
werner
38a4b21d27 make anchor more sticky when dragging dynamics 2016-07-19 20:19:23 +02:00
werner
305fad4fba layout hairpin+dynamics update 2016-07-19 14:36:22 +02:00
Joachim Schmitz
08f1e12082 fix #116411: crash in dynamic layout 2016-06-27 08:48:58 +02:00
werner
8ec8b50fc8 implement autoplace for ottava 2016-06-15 16:11:17 +02:00
werner
75f2aae07c implement property 'placement' for dynamic (flip) 2016-06-14 18:30:34 +02:00
werner
ae8644f822 autoplace dynamics 2016-06-14 16:00:16 +02:00
werner
1a8cdf1da4 remove many setLayoutAll() calls; cleanups 2016-06-14 10:32:34 +02:00
Joachim Schmitz
b6f3e9dcaa remove post 1.3 and pre-2.0 compatibility checks and tweaks
There's probably quite a bit more, but these are the most
obvious places.
Impoved the error mssage, with a hint where to get 2.0.
Most of the templates and sample scores had been created with a pre2.0
nightly version, so they have been resaved with 2.0.0. They'll most
probably need to get updated for 3.0 at some point again.
2016-05-13 06:55:03 +02:00
ZackTheCardshark
cdc82364e4 Fix #100396: change "note heads" to "noteheads"
See http://music.stackexchange.com/questions/42722/notehead-or-note-head

(also correct "fo" to "for" in comment)
2016-05-02 21:22:29 -04:00
ws
2874c409ae specialize MasterScore() from Score() 2016-04-13 11:46:21 +02:00
ws
bbd802f8ae framework for partial relayout 2016-04-13 11:35:21 +02:00
ws
492709f203 code cleanups 2016-04-13 11:10:17 +02:00
Marc Sabatella
ff823835e3 fix #65961: dotted line when dragging text 2015-06-19 14:37:27 -06:00
ws
892e5887f9 fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
ws
a614472df7 fix #34876 2014-10-04 18:22:52 +02:00
Andrei Tuicu
c3ff25358b fix 30281
Fix readability
Optimize string allocation
	modified:   libmscore/accidental.cpp
	modified:   libmscore/ambitus.cpp
	modified:   libmscore/articulation.cpp
	modified:   libmscore/barline.cpp
	modified:   libmscore/chord.cpp
	modified:   libmscore/chordline.cpp
	modified:   libmscore/chordrest.cpp
	modified:   libmscore/dynamic.cpp
	modified:   libmscore/fingering.cpp
	modified:   libmscore/hairpin.cpp
	modified:   libmscore/harmony.cpp
	modified:   libmscore/jump.cpp
	modified:   libmscore/keysig.cpp
	modified:   libmscore/marker.cpp
	modified:   libmscore/measure.cpp
	modified:   libmscore/note.cpp
	modified:   libmscore/ottava.cpp
	modified:   libmscore/rest.cpp
	modified:   libmscore/score.h
	modified:   libmscore/tempotext.cpp
	modified:   libmscore/text.cpp
	modified:   libmscore/timesig.cpp
	modified:   libmscore/tremolo.cpp
	modified:   libmscore/trill.cpp
	modified:   libmscore/volta.cpp
	modified:   mscore/scoreaccessibility.cpp
2014-08-21 20:33:11 +03:00
Andrei Tuicu
6460485d3f Score accessibility system.
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
Bartlomiej Lewandowski
cbaa128e4d Added comments and spaces 2014-08-15 22:49:59 +02:00
Bartlomiej Lewandowski
4cfc41c4fc Made xml aware of filter
Conflicts:
	libmscore/xml.h
2014-07-30 14:49:09 +02:00
ws
b75ef23fdd change dynamics again to use <sym>; <sym> now uses the score text font 2014-07-26 11:55:45 +02:00
lasconic
b2101ba764 add missing dynamics in palette 2014-07-24 11:01:45 +02:00
ws
1715913571 honor current score font for dynamics 2014-07-23 17:10:15 +02:00
lasconic
af07c76c18 next try to fix the tests, include Bravura Text in fonts for tests 2014-07-23 16:13:13 +02:00
ws
f114bccc28 use bravura-text for dynamics 2014-07-23 12:36:12 +02:00
lasconic
aaf966a8be fix #27786: Wrong sfp symbol in palette 2014-07-16 23:55:40 +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
fe4fa356d1 rename enum Dynamic::DynamicType to Dynamic::Type 2014-06-26 11:49:05 +02:00
Joachim Schmitz
79474e3fcc convert unnamed enum into enum TextStyleType
more work needed to make it an enum class
2014-05-30 13:37:30 +02:00
Joachim Schmitz
7f1b612615 convert enum P_ID into enum class 2014-05-26 18:18:01 +02:00
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
dc14da679b convert enum DynamicRange to enum class 2014-05-23 10:35:04 +02:00
Joachim Schmitz
256519de1f convert enum DynamicType to enum class 2014-05-23 10:34:58 +02:00
ws
5363f93b8c fix #25231 2014-04-14 13:16:46 +02:00
ws
5b8334892f fix flags for Dynamic 2014-03-24 14:01:10 +01:00
ws
412102bbd1 fix text bounding box 2014-03-24 13:23:54 +01:00
ws
97a52fc9ae fix #23990 2014-03-14 19:10:48 +01:00
ws
ce4c61e5ad dynamics update 2014-03-14 18:34:07 +01:00
ws
080cddb2e0 remove unstyled text 2014-03-14 11:36:16 +01:00
lasconic
8c3e931841 more typos 2014-02-21 10:12:30 +01:00
ws
89dce19eea change representation of musical symbols in text 2014-02-19 10:31:11 +01:00
ws
b23746faca adapt dynamic/tempotext to changed escape sequence 2014-02-17 10:38:09 +01:00
ws
be3d091697 update regression tests 2014-02-12 12:51:00 +01:00
ws
d796ea407d rework text implementation 2014-02-11 14:27:44 +01:00
Joachim Schmitz
5925b7bb51 fixing some dynamics
using "&dynamicZ;" for 'z' rather than "&dynamicNiente;". The latter is
not available in Emmentaler
2014-01-26 14:14:28 +01:00
ws
e8709dd17d enable kerning for consecutive score symbols (like fff) 2014-01-23 13:35:50 +01:00
lasconic
df8883318b fix #23816: fix dynamic mapping with new SMuFL 2013-12-08 10:42:35 +01:00
ws
3045e9c0ca fix #23355 2013-10-31 09:50:35 +01:00