Commit graph

40 commits

Author SHA1 Message Date
Marc Sabatella
e92aff138b partial refactor; lyrics, dynamics, fingering 2019-05-09 22:46:59 -06:00
Marc Sabatella
ef300d1cea implement minDistance per element 2019-05-09 22:46:58 -06:00
MarcSabatella
a2998b5b23 fix #277786: bad transposition of instrument change from 2.3.2 2018-12-21 12:58:50 -07:00
Dmitri Ovodok
c95dfd5a40 Make it possible to record elements written to MSCX 2018-10-29 16:30:19 +02:00
ws
d77183b3bb refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
ws
80f8c28f81 fix problems with styled properties for dynamics, fingering and rehearsal marks 2018-09-25 13:18:45 +02:00
ws
5f927683ad fixes for InstrumentChange, add inspector page for InstrumentChange 2018-09-21 13:45:22 +02:00
Nicolas Froment
c635eddc71
Merge pull request #3836 from MarcSabatella/instrchange-undo
fix #78591: undo of instrument change
2018-08-08 10:17:11 +02:00
alexandr
df114f189c Compile under MSVC: this commit caontais all changes to run MSVC build
1) fix some bugs which appear in runtime:  replace QString::tostdstring() to Foo.toUtf8().constData().

2) Enable start center online community. To use it you need download webengine in your QT lib. see instruction https://musescore.org/en/handbook/developers-handbook/compilation/compile-instructions-windows-visual-studio-2017-wip

3) update install steps. Add additional dlls for webEngine. Add copying dlls and musescore.exe to /msvc.install/bin folder. Run project will work with the "$(ProjectDir)\..\..\msvc.install\bin\MuseScore.exe" specified in Debugging field in mscore project

4) Moving AppVeyor from MinGW to MSVC. Exclude ALL MSVC project from INSTALL project. Exclude ALL from PACKAGE. Remove migw-cmake in script build, add .bat instead. Remove xcopy from 7z archive step

5) Fix warning : Warning C4703 potentially uninitialized local pointer variable '' used; Warning C4456 declaration of '' hides previous local declaration; Warning C4458 declaration of '' hides class member

6) Change path to 11 version wix toolset which created .msi installer package
2018-08-04 12:17:31 +02:00
ws
10ebbb9080 update text style implementation 2018-08-01 11:46:35 +02:00
MarcSabatella
d69fb77eab fix #78591: undo of instrument change 2018-07-27 13:55:07 -06:00
ws
2934f93142 new style value frameType replacing hasFrame, circle, square 2018-07-26 13:14:06 +02:00
ws
175d5aadb3 cleanup ElementFlags interface, use more Placement properties on mxml import/export 2018-07-04 12:41:14 +02:00
ws
33d1cd7fb4 rename StyleIdx -> Sid and P_ID -> Pid 2018-03-27 15:36:00 +02:00
ws
6969419cfc update subStyle implementation 2018-03-21 14:05:43 +01:00
ws
218bf79302 autoplace & other cleanups 2018-02-01 15:36:30 +01:00
Werner Schweer
e6175c5dda rearrange class hierarchy 2017-12-27 11:51:09 +01:00
Eric Fontaine
cbd5471838 fix #181616 disable change anchor for Instrument Change text
Removes the overridden method InstrumentChange::drag().  So now just uses Element::drag(), which won't change the anchor.
2017-03-15 20:51:55 -04:00
Werner Schweer
76820da37d fix crash writing styles 2017-02-08 20:12:07 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
6ca3fc19e0 fix #124166 printing from MuseScore or exporting via a third-party pdf printer causes an unexpected result 2016-09-26 10:19:35 +02:00
ws
2874c409ae specialize MasterScore() from Score() 2016-04-13 11:46:21 +02:00
lasconic
4f5372b8de merge conflict in importxml.cpp 2015-10-28 12:53:20 +01:00
Marc Sabatella
f144d7c978 fix #9352: instrument change transposition 2015-09-25 08:35:55 -06:00
igevorse
0779d7037a Read/write Midi mapping to msc* and midi files 2015-07-15 21:07:34 +05:00
Marc Sabatella
ff823835e3 fix #65961: dotted line when dragging text 2015-06-19 14:37:27 -06:00
ws
31f879e6eb InstrumentChange: allow change of anchor while dragging similar to Dynamic 2015-03-26 13:11:47 +01:00
ws
036f1a76ea visualize anchor when dragging InstrumentChange 2015-03-26 13:11:46 +01:00
ws
d952c4c11a fix #45231 Undo does not restore sound of deleted instrument change, crash on subsequent undo 2015-03-05 16:55:09 +01:00
ws
e6b8fb2808 fix #44436: barré on fretboard diagram extends to the far right 2015-01-16 14:51:09 +01:00
Marc Sabatella
ec2ea81374 fix #25445: instrument change elements are staff-relative 2014-06-07 17:47:01 -06: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
ws
e534cccef8 bug fixes for concert pitch switch 2014-04-09 16:09:21 +02:00
Marc Sabatella
1b9f822f9c fix #24657: save correct mixer info for instrument change 2014-02-12 13:59:52 -07:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
14fbeb30d3 fix text style index/type association when creating new text 2013-04-11 13:30:34 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01: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