Commit graph

33652 commits

Author SHA1 Message Date
Roman Pudashkin 10d87ebfd8 master is now 4.3.0 2023-11-24 12:42:32 +02:00
RomanPudashkin 187676ec23
Merge pull request #20103 from mike-spa/partScoreRefinements2
Parts & score refinements - the sequel
2023-11-24 12:38:14 +02:00
RomanPudashkin 647a6ba919
Merge pull request #20139 from miiizen/17625-fb-parts
Add figured bass to parts & score
2023-11-24 12:37:51 +02:00
RomanPudashkin 4958cae4a8
Merge pull request #20167 from igorkorsukov/engraving/layout_optimisation_2
[engraving] Added micro optimisation
2023-11-24 12:37:04 +02:00
Michele Spagnolo 2f5e5aa978 Allow spannerSegments to be cloned when cloning a spanner
No idea why it was being done only when the old spanner didn't have a start element. Might have been an old hack to fix something else.
2023-11-24 10:33:29 +01:00
Igor Korsukov 609188a6a4 [engraving] added micro optimisation 2023-11-24 11:23:13 +02:00
RomanPudashkin 1587787cbc
Merge pull request #20147 from mike-spa/fixYetMoreBendStuff
Yet more bendage
2023-11-23 17:22:09 +02:00
James 91947a5d16 Fix text unlinking 2023-11-23 14:29:42 +00:00
Michele Spagnolo da03168629 Fix text offset changing on relink of text property 2023-11-23 14:53:58 +01:00
Michele Spagnolo 89ffdf5265 Fix selection color of unlinked text in tuplets, hairpins, etc 2023-11-23 14:53:58 +01:00
Michele Spagnolo 9c58824e5f Fix crash on relink appearance of boxes 2023-11-23 14:53:58 +01:00
Michele Spagnolo f7146aad8b Allow Autoplace property to be cloned 2023-11-23 14:53:58 +01:00
Michele Spagnolo 965a167795 Clone guitarBend to newly shown staff in new part 2023-11-23 14:52:06 +01:00
Michele Spagnolo 452c2c1105 Don't let end note change fret when removing bend 2023-11-23 14:43:24 +01:00
Michele Spagnolo 113b50e929 Don't update pitch if pitch didn't change 2023-11-23 14:43:24 +01:00
Michele Spagnolo 67c68a255a Allow inserting bend on TAB if preBend already present 2023-11-23 14:43:24 +01:00
Casper Jeukendrup de9dc23279
Merge pull request #20090 from musescore/ci_run_lupdate
Update in-repo translation source files
2023-11-23 14:40:21 +01:00
cbjeukendrup c4cdb68e33 Run lupdate 2023-11-23 13:35:30 +00:00
DmitryArefiev c8e3bda58c
Merge pull request #20148 from RomanPudashkin/vsti_crash
vsti_crash
2023-11-23 15:20:36 +02:00
Michele Spagnolo eb36247c5c Don't show Parts settings for layout breaks 2023-11-23 14:16:57 +01:00
theofficialgman 78511d60bc add ARM Linux to daily scheduled build tests 2023-11-23 14:47:40 +02:00
theofficialgman b516a9039f replace wget with curl due to armhf bug
https://bugs.launchpad.net/ubuntu/+source/wget/+bug/2043636
2023-11-23 14:47:40 +02:00
theofficialgman 03a49aeb51 add dependencies explicitly 2023-11-23 14:47:40 +02:00
theofficialgman 0c891ceec5 switch to focal for building arm 2023-11-23 14:47:40 +02:00
theofficialgman 77bc6ec3a9 minor patch for NEON helpers on ARM
for https://github.com/musescore/MuseScore/issues/18353
2023-11-23 14:47:40 +02:00
theofficialgman 162b848daa fix crashpad unable to build with GLIBC >= 2.27 in C++17
see https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2643284
2023-11-23 14:47:40 +02:00
theofficialgman 22693f4f5e change cmake repo due to kitware dropping armhf 2023-11-23 14:47:40 +02:00
theofficialgman 88f822ab0d manually set CMAKE_SYSTEM_NAME so that CMAKE_CROSSCOMPILING is set to true
even though we are not cross compiling we want some flaky tests disabled that hang QEMU
2023-11-23 14:47:40 +02:00
theofficialgman 462b0015b0 remove pkgconf hack 2023-11-23 14:47:40 +02:00
RomanPudashkin 813b852ec3
Merge pull request #20144 from igorkorsukov/engraving/layout_step82
[engraving] improved layout performance
2023-11-23 12:13:22 +02:00
RomanPudashkin 35fb2d7d2d
Merge pull request #19771 from Eism/guitar_features_tunings_stabilization
fixed #19748: Tuning can't be applied to staves when applying it to the linked one
2023-11-23 12:12:54 +02:00
Igor Korsukov 33be22b732 [engraving] improved layout performance 2023-11-23 11:01:05 +02:00
Roman Pudashkin 27077102ac create and reg VstPlugin inside VstSynthesizer for better lifetime control 2023-11-23 10:58:03 +02:00
James 4022859216 Add figured bass to parts & score 2023-11-23 08:52:42 +00:00
Joachim Schmitz eae12f9c91 Fix MSVC compiler warnings (with VS 17.8.1)
Some 1000 warnings C4996, all in internal VS code,  'xutility', lines 1141, 1255 and 1256 and '__msvc_iter_core.hpp', lines 488-492
2023-11-23 10:28:53 +02:00
Joachim Schmitz 5dc213ae26 Fix MSVC build error
reg.: 'includeCrossStaffHeight': undeclared identifier (C2065)
2023-11-23 10:28:53 +02:00
Joachim Schmitz 93edfb36f6 Fix MSCV compiler warning
reg.: declaration of 'item' hides function parameter (C4457)
2023-11-23 10:28:53 +02:00
Joachim Schmitz 9ee81d835e Fix MSVC compiler warning
reg. unreachable code (C4702)

Fixed by removing the offending and apparently unused code, along with another bunch of unused code.
2023-11-23 10:28:53 +02:00
Joachim Schmitz cad3717323 Fix MSVC compiler warnings
reg.: conversion from 'size_t' to 'int', possible loss of data (C4267)
2023-11-23 10:28:53 +02:00
Joachim Schmitz 14c0cf9c2e Fix MSVC compiler warning
reg.: 'includeCrossStaffHeight': unreferenced formal parameter (C4100)
2023-11-23 10:28:53 +02:00
RomanPudashkin edb6a56dd9
Merge pull request #20135 from RomanPudashkin/lyrics_crash
lyrics_crash
2023-11-23 10:28:13 +02:00
RomanPudashkin 3fb834c20f
Merge pull request #20121 from shoogle/braille-input-octave-rules
Braille input: Fix octave rules for notes that lack octave marks
2023-11-23 10:17:07 +02:00
RomanPudashkin cb057e3eee
Merge pull request #20141 from mike-spa/removeUnnecessaryLayoutAllCalls
OPTIMIZATION: Remove unnecessary calls to triggerLayoutAll
2023-11-23 10:16:33 +02:00
RomanPudashkin 9ee5cd8c53
Merge pull request #20143 from mathesoncalum/17874-filename_custom_templates
Fix #17874: Use filename for custom templates in new score dialog
2023-11-23 09:26:50 +02:00
Calum Matheson 8201691204
Update TemplatesRepositoryTest 2023-11-22 19:36:34 +00:00
Calum Matheson 5e374082ea
Fix #17874: Use filename for custom templates in new score dialog 2023-11-22 18:32:11 +00:00
DmitryArefiev 5384a156e7
Merge pull request #20128 from Eism/palette_more_items_repeats_fix
Fixed palette items
2023-11-22 18:38:48 +02:00
RomanPudashkin 674b35c065
Merge pull request #20107 from miiizen/19082-spanner-save
Write location before spanner end on score end
2023-11-22 17:51:16 +02:00
Elnur Ismailzada 1d5b338517
Merge pull request #20119 from NinjaNas/19279-selectionfocus
Fix #19279 Add/Remove Measure windows lose focus
2023-11-22 16:38:11 +02:00
Eism f6b7ce3b06 fixed #19682: Save the brace symbol to use later when drawing
see SingleDraw::draw
2023-11-22 14:51:27 +02:00