Igevorse
122887f471
Basic JACK MIDI In support
2014-05-31 22:00:00 +05:00
ws
e5812556a7
try to make travis happy
2014-05-31 13:53:44 +02:00
ws
27e3e060bb
fix for mtest/measure
2014-05-31 13:23:27 +02:00
ws
6edea9fd9e
fix mtest & regression
2014-05-31 12:04:41 +02:00
lasconic
8c7a103d8b
fix #25905 : Joined scores in album lose offset information
2014-05-30 21:46:27 +02:00
lasconic
cbb388264a
fix #25793 See PR #918 , thanks to @BartlomiejLewandowski
2014-05-30 21:44:51 +02:00
lasconic
208c4dc8bf
add updateRefence.bat for guitar pro tests
2014-05-30 19:26:01 +02:00
Nicolas Froment
f7b34054c3
Merge pull request #939 from mgavioli/Phasing_out_PERC2_and_TAB2_clefs
...
Removing default usages of the PERC2 and TAB2 clefs.
2014-05-30 19:24:47 +02:00
Maurizio M. Gavioli
ab57d57c34
Fix Guitar Pro tests
2014-05-30 19:06:02 +02:00
Nicolas Froment
02496b4af4
Merge pull request #938 from mgavioli/EditStyle_fixes
...
Fixes to EditStyle dlg box
2014-05-30 18:55:14 +02:00
ws
3ae79f8b3e
fix #25238
2014-05-30 17:25:52 +02:00
Nicolas Froment
877e2221b2
Merge pull request #942 from MarcSabatella/noseq
...
fix crash on play if no audio
2014-05-30 17:09:57 +02:00
lasconic
f41adfcf8e
add stylistic alternates for emmentaler too
2014-05-30 17:09:35 +02:00
Marc Sabatella
e84e5cd31a
fix crash on play if no audio
2014-05-30 09:02:51 -06:00
Nicolas Froment
3167c3e7c4
Merge pull request #940 from mgavioli/Bravura_stylistic_alternates
...
Make needed Bravura stylistic alternates available to score font.
2014-05-30 16:59:30 +02:00
Nicolas Froment
5022f0271a
Merge pull request #925 from BartlomiejLewandowski/25823-copied-tie
...
fix #25823 removal of ties
2014-05-30 16:09:03 +02:00
Nicolas Froment
e4ca2a3d23
Merge pull request #936 from Jojo-Schmitz/enum-class
...
convert as many "enum" as possible to "enum class", and make them ": char" in the due course #4
2014-05-30 15:39:43 +02:00
Nicolas Froment
1ac9d5e7a6
Merge pull request #928 from MarcSabatella/25648-move-accidentals
...
fix layout issues with offset chords & notes
2014-05-30 15:37:55 +02:00
Joachim Schmitz
6f3a7d1957
whitespace cleanup
2014-05-30 13:37:44 +02:00
Joachim Schmitz
c92201d066
convert enum ChunkType into enum class
...
and adjust entire file to MuseScore coding style
2014-05-30 13:37:42 +02:00
Joachim Schmitz
7805c3d622
change enum ShortcutFlags to ": char"
...
as it is used for flags, turning into an enum would require much more
work
2014-05-30 13:37:41 +02:00
Joachim Schmitz
7bffd66dd5
convert enum MidiType into enum class
...
more work needed in midi/midiinstrument.{h,cpp}?
2014-05-30 13:37:40 +02:00
Joachim Schmitz
4e048f1712
convert enum Key into enum class
...
and to be able to ret rid of the KEY_ prefix, change enum Tpc's members
by adding (back) the prefix TPC_
2014-05-30 13:37:39 +02:00
Joachim Schmitz
d490271e83
convert enum FileError into enum class
...
but an attempt to get rid of the FILE_ prefix failed miserably whith
some bizarre compiler error message.
2014-05-30 13:37:37 +02:00
Joachim Schmitz
4bf9d60be1
convert unnamed enum into enum class Pad
2014-05-30 13:37:36 +02:00
Joachim Schmitz
562c92e2bc
convert enum PlayMode into enum class
...
and make enum LayoutFlag a ": char" (making it an enum class requires
more work, as it is used for flags)
2014-05-30 13:37:35 +02:00
Joachim Schmitz
6c3c437b55
convert enum LayoutMode into enum class
2014-05-30 13:37:34 +02:00
Joachim Schmitz
f76946c2cf
convert unnamed enum into enum class IconType
...
and change to a better sentinel for end of list.
Also move the Q_DECLARE_METATYPE(Ms::ValueType) nearer to its
definition.
This should conclude the work on the enums in libmsore/mscore.h.
2014-05-30 13:37:32 +02:00
Joachim Schmitz
eac6e60fbd
convert enum BarLineType into enum class
2014-05-30 13:37:31 +02:00
Joachim Schmitz
79474e3fcc
convert unnamed enum into enum TextStyleType
...
more work needed to make it an enum class
2014-05-30 13:37:30 +02:00
Joachim Schmitz
cde0a3910d
convert enum StaffGroup into enum class
2014-05-30 13:37:28 +02:00
Joachim Schmitz
d8ee64b3cc
convert enum UpDownMode into enum class
2014-05-30 13:37:27 +02:00
lasconic
3c857627bb
fix tests for symbol trick PR #941
2014-05-30 13:32:00 +02:00
lasconic
95b441b5dd
Merge branch 'AntonioBL-scalability'
2014-05-30 13:31:11 +02:00
lasconic
4740886736
Merge branch 'scalability' of github.com:AntonioBL/MuseScore into AntonioBL-scalability
2014-05-30 13:17:49 +02:00
Nicolas Froment
2a4c2e9cc7
Merge pull request #932 from BartlomiejLewandowski/selection-refactor
...
Selection refactor
2014-05-30 11:52:47 +02:00
Nicolas Froment
7319ae4149
Merge pull request #931 from jpirie/11769-gpx-support
...
Initial support of GPX format
2014-05-30 11:51:40 +02:00
AntonioBL
7557bf3054
Adding comments about scalability under Windows; see issues #25142 and #24763
2014-05-30 09:40:45 +02:00
Maurizio M. Gavioli
3b631e2dbc
Use metadata glyphWithAlternates section.
2014-05-30 02:03:55 +02:00
Bartlomiej Lewandowski
8129c9fdf7
Refactor of select method in score.cpp
2014-05-29 21:53:30 +02:00
Bartlomiej Lewandowski
3c0617a8b7
Added isType methods for selection
2014-05-29 20:59:12 +02:00
Maurizio M. Gavioli
af34b048c1
Make needed Bravura stylistic alternates available to score font.
...
In ScoreFont::load() some ad-hoc code is added to set the proper codepoint for glpyphs only available as stylistic alternates.
As stylistic alternate encoding is not documented in Bravura .json files (and generally speaking in SMuFL), this code will need manual adjustments, should the stylistic alternate encoding change. However, all future additions and changes could be managed from this single code location.
At the moment, only the sixStringTabClefSerif symbol seems needed.
Note: the Bravura glyph for uniE06C.salt02 (= 6stringTabClefSerif) seems vertically misplaced.
2014-05-29 19:49:19 +02:00
Maurizio M. Gavioli
75873c19a3
Removing default usages of the PERC2 and TAB2 clefs.
...
- PERC2 is no longer supported and always rendered as PERC; using it as default, as in importxml.cpp is obsolete.
- TAB is the default tab clef, and TAB2 only remains as a stylistic variant.
2014-05-29 18:45:32 +02:00
Maurizio M. Gavioli
df082718b9
Restore original dlg height
2014-05-29 18:25:40 +02:00
Maurizio M. Gavioli
8dc52a96a6
Fixes to EditStyle dlg box:
...
- Better tab clef names than "Tab1" Tab2", i.e.: "Standard TAB clef" and "Serif TAB clef"
- Corrected dlg tab order
- Added all buddy links.
2014-05-29 18:17:57 +02:00
John Pirie
a37e033556
Deallocation of memory of a few pointers w.r.t. GPX files
2014-05-29 16:41:21 +01:00
AntonioBL
b39c0092d7
Adjust symbol width to actual qreal for Windows
2014-05-29 16:09:10 +02:00
ws
401f48fcd7
fix #25884
2014-05-29 14:04:14 +02:00
ws
7fc88887a7
fix #25881
2014-05-29 12:13:49 +02:00
ws
957d375eff
fix #25882
2014-05-28 16:17:40 +02:00