MuseScore/libmscore
2014-08-16 18:52:16 +02:00
..
.gitignore
accidental.cpp fix #29431 2014-08-13 21:01:21 +02:00
accidental.h fix #29431 2014-08-13 21:01:21 +02:00
ambitus.cpp move Direction and DirectionH into MScore 2014-06-26 12:03:14 +02:00
ambitus.h move Direction and DirectionH into MScore 2014-06-26 12:03:14 +02:00
arpeggio.cpp fix #29431 2014-08-13 21:01:21 +02:00
arpeggio.h fix #29431 2014-08-13 21:01:21 +02:00
articulation.cpp Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
articulation.h Added subtype function to articulations. 2014-07-22 14:54:49 +02:00
audio.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
audio.h add namespace Ms 2013-05-13 19:43:59 +02:00
bagpembell.cpp fix oversized noteheads in bagpipe palette 2013-12-28 21:33:25 +01:00
bagpembell.h fix #29341: Several strings show untranslated in MuseScore 2014-08-11 12:33:46 +02:00
barline.cpp fix #29431 2014-08-13 21:01:21 +02:00
barline.h fix #29431 2014-08-13 21:01:21 +02:00
beam.cpp fix #29431 2014-08-13 21:01:21 +02:00
beam.h fix #29431 2014-08-13 21:01:21 +02:00
bend.cpp convert unnamed enum into enum TextStyleType 2014-05-30 13:37:30 +02:00
bend.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
box.cpp fix #29431 2014-08-13 21:01:21 +02:00
box.h fix #29431 2014-08-13 21:01:21 +02:00
bracket.cpp fix #29431 2014-08-13 21:01:21 +02:00
bracket.h fix #29431 2014-08-13 21:01:21 +02:00
breath.cpp Added breath filter. 2014-07-30 14:49:54 +02:00
breath.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
bsp.cpp convert enum Type to enum class 2014-05-23 10:35:09 +02:00
bsp.h convert enum Type to enum class 2014-05-23 10:35:09 +02:00
bsymbol.cpp fix #29431 2014-08-13 21:01:21 +02:00
bsymbol.h fix #29431 2014-08-13 21:01:21 +02:00
check.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
chord.cpp fix #29421 2014-08-13 16:36:09 +02:00
chord.h fix #2901 2014-08-07 10:55:57 +02:00
chordline.cpp Updates to grips on chordlines, GP drumset moved to libmscore/, enhanced restrictions on degree of slide modification 2014-08-15 16:22:35 +01:00
chordline.h New boundaries of chordlines, stopped grips allowing user to change chordline kind visually. 2014-08-15 16:22:35 +01:00
chordlist.cpp fix warnings reg. wrong format specifier 2014-06-17 14:23:15 +02:00
chordlist.h convert enum ChordTokenClass into enum class 2014-05-23 10:35:20 +02:00
chordrest.cpp Merge pull request #933 from BartlomiejLewandowski/25852-range-timesig 2014-08-10 01:02:37 +02:00
chordrest.h Merge pull request #933 from BartlomiejLewandowski/25852-range-timesig 2014-08-10 01:02:37 +02:00
clef.cpp update instrument handling 2014-08-16 11:21:56 +02:00
clef.h update instrument dialog 2014-08-15 11:58:30 +02:00
cleflist.cpp rework initial clef, staff type change 2014-08-14 14:34:45 +02:00
cleflist.h rework initial clef, staff type change 2014-08-14 14:34:45 +02:00
CMakeLists.txt update KeySig implementation 2014-06-03 15:28:10 +02:00
cmd.cpp rework initial clef, staff type change 2014-08-14 14:34:45 +02:00
cursor.cpp Fixes the following Q_INVOKABLE methods returning a QObject* by turning them into a property: 2014-07-06 01:56:30 +02:00
cursor.h Fixes the following Q_INVOKABLE methods returning a QObject* by turning them into a property: 2014-07-06 01:56:30 +02:00
doc.dox remove deferred loading of chords.xml 2013-06-24 10:26:58 +02:00
drumset.cpp Updates to grips on chordlines, GP drumset moved to libmscore/, enhanced restrictions on degree of slide modification 2014-08-15 16:22:35 +01:00
drumset.h Updates to grips on chordlines, GP drumset moved to libmscore/, enhanced restrictions on degree of slide modification 2014-08-15 16:22:35 +01:00
dsp.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
dsp.h add namespace Ms 2013-05-13 19:43:59 +02:00
duration.cpp fix #25876 2014-07-28 15:54:58 +02:00
duration.h improve builtin plugin documentation 2014-05-16 13:58:30 +02:00
durationtype.cpp Don't print rest remains option in toDurationList function 2014-07-29 18:35:08 +04:00
durationtype.h Don't print rest remains option in toDurationList function 2014-07-29 18:35:08 +04:00
dynamic.cpp Made xml aware of filter 2014-07-30 14:49:09 +02:00
dynamic.h Added subtype for dynamics 2014-07-22 14:54:49 +02:00
edit.cpp Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
element.cpp new Feature: free scaling of staff size 2014-08-14 16:53:20 +02:00
element.h new Feature: free scaling of staff size 2014-08-14 16:53:20 +02:00
elementlayout.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
elementlayout.h implement restyling of text 2014-03-14 16:16:54 +01:00
elementmap.cpp use interval tree for list of spanners 2013-07-05 11:24:14 +02:00
elementmap.h add namespace Ms 2013-05-13 19:43:59 +02:00
excerpt.cpp fix #28471 (again) 2014-08-16 18:18:58 +02:00
excerpt.h fix #24759 2014-05-14 19:19:39 +02:00
fifo.cpp whitespace cleanup 2014-05-30 13:37:44 +02:00
fifo.h add namespace Ms 2013-05-13 19:43:59 +02:00
figuredbass.cpp Added filter for figured bass. 2014-07-30 14:49:53 +02:00
figuredbass.h Fixes the following Q_INVOKABLE methods returning a QObject* by turning them into a property: 2014-07-06 01:56:30 +02:00
fingering.cpp New tests for free time and repeated bars 2014-08-15 16:22:35 +01:00
fingering.h fix #20180 2014-07-11 11:36:41 +02:00
fraction.cpp fix #25876 2014-07-28 15:54:58 +02:00
fraction.h some purly cosmetic changes 2014-05-12 12:28:07 +02:00
fret.cpp fix #29431 2014-08-13 21:01:21 +02:00
fret.h fix #29431 2014-08-13 21:01:21 +02:00
glissando.cpp Added glissando filter. 2014-07-30 14:49:54 +02:00
glissando.h move GlissandoType to Glissando::Type 2014-06-26 11:57:50 +02:00
groups.cpp fix #25876 2014-07-29 18:49:13 +02:00
groups.h move BeamMode to Beam::Mode 2014-06-26 12:01:55 +02:00
hairpin.cpp fix #29511 2014-08-13 15:42:55 +02:00
hairpin.h rename Hairpin::HairpinType to Hairpin::Type 2014-06-26 11:57:43 +02:00
harmony.cpp fix #29246: unrecognized chords with symbols imported with markup 2014-08-11 14:03:06 -06:00
harmony.h fix #28476: disable systemFlag for chord symbols 2014-07-30 16:44:19 -06:00
hook.cpp improve enum ElementFlag 2014-05-23 10:35:22 +02:00
hook.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
icon.cpp convert unnamed enum into enum class IconType 2014-05-30 13:37:32 +02:00
icon.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
image.cpp fix #28041: image z-order 2014-07-21 17:00:49 -06:00
image.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
imageStore.cpp fix #24468 2014-05-15 13:42:03 +02:00
imageStore.h add namespace Ms 2013-05-13 19:43:59 +02:00
iname.cpp convert unnamed enum into enum TextStyleType 2014-05-30 13:37:30 +02:00
iname.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
input.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
input.h fix #29241 2014-08-11 15:26:29 +02:00
instrchange.cpp fix #25445: instrument change elements are staff-relative 2014-06-07 17:47:01 -06:00
instrchange.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
instrtemplate.cpp fix #29651 2014-08-16 18:52:16 +02:00
instrtemplate.h update instrument dialog 2014-08-15 11:58:30 +02:00
instrument.cpp fix #29651 2014-08-16 18:52:16 +02:00
instrument.h Updated drumset representation 2014-08-15 16:22:33 +01:00
instrument_p.h Updated drumset representation 2014-08-15 16:22:33 +01:00
interval.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
interval.h fix #25580 2014-05-05 15:38:49 +02:00
joinMeasure.cpp update mtest 2014-08-06 16:58:48 +02:00
jump.cpp fix #22572: clean up repeat text styles 2014-08-07 00:59:16 -06:00
jump.h move Jump & Marker from Segment to Measure 2014-08-05 20:40:43 +02:00
key.cpp addressing @lasconic's concerns 2014-06-24 14:47:13 +02:00
key.h stronger typing for key 2014-06-20 17:07:22 +02:00
keyfinder.cpp whitespace cleanup 2014-05-30 13:37:44 +02:00
keyfinder.h add namespace Ms 2013-05-13 19:43:59 +02:00
keylist.cpp stronger typing for key 2014-06-20 17:07:22 +02:00
keylist.h stronger typing for key 2014-06-20 17:07:22 +02:00
keysig.cpp fix #29431 2014-08-13 21:01:21 +02:00
keysig.h fix #29431 2014-08-13 21:01:21 +02:00
lasso.cpp convert enum P_ID into enum class 2014-05-26 18:18:01 +02:00
lasso.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
layout.cpp update instrument handling 2014-08-16 11:21:56 +02:00
layout.h add namespace Ms 2013-05-13 19:43:59 +02:00
layoutbreak.cpp fix #29431 2014-08-13 21:01:21 +02:00
layoutbreak.h fix #29431 2014-08-13 21:01:21 +02:00
ledgerline.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
ledgerline.h partial fix for #23324 2014-06-27 14:03:17 +02:00
line.cpp fix #29511 2014-08-13 15:42:55 +02:00
line.h fix #28761 2014-08-06 12:28:58 +02:00
lyrics.cpp fix #29431 2014-08-13 21:01:21 +02:00
lyrics.h fix #29431 2014-08-13 21:01:21 +02:00
marker.cpp fix #29511 2014-08-13 15:42:55 +02:00
marker.h fix #22572: clean up repeat text styles 2014-08-07 00:59:16 -06:00
mcursor.cpp fix #29751 2014-08-16 14:40:16 +02:00
mcursor.h stronger typing for key 2014-06-20 17:07:22 +02:00
measure.cpp fix #29431 2014-08-13 21:01:21 +02:00
measure.h fix #29431 2014-08-13 21:01:21 +02:00
measurebase.cpp move Jump & Marker from Segment to Measure 2014-08-05 20:40:43 +02:00
measurebase.h Fixes the following Q_INVOKABLE methods returning a QObject* by turning them into a property: 2014-07-06 01:56:30 +02:00
mscore.cpp change dynamics again to use <sym>; <sym> now uses the score text font 2014-07-26 11:55:45 +02:00
mscore.h Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
mscoreview.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
mscoreview.h remove/add some semicolons 2014-05-16 13:58:33 +02:00
navigate.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
navigate.h refactoring grace notes 2013-06-12 14:23:57 +02:00
noscript.h
note.cpp fix #29431 2014-08-13 21:01:21 +02:00
note.h fix #29431 2014-08-13 21:01:21 +02:00
notedot.cpp convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
notedot.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
noteevent.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
noteevent.h add namespace Ms 2013-05-13 19:43:59 +02:00
noteline.cpp refactoring spanner, part I 2013-06-10 11:03:34 +02:00
noteline.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
ossia.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
ossia.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
ottava.cpp fix #29511 2014-08-13 15:42:55 +02:00
ottava.h fix some spanner bugs 2014-07-09 18:05:58 +02:00
page.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
page.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
part.cpp fix #29751 2014-08-16 14:40:16 +02:00
part.h fix #29241 2014-08-11 15:26:29 +02:00
paste.cpp fix tests 2014-08-14 15:23:08 +02:00
pedal.cpp fix #28761 2014-08-06 12:28:58 +02:00
pedal.h fix #28761 2014-08-06 12:28:58 +02:00
pitch.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
pitch.h add namespace Ms 2013-05-13 19:43:59 +02:00
pitchspelling.cpp mark imported 1.2 files as new 2014-07-14 11:18:34 +02:00
pitchspelling.h stronger typing for key 2014-06-20 17:07:22 +02:00
pitchvalue.h Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
plugins.cpp fix SCRIPT_INTERFACE use in plugin framework 2014-05-19 15:18:50 +02:00
plugins.h fix SCRIPT_INTERFACE use in plugin framework 2014-05-19 15:18:50 +02:00
pos.cpp whitespace cleanup 2014-05-30 13:37:44 +02:00
pos.h convert enum TType into enum class 2014-05-26 15:49:20 +02:00
property.cpp fix #29511 2014-08-13 15:42:55 +02:00
property.h fix #29511 2014-08-13 15:42:55 +02:00
range.cpp fix #23515 2014-08-11 21:17:55 +02:00
range.h fix #24759 2014-05-14 19:19:39 +02:00
read114.cpp fix #29751 2014-08-16 14:40:16 +02:00
README.md
rehearsalmark.cpp convert unnamed enum into enum TextStyleType 2014-05-30 13:37:30 +02:00
rehearsalmark.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
rendermidi.cpp Replaced swingUnit by unit and swingRatio by ratio, also made _swing private 2014-08-14 16:51:32 +05:30
repeat.cpp fix drawing and layouting of repeat measure sign 2013-09-04 10:49:33 +02:00
repeat.h partial fix for #23324 2014-06-27 14:03:17 +02:00
repeatlist.cpp fix #29511 2014-08-13 15:42:55 +02:00
repeatlist.h add namespace Ms 2013-05-13 19:43:59 +02:00
rest.cpp fix #29431 2014-08-13 21:01:21 +02:00
rest.h fix #29431 2014-08-13 21:01:21 +02:00
revisions.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
revisions.h add namespace Ms 2013-05-13 19:43:59 +02:00
score.cpp fix regression: add instrument 2014-08-16 17:54:20 +02:00
score.h regression: fix split staff 2014-08-16 16:24:06 +02:00
scorefile.cpp rework initial clef, staff type change 2014-08-14 14:34:45 +02:00
segment.cpp fix regression: add instrument 2014-08-16 17:54:20 +02:00
segment.h Refactored common code from measure and score scanElements to segment 2014-07-16 17:44:03 +02:00
segmentlist.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
segmentlist.h move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
select.cpp Fixes spaces 2014-08-12 14:48:29 +02:00
select.h Added voice filtering for copy paste 2014-08-12 14:20:31 +02:00
sequencer.h add namespace Ms 2013-05-13 19:43:59 +02:00
shadownote.cpp disable unused local variables 2014-06-10 09:27:51 +02:00
shadownote.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
sig.cpp fix #25681 2014-08-07 10:19:11 +02:00
sig.h fix #25681 2014-08-07 10:19:11 +02:00
slur.cpp fix #28761 2014-08-12 20:10:59 +02:00
slur.h fix #25806 2014-07-31 16:30:19 +02:00
spacer.cpp convert enum P_ID into enum class 2014-05-26 18:18:01 +02:00
spacer.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
spanner.cpp initialize track when reading slur segments 2014-08-14 09:47:35 +02:00
spanner.h fix #29511 2014-08-13 15:42:55 +02:00
spannermap.cpp fix #22132 2014-07-03 15:02:36 +02:00
spannermap.h revert PR #1030 2014-07-21 11:43:50 +02:00
spatium.h add namespace Ms 2013-05-13 19:43:59 +02:00
splitMeasure.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
staff.cpp fix #29751 2014-08-16 14:40:16 +02:00
staff.h fix #29751 2014-08-16 14:40:16 +02:00
staffstate.cpp fix #29431 2014-08-13 21:01:21 +02:00
staffstate.h fix #29431 2014-08-13 21:01:21 +02:00
stafftext.cpp Replaced swingUnit by unit and swingRatio by ratio, also made _swing private 2014-08-14 16:51:32 +05:30
stafftext.h Replaced swingUnit by unit and swingRatio by ratio, also made _swing private 2014-08-14 16:51:32 +05:30
stafftype.cpp rework initial clef, staff type change 2014-08-14 14:34:45 +02:00
stafftype.h fix #26731 2014-07-14 15:58:52 +02:00
stem.cpp fix #29431 2014-08-13 21:01:21 +02:00
stem.h fix #29431 2014-08-13 21:01:21 +02:00
stemslash.cpp convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
stemslash.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
stringdata.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
stringdata.h In staff type dlg box, only displays staff types from groups relevant to staff instrument. 2014-05-16 12:25:01 +02:00
style.cpp Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
style.h add style option for MusicalTexFont 2014-07-26 11:55:45 +02:00
style_p.h turn enum TextStyleType into enum class 2014-07-15 14:23:19 +02:00
sym.cpp Merge pull request #1119 from jpirie/11769-gpx-support 2014-08-16 14:36:12 +02:00
sym.h fix #27986: position of dot in tempo text 2014-07-28 16:10:12 +02:00
symbol.cpp fix #26586 2014-07-17 15:28:02 +02:00
symbol.h partial fix for #23324 2014-06-27 14:03:17 +02:00
synthesizerstate.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
synthesizerstate.h add namespace Ms 2013-05-13 19:43:59 +02:00
system.cpp initialize track when reading slur segments 2014-08-14 09:47:35 +02:00
system.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
tempo.cpp convert enum TempoType into enum class 2014-05-26 12:27:36 +02:00
tempo.h convert enum TempoType into enum class 2014-05-26 12:27:36 +02:00
tempotext.cpp fix #27986: position of dot in tempo text 2014-07-28 16:10:12 +02:00
tempotext.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
text.cpp fix #28356: add MuseJazz as a musical text font 2014-08-15 08:10:31 -06:00
text.h fix #29431 2014-08-13 21:01:21 +02:00
textframe.cpp move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
textframe.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
textline.cpp fix #25896: textline end text not affected by text properties until reload 2014-08-06 14:21:27 -06:00
textline.h turn enum TextStyleType into enum class 2014-07-15 14:23:19 +02:00
tie.cpp fix #25681 2014-08-07 10:19:11 +02:00
tie.h fix #25681 2014-08-07 10:19:11 +02:00
tiemap.h add namespace Ms 2013-05-13 19:43:59 +02:00
timesig.cpp Updates to layout of free time parentheses 2014-08-15 16:22:35 +01:00
timesig.h Updates to grips on chordlines, GP drumset moved to libmscore/, enhanced restrictions on degree of slide modification 2014-08-15 16:22:35 +01:00
transpose.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
tremolo.cpp fix #29341, at least partial 2014-08-11 16:22:58 +02:00
tremolo.h fix #29341: Several strings show untranslated in MuseScore 2014-08-11 12:33:46 +02:00
tremolobar.cpp Updates to grips on chordlines, GP drumset moved to libmscore/, enhanced restrictions on degree of slide modification 2014-08-15 16:22:35 +01:00
tremolobar.h move ElementType to Element::Type 2014-06-26 11:57:35 +02:00
trill.cpp fix #29431 2014-08-13 21:01:21 +02:00
trill.h fix #29431 2014-08-13 21:01:21 +02:00
tuplet.cpp move Direction and DirectionH into MScore 2014-06-26 12:03:14 +02:00
tuplet.h move Direction and DirectionH into MScore 2014-06-26 12:03:14 +02:00
tupletmap.h add namespace Ms 2013-05-13 19:43:59 +02:00
undo.cpp fix regression: add instrument 2014-08-16 17:54:20 +02:00
undo.h new Feature: free scaling of staff size 2014-08-14 16:53:20 +02:00
utils.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
utils.h stronger typing for key 2014-06-20 17:07:22 +02:00
velo.cpp convert enum VeloType into enum class 2014-05-26 12:27:35 +02:00
velo.h convert enum VeloType into enum class 2014-05-26 12:27:35 +02:00
volta.cpp fix #29511 2014-08-13 15:42:55 +02:00
volta.h fix #29511 2014-08-13 15:42:55 +02:00
xml.cpp Added clipboard check in canWrite methods 2014-08-12 14:45:32 +02:00
xml.h Added voice filtering for copy paste 2014-08-12 14:20:31 +02:00

libmscore

MuseScore score rendering library