Commit graph

66 commits

Author SHA1 Message Date
Werner Schweer
ac41fa396e update edit infrastructure 2017-03-31 13:03:30 +02:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Werner Schweer
337e885896 barline changes, part-1 2016-12-28 16:36:59 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
8ca739b5e7 more style values 2016-11-18 14:29:05 +01:00
Werner Schweer
aef0afcedc add placement property to hairpin and trill line 2016-10-13 11:13:45 +02:00
Werner Schweer
064b5dec1f implement auto placement for trill lines 2016-10-12 13:10:52 +02:00
werner
9f57c06f51 fix text layout regressions 2016-09-04 16:17:33 +02:00
werner
22d16c3615 inspector updates; misc. cleanups 2016-06-09 09:33:19 +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
ws
9f933d8503 Layout reorganization 2016-04-13 11:05:04 +02:00
ws
6f2cf4c2c1 fix build for gcc 5.2 2015-10-27 11:30:09 +01:00
lasconic
7563a2873b delete duplicated trill from palette 2015-07-12 10:10:36 +02:00
jimka2001
c7b54d1018 implementation of trill line playback
including some test cases
2015-07-11 17:02:40 +02:00
Marc Sabatella
5803aa5a55 fix #63481: scale symbols, trill lines, arpeggios, and glissandi with staff size 2015-06-05 14:55:52 -06:00
ws
3e383af345 fix arpeggio and glissando lines 2015-05-08 08:59:34 +02:00
ws
f6b88f1395 fix trill rendering 2015-05-07 13:07:44 +02:00
ws
eff562ee3f render score fonts with freetype 2015-05-06 08:56:58 +02:00
Joachim Schmitz
485057a17b fix translations using unicode 2014-08-26 17:40:02 +02:00
Joachim Schmitz
6b1a7192b0 fix translation of some accessibility infos
fix translation of some accessibility infos:
* accidentals
* articulations
* clefs
* jumps  (need to run thru Transifex first to be seen)
* keysigs
* marker (need to run thru Transifex first to be seen)
* noteheadnames (not shown anywhere currently)
* tremolo
* trills (need to run thru Transifex first to be seen)

fix some capitalization issues
2014-08-22 18:29: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
Marc Sabatella
7d52609fff fix hairpin & trill length 2014-08-20 20:01:14 -06:00
ws
9dc460c81e fix #29996 2014-08-19 13:35:13 +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
0f2f7d29a9 fix #28761 2014-08-12 20:10:59 +02:00
ws
88b44cd82c fix #28761 2014-08-06 12:28:58 +02:00
Bartlomiej Lewandowski
5311a65614 Filter for hairpin, ottava, trill and pedal line. 2014-07-30 14:49:53 +02:00
ws
17910f7441 remove id from spanner class 2014-07-21 14:28:37 +02:00
Joachim Schmitz
8ab9569627 rename Trill::TrillType to Trill::Type 2014-06-26 11:57:48 +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
836db56543 fix warnings reg. wrong format specifier 2014-06-17 14:23:15 +02:00
Joachim Schmitz
4d52881f70 convert enum SpannerSegmentType into enum class 2014-05-26 20:38:22 +02:00
Joachim Schmitz
7f1b612615 convert enum P_ID into enum class 2014-05-26 18:18:01 +02:00
Joachim Schmitz
0b43247956 convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
Joachim Schmitz
3a21f0a702 convert enum TrillType into enum class 2014-05-26 12:27:37 +02:00
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
ws
50c77c9986 fix #25650 2014-05-07 12:10:28 +02:00
ws
a15c59f05b fixes for emmentaler-8 vtest 2013-11-22 14:29:24 +01:00
ws
cd655c5197 smufl: more trill line fixes 2013-11-21 12:41:38 +01:00
ws
712767ec5f bravura: fix some trill lines 2013-11-19 17:23:29 +01:00
ws
e6e7abbd6d smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
ws
02b264f068 smufl integration, part II 2013-11-12 09:29:12 +01:00
ws
733c1934db smufl integration, part I 2013-11-12 09:29:12 +01:00
ws
05d827a9ee rework of InputState 2013-10-24 12:09:00 +02:00
ws
57ca50ae25 fix #22485 2013-09-02 12:29:25 +02:00
ws
63fe67a54a fix accidentals for trills 2013-08-30 16:04:01 +02:00
ws
4c2e2e971b more fixes for line editing 2013-08-30 12:46:34 +02:00
lasconic
1ebb7984e4 fix #21064: Crescendo, decrescendo and octave lines appear at the top of score 2013-06-28 17:06:42 +02:00