..
.gitignore
accidental.cpp
Redesign note input workflow based on Tantacrul's suggestions.
2019-10-15 07:29:17 -04:00
accidental.h
Redesign note input workflow based on Tantacrul's suggestions.
2019-10-15 07:29:17 -04:00
ambitus.cpp
fix #286645 : scale elements
2019-04-11 06:36:32 -06:00
ambitus.h
fix #286645 : scale elements
2019-04-11 06:36:32 -06:00
arpeggio.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
arpeggio.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
articulation.cpp
Fix compiler warnings on gcc 8.3
2019-12-14 15:20:58 +02:00
articulation.h
fix #291146 : Swing prevents midi rendering of tied notes
2019-07-05 02:10:56 -04: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 #300635 : crash when dropping symbol on text that had just been moved
2020-02-09 09:25:11 +00:00
barline.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
beam.cpp
Merge pull request #5669 from njvdberg/issue-291669-wrong-beams
2020-02-11 10:29:32 +02:00
beam.h
Added dragging ability for the beams
2020-01-16 11:09:42 +02:00
bend.cpp
fix clang warnings
2019-10-14 19:01:59 +02:00
bend.h
fix bounding rectangle of Bend
2018-11-29 13:35:34 +01:00
box.cpp
Fix a crash on removing HBox from a score
2019-12-24 14:20:36 +02:00
box.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
bracket.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
bracket.h
Don't show grips on brackets on single click
2020-01-18 15:33:41 +02:00
bracketItem.cpp
fix #230311 : Inability to delete one or more brackets
2018-06-19 07:08:02 -04:00
bracketItem.h
fix clang warnings
2019-10-14 19:01:59 +02:00
breath.cpp
fix #286645 : scale elements
2019-04-11 06:36:32 -06:00
breath.h
fix #286645 : scale elements
2019-04-11 06:36:32 -06:00
bsp.cpp
fix #275218 : fix MSVC C4458 warnings
2018-09-27 17:38:20 +02:00
bsp.h
bsymbol.cpp
fix #295106 : crash on next element
2019-09-30 21:28:06 -06:00
bsymbol.h
refactoring of Element::userOff and TextBase::offset
2018-10-18 11:56:23 +02:00
changeMap.cpp
fix MSVC compiler warnings
2020-02-11 13:29:14 +01:00
changeMap.h
make changes to changemap based on feedback
2020-01-26 17:19:21 +00:00
check.cpp
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
chord.cpp
fix various typos
2019-12-19 06:13:30 -05:00
chord.h
fix #293459 : Tie command does not properly handle chords with unisons
2019-09-11 14:04:37 -04:00
chordline.cpp
fix #299522 : fix undoability of edit mode changes for Tuplet, ChordLine, Image
2020-01-10 14:55:21 +02:00
chordline.h
Enable editing on single click for more elements edited with grips
2020-01-10 15:06:21 +02:00
chordlist.cpp
add support for Roman numeral analysis & Nashville notation
2019-08-27 08:53:38 -06:00
chordlist.h
add support for Roman numeral analysis & Nashville notation
2019-08-27 08:53:38 -06:00
chordrest.cpp
fix #299807 : fix a crash on undoing "Beam middle" setting on single note
2020-01-22 12:22:05 +02:00
chordrest.h
fix #299807 : fix a crash on undoing "Beam middle" setting on single note
2020-01-22 12:22:05 +02:00
clef.cpp
Fix #299518 : Add "Soprano Clef (French, 20th/18th century)"
2020-01-11 12:20:23 +01:00
clef.h
Fix #299518 : Add "Soprano Clef (French, 20th/18th century)"
2020-01-11 12:20:23 +01:00
cleflist.cpp
Tool to unroll repeats. Fix #283592
2019-03-19 16:27:33 +02:00
cleflist.h
Tool to unroll repeats. Fix #283592
2019-03-19 16:27:33 +02:00
CMakeLists.txt
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
cmd.cpp
fix #300926 : Problem selecting and entering a whole note
2020-02-11 13:48:37 -05:00
connector.cpp
fix compiler warnings on Mac
2019-07-12 10:53:42 +02:00
connector.h
fix compiler warnings on Mac
2019-07-12 10:53:42 +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
Trigger only local re-layout on changing notes duration
2019-10-25 16:18:41 +02:00
duration.h
fix beams and tuplets memory leaks
2019-03-20 10:23:29 +02:00
durationtype.cpp
Fix #290929 : crash with negative number of dots for rests
2019-07-19 17:45:30 +02:00
durationtype.h
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
dynamic.cpp
fix #296203 : add "pf" dynamic
2019-11-15 13:20:07 +01:00
dynamic.h
Add a missing Q_GADGET statement
2019-05-28 14:52:14 +02:00
edit.cpp
fix #295207 : Mscz file corrupted after splitting a measure
2020-01-30 09:57:50 +01:00
element.cpp
Merge pull request #5512 from Howard-C/end-drag-delete
2020-01-21 10:21:45 +02:00
element.h
fix #300635 : crash when dropping symbol on text that had just been moved
2020-02-09 09:25:11 +00:00
elementmap.cpp
elementmap.h
excerpt.cpp
fix #283568 : part name should not be linked
2019-04-28 17:46:17 -06:00
excerpt.h
Merge pull request #4821 from dmitrio95/docs
2019-04-04 09:25:11 +02:00
fermata.cpp
fix #295153 : minimum distance property for all kinds of fermata is not saved
2019-10-02 20:14:16 +08: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
fix various typos
2019-12-19 06:13:30 -05:00
figuredbass.h
fix various typos
2019-12-19 06:13:30 -05:00
fingering.cpp
Merge pull request #5178 from MarcSabatella/291287-fingering-jump
2019-07-04 22:18:18 +02:00
fingering.h
fix #284347 : support Placement property and flip command for fingering
2019-02-18 15:52:42 -07:00
fraction.h
Correct fraction to ticks conversion for negative numbers
2019-04-13 13:07:40 +03:00
fret.cpp
Added trigger layout that will update layout position of a fret and internal values like offset in the inspector
2019-12-25 10:11:26 +02:00
fret.h
Added trigger layout that will update layout position of a fret and internal values like offset in the inspector
2019-12-25 10:11:26 +02:00
glissando.cpp
Merge pull request #5422 from dmitrio95/viewport
2019-10-26 10:06:24 +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
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
hairpin.h
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
harmony.cpp
fix various typos
2019-12-19 06:13:30 -05:00
harmony.h
MusicXML import/export for RNA/Nashville
2019-08-27 08:53:39 -06: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 #299522 : fix undoability of edit mode changes for Tuplet, ChordLine, Image
2020-01-10 14:55:21 +02:00
image.h
Enable editing on single click for more elements edited with grips
2020-01-10 15:06:21 +02:00
imageStore.cpp
fix imageStore memory leak
2019-03-19 12:25:33 +02:00
imageStore.h
Use the original image file in SVG output if this saves SVG file size
2019-06-18 11:45:27 +02:00
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
Enable changing notes duration if selecting note stem, hook or a range
2019-11-23 13:19:54 +02:00
input.h
Enable changing notes duration if selecting note stem, hook or a range
2019-11-23 13:19:54 +02:00
instrchange.cpp
partial refactor; lyrics, dynamics, fingering
2019-05-09 22:46:59 -06: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
Refactor SND
2020-01-26 17:17:16 +00:00
instrument.h
Refactor SND
2020-01-26 17:17:16 +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
partial refactor; lyrics, dynamics, fingering
2019-05-09 22:46:59 -06:00
jump.h
fix #224451 : Mismatch between "To Coda" and "Fine" when the first is deleted before enable mmrests
2019-06-20 10:06:54 -04:00
key.cpp
Fix some warnings C4456 and C4458
2018-08-17 15:06:15 +02:00
key.h
Fix #271505 : Allow user to set mode along with key signature
2019-08-28 18:56:13 +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 #297738 : "generate key signatures" in staff type change does not work
2019-12-26 16:39:43 +08:00
keysig.h
Fix #271505 : Allow user to set mode along with key signature
2019-08-28 18:56:13 +02:00
lasso.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
lasso.h
Enable editing on single click for more elements edited with grips
2020-01-10 15:06:21 +02:00
layout.cpp
Merge pull request #5662 from njvdberg/issue-287998-courtesy-ts-on-measure-delete
2020-02-07 13:58:55 +02:00
layout.h
fix #291569 : don't forget to notify views of layout change in line mode
2019-12-14 11:29:47 +02:00
layoutbreak.cpp
fix #298913 : new section break inspector lose data
2019-12-26 18:49:22 +08:00
layoutbreak.h
fix some 'red underline' warnings in/for QtCreator
2019-08-01 10:23:29 +02:00
layoutlinear.cpp
fix #295881 : fix a crash on undoing adding an instrument in continuous view
2019-10-22 12:56:06 +02: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
add missing line types (borrowing code from PR 4894)
2019-05-09 22:46:59 -06:00
letring.h
fix #285383 , fix #282191 save line properties, but only properties needed, set propery default properties for let ring and palm mute
2019-03-08 00:52:39 -08:00
line.cpp
Fix inability to horizontally move hairpin with its middle or left handle with mouse
2019-12-24 14:16:06 +02:00
line.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02: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
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
lyrics.h
Extract ScoreView::textEditMode()
2019-12-24 14:14:19 +02:00
lyricsline.cpp
fix #298490 : Musescore crashes when trying to open a specific score
2019-12-15 11:10:33 +01:00
marker.cpp
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
marker.h
fix #224451 : Mismatch between "To Coda" and "Fine" when the first is deleted before enable mmrests
2019-06-20 10:06:54 -04: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 #287998 and #102676
2020-02-01 14:44:53 +01:00
measure.h
replace slashStyle
with stemless
2019-08-19 15:07:30 +02:00
measurebase.cpp
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
measurebase.h
Add more information to setLayout()
2019-10-25 16:18:41 +02: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
fix colors
2019-12-19 16:47:02 +01:00
mscore.h
fix colors
2019-12-19 16:47:02 +01:00
mscoreview.cpp
fix #282864 : Dropping "Image" on note attaches it to segment instead.
2019-01-28 09:08:17 -05:00
mscoreview.h
Remove unused startEdit* function from libmscore, remove redundant overrides
2019-12-24 14:15:35 +02:00
musescoreCore.h
fix #278505 : ABC Import plugin not working
2018-12-13 15:19:26 +01:00
navigate.cpp
fix #295106 : crash on next element
2019-09-30 21:28:06 -06:00
navigate.h
note.cpp
fix #293593 - Issues with ottavas
2020-02-18 11:44:04 +01:00
note.h
fix #293593 - Issues with ottavas
2020-02-18 11:44:04 +01:00
notedot.cpp
fix #283360 : show dots on rests in tab
2019-07-18 21:16:26 -06:00
notedot.h
fix #89016 : Disappearing dots
2018-06-29 17:22:24 -04:00
noteentry.cpp
fix #298121 : Adding Intervals (above/below) should take into consideration the accidental toggle state
2019-12-04 23:07:55 -05:00
noteevent.cpp
fix #301116 : don't write default note event values along with non-default ones
2020-02-14 20:26:34 +08: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 memory access errors found by AddressSanitizer
2019-04-03 15:20:00 +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 yet another size_t compiler warning
2019-08-29 12:28:39 +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
add missing line types (borrowing code from PR 4894)
2019-05-09 22:46:59 -06:00
palmmute.h
fix #285383 , fix #282191 save line properties, but only properties needed, set propery default properties for let ring and palm mute
2019-03-08 00:52:39 -08:00
part.cpp
Add rest of v2.0 Part properties to v3.2.1
2019-06-25 13:34:08 -05:00
part.h
Add rest of v2.0 Part properties to v3.2.1
2019-06-25 13:34:08 -05:00
paste.cpp
EditData cleanup
2019-12-24 14:14:55 +02:00
pedal.cpp
fix #295957 Pedal continueText not saved
2019-10-23 08:12:19 +02: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
fix various typos
2019-12-19 06:13:30 -05:00
pitchspelling.h
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
pitchvalue.h
pos.cpp
fix various typos
2019-12-19 06:13:30 -05:00
pos.h
fix various typos
2019-12-19 06:13:30 -05:00
property.cpp
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
property.h
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
range.cpp
fix #288576 : strange results when changing time signature with tremolo between two notes
2019-11-25 16:05:23 +01:00
range.h
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
read114.cpp
fix various typos
2019-12-19 06:13:30 -05:00
read206.cpp
Merge pull request #5396 from Jojo-Schmitz/more-user-text-styles
2020-01-15 02:02:07 -08:00
read206.h
fix #289581 : Fermata loses assignment to voice and direction
2019-05-30 13:12:37 -04:00
read301.cpp
fix #287699 : the setting of "View > Mark irregular measures" isn't saved into scores
2019-07-07 14:01:51 +02:00
rehearsalmark.cpp
Merge pull request #4919 from MarcSabatella/rehearsal-align
2019-05-20 15:19:36 +03:00
rehearsalmark.h
fix regression: rehearsal mark default position
2018-10-22 09:37:19 +02:00
rendermidi.cpp
make changes to changemap based on feedback
2020-01-26 17:19:21 +00:00
rendermidi.h
fix #289890 : re-enable MIDI rendering of non-master scores
2019-06-13 17:44:31 +02:00
repeat.cpp
fix #280343 - Repeat measure signs: not vertically-centred in tablature
2020-02-02 19:22:05 +01:00
repeat.h
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
repeatlist.cpp
fix various typos
2019-12-19 06:13:30 -05:00
repeatlist.h
fix #289890 : re-enable MIDI rendering of non-master scores
2019-06-13 17:44:31 +02:00
rest.cpp
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
rest.h
Merge pull request #5030 from MarcSabatella/scale-offset
2019-05-21 11:19:38 +02: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
Plugin API: merge changes from onScoreStateChanged with user action in undo stack
2020-01-20 13:45:46 +02:00
score.h
Merge pull request #5264 from jthistle/refactor-single-note-dynamics
2020-02-11 13:53:45 +02:00
scorediff.cpp
fix various typos
2019-12-19 06:13:30 -05:00
scorediff.h
Add script tests and script recorder
2018-11-12 15:21:13 +02:00
scoreElement.cpp
fix #293181 : fix file corruption after reordering linked staves
2020-01-29 18:46:32 +02:00
scoreElement.h
Fix inability to horizontally move hairpin with its middle or left handle with mouse
2019-12-24 14:16:06 +02:00
scorefile.cpp
fix #297428 : crash on copying measure with slur and pasting it to TAB staff
2019-11-22 16:17:51 +02:00
segment.cpp
Explicitly initialized pointers to neighbour segments
2019-12-24 14:20:36 +02:00
segment.h
Explicitly initialized pointers to neighbour segments
2019-12-24 14:20:36 +02: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
fix #284073 : fermatas do not respond to selection filter
2019-11-19 18:59:06 +08:00
select.h
fix #297549 : Selecting notes by duration only matches durationType (Eighth, 16th) and ignores tuplets
2019-12-01 23:43:38 +02:00
sequencer.h
Metronome BeatTypes from timeSig and play click on Real-time advance
2016-08-08 16:46:56 +01:00
shadownote.cpp
Redesign note input workflow based on Tantacrul's suggestions.
2019-10-15 07:29:17 -04: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 #291491 : tuplet autoplace issues
2019-07-01 16:41:34 -06:00
shape.h
fix #278940 : restore chords spacing for glissando
2018-12-05 16:34:35 +02:00
sig.cpp
fix #284080 : incorrectly listed beats
2019-04-17 22:17:47 +08:00
sig.h
fix #284080 : incorrectly listed beats
2019-04-17 22:17:47 +08: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
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
slur.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
slurtie.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
slurtie.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
spacer.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
spacer.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
spanner.cpp
Fix some spanner segments not scaled after spatium change
2020-02-14 17:21:26 +08:00
spanner.h
Fix some spanner segments not scaled after spatium change
2020-02-14 17:21:26 +08:00
spannermap.cpp
Replacd integer midi tick values by fractions.
2019-02-18 11:46:05 +01:00
spannermap.h
Fix spanners memory leak
2019-03-19 12:26:12 +02:00
spatium.h
re-add linear layout
2016-04-13 12:05:47 +02:00
splitMeasure.cpp
fix #295207 : Mscz file corrupted after splitting a measure
2020-01-30 09:57:50 +01:00
staff.cpp
Merge pull request #5403 from mattmcclinch/295898-delete-stafftypechange
2019-10-29 11:15:50 +02:00
staff.h
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00: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
fix behavior of flip, reset positions from 2.x
2019-05-09 22:46:59 -06: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
fix # 277712 - repeat sign when add lines
2020-02-07 20:27:01 +01:00
stafftype.h
Merge pull request #5261 from mattmcclinch/290011-tab-duration
2019-08-29 12:23:42 +02:00
stafftypechange.cpp
replace slashStyle
with stemless
2019-08-19 15:07:30 +02: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
fix #287852 , fix #287839 , fix #287885 , fix #287807 : issues with stafftype
2019-04-18 13:59:15 -06:00
stem.cpp
fix #291699 - Stems and beams for small chords don't align correctly
2020-02-03 16:52:40 +01:00
stem.h
fix #291699 - Stems and beams for small chords don't align correctly
2020-02-03 16:52:40 +01: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
sticking.cpp
fix #295531 : unable to enter successive sticking elements
2019-10-10 22:04:41 -06:00
sticking.h
fix #295531 : unable to enter successive sticking elements
2019-10-10 22:04:41 -06: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
fix #277501 : support more individual text styles
2019-11-15 13:25:31 +01:00
style.h
fix #277501 : support more individual text styles
2019-11-15 13:25:31 +01:00
sym.cpp
fix #293971 : tempo markings do not read the note symbols
2019-09-17 13:34:21 +02:00
sym.h
fix #293971 : tempo markings do not read the note symbols
2019-09-17 13:34:21 +02:00
symbol.cpp
fix compiler warnings on Mac
2019-07-12 10:53:42 +02:00
symbol.h
Assign PIDs and names for some properties
2019-03-14 15:13:43 +02:00
synthesizerstate.cpp
fix #290323 : synthesizer state duplicated when changing score with saved state
2019-08-03 14:43:30 +01:00
synthesizerstate.h
fix #290323 : synthesizer tag always written
2019-06-14 09:48:36 +01:00
system.cpp
fix various typos
2019-12-19 06:13:30 -05:00
system.h
reimplement firstVisibleSysStaff and lastVisibleSysStaff to return int
2019-11-20 13:42:09 -07: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
partial refactor; lyrics, dynamics, fingering
2019-05-09 22:46:59 -06: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
partial refactor; lyrics, dynamics, fingering
2019-05-09 22:46:59 -06: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 #300635 : crash when dropping symbol on text that had just been moved
2020-02-09 09:25:11 +00:00
textbase.h
fix #10986 : double click / triple click to select word / all text
2019-06-18 23:19:10 +01:00
textedit.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
textedit.h
fix #300635 : crash when dropping symbol on text that had just been moved
2020-02-09 09:25:11 +00:00
textframe.cpp
fix #278099 Crash when inserting a symbol from master palette
2018-11-13 13:32:33 +01:00
textframe.h
Basic implementation of single-click access to editing elements with grips
2019-12-24 14:15:35 +02:00
textline.cpp
fix #289423 : correct origin for note anchored lines
2019-05-20 13:04:34 -06:00
textline.h
fix #287445 , fix #287484 , fix #284074 : line style issues
2019-05-14 20:57:47 -06:00
textlinebase.cpp
Fix some spanner segments not scaled after spatium change
2020-02-14 17:21:26 +08:00
textlinebase.h
fix #288169 , #287889 : draw lines when there are two hooks and draw hooks solid
2019-08-30 15:00:48 -07:00
tie.cpp
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
tie.h
Move setting up grips out of Element::startEdit()
2019-12-24 14:16:06 +02:00
tiemap.h
timesig.cpp
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
timesig.h
Tool to unroll repeats. Fix #283592
2019-03-19 16:27:33 +02:00
transpose.cpp
Merge pull request #4669 from MarcSabatella/280390-keysig-transpose
2019-02-18 20:16:41 +02:00
tremolo.cpp
fix MSVC/MinGW compiler warnings
2019-07-12 10:53:09 +02:00
tremolo.h
Implement styleable tremolo placement property, add it to Inspector
2019-06-10 14:23:50 +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
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
trill.h
Assign PIDs to more properties
2019-06-07 14:22:39 +02:00
tuplet.cpp
fix #299522 : fix undoability of edit mode changes for Tuplet, ChordLine, Image
2020-01-10 14:55:21 +02:00
tuplet.h
Enable editing on single click for more elements edited with grips
2020-01-10 15:06:21 +02:00
tupletmap.h
types.h
fix #277501 : support more individual text styles
2019-11-15 13:25:31 +01:00
undo.cpp
fix #288576 : strange results when changing time signature with tremolo between two notes
2019-11-25 16:05:23 +01:00
undo.h
Restore list and range selection on undo if possible
2019-10-25 16:18:41 +02:00
unrollrepeats.cpp
Refactor RepeatList, avoid extra updates of RepeatList
2019-05-02 13:08:11 +03:00
utils.cpp
Add a command-line option for transposing a score
2020-01-14 09:42:57 +02:00
utils.h
Add a command-line option for transposing a score
2020-01-14 09:42:57 +02:00
vibrato.cpp
Add more information to setLayout()
2019-10-25 16:18:41 +02:00
vibrato.h
Assign PIDs to more properties
2019-06-07 14:22:39 +02:00
volta.cpp
migrate hairpin dynamics and VeloList to more generic ChangeMap
2020-01-26 17:19:21 +00:00
volta.h
fix #278916 Numbers only option has no effect on ottava display
2018-12-05 15:17:48 +01:00
xml.h
fix various typos
2019-12-19 06:13:30 -05:00
xmlreader.cpp
Merge pull request #5396 from Jojo-Schmitz/more-user-text-styles
2020-01-15 02:02:07 -08:00
xmlwriter.cpp
fix #296960 : Percent sign cannot be entered into text.
2019-11-13 13:37:14 -05:00