Commit graph

50 commits

Author SHA1 Message Date
Joachim Schmitz
a563ecb773 translate accidental names in accessibleInfo 2014-12-12 14:08:06 +01:00
lasconic
fc7188b329 fix note parenthesis SMuFL way, use proper accidental parenthesis from SMuFL font 2014-11-25 18:01:41 +01:00
Marc Sabatella
58e5a74588 fix #8924: native support for slash notation 2014-11-17 22:02:12 -07:00
Joachim Schmitz
8e4c269ffe fix toolTips to use Sentence case 2014-10-15 21:16:54 +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
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
Joachim Schmitz
1b996da850 fix #29341, at least partial
but I think an update to/from Transifex is needed to make it work
2014-08-11 16:22:58 +02:00
lasconic
3a68b492c5 fix accidental parenthesis in palette by using an icon, it's the same than the note one, added a shortcut to add bracket around note and accidental 2014-07-18 00:11:00 +02:00
Joachim Schmitz
b6be7a9852 rename AccidentalRole and AccidentalType to Role and Type 2014-06-26 11:57:41 +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
Nicolas Froment
862ddaf062 Merge pull request #944 from Jojo-Schmitz/warnings
Fix warnings when building in RELEASE mode
2014-06-17 12:44:58 +02:00
Marc Sabatella
264eee216a fix #22205: microtonal accidentals display as naturals after earlier accidental 2014-06-12 20:13:41 -06:00
Joachim Schmitz
9a636ac9c6 remove some unneeded '\n'
and also fix a typo
2014-06-10 09:27:55 +02:00
Joachim Schmitz
76db7c6f66 convert enum AccidentalVal into enum class 2014-05-27 11:41:07 +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
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
6b3bd55258 convert enum AccidentalType to enum class 2014-05-23 10:35:08 +02:00
Joachim Schmitz
7085e52486 convert enum AccidentalRole to enum class 2014-05-23 10:35:07 +02:00
Joachim Schmitz
961b52a06f add a comment
same as the one in the correspoding .h file
2014-05-16 13:58:17 +02:00
Marc Sabatella
3eb60085cc partial fix for #25390: layout of 1.3 scores 2014-05-09 08:51:07 -06:00
ws
e534cccef8 bug fixes for concert pitch switch 2014-04-09 16:09:21 +02:00
lasconic
1175da6303 update to bravura 0.85 2014-03-15 12:31:29 +01:00
Joachim Schmitz
3adc1ea6ed fix #14764
convert qDebug();abort() to qFatal() and if(cond) abort() to
Q_ASSERT(!cond), esp. for the benefit of Windows, where it is impossible
to set a breakpoint on the abort()
Also modernizing mscoreMessageHandler() and making it more informative
by adding file, line and function to the output.
2014-03-04 13:06:23 +01:00
lasconic
b9fdf89576 use Stein-Zimmermann accidentals 2013-12-10 16:14:49 +01:00
Joachim Schmitz
eae5e62f25 fixing sentOffset for some accidentals
they seem to make more sense this way and macht their names better
2013-12-09 17:51:42 +01:00
Joachim Schmitz
10f5e8fa34 fix comment 2013-12-09 17:47:26 +01:00
Joachim Schmitz
164dfef3d8 fix #23846, at least partly
Seems not all of MuseScore accidentals have SMuFL counterparts.
Maybe twoor more glyphs need to get combined to form the missing ones?
2013-12-09 15:40:49 +01:00
Maurizio M. Gavioli
275bd9b328 Parenthesized accidentals are drawn with the closing parenthesis right after the left parenthesis rather than after the accidental.
Fixed by positioning the three elements according to their actual width in Accidental::layout().
2013-11-20 00:07:02 +01:00
ws
b1d7db7a2f smufl integration fixes 2013-11-12 13:05:29 +01:00
ws
e6e7abbd6d smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
ws
733c1934db smufl integration, part I 2013-11-12 09:29:12 +01:00
ws
63fe67a54a fix accidentals for trills 2013-08-30 16:04:01 +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
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
Joachim Schmitz
7a109d242b tune notes affected by micro-interval accidentals
Uses the default settings of the microtune plugin (which, having a GUI,
can't easily get ported to the new QML plugin style) plus Koron and Sori
2012-12-31 13:05:50 +01:00
Maurizio M. Gavioli
105eb1f241 Plugin: make available Accidental.accType and Accidental.role properties and enums 2012-10-01 20:08:03 +02:00
Werner Schweer
27c9390fd2 fix #18225: adding round bracket on accidental not undoable 2012-09-24 10:13:32 +02:00
Maurizio Gavioli
47275896dc Takes into account _small flag for accidental layout 2012-08-30 19:08:26 +02:00
Werner Schweer
c47574accf rename useTablature() -> isTabStaff(); more cleanups 2012-08-16 11:09:36 +02:00
Werner Schweer
2f2d5a4a2f fix regressions for note entry 2012-08-08 20:46:29 +02:00
Werner Schweer
912c5925b0 updates for Clef, KeySig, TimeSig 2012-07-27 18:01:15 +02:00
Werner Schweer
5933c8ad09 fix accidental bracket in palette 2012-07-26 18:59:53 +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