MuseScore/libmscore
anatoly-os 8d4160f8c6
Merge pull request #4794 from mattmcclinch/285888-remove-horizontal-frame
fix #285888: Crash on removing a horizontal frame twice
2019-03-15 17:23:55 +02:00
..
.gitignore
accidental.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
accidental.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
ambitus.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
ambitus.h Remove read300 functions 2018-09-19 01:57:37 +03:00
arpeggio.cpp fix #277572: Stem length change is not undoable 2018-11-24 12:18:43 -05:00
arpeggio.h fix #113051: Arpeggio playback should not depend on tempo 2018-10-20 11:51:00 +02:00
articulation.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
articulation.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +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 #284445: Ctrl key is ignored when trying to limit barline change to single staff 2019-02-20 11:49:30 -05:00
barline.h Set signed type to Barline::_spanFrom and _spanTo 2018-12-12 17:43:39 +02:00
beam.cpp Merge pull request #4777 from dmitrio95/beam-layout2-chord-conversion 2019-03-07 14:09:58 +02:00
beam.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
bend.cpp fix bounding rectangle of Bend 2018-11-29 13:35:34 +01:00
bend.h fix bounding rectangle of Bend 2018-11-29 13:35:34 +01:00
box.cpp fix #278118 Images can't be added to measures or remain sticked in frames 2018-12-03 14:58:08 +01:00
box.h Remove read300 functions 2018-09-19 01:57:37 +03:00
bracket.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
bracket.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
bracketItem.cpp fix #230311: Inability to delete one or more brackets 2018-06-19 07:08:02 -04:00
bracketItem.h fix #279343 Adding bracket in a system doesn't expand in other systems 2018-12-07 15:06:15 +01:00
breath.cpp Merge pull request #4598 from mattmcclinch/268123-breath-position 2019-01-25 09:45:48 +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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
chord.cpp fix #282698: undoing timesig change with tremolo causes crash 2019-03-05 11:52:59 +00:00
chord.h Merge pull request #4444 from dmitrio95/tremolo-crash-and-copypaste 2018-12-21 16:03:34 +02: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 #279772: map MuseJazz to MuseJazz Text for custom chord symbol files 2018-12-12 17:01:52 -07: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 #284235: implement lyricsMinDistance 2019-02-18 09:42:15 -07:00
chordrest.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
clef.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
clef.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01: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 Moved fractions computation to .h file, unrolled gcd, made computations more efficient 2019-02-19 16:10:02 +02:00
cmd.cpp fix #284886: wrong initial octave for first note 2019-02-26 16:17:54 -07:00
connector.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
connector.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01: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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
duration.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
durationtype.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
durationtype.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
dynamic.cpp Merge pull request #4791 from dmitrio95/script-recorder-properties 2019-03-15 17:19:17 +02:00
dynamic.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
edit.cpp fix #283545: fix a crash on undoing HBox removal, fix boxes linking in parts 2019-03-12 14:19:29 +02:00
element.cpp Merge pull request #4590 from ericfont/281441-unset-selected-flag-when-cloning-elements 2019-03-07 11:53:22 +02:00
element.h remove redundant TODOs 2019-03-07 13:37:26 +02:00
elementmap.cpp
elementmap.h
excerpt.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
excerpt.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
fermata.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
fermata.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
fifo.cpp
fifo.h code cleanups & speed optimizations 2016-04-13 11:18:14 +02:00
figuredbass.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
figuredbass.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
fingering.cpp fix #284347: support Placement property and flip command for fingering 2019-02-18 15:52:42 -07:00
fingering.h fix #284347: support Placement property and flip command for fingering 2019-02-18 15:52:42 -07:00
fraction.h Extract propertyToString and propertyToString 2019-03-14 15:11:40 +02:00
fret.cpp fix #278132 Settings of fretboard diagrams are lost in palettes 2018-12-21 11:40:19 +01:00
fret.h refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
glissando.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
glissando.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
groups.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
groups.h rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
hairpin.cpp Merge pull request #4791 from dmitrio95/script-recorder-properties 2019-03-15 17:19:17 +02:00
hairpin.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
harmony.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
harmony.h fix #280950: Text style style changes not applied to existing chord symbols 2019-02-08 12:30:01 -05: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 Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
icon.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
image.cpp fix #281720: image read with incorrect size 2.x->3 2019-01-13 17:18:57 +00: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 #279814: right-click instrument name 2018-12-27 11:52:23 -07:00
iname.h fix #279814: right-click instrument name 2018-12-27 11:52:23 -07:00
input.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
input.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
instrchange.cpp fix #277786: bad transposition of instrument change from 2.3.2 2018-12-21 12:58:50 -07:00
instrchange.h fixes for InstrumentChange, add inspector page for InstrumentChange 2018-09-21 13:45:22 +02:00
instrtemplate.cpp Add single-note dynamics 2019-03-02 18:18:12 +00:00
instrtemplate.h Add single-note dynamics 2019-03-02 18:18:12 +00:00
instrument.cpp Add single-note dynamics 2019-03-02 18:18:12 +00:00
instrument.h follow up single-note dynamics: add some forward declarations 2019-03-04 17:56:11 +00:00
interval.cpp
interval.h Fix char sign to pass tests on ARM. 2016-03-30 13:07:30 -04:00
joinMeasure.cpp fix #284525: fix "Join Measure" command crash for MM rests 2019-02-25 15:43:50 +03: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 Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
keysig.h Merge pull request #4669 from MarcSabatella/280390-keysig-transpose 2019-02-18 20:16:41 +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 fix MSVC compiler warnings 2019-03-14 10:00:51 +01:00
layout.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
layoutbreak.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
layoutbreak.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
layoutlinear.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
letring.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
line.cpp Merge pull request #4697 from jthistle/282404-line-color-save 2019-02-18 15:35:39 +02:00
line.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
location.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
location.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
lyrics.cpp Merge pull request #4687 from MarcSabatella/280865-lyric-rest-y 2019-02-18 20:20:43 +02:00
lyrics.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
lyricsline.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01: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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
mcursor.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
measure.cpp fix #281024: invisible staves affect spacing 2019-03-07 14:05:01 -07:00
measure.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
measurebase.cpp Merge pull request #4549 from mattmcclinch/281426-exclude-measure 2019-03-04 11:47:44 +02:00
measurebase.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
measurenumber.cpp also fix chord symbols and measure numbers 2018-12-19 23:45:23 -07:00
measurenumber.h fix measure number position for one line staves 2018-10-24 11:09:01 +02:00
midimapping.cpp fix MSVC compiler warnings 2019-03-14 10:00:51 +01:00
mscore.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
mscore.h Expose enumerations to QML 2019-01-24 17:42:46 +03:00
mscoreview.cpp fix #282864: Dropping "Image" on note attaches it to segment instead. 2019-01-28 09:08:17 -05:00
mscoreview.h fix #278175: add fingering mode (also works for staff text) 2019-01-20 08:45:34 -07:00
musescoreCore.h fix #278505: ABC Import plugin not working 2018-12-13 15:19:26 +01:00
navigate.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
navigate.h
note.cpp Merge pull request #4702 from MarcSabatella/284347-fingering-placement 2019-03-07 13:27:10 +02:00
note.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
notedot.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
notedot.h fix #89016: Disappearing dots 2018-06-29 17:22:24 -04:00
noteentry.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
noteevent.cpp rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
noteevent.h fix #77376: don't render those tied notes which are handled on rendering previous notes. 2018-11-15 13:00:50 +02:00
noteline.cpp fix #278490 Lines placed above the top staff when single note selected 2018-12-12 14:41:57 +01:00
noteline.h add method propertyDelegate() to Element 2018-07-24 15:48:24 +02:00
notifier.hpp fix #278499: manage channel listeners properly to avoid invalid pointers 2018-11-27 16:58:32 +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 Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
ottava.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
page.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
page.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
palmmute.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
palmmute.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
part.cpp Add single-note dynamics 2019-03-02 18:18:12 +00:00
part.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
paste.cpp fix build after commit 3feb678 2019-02-26 23:07:11 -05:00
pedal.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
pedal.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
pitch.cpp
pitch.h
pitchspelling.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
pitchspelling.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
pitchvalue.h
plugins.cpp Add a new QML plugins API 2019-01-24 17:36:05 +03: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 Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
property.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
range.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
range.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
read114.cpp Merge pull request #4689 from MarcSabatella/284235-lyricsMinDistance 2019-03-04 13:53:26 +02:00
read206.cpp Merge pull request #4689 from MarcSabatella/284235-lyricsMinDistance 2019-03-04 13:53:26 +02:00
read206.h fix #270990: Unable to add fermatas to bar lines 2019-02-07 08:59:50 -05:00
read301.cpp fix #282918: disabling measure rests in part doesn't survive save & reopen 2019-02-01 19:34:28 +00:00
rehearsalmark.cpp fix #284502: rehearsal mark offset reset on style change 2019-02-26 12:56:45 -07:00
rehearsalmark.h fix regression: rehearsal mark default position 2018-10-22 09:37:19 +02:00
rendermidi.cpp fix MSVC compiler warnings 2019-03-14 10:00:51 +01:00
repeat.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
repeat.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
repeatlist.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
repeatlist.h fix #148276 end Open Volta before next startRepeat as well 2018-03-07 12:55:07 +01:00
rest.cpp Merge pull request #4688 from MarcSabatella/284282-rest-offset-layout 2019-02-18 20:19:14 +02: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 Merge pull request #4794 from mattmcclinch/285888-remove-horizontal-frame 2019-03-15 17:23:55 +02:00
score.h follow up single-note dynamics: add some forward declarations 2019-03-04 17:56:11 +00:00
scorediff.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
scorediff.h Add script tests and script recorder 2018-11-12 15:21:13 +02:00
scoreElement.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
scoreElement.h fix #70531 Restore keyboard nav in continuous view ending in vertical frame 2019-02-20 10:31:34 +02:00
scorefile.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
segment.cpp fix #281024: invisible staves affect spacing 2019-03-07 14:05:01 -07:00
segment.h fix #281024: invisible staves affect spacing 2019-03-07 14:05:01 -07:00
segmentlist.cpp fix #151256, part 2: don't allow lyrics cross barlines 2019-01-10 11:00:20 +03:00
segmentlist.h fix #151256, part 2: don't allow lyrics cross barlines 2019-01-10 11:00:20 +03:00
select.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
select.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +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 fix #280466: slurs avoid staff when autoplaced 2019-02-28 07:40:26 -07:00
shape.h fix #278940: restore chords spacing for glissando 2018-12-05 16:34:35 +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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
skyline.cpp Use a binary search for a position to add skyline segments 2019-03-04 11:32:10 +02:00
skyline.h Use a binary search for a position to add skyline segments 2019-03-04 11:32:10 +02:00
slur.cpp fix #285500: slur between voices 2019-03-06 17:03:32 -07:00
slur.h fix #285173: slurs too flat 2019-03-01 12:12:47 -07:00
slurtie.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
slurtie.h Optimize Bezier curve shape approximation 2019-02-12 22:45:47 +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 Add changes from mattmcclinch to fix regression tests for musicxml and gtp import and scripting. 2019-02-18 11:48:24 +01:00
spanner.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
spannermap.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
spannermap.h Revert "fix #102571 Hang/crash by copy-paste all a system of linked staves containing lines" 2018-12-18 11:13:41 +01:00
spatium.h re-add linear layout 2016-04-13 12:05:47 +02:00
splitMeasure.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
staff.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
staff.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
stafflines.cpp fix #278379: right-click staff menu not accessible on single line staff 2018-11-25 11:47:22 +00: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 #276384: Show invisible shortcut does not work until screen is redrawn 2019-02-06 18:48:49 +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 #276153 Select>mover... by subtype does not work to select by text style 2018-12-18 18:02:10 +01:00
stafftype.cpp yet another couple strings... 2018-12-03 19:23:00 +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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
stafftypelist.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
stem.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
stringdata.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
style.cpp Merge pull request #4702 from MarcSabatella/284347-fingering-placement 2019-03-07 13:27:10 +02:00
style.h Merge pull request #4702 from MarcSabatella/284347-fingering-placement 2019-03-07 13:27:10 +02:00
sym.cpp yet another couple strings... 2018-12-03 19:23:00 +01:00
sym.h fix #276354: lookup character codes in SMuFL code table if no font-specific symbol is found 2018-11-16 14:25:22 +02:00
symbol.cpp Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
symbol.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
synthesizerstate.cpp follow up single-note dynamics: add some forward declarations 2019-03-04 17:56:11 +00:00
synthesizerstate.h Add single-note dynamics 2019-03-02 18:18:12 +00:00
system.cpp fix #285858: fix assertion failure on MM rests disabling 2019-03-13 10:54:10 +02:00
system.h fix #285531: fix a crash on SVG export of some scores with MM rests 2019-03-07 16:54:12 +02:00
systemdivider.cpp Fix #279065 Manual adjustment to system divider lost on save 2018-12-12 14:23:14 +01: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 Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
tempotext.h fix #277995: use tempoPosAbove/Below instead of tempoOffset in styles 2018-11-26 13:48:43 +02: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 #283149: text color not saved 2019-02-16 13:04:51 -07:00
textbase.h fix #276153 Select>mover... by subtype does not work to select by text style 2018-12-18 18:02:10 +01:00
textedit.cpp fix #278175: add fingering mode (also works for staff text) 2019-01-20 08:45:34 -07: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 #278490 Lines placed above the top staff when single note selected 2018-12-12 14:41:57 +01:00
textline.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
textlinebase.cpp fix #279373: manage default placement for ottavas 2019-01-08 14:20:45 -07:00
textlinebase.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
tie.cpp Optimize Bezier curve shape approximation 2019-02-12 22:45:47 +03:00
tie.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
tiemap.h
timesig.cpp fix shape of key signatures 2018-12-16 22:30:35 -07:00
timesig.h fix #278907: extend time signature shape vertically 2018-11-28 18:39:41 +02:00
transpose.cpp Merge pull request #4669 from MarcSabatella/280390-keysig-transpose 2019-02-18 20:16:41 +02:00
tremolo.cpp Merge pull request #4444 from dmitrio95/tremolo-crash-and-copypaste 2018-12-21 16:03:34 +02:00
tremolo.h fix #280095, fix #278964: rework duration types hanling with tremolo 2018-12-19 15:42:47 +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 #285227: Wiggly line too short for some trill line types 2019-03-03 16:44:39 +01:00
trill.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
tuplet.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
tuplet.h Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
tupletmap.h
types.h Assign PIDs and names for some properties 2019-03-14 15:13:43 +02:00
undo.cpp fix #282698: undoing timesig change with tremolo causes crash 2019-03-05 11:52:59 +00:00
undo.h fix #282698: undoing timesig change with tremolo causes crash 2019-03-05 11:52:59 +00:00
utils.cpp Merge pull request #4695 from Jojo-Schmitz/texts 2019-02-18 16:52:44 +02: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 #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
vibrato.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
volta.cpp Replacd integer midi tick values by fractions. 2019-02-18 11:46:05 +01:00
volta.h fix #278916 Numbers only option has no effect on ottava display 2018-12-05 15:17:48 +01:00
xml.h Add changes from mattmcclinch to fix regression tests for musicxml and gtp import and scripting. 2019-02-18 11:48:24 +01:00
xmlreader.cpp Add changes from mattmcclinch to fix regression tests for musicxml and gtp import and scripting. 2019-02-18 11:48:24 +01:00
xmlwriter.cpp Extract propertyToString and propertyToString 2019-03-14 15:11:40 +02:00