Commit graph

204 commits

Author SHA1 Message Date
Mirek Mazel
9368c1d27c Brighter colors, as requested 2014-09-09 00:34:42 +02:00
Mirek Mazel
e6446c6163 Further color changes 2014-09-09 00:34:41 +02:00
Mirek Mazel
d4931a649d New color scheme 2014-08-31 12:46:48 +02:00
ws
b75ef23fdd change dynamics again to use <sym>; <sym> now uses the score text font 2014-07-26 11:55:45 +02:00
ws
1715913571 honor current score font for dynamics 2014-07-23 17:10:15 +02:00
ws
f114bccc28 use bravura-text for dynamics 2014-07-23 12:36:12 +02:00
lasconic
d1a8cd199b hide font warnings in test mode 2014-07-17 11:15:59 +02:00
Joachim Schmitz
e95d169d5c move Direction and DirectionH into MScore
needed to make them available to the plugin framework
2014-06-26 12:03:14 +02:00
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
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
0e0350dd9c move enum DynamicRange to Dynamic::Range
needed to make it available to the Plugin framework
2014-06-26 11:49:06 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
ws
e1b1246e0c make SegmentType an global enum class 2014-06-01 20:24:29 +02:00
lasconic
099f1022aa update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
lasconic
b367542d93 move default paper size setting from libmscore to mscore 2014-05-19 15:19:36 +02:00
ws
76eb9ebfb0 use char for some enums 2014-05-07 18:09:01 +02:00
ws
50c77c9986 fix #25650 2014-05-07 12:10:28 +02:00
ws
d3a66ab1ba refactoring StaffType 2014-04-30 13:39:16 +02:00
ws
f9059a269b remove stafftype subclasses 2014-04-30 13:39:16 +02:00
ws
45d1979dcf another try to fix plugins + build system 2014-04-25 19:26:22 +02:00
ws
eae279885d fix regressions for plugins 2014-04-25 19:11:33 +02:00
ws
0c34c93cc9 move plugin framework to libmscore 2014-04-25 18:43:25 +02:00
lasconic
8414d36875 remove options to change copyright and fraction symbols automatically 2014-04-04 19:45:52 +02:00
ws
2acd84931d update pianoroll 2014-03-29 13:28:54 +01:00
ws
b01495f7fd regression: fix initial page size 2014-03-18 16:25:02 +01:00
ws
e6a2034b84 fix #24999 2014-03-18 15:53:52 +01:00
ws
5297c963dd textline+ottava updates 2014-03-10 10:50:32 +01:00
lasconic
63de5a3711 option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
lasconic
7a48ced04c move noGui to MScore 2014-02-28 11:14:43 +01:00
Marc Sabatella
04b316109e reinstate monolithic nature of style for part
style for part is back to being style object loaded in MScore and shared
by all scores, rather than being loaded into each part as they are
created.
2014-02-19 13:33:44 -07:00
Marc Sabatella
0aba0eb3dc fix #24732: update Style for part in prefs dialog 2014-02-19 07:49:25 -07:00
Marc Sabatella
b3461e937c fix #24631: style not propagated to parts 2014-02-19 07:49:24 -07:00
ws
dd4a11ec78 style handling for parts 2014-01-30 13:10:45 +01:00
ws
1327f2244f replace FreeSerifMscore by plain FreeSerif font 2014-01-22 16:19:54 +01:00
ws
ae77018cec handle style change for Marker 2014-01-16 12:33:23 +01:00
ws
a155186190 add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
ws
d9c1b78851 cleanup sym.h use 2013-11-12 09:29:13 +01:00
ws
02b264f068 smufl integration, part II 2013-11-12 09:29:12 +01:00
ws
733c1934db smufl integration, part I 2013-11-12 09:29:12 +01:00
ws
cf6a2af384 attach new local help system 2013-10-16 18:09:26 +02:00
wschweer
51a6f6e7cc expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
lasconic
815c9b249e several minor UI improvements 2013-09-15 17:13:43 +02:00
lasconic
fe5ba334ca light theme is the default, adjust some theme color, change restart text for language 2013-09-13 12:54:09 +02:00
lasconic
a5bb211fb0 fix #22307, enable nudging texts with arrow keys when selected 2013-08-26 14:45:01 +02:00
ws
416e7ddff7 change spanner to use closed interval tick-tick2 2013-08-12 10:38:07 +02:00
ws
feff123ba1 more styling for ottava 2013-08-12 10:38:06 +02:00
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
lasconic
0a29a6b6d5 cosmetic changes, color for frames,... 2013-07-04 21:07:38 +02:00
lasconic
25a3008b37 update light theme, default color for voices, layoutbreak, background and foreground 2013-07-04 17:50:46 +02:00
lasconic
762ef8544f replace OTF font by TTF font, fix PDF size issue #21567 2013-07-01 18:53:19 +02:00
lasconic
d9476af35a resolve conflict for pull request #340 2013-05-17 22:15:31 +02:00
lasconic
62f56f70be replace Q_WS_* by Q_OS_* for Qt5 compatibility 2013-05-16 16:12:22 +02:00
ws
55f063a0b2 merge 2013-05-14 13:38:39 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
Andrey M. Tokarev
2d44fbca67 MIDI import operation: dots instead of ties 2013-05-12 18:06:12 +04:00
lasconic
220fbdff58 experiment new color and thickness for breaks and spacer to make them more discrete 2013-05-11 11:18:26 +02:00
ws
744e68abe0 merge with master 2013-04-17 14:00:26 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
2f265da1a2 fix mtest; start implementing master effect section 2013-03-28 11:09:31 +01:00
ws
317e39ad28 replace all subtype()/setSubtype() Element methods 2013-03-05 20:24:16 +01:00
ws
d846e3d0d3 update for Jump and Marker elements 2013-02-25 14:56:34 +01:00
ws
eab742f235 change sf path to fluid.sf3 2013-02-12 10:44:37 +01:00
ws
48b17c47ae remove mscore1 font; change dynamics editing 2013-02-11 20:53:51 +01:00
lasconic
1b96533cd9 better fix for globalshare 2012-11-21 19:02:04 +01:00
lasconic
37f118aae4 fix globalShare init 2012-11-20 23:07:37 +01:00
Werner Schweer
2cbb3a93ff add Placement property to more elements 2012-10-31 11:48:12 +01:00
Werner Schweer
d24d83a531 add new property Placement to TempoText 2012-10-31 11:48:12 +01:00
Maurizio M. Gavioli
105eb1f241 Plugin: make available Accidental.accType and Accidental.role properties and enums 2012-10-01 20:08:03 +02:00
Werner Schweer
4e54f49315 reorganize file read 2012-10-01 09:58:05 +02:00
Werner Schweer
3fe697f54d implement inspector for hairpin elements 2012-09-18 09:28:28 +02:00
Werner Schweer
6f951ece88 add inspector for trill lines 2012-09-17 18:09:30 +02:00
Werner Schweer
ed60fef4e6 implement inspector for ottava 2012-09-17 17:35:49 +02:00
Werner Schweer
2e98b0362f add inspector framework for volta 2012-09-17 15:41:50 +02:00
Werner Schweer
3139970fd1 move ElementType to Element() 2012-09-13 18:07:11 +02:00
Werner Schweer
6c109f15a9 move enum Anchor into class Spanner 2012-09-12 11:16:36 +02:00
Werner Schweer
a345f393b4 Sym() cleanup; use Sym names in TextLine() 2012-09-08 11:35:25 +02:00
Maurizio Gavioli
f9daaf11c7 Updated staff type edit dlg box and StaffTypeTablature to use configured styles rather than fonts directly (W-I-P)
The staff type edit dlg box now lists only the font styles configured for TABs rather than all the existing fonts.
2012-08-27 10:31:02 +02:00
Maurizio Gavioli
6fac784231 Added configuration for tablature fonts. Merged all tab fonts into one.
Tablature symbols and styles are no longer hard coded but stored in a config. file; this allowed to merge all tab fonts into one.
2012-08-27 10:31:02 +02:00
Maurizio Gavioli
b0b5cdc374 FiguredBassItem properties again 2012-08-11 01:15:22 +02:00
Maurizio Gavioli
ddce5e5b61 FiguredBassItem properties 2012-08-10 20:52:19 +02:00
Werner Schweer
686d0d271c fix script bindings for some enums 2012-08-04 15:46:43 +02:00
Maurizio Gavioli
2ab6a9fd23 Added qRegisterMetaType() calls 2012-08-03 20:48:46 +02:00
Werner Schweer
2e84a7ee70 fix enum script binding for SegmentType 2012-08-03 15:54:02 +02:00
lasconic
4de7b77d6a init static variables in Mscore 2012-07-31 16:54:00 +02:00
Werner Schweer
76e22b7ec7 polishing the plugin subsystem 2012-07-18 14:54:44 +02:00
Werner Schweer
bb80a4d2d9 build fixes 2012-07-16 15:49:24 +02:00
Werner Schweer
bd446e523c fix scripting regression 2012-07-13 16:11:39 +02:00
Werner Schweer
2d6fa71455 move config.h into all.h 2012-07-09 09:51:10 +02:00
Werner Schweer
96808eccb0 remove FiguredBass font 2012-05-27 15:20:20 +02:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00