Commit graph

104 commits

Author SHA1 Message Date
ws
80f8c28f81 fix problems with styled properties for dynamics, fingering and rehearsal marks 2018-09-25 13:18:45 +02:00
ws
7a2b518e15 implement text offset for misc. other elements 2018-09-20 17:42:02 +02:00
ws
b5bbc67e74 fix: changing offset in inspector has no effect for tempotext 2018-09-20 11:20:13 +02:00
ws
c07ed54625 fix bug: changing offset in inspector has no effect for dynamics 2018-09-20 10:19:54 +02:00
ws
d15d09af81 fix #276037 Incorrect dynamics position on 1-line staff 2018-09-12 09:24:02 +02:00
ws
b232149321 remove measure staff shapes, replace with skyline 2018-09-11 16:30:47 +02:00
ws
10ebbb9080 update text style implementation 2018-08-01 11:46:35 +02:00
ws
c3bad12409 fix left alignment of dynamics 2018-07-23 16:50:36 +02:00
ws
175d5aadb3 cleanup ElementFlags interface, use more Placement properties on mxml import/export 2018-07-04 12:41:14 +02:00
ws
af29311ec4 remove Element->_readPos 2018-04-30 16:08:25 +02:00
ws
33d1cd7fb4 rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
ws
6969419cfc update subStyle implementation 2018-03-21 14:05:43 +01:00
Werner Schweer
e6175c5dda rearrange class hierarchy 2017-12-27 11:51:09 +01:00
wschweer
115dc67f3b change autoplacement of dynamics 2017-12-06 16:06:32 +02:00
wschweer
8d5916dd4a autoplacement of FretDiagram, gp import fixes 2017-12-06 13:06:07 +02:00
lasconic
dee95b59e9 add screenreader info for text and dynamics 2017-06-15 17:01:47 +02:00
Marc Sabatella
dc0e87cde5 fix #211461: show text of other dynamics in status line 2017-06-05 11:40:41 -06:00
Werner Schweer
c8fb201771 speedup writing of large scores 2017-06-02 18:25:04 +02:00
Werner Schweer
ac41fa396e update edit infrastructure 2017-03-31 13:03:30 +02:00
Werner Schweer
3e978be4ba misc. layout fixes; inspector update 2017-02-08 13:29:25 +01:00
Werner Schweer
ddc907d415 fix autoplacement of dynamics 2017-01-31 20:34:50 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
0e8e00f84f fix crash layouting dynamics in palette 2016-11-18 20:17:18 +01:00
Werner Schweer
15ce9446b0 implement dynamicsPosAbove/dynamicsPosBelow style values 2016-11-18 16:23:28 +01:00
Werner Schweer
bf2f3774b3 fix #125566: all clefs in palette centered on top staff line 2016-09-21 15:49:02 +02:00
werner
b47f967f65 fix backward compatibility of dynamic manual adjustments 2016-08-26 12:46:02 +02:00
werner
49ceda6bfb update lyrics properties 2016-08-26 12:43:43 +02:00
werner
d4cc062763 updates for hairpins, dynamics 2016-08-02 17:06:35 +02:00
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