df114f189c
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 |
||
---|---|---|
.. | ||
getopt | ||
CMakeLists.txt | ||
genManual.cpp | ||
mscore.png | ||
README |
This program creates the manual pages for the plugin framework from the sources. It reads in several header files and writes the output to mscore/share/manual/plugins/. Understood annotations in the source: //@ object description @@ ObjectName /// object description @P propertyName propertyType propertyDescription //@ methodDescription //@ ... Q_INVOKABLE methodDeclaration