Commit graph

5154 commits

Author SHA1 Message Date
Joachim Schmitz
6712629c34 move JumpType to Jump::Type
and expose it to the plugin framwork, read-only for  now, as we don't
(yet?) have an undo method for it
2014-06-26 12:01:56 +02:00
Joachim Schmitz
dc5c0b48f6 move BeamMode to Beam::Mode
needed to make it available to the plugin framework
2014-06-26 12:01:55 +02:00
Joachim Schmitz
6f55add7c8 move VoltaType to Volta::Type
needed to make it available to the plugin framework
2014-06-26 12:01:53 +02:00
Joachim Schmitz
206b1e5798 move OttavaType to Ottava::Type
needed to make it available to the plugin framework
2014-06-26 12:01:52 +02:00
Joachim Schmitz
54e2e167b6 move NoteHeadType to NoteHead::Type
needed to make it available to the plugin framework
2014-06-26 12:01:50 +02:00
Joachim Schmitz
3f2fc6166a move NoteHeadGroup to NoteHead::Group
needed to make it available to the plugin framework
2014-06-26 12:01:10 +02:00
Joachim Schmitz
d60637282e move ValueType to Note:ValueType
needed to make it available to the plugin framework
2014-06-26 11:57:56 +02:00
Joachim Schmitz
add606d49e move MarkerType to Marker::Type
needed to make it available to the plugin framework
2014-06-26 11:57:54 +02:00
Joachim Schmitz
38a16b115b some cosmetic changes to plugin documentation 2014-06-26 11:57:52 +02:00
Joachim Schmitz
5bc83194af move GlissandoType to Glissando::Type
needed to make it available to the plugin framework
2014-06-26 11:57:50 +02:00
Joachim Schmitz
8ab9569627 rename Trill::TrillType to Trill::Type 2014-06-26 11:57:48 +02:00
Joachim Schmitz
29d17dae5c rename LayoutBreak::LayoutBreakType to LayoutBreak::Type 2014-06-26 11:57:45 +02:00
Joachim Schmitz
ddb1208bd6 rename Hairpin::HairpinType to Hairpin::Type
and register Hairpin::Type, FiguredBassItem::ContLine and
Lyrics::Syllabic, which seemd missing.
Also fix registration of Element::Type and Segment::Type to what they
had been before.
2014-06-26 11:57:43 +02:00
Joachim Schmitz
b6be7a9852 rename AccidentalRole and AccidentalType to Role and Type 2014-06-26 11:57:41 +02:00
Joachim Schmitz
e6e7436177 move SegmentType to Segment::Type and make int again
needed to make it available to the plugin framework
and the memory saved is not worth the performance penalty
2014-06-26 11:57:39 +02:00
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
Joachim Schmitz
e50bd46532 move enum Placement to Element::Placement
needed to make it available to the Plugin framework
2014-06-26 11:49:08 +02:00
Joachim Schmitz
b5c97a0636 change enum class SymId back to int
the memory saved is not worth the performance penalty
2014-06-26 11:49:07 +02:00
Joachim Schmitz
0e0350dd9c move enum DynamicRange to Dynamic::Range
needed to make it available to the Plugin framework
2014-06-26 11:49:06 +02:00
Joachim Schmitz
fe4fa356d1 rename enum Dynamic::DynamicType to Dynamic::Type 2014-06-26 11:49:05 +02:00
ws
f3caba78f6 fix #25600 2014-06-26 11:41:34 +02:00
Nicolas Froment
35f7889582 Merge pull request #1010 from mgavioli/Fix_reading_measures_with_custom_barline_type
Fix reading of measures with custom bar line sub-type.
2014-06-26 08:37:51 +02:00
Nicolas Froment
694bffbd60 Merge pull request #1012 from vgstef/ContinuousPanel
Fix measure number text and key signature superposition
2014-06-26 08:37:06 +02:00
Nicolas Froment
0603c87439 Merge pull request #1011 from lvinken/25193-musicxml-text-formatting-4
[MusicXML] export text formatting based on styles
2014-06-26 08:35:46 +02:00
vgstef
db2fb77a8b Fix measure number text and key signature superposition 2014-06-25 17:55:15 -04:00
Leon Vinken
07abb7ff2d export text formatting based on styles 2014-06-25 22:43:25 +02:00
Maurizio M. Gavioli
830c9f054c Add relevant test. 2014-06-25 11:03:57 +02:00
Maurizio M. Gavioli
396c3324a8 Fix reading of measures with custom bar line sub-type.
If a measure has, in one staff, a bar line with a custom sub-type, the sub-type is applied to the bar lines of all the staves of this measure.

Fixed in `Measure::read()`.
2014-06-25 10:19:37 +02:00
Nicolas Froment
4445b07163 Merge pull request #1008 from MarcSabatella/26746-german-chords
fix #26746: German chord mode compatibilty with 1.3
2014-06-25 08:26:40 +02:00
Nicolas Froment
256e3d7704 Merge pull request #1006 from Jojo-Schmitz/warnings
fix warning re. unused parameter
2014-06-25 08:13:40 +02:00
Nicolas Froment
98043332e7 Merge pull request #1007 from mgavioli/even-odd-page-distance
Fix even-odd page contiguous-ness.
2014-06-25 08:12:57 +02:00
Marc Sabatella
47a827ace3 add vtest 2014-06-24 19:25:25 -06:00
Marc Sabatella
8afca1722c fix #26746: german chord mode compatibility with 1.3 2014-06-24 19:06:36 -06:00
Maurizio M. Gavioli
bfb388d682 Fix even-odd page contiguous-ness.
In page view, the pages are shown in contiguous pairs, unconditionally starting with the second page, regardless of page numbering.

This fix makes each even page contiguous with the odd page following it, according to page numbering, i.e. taking into account `_pageNumberOffset`.
2014-06-24 23:16:34 +02:00
Joachim Schmitz
a2f02ae43b fix warning re. unsued parameter 2014-06-24 17:08:07 +02:00
Werner Schweer
53f81b3571 Merge pull request #946 from Jojo-Schmitz/enum-class
convert as many "enum" as possible to "enum class", and make them ": char" in the due course #5
2014-06-24 16:24:42 +02:00
ws
0826e2ee01 fix mtest 2014-06-24 15:40:05 +02:00
Joachim Schmitz
a8549b5e09 addressing @lasconic's concerns 2014-06-24 14:47:13 +02:00
Joachim Schmitz
ed1cc8c7c4 fix #29810: workaround for Mac/Xcode bug 2014-06-24 14:47:11 +02:00
Joachim Schmitz
1cca34c72e rebase to fix conflict with f87cb01 2014-06-24 14:47:10 +02:00
Joachim Schmitz
e98297f100 formatting fixes 2014-06-24 14:47:08 +02:00
Joachim Schmitz
e8e0478b53 convert unnamed enum into global enum class Transport 2014-06-24 14:47:07 +02:00
Joachim Schmitz
19378438fa convert unnamed enum into enum class SeqMsgId 2014-06-24 14:47:05 +02:00
Joachim Schmitz
adebed3aa5 convert enum PaletteCommand into enum class 2014-06-24 14:47:04 +02:00
Joachim Schmitz
c815d95e9e convert enum GuitarProError into enum class 2014-06-24 14:47:02 +02:00
Joachim Schmitz
7709b6bf7a convert unnamed enum into enum class Icons 2014-06-24 14:47:01 +02:00
Joachim Schmitz
9433472fe9 convert unnamed enum into enum ImageControl
making it a class, just to cast back to int, is not worth the effort
2014-06-24 14:46:59 +02:00
Joachim Schmitz
605230bbb1 convert unnamed enum into enum AmbitusControl
making it a class, just to cast back to int, is not worth the effort
2014-06-24 14:46:58 +02:00
Joachim Schmitz
5099968eec convert unnamed enum into enum class State 2014-06-24 14:46:56 +02:00
Joachim Schmitz
7f343a3436 convert unnamed enum into enum Col
making it a class, just to cast back to int, is not worth the effort
2014-06-24 14:46:55 +02:00