ws
d820afcd8f
fix #277563 Crash after undo/redo deleting measure content
2018-10-29 15:05:33 +01:00
ws
d77183b3bb
refactoring of Element::userOff and TextBase::offset
2018-10-18 11:56:23 +02:00
Dmitri Ovodok
c354eb24c3
Remove read300 functions
2018-09-19 01:57:37 +03:00
Dmitri Ovodok
8fa920b7df
Backup old MSC read functions, add a test for fileformats compatibility
...
Use old read functions for reading 1.x and 2.x fileformats
Assign version number 3.01 to the new MSCX format flavor
2018-08-16 19:08:45 +03:00
Matt McClinch
daa4802f33
fix #89016 : Disappearing dots
...
Use NoteDot for the dots after rests, instead of the rest drawing its own dots, which were drawn outside of the rest's bbox.
2018-06-29 17:22:24 -04:00
ws
33d1cd7fb4
rename StyleIdx -> Sid and P_ID -> Pid
2018-03-27 15:36:00 +02:00
ws
54991c474a
updates for articulations and fermata
2018-01-23 14:09:18 +01:00
Werner Schweer
0e4211e2d0
update let ring, palm mute
2017-11-27 16:55:52 +01:00
Werner Schweer
7724169f97
fix for multi measure rest layout
2017-10-17 14:28:03 +02:00
divya-urs
28d4e39b05
accessibility: nextElement and prevElement
2017-07-13 23:52:00 +05:30
Werner Schweer
ac41fa396e
update edit infrastructure
2017-03-31 13:03:30 +02:00
Werner Schweer
90b1991912
replace Q_OBJECT with Q_GADGET for all Element based classes
2017-02-17 15:48:28 +01:00
Werner Schweer
1d4c6b2f21
move Element::type() to ScoreElement
2017-01-18 14:16:33 +01:00
Werner Schweer
6e7e05aaec
impl. staff type changes
2016-12-18 14:31:34 +01:00
Werner Schweer
1f243b5ffc
update global insert: combine tuplets
2016-12-06 09:36:02 +01:00
Werner Schweer
c5f46bb208
rename Xml() -> XmlWriter()
2016-11-19 11:51:21 +01:00
werner
aed09cc445
note input: first impl. of note insert
2016-08-03 17:30:08 +02:00
ws
4be61810f2
implement GAP property
2016-06-03 11:56:11 +02:00
ws
fab01c5ec6
Merge branch 'dontAllowGaps' of https://github.com/Rockettwo/MuseScore into nogaps
2016-06-03 11:13:54 +02:00
lasconic
b3c74cd1d8
add dot and stem direction to shadow note
2016-06-03 00:39:58 +02:00
Rockettwo
493314bfbe
First attempt to not allow gaps any more
2016-06-01 18:31:51 +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
lasconic
61eed11401
fix all warnings on Mac OSX. Hopefully without side effects on other platforms.
2015-05-05 18:28:39 +02:00
Nicolas Froment
b0b513a5e3
Merge pull request #1925 from heuchi/plugin-expose-isFullMeasureRest
...
expose Rest::isFullMeasureRest() to plugins
2015-04-07 18:41:09 +02:00
lasconic
dcd8106784
fix #52386 : symbols added to 'Repeat measure sign' measure will disapear on reload
2015-04-07 18:30:37 +02:00
heuchi
95bce5e0de
expose Rest::isFullMeasureRest() to plugins
2015-04-07 16:39:49 +02:00
ws
3e4a2d7ae0
fix #47051 Ledger lines for rests not initially drawn if moved using keyboard
2015-02-10 15:33:30 +01:00
Marc Sabatella
117ab2cb65
fix #40291 : voice 3/3 rests in rhythmic slash notation
2014-11-29 23:47:00 -07:00
Andrei Tuicu
151e8a2ab4
fix #38211
...
modified: libmscore/note.cpp
modified: libmscore/rest.cpp
modified: libmscore/rest.h
2014-11-05 19:18:51 +02:00
ws
67fdb6e7e7
fix #36731
2014-10-16 18:12:58 +02:00
ws
aeebbb664f
initialize ChordRest._mmWidth
2014-08-22 13:33:46 +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
5bd9c426b3
fix #2901
2014-08-07 10:55:57 +02:00
ws
b70f9b8766
partial fix for #23324
2014-06-27 14:03:17 +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
b5c97a0636
change enum class SymId back to int
...
the memory saved is not worth the performance penalty
2014-06-26 11:49:07 +02:00
Joachim Schmitz
931e837c5e
convert enum ElementType into enum class
2014-05-23 10:35:27 +02:00
Joachim Schmitz
7043cdaac5
convert "enum class" to "enum class : char"
...
or "enum class : signed char" or even "enum class: short", whatever/whenever feasible on all exsting "enum class" that don't have it yet, also fixing some signed vs. unadorned char. This
should reduce the memory footprint.
2014-05-23 10:35:15 +02:00
Joachim Schmitz
27f8ca023f
convert enum DurationType to enum class
2014-05-23 10:34:57 +02:00
ws
7f765e70a2
better layout for beams+rests
2014-05-17 15:48:37 +02:00
Joachim Schmitz
54ede6a1f6
improve builtin plugin documentation
...
reformatting, removing some comments that are irrelevant to plugin
framework in a way that DoxyGen should still find them, documenting the
enums and fully qualify all types that are specific to MuseScore,
2014-05-16 13:58:30 +02:00
ws
18c6acdbb1
fix #12112
2014-05-16 13:52:22 +02:00
lasconic
f046cd7020
fix #24223 : rests outside staff should show ledger lines
2014-03-15 12:32:58 +01:00
ws
733c1934db
smufl integration, part I
2013-11-12 09:29:12 +01:00
ws
e6cbbabe2b
move anchor while dragging dynamics
2013-10-22 12:05:31 +02:00
ws
239ffd7456
change implementation of multi measure rests
2013-09-19 15:08:54 +02:00
lasconic
1df61654aa
fix #22238 : Moved rests in multi voice measure in 1.3 are not well positioned
2013-08-14 09:45:11 +02:00
ws
6286de1872
fix #22082
2013-07-31 11:06:01 +02:00