Commit graph

247 commits

Author SHA1 Message Date
ws
e77edb9227 fix #19197 2014-08-23 14:18:17 +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
ws
cd74c4f1ed fix #30071 2014-08-20 09:50:56 +02:00
Joachim Schmitz
91b1e1dc4a fix the remaining (pre-)translation issues
in the hope to have caught them all now
2014-08-19 16:22:30 +02:00
Andrei Tuicu
6460485d3f Score accessibility system.
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
Andrei Tuicu
9caa98b130 Added 4 new navigation commands:
- next element
- previous element
- first element
- last element
2014-08-17 17:25:21 +03:00
ws
6d46589c56 fix #29431 2014-08-13 21:01:21 +02:00
ws
46f7d96376 fix #29421 2014-08-13 16:36:09 +02:00
Joachim Schmitz
c608e44b56 fix #29546: translate noteheadnames in inspector too 2014-08-13 11:22:21 +02:00
lasconic
278a3d477a make #29546 clearer hopefully 2014-08-13 10:38:07 +02:00
Maurizio M. Gavioli
e8065bba8d Merge pull request #1125 from mgavioli/Fix_29451_No_augm_dots_in_tabs
Fix #29451 - No augm. dots in TAB styles which use them
2014-08-13 00:58:50 +02:00
Maurizio M. Gavioli
9594716f69 Fix #29451 - No dots in TAB styles which use them
In a TAB with the "Stem through staff" style, augmentation dots are not shown.

Fixed, by invoking the function which creates dots for standard staff (`setDotY()`); this function is in a work-flow which is not executed for TAB's (as a number of layout steps, like those for accidentals, are not needed for TAB's).
2014-08-12 20:36:23 +02:00
Joachim Schmitz
50313ccafe translate noteheadnames in editdrumset 2014-08-12 16:40:58 +02:00
Marc Sabatella
aeff1a7810 tweaks for chord offsets (small, dots) 2014-08-10 22:57:11 -06:00
Marc Sabatella
020898c324 fix #22883: glitches with size / distance settings 2014-08-10 11:39:52 -06:00
lasconic
760490fe10 fix #24580: Incorrect masking of fret mark 2014-08-07 17:39:31 +02:00
Bartlomiej Lewandowski
9142f563ae Added subtype for note - notehead group 2014-07-22 14:54:49 +02:00
Bartlomiej Lewandowski
565374a606 Moved note head names from inspector.ui to note.h 2014-07-22 14:54:49 +02:00
ws
17910f7441 remove id from spanner class 2014-07-21 14:28:37 +02:00
ws
5158978025 fix #27811 2014-07-18 18:38:14 +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
lasconic
322cd3795e improve compatibility with 1.3 scores having midi user offtome offset 2014-07-17 16:22:16 +02:00
ws
ac5ac01ca8 fix #26586 2014-07-17 15:28:02 +02:00
Joachim Schmitz
16e2cef027 turn enum TextStyleType into enum class
not sure why I did shy away from it earlier, guess it was the shere
amount of the changes needed. Not sure it is worth the effort...
2014-07-15 14:23:19 +02:00
ws
a4d6faa2ed fix #27646 2014-07-15 11:01:24 +02:00
Werner Schweer
6520e4b305 Merge pull request #1028 from mgavioli/Fix_27201_Plugin_methods_returning_QObjects
Fix #27201 - PLUGINS: methods returning pntrs to QObject lead to crash.
2014-07-11 17:58:39 +02:00
ws
25f25dd183 link note attached elements for parts 2014-07-10 18:59:44 +02:00
Maurizio M. Gavioli
7fc68113a1 Fix typos 2014-07-05 00:46:21 +02:00
Maurizio M. Gavioli
6eba8a2c8e Fix #27201 - PLUGINS: methods returning pntrs to QObject lead to crash.
For details, including an analysis of the problem, see http://musescore.org/en/node/27201

This fix only covers `Q_INVOKABLE` methods in the `Note` class; there are probably more of them on other classes.
2014-07-04 11:38:41 +02:00
ws
5a9d926ba4 fix #26586 2014-06-30 17:22:07 +02:00
Joachim Schmitz
e95d169d5c move Direction and DirectionH into MScore
needed to make them available to the plugin framework
2014-06-26 12:03:14 +02:00
Joachim Schmitz
54e2e167b6 move NoteHeadType to NoteHead::Type
needed to make it available to the plugin framework
2014-06-26 12:01:50 +02:00
Joachim Schmitz
3f2fc6166a move NoteHeadGroup to NoteHead::Group
needed to make it available to the plugin framework
2014-06-26 12:01:10 +02:00
Joachim Schmitz
5bc83194af move GlissandoType to Glissando::Type
needed to make it available to the plugin framework
2014-06-26 11:57:50 +02:00
Joachim Schmitz
b6be7a9852 rename AccidentalRole and AccidentalType to Role and Type 2014-06-26 11:57:41 +02:00
Joachim Schmitz
e6e7436177 move SegmentType to Segment::Type and make int again
needed to make it available to the plugin framework
and the memory saved is not worth the performance penalty
2014-06-26 11:57:39 +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
ws
f3caba78f6 fix #25600 2014-06-26 11:41:34 +02:00
ws
83ead22c35 cleaner implem. for reading ties 2014-06-24 14:45:50 +02:00
ws
247a055c91 fix #26741 2014-06-24 13:18:37 +02:00
ws
b4066a7976 stronger typing for key 2014-06-20 17:07:22 +02:00
Marc Sabatella
ee1b20ef15 fix #26451: state after microtonal accidental 2014-06-17 23:17:11 -06:00
Joachim Schmitz
f39e4317d9 fix warnings reg. wrong order of evaluation 2014-06-17 14:38:39 +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
ws
9a6d909a29 fix #25945 2014-06-05 11:37:21 +02:00
ws
b7dd5af499 update KeySig implementation 2014-06-03 15:28:10 +02:00