Commit graph

13339 commits

Author SHA1 Message Date
alexandr
0c073806b0 remove unused part in intall step on mac 2018-08-16 14:13:25 +02:00
anatoly-os
cb982cd31b
Merge pull request #3867 from jthistle/275275-cancel-on-wrong-side-of-new-document
fix #275275: Move cancel button on new document to right for consistency
2018-08-15 15:49:13 +02:00
anatoly-os
eb26a9fcb9
Merge pull request #3868 from mattmcclinch/275273-delete-frame
fix #275273: Crash after appending frames and their deletion
2018-08-15 15:47:33 +02:00
James Thistlewood
f6a145eaf7 fix #275275: Move cancel button on new document to right for consistency 2018-08-15 13:49:34 +01:00
Matt McClinch
5e1a242c8a fix #275273: Crash after appending frames and their deletion 2018-08-15 08:13:32 -04:00
anatoly-os
c8199ac5a8
Merge pull request #3866 from handrok/fix-loader_path-for-dylib
fix #275230 Change loader_path for non Qt lib
2018-08-15 00:31:39 +02:00
alexandr
575fd94555 Change_loader_path to executable_path for non Qt dylib 2018-08-14 16:25:02 +02:00
anatoly-os
9fb8c7d6d6
Merge pull request #3865 from handrok/fix275230-loader-path-for-mac
fix #275230 MuseScore will not open
2018-08-14 14:57:28 +02:00
alexandr
061d9bd0eb Change @loader_path for the not Qt lib 2018-08-14 13:48:49 +02:00
anatoly-os
a7a1a56dda
Merge pull request #3822 from mattmcclinch/274446-delete-frame
fix #274446: Crash by deleting vertical frame in first page of large scores
2018-08-14 12:21:20 +02:00
anatoly-os
2b5b85f1b3
Merge pull request #3858 from Jojo-Schmitz/MSVC-warnings
Fix #275218: fix MSVC warnings
2018-08-14 12:03:07 +02:00
anatoly-os
d56efb5c9d
Merge pull request #3854 from Jojo-Schmitz/USE_SYSTEM_QTSINGLEAPPLICATION
Fix #52106: fails to compile with -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
2018-08-14 12:02:44 +02:00
anatoly-os
306dc80634
Merge pull request #3806 from Jojo-Schmitz/score-parts
link playback related propertes, unlink one layout property
2018-08-14 12:02:10 +02:00
anatoly-os
c07d825a42
Merge pull request #3775 from mattmcclinch/89016-dotted-rests
fix #89016: Disappearing dots (using NoteDot)
2018-08-14 11:45:05 +02:00
anatoly-os
292446659f
Merge pull request #3793 from mattmcclinch/274028-courtesy-accidental
fix #274028: Courtesy accidental on tied note ignored later in measure
2018-08-14 11:13:27 +02:00
anatoly-os
a689e7c69d
Merge pull request #3847 from mattmcclinch/274965-save-directory
fix #274965: "Save As" should work as it works in every other program.
2018-08-14 11:10:33 +02:00
anatoly-os
2e801f54d1
Merge pull request #3835 from mattmcclinch/274439-crash
fix #274439: Crash when deleting title frame
2018-08-14 11:10:04 +02:00
Joachim Schmitz
632f830f5f Fix #275218: fix MSVC compiler warnings
* Warnings C4304, C4804 and C4838.
* Warnings C4065 and most C4702 (all but two).
* Warnings C4701.
* Warnings C4244.
* Warnings C4457.
* Warnings C4459.
* Some warnings C4456, due to nested `foreach` loops.
2018-08-14 10:03:49 +02:00
Joachim Schmitz
61d4544232 split lrelease step into 3 to prevent issues with overlong commandline
and speed up MSVC builds by using all CPUs
2018-08-14 10:00:21 +02:00
anatoly-os
fe929d60b4
Merge pull request #3863 from handrok/fix#275004-textline
fix 275004: score v.1.14 with TextLine cannot open in 3.0
2018-08-14 09:44:08 +02:00
anatoly-os
43d253d251
Merge pull request #3823 from mattmcclinch/270433-remove-markings
fix #270433: Crash when pasting a note with an articulation if the final note is split between two measures
2018-08-14 09:40:41 +02:00
anatoly-os
7b53ac790f
Merge pull request #3864 from mattmcclinch/138941-time-signatures
fix #138941: Subsequent time signatures are shown twice when the first one is changed
2018-08-14 09:34:43 +02:00
alexandr
961504153e fix 275004: add ability to read score v.1.14 with TextLine
To read TExtLinefrom score version 1.14 I implement logic that read old format of TextLine like volta and Ottava already have

Remove unused include
2018-08-14 08:49:00 +02:00
Matt McClinch
c943d33cd5 fix #138941: Subsequent time signatures are shown twice when the first one is changed 2018-08-13 13:30:49 -04:00
anatoly-os
9ccae66861
Merge pull request #3861 from handrok/FIX-PERMISSIONS-ON-LINUX
change permissions for QtWebEngineProcess in AppImage
2018-08-11 12:32:17 +02:00
alexandr
3f30e66aa5 change permissions for QWebEngineProcess on Linux 2018-08-11 11:14:26 +02:00
ws
3f625098de fix #275096 Horizontal scrolling doesn't work in continuous view 2018-08-10 11:46:28 +02:00
anatoly-os
4e655eb57d
Merge pull request #3860 from handrok/fix-PATH-for-QWebEngineProcess
Replace @executable_path to @loader_path
2018-08-09 15:50:00 +02:00
ws
4247e09755 fix #275102 Default A note is A3, but was A4 in 2.3.2 2018-08-09 15:36:37 +02:00
alexandr
08bf3dc4ed Replace @executable_path to @loader_path
Now we have two executable file in package so @executable_path suitable for us
2018-08-09 15:30:50 +02:00
ws
d5b8938756 add NoteDot to inspector 2018-08-09 13:12:34 +02:00
ws
e02af02822 fix setting current index of QComboBox in inspector 2018-08-09 11:41:02 +02:00
anatoly-os
d1e759d453
Merge pull request #3859 from handrok/fix-@executable_path
fix PATHS to lib for QWebEngineProcess on Mac
2018-08-08 20:40:11 +02:00
alexandr
73d39eb228 fix PATHS for QWebEngineProcess 2018-08-08 17:12:53 +02:00
anatoly-os
3ef8861837 Fix disappeared "Check for updates menu item"
fix reading BUILD_FOR_WINSTORE variable from within the msvc_build.bat
2018-08-08 16:31:47 +02:00
anatoly-os
0e7cd231f3
Merge pull request #3846 from Jojo-Schmitz/cmake-warning
Avoid/fix cmake and compiler warnings on MSVC build
2018-08-08 15:49:02 +02:00
anatoly-os
77fb2bd10d
Merge pull request #3857 from handrok/MSVC-COMPILATION-fixed-build-om-mac
Replace @rpath with @executable_path to correctly install QWebEngine in mac package
2018-08-08 15:46:08 +02:00
Joachim Schmitz
bfded68c29 tell git to ignore msvc.build.relwithdebinfo 2018-08-08 15:04:28 +02:00
Joachim Schmitz
73ce139f73 Disable all current MSVC warnings for thirdparty/poppler
as we're not going to fix them anyhow and they do clutter up the build,
leading to us not seeing the tree in the forrest
2018-08-08 14:53:46 +02:00
Joachim Schmitz
523a5598a3 Fix/avoid compiler warnings reg. unused parameters of variables
and a debugging artifact `#pragma pack (pop)`
2018-08-08 14:53:46 +02:00
Joachim Schmitz
9d12acd78a avoid/fix cmake warnings
and also fix some possible cmake error messages, but avoiding to
collide with #3849
2018-08-08 14:53:46 +02:00
anatoly-os
5b53805810 add RelWithDebInfo configuration for MSVC
MuseScore built with Debug configuration is too slow for comfortable work, so most of the time RelWithDebInfo is more suitable
Add installdebug step
2018-08-08 14:52:21 +02:00
alexandr
dbb251fefb Replacing @rpath to @executable_path for QWebEngineProcess 2018-08-08 14:26:09 +02:00
ws
ca6e5d003e misc. updates for inspector 2018-08-08 14:16:29 +02:00
Joachim Schmitz
4c28258db0 Fix #52106: fails to compile with -DUSE_SYSTEM_QTSINGLEAPPLICATION=ON 2018-08-08 12:56:59 +02:00
anatoly-os
9ccc6cc861 fix lupdate step for MSVC
Replace *.ts mask with the list of real .ts files.
Make lrelease dependent from mscore to call it automatically when building MSVC code
Add debug build to msvc_build.bat
2018-08-08 10:47:01 +02:00
ws
a88acced6d add text offset property to several element types in inspector 2018-08-08 10:38:24 +02:00
anatoly-os
1cfceefc1c
Merge pull request #3856 from handrok/MSVC-Compilation-resources-for-WebEngine
FIxed incorrect path to QWebEngine resources for linux which cause to crash programm
2018-08-08 10:30:08 +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
lasconic
33bf18cba3 do not check for update in development mode, only for nightlies 2018-08-08 10:13:20 +02:00