MuseScore/libmscore
anatoly-os bf508b9ad8
Merge pull request #3562 from mattmcclinch/add-missing-elements
fix #270496: Add missing elements to incomplete tuplets when reading …
2018-11-14 14:41:36 +02:00
..
.gitignore
accidental.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
accidental.h Extend properties framework for score comparison related needs 2018-10-29 17:04:24 +02:00
ambitus.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
ambitus.h Remove read300 functions 2018-09-19 01:57:37 +03:00
arpeggio.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
arpeggio.h fix #113051: Arpeggio playback should not depend on tempo 2018-10-20 11:51:00 +02:00
articulation.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
articulation.h fix offset in inspector for articulations 2018-10-24 11:24:44 +02:00
audio.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
audio.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
bagpembell.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
bagpembell.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
barline.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
barline.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
beam.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
beam.h Remove read300 functions 2018-09-19 01:57:37 +03:00
bend.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
bend.h fix visual test regressions 2018-03-28 17:49:08 +02:00
box.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
box.h Remove read300 functions 2018-09-19 01:57:37 +03:00
bracket.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
bracket.h fix #273292: Extend brackets on other staves is not saved 2018-09-13 17:30:32 -04:00
bracketItem.cpp fix #230311: Inability to delete one or more brackets 2018-06-19 07:08:02 -04:00
bracketItem.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
breath.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
breath.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
bsp.cpp fix #275218: fix MSVC C4458 warnings 2018-09-27 17:38:20 +02:00
bsp.h
bsymbol.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
bsymbol.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
check.cpp Add API for retrieving positions of elements in terms of fractions 2018-08-16 19:08:45 +03:00
chord.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
chord.h fix #276441: Multiple articulations on a single note possible 2018-10-12 08:38:48 -04:00
chordline.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
chordline.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
chordlist.cpp Fix some warnings C4456 and C4458 2018-08-17 15:06:15 +02:00
chordlist.h fix #272669 Too small vertical shift of bass notes in chord symbols 2018-06-14 13:21:03 +02:00
chordrest.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
chordrest.h Remove read300 functions 2018-09-19 01:57:37 +03:00
clef.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
clef.h Remove read300 functions 2018-09-19 01:57:37 +03:00
cleflist.cpp update layout, change handling of clefs, system header and trailer 2016-10-25 17:35:55 +02:00
cleflist.h update layout, change handling of clefs, system header and trailer 2016-10-25 17:35:55 +02:00
CMakeLists.txt Merge pull request #4112 from dmitrio95/replace-diff-library 2018-11-07 14:15:30 +02:00
cmd.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
connector.cpp Add a framework to read/write connectors using relative positions instead of IDs 2018-08-16 19:10:28 +03:00
connector.h Add a framework to read/write connectors using relative positions instead of IDs 2018-08-16 19:10:28 +03:00
cursor.cpp Possibility to find property ID by its name, not only qml name 2018-10-29 16:30:18 +02:00
cursor.h updates to scripting, text editing 2017-05-19 09:06:58 +02:00
drumset.cpp fix #273225 fix #273500: buzzroll not displayed in PDF export and not highlighted when selected 2018-06-20 20:12:03 +02:00
drumset.h fix #273225 fix #273500: buzzroll not displayed in PDF export and not highlighted when selected 2018-06-20 20:12:03 +02:00
dsp.cpp
dsp.h Misc. typos follow up 2018-02-19 19:30:12 -05:00
duration.cpp Read/write tuplets without using IDs 2018-08-16 19:10:28 +03:00
duration.h Remove read300 functions 2018-09-19 01:57:37 +03:00
durationtype.cpp fix #271161 crashes on certain tuplets due to failure to sanitize; fix proposed by Marc Sabatella 2018-06-19 10:32:10 +02:00
durationtype.h fix #175461 Shift+W and Shift+Q to inc/dec duration to next dotted or undotted duration 2017-02-20 04:05:12 -05:00
dynamic.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
dynamic.h fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
edit.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
element.cpp write autoplace property; always write properties if unstyled 2018-11-07 10:46:28 +01:00
element.h fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
elementmap.cpp
elementmap.h
excerpt.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
excerpt.h update let ring, palm mute 2017-11-27 16:55:52 +01:00
fermata.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
fermata.h fix regression: fermata position 2018-10-22 16:16:01 +02:00
fifo.cpp
fifo.h code cleanups & speed optimizations 2016-04-13 11:18:14 +02:00
figuredbass.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
figuredbass.h Remove read300 functions 2018-09-19 01:57:37 +03:00
fingering.cpp refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
fingering.h update text style implementation 2018-08-01 11:46:35 +02:00
fraction.cpp Layout reorganization 2016-04-13 11:05:04 +02:00
fraction.h Add a conversion from Fraction to QString 2018-10-29 17:32:55 +02:00
fret.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
fret.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
glissando.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
glissando.h Remove read300 functions 2018-09-19 01:57:37 +03:00
groups.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
groups.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
hairpin.cpp remove hairpin/dynamic layout optimization 2018-11-14 13:13:27 +01:00
hairpin.h remove hairpin/dynamic layout optimization 2018-11-14 13:13:27 +01:00
harmony.cpp Merge pull request #3957 from handrok/#274925-Chords 2018-11-14 14:29:51 +02:00
harmony.h fix #274925: Unable to select text in Chord Symbol 2018-11-10 13:38:42 +02:00
hook.cpp cleanup ElementFlags interface, use more Placement properties on mxml import/export 2018-07-04 12:41:14 +02:00
hook.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
icon.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
icon.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
image.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
image.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
imageStore.cpp fix #90811: allow dots in filenames 2015-12-16 10:24:34 +01:00
imageStore.h
iname.cpp fix issues with instrument name alignment 2018-10-26 13:43:08 +02:00
iname.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
input.cpp fix #137116: update input state for RepeatMeasure, do not try to change RepeatMeasure's length 2018-10-19 15:13:49 +03:00
input.h fix #276689: Add a timewise note input mode to MuseScore UI 2018-10-25 18:25:33 +03:00
instrchange.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
instrchange.h fixes for InstrumentChange, add inspector page for InstrumentChange 2018-09-21 13:45:22 +02:00
instrtemplate.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
instrtemplate.h fix #273032: Provide an easy way to install soundfont, templates and instruments.xml 2018-07-09 18:59:08 +02:00
instrument.cpp fix regression: drag&drop from palette 2018-11-14 13:13:27 +01:00
instrument.h fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
interval.cpp
interval.h Fix char sign to pass tests on ARM. 2016-03-30 13:07:30 -04:00
joinMeasure.cpp fix mtest join 2017-03-14 18:11:40 +01:00
jump.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
jump.h Remove read300 functions 2018-09-19 01:57:37 +03:00
key.cpp Fix some warnings C4456 and C4458 2018-08-17 15:06:15 +02:00
key.h Compile under MSVC: this commit caontais all changes to run MSVC build 2018-08-04 12:17:31 +02:00
keyfinder.cpp specialize MasterScore() from Score() 2016-04-13 11:46:21 +02:00
keyfinder.h
keylist.cpp fix update after add/remove of keysig 2017-02-13 17:06:30 +01:00
keylist.h
keysig.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
keysig.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
lasso.cpp rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
lasso.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
layout.cpp Merge pull request #4031 from dmitrio95/refactor-layout-1 2018-11-14 14:36:44 +02:00
layout.h Refactor layout: extract getNextPage, refactor page collecting loop 2018-10-15 17:42:04 +03:00
layoutbreak.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
layoutbreak.h update text style implementation 2018-08-01 11:46:35 +02:00
layoutlinear.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
ledgerline.cpp rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
ledgerline.h rearrange class hierarchy 2017-12-27 11:51:09 +01:00
letring.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
letring.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
line.cpp fix: save manual editing of slurs 2018-11-07 10:46:28 +01:00
line.h Remove read300 functions 2018-09-19 01:57:37 +03:00
location.cpp Add properties used in <location> tag to the common properties system 2018-10-29 16:30:19 +02:00
location.h Add properties used in <location> tag to the common properties system 2018-10-29 16:30:19 +02:00
lyrics.cpp Merge pull request #4121 from dmitrio95/fix-dash 2018-11-14 14:03:13 +02:00
lyrics.h update layout of LyricsLine 2018-09-25 10:36:01 +02:00
lyricsline.cpp refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
marker.cpp fix #277639: frames and frame attributes not read correctly from MS2 2018-11-03 09:55:58 +00:00
marker.h Remove read300 functions 2018-09-19 01:57:37 +03:00
mcursor.cpp fix #277952 selecting master palette leads to crash 2018-11-09 10:37:53 +01:00
mcursor.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
measure.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
measure.h fix measure number layout 2018-10-24 10:40:19 +02:00
measurebase.cpp fix nullptr utilization when calculating measureIndex 2018-09-17 17:42:27 +02:00
measurebase.h Remove read300 functions 2018-09-19 01:57:37 +03:00
measurenumber.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
measurenumber.h fix measure number position for one line staves 2018-10-24 11:09:01 +02:00
midimapping.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
mscore.cpp Fix page layout. "layoutPage()" was sometimes called with negativ restHeight 2018-11-02 12:02:01 +01:00
mscore.h Fix page layout. "layoutPage()" was sometimes called with negativ restHeight 2018-11-02 12:02:01 +01:00
mscoreview.cpp fix drag&drop of breaks 2017-05-22 17:27:23 +02:00
mscoreview.h update slur creation & editing 2017-07-26 16:43:35 +02:00
musescoreCore.h fix #272377 Follow text is not applied to tempo text 2018-06-20 10:59:30 +02:00
navigate.cpp fix delete of LetRing and PalmMute; updates for Trill and Hairpin in inspector 2018-08-06 10:38:28 +02:00
navigate.h
note.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
note.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
notedot.cpp fix #89016: Disappearing dots 2018-06-29 17:22:24 -04:00
notedot.h fix #89016: Disappearing dots 2018-06-29 17:22:24 -04:00
noteentry.cpp fix #276689: Add a timewise note input mode to MuseScore UI 2018-10-25 18:25:33 +03:00
noteevent.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
noteevent.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
noteline.cpp update for properties/styles 2018-03-27 14:40:45 +02:00
noteline.h add method propertyDelegate() to Element 2018-07-24 15:48:24 +02:00
ossia.cpp
ossia.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
ottava.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
ottava.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
page.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
page.h add more style values for lyrics 2018-08-02 13:27:20 +02:00
palmmute.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
palmmute.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
part.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
part.h fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
paste.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
pedal.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
pedal.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
pitch.cpp
pitch.h
pitchspelling.cpp fix compiler warnings with MinGW 64bit 2018-09-27 17:38:20 +02:00
pitchspelling.h remove unused function in pitchspelling 2017-06-16 11:27:20 +02:00
pitchvalue.h
plugins.cpp update edit infrastructure 2017-03-31 13:03:30 +02:00
plugins.h Fixing issues found in static code analysis by PVS-Studion 2017-12-20 16:26:23 +01:00
pos.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
pos.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
property.cpp Make properties names translatable 2018-10-29 17:32:48 +02:00
property.h Make properties names translatable 2018-10-29 17:32:48 +02:00
range.cpp Merge pull request #3958 from Jojo-Schmitz/MSVC-warnings 2018-10-11 21:29:43 -07:00
range.h update global insert: combine tuplets 2016-12-06 09:36:02 +01:00
read114.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
read206.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
read206.h Remove read300 functions 2018-09-19 01:57:37 +03:00
read301.cpp fix #275218: fix MSVC C4456 warnings 2018-09-27 17:38:19 +02:00
rehearsalmark.cpp fix styleChanged() 2018-10-25 16:27:18 +02:00
rehearsalmark.h fix regression: rehearsal mark default position 2018-10-22 09:37:19 +02:00
rendermidi.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
repeat.cpp update global insert: combine tuplets 2016-12-06 09:36:02 +01:00
repeat.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
repeatlist.cpp rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
repeatlist.h fix #148276 end Open Volta before next startRepeat as well 2018-03-07 12:55:07 +01:00
rest.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
rest.h fix #277563 Crash after undo/redo deleting measure content 2018-10-29 15:05:33 +01:00
revisions.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
revisions.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
score.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
score.h fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
scorediff.cpp Add script tests and script recorder 2018-11-12 15:21:13 +02:00
scorediff.h Add script tests and script recorder 2018-11-12 15:21:13 +02:00
scoreElement.cpp write autoplace property; always write properties if unstyled 2018-11-07 10:46:28 +01:00
scoreElement.h Extend properties framework for score comparison related needs 2018-10-29 17:04:24 +02:00
scorefile.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
segment.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
segment.h Add API for retrieving positions of elements in terms of fractions 2018-08-16 19:08:45 +03:00
segmentlist.cpp move Segment::Type into SegmentType 2017-03-08 13:12:26 +01:00
segmentlist.h move Segment::Type into SegmentType 2017-03-08 13:12:26 +01:00
select.cpp fix #275218: fix MSVC C4456 warnings 2018-09-27 17:38:19 +02:00
select.h Add #275264: Add ability to select rests of same duration 2018-08-23 14:42:36 +01:00
sequencer.h Metronome BeatTypes from timeSig and play click on Real-time advance 2016-08-08 16:46:56 +01:00
shadownote.cpp rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
shadownote.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
shape.cpp Remove unused old code for ledger line collision detection. 2018-10-30 16:57:26 +01:00
shape.h fix more MSVC warnings 2018-09-11 16:56:50 +02:00
sig.cpp fix #277090: reset tempo only for the relevant range on layout 2018-10-30 13:25:37 +02:00
sig.h fix #277090: reset tempo only for the relevant range on layout 2018-10-30 13:25:37 +02:00
skyline.cpp fix special case in skyline creation 2018-09-12 13:07:20 +02:00
skyline.h fix #276037 Incorrect dynamics position on 1-line staff 2018-09-12 09:24:02 +02:00
slur.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
slur.h Remove read300 functions 2018-09-19 01:57:37 +03:00
slurtie.cpp don't save unmodified slur/tie segments, this fixes regression tests 2018-11-07 11:09:01 +01:00
slurtie.h Remove read300 functions 2018-09-19 01:57:37 +03:00
spacer.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
spacer.h rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
spanner.cpp fix: save manual editing of slurs 2018-11-07 10:46:28 +01:00
spanner.h fix #277717 Adding hairpins in continuous view leads to crash 2018-11-05 18:51:35 +01:00
spannermap.cpp update global insert: combine tuplets 2016-12-06 09:36:02 +01:00
spannermap.h fix mtest split 2016-04-13 12:08:41 +02:00
spatium.h re-add linear layout 2016-04-13 12:05:47 +02:00
splitMeasure.cpp Fix some warnings C4456 and C4458 2018-08-17 15:06:15 +02:00
staff.cpp Merge pull request #4090 from dmitrio95/276969-multiple-linkedto 2018-11-14 14:38:55 +02:00
staff.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafflines.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafflines.h fix #275098: No instrument names and measure numbers in continuous view 2018-08-20 17:39:15 +02:00
staffstate.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
staffstate.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
stafftext.cpp refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
stafftext.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
stafftextbase.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
stafftextbase.h fix #274839: Add capo setting to staff text properties 2018-10-14 08:03:37 +01:00
stafftype.cpp fix #271260 Incorrect Clef position on appending percussion instruments 2018-11-13 13:53:17 +01:00
stafftype.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafftypechange.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafftypechange.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafftypelist.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stafftypelist.h fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
stem.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
stem.h Remove read300 functions 2018-09-19 01:57:37 +03:00
stemslash.cpp fix #271529: incorrect stem position for some noteheads in layout 2018-05-05 10:34:45 +02:00
stemslash.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
stringdata.cpp Solved all compilation errors on MSVC 2018-08-03 09:15:42 +02:00
stringdata.h Fix #271103: Add 7-string Guitar and Cavaquinho (4-string Guitar) 2018-06-24 10:32:44 +02:00
style.cpp Merge pull request #3997 from jthistle/276587-style-lost-for-default-alignment-of-text 2018-10-29 17:45:19 +02:00
style.h add new cmd: format->Reset Format 2018-10-29 11:03:23 +01:00
sym.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
sym.h update text style implementation 2018-08-01 11:46:35 +02:00
symbol.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
symbol.h cleanup ElementFlags interface, use more Placement properties on mxml import/export 2018-07-04 12:41:14 +02:00
synthesizerstate.cpp Update name for the new SoundFont 2018-03-24 08:13:32 +01:00
synthesizerstate.h Update name for the new SoundFont 2018-03-24 08:13:32 +01:00
system.cpp fix #276459 System distance reduced unexpectedly; 2018-11-13 14:20:30 +01:00
system.h Fix page layout. "layoutPage()" was sometimes called with negativ restHeight 2018-11-02 12:02:01 +01:00
systemdivider.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
systemdivider.h fix ties from/to grace notes; add 'final' to classes were appropriate 2017-12-21 14:08:44 +01:00
systemtext.cpp refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
systemtext.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
tempo.cpp fix #277090: reset tempo only for the relevant range on layout 2018-10-30 13:25:37 +02:00
tempo.h fix #277090: reset tempo only for the relevant range on layout 2018-10-30 13:25:37 +02:00
tempotext.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
tempotext.h Remove read300 functions 2018-09-19 01:57:37 +03:00
text.cpp fix millimeter offset handling for subtext etc. 2018-10-26 12:28:11 +02:00
text.h Remove read300 functions 2018-09-19 01:57:37 +03:00
textbase.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
textbase.h fix #274925: Unable to select text in Chord Symbol 2018-11-10 13:38:42 +02:00
textedit.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
textedit.h fix #272139 Line break is not removed from text by backspace 2018-05-30 10:26:30 +02:00
textframe.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
textframe.h Remove read300 functions 2018-09-19 01:57:37 +03:00
textline.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
textline.h fix delete of LetRing and PalmMute; updates for Trill and Hairpin in inspector 2018-08-06 10:38:28 +02:00
textlinebase.cpp Extend properties framework for score comparison related needs 2018-10-29 17:04:24 +02:00
textlinebase.h Extend properties framework for score comparison related needs 2018-10-29 17:04:24 +02:00
tie.cpp fix #277699 Staff properties corrupted on MusicXML import after Master Palette opened 2018-11-08 15:50:00 +01:00
tie.h fix #275385 line collides a tie 2018-09-27 16:28:25 +02:00
tiemap.h
timesig.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
timesig.h Extend properties framework for score comparison related needs 2018-10-29 17:04:24 +02:00
transpose.cpp Merge pull request #3836 from MarcSabatella/instrchange-undo 2018-08-08 10:17:11 +02:00
tremolo.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
tremolo.h fix #256021: Add buzz roll tremolo stem. Simplify 1.3 compatibility for tremolo 2018-05-17 23:10:16 +02:00
tremolobar.cpp Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
tremolobar.h TremoloBar updates 2018-04-12 12:58:26 +02:00
trill.cpp fix #278099 Crash when inserting a symbol from master palette 2018-11-13 13:32:33 +01:00
trill.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
tuplet.cpp Merge pull request #3562 from mattmcclinch/add-missing-elements 2018-11-14 14:41:36 +02:00
tuplet.h Merge pull request #3562 from mattmcclinch/add-missing-elements 2018-11-14 14:41:36 +02:00
tupletmap.h
types.h fix measure number layout 2018-10-24 10:40:19 +02:00
undo.cpp fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
undo.h fix #275313: rework mixer ui 2 2018-11-13 12:43:19 -05:00
utils.cpp fix #233436: Do not search grace notes in different staves when making a tie 2018-10-11 15:16:25 +03:00
utils.h fix #273032: Provide an easy way to install soundfont, templates and instruments.xml 2018-07-09 18:59:08 +02:00
velo.cpp
velo.h
vibrato.cpp fix #277746 hairpins can't get moved above staff anymore 2018-11-05 11:49:28 +01:00
vibrato.h remove unused setYoff() method from Spanner() 2018-10-26 10:41:30 +02:00
volta.cpp add mtests 2018-11-10 14:22:59 +02:00
volta.h fix #231711: Tempo, staff text and other text honored in skipped volta 2018-11-10 13:05:28 +02:00
xml.h Make it possible to write voice and position for handling them in score diff 2018-10-29 16:32:31 +02:00
xmlreader.cpp Merge pull request #3562 from mattmcclinch/add-missing-elements 2018-11-14 14:41:36 +02:00
xmlwriter.cpp Make it possible to write voice and position for handling them in score diff 2018-10-29 16:32:31 +02:00