Commit graph

17610 commits

Author SHA1 Message Date
anatoly-os
03b2c1ad1b
Merge pull request #5846 from igorkorsukov/setry_8X6_tabscoreview
Try fix crash on get tabScoreView (from CrashReporter)
2020-03-24 13:43:46 +02:00
anatoly-os
e98f835217
Merge pull request #5830 from igorkorsukov/sentry_crash_fluids_voice_noteoff
Fixed crash fluids voice noteoff (from CrashReporter)
2020-03-24 13:39:40 +02:00
anatoly-os
9e456031cf
Merge pull request #5850 from igorkorsukov/pvs_fizeds_step2
Fixed some issues from PVS-Studio report (step2)
2020-03-24 13:12:03 +02:00
anatoly-os
aaf3cf9de8
Merge pull request #5857 from igorkorsukov/sentry_9E9_Note_drag
Try fix crash on Note::drag (from CrashReporter)
2020-03-24 12:50:40 +02:00
anatoly-os
27c7c850a8
Merge pull request #5856 from igorkorsukov/sentry_JP4_SlurTieSegment_startEditDrag
Try fix crash on SlurTieSegment::startEditDrag (from CrashReporter)
2020-03-24 12:26:06 +02:00
anatoly-os
eb0e385d90
Merge pull request #5855 from SKefalidis/palettes-string
palettes string change
2020-03-24 09:31:20 +02:00
anatoly-os
7f59f9ceac
Merge pull request #5863 from MarcSabatella/302690-chord-copy-crash
fix #302690: crash after copying chord symbol
2020-03-24 09:27:10 +02:00
MarcSabatella
b50a5543c1 fix #302690: crash after copying chord symbol
Resolves: https://musescore.org/en/node/302690

Currently, a crash can occur after copying a chord symbol.
The Harmony object contains a RealizedHarmony object,
which contains a pointer back to the Harmony object,
but the copy constructor for Harmony does not set the pointer.
This ends up yielding an invalid pointer by the time the copy completes.
This fix makes sure to set the pointer correctly.
It also copies the "_play" property,
otherwise copied chord symbols would not play by default.
2020-03-22 11:07:51 -06:00
Igor Korsukov
33675a8fa6 try fix crash on Note::drag 2020-03-21 12:49:14 +02:00
Igor Korsukov
9119661781 try fix crash on SlurTieSegment::startEditDrag 2020-03-21 12:15:57 +02:00
DangWang
0c5a286480 tiny string fix, for consistency with other buttons 2020-03-21 12:15:28 +02:00
Igor Korsukov
1927fae645 fixed review issues 2020-03-21 11:39:23 +02:00
Dmitri Ovodok
2014923958 Fix audio export of scores with incorrect synthesizer settings in non-GUI mode 2020-03-21 00:18:16 +02:00
anatoly-os
6c1e6759e1 fix crash on applying Preferences
Due to the forgotten #ifdef guard around AudiverisOMR. The integration with Audiveris is off by default which has to be guarded in the source code as well.
2020-03-20 17:26:50 +02:00
Igor Korsukov
11f7060e2d fixed issues from PVS-Studio report (step2) 2020-03-20 16:52:52 +02:00
anatoly-os
a1dc1371c2
Merge pull request #5810 from igorkorsukov/5129_chord-symbol-playback_corrections
[GSoC 2019] Basic chord symbol realization
2020-03-20 16:03:28 +02:00
Dmitri Ovodok
6dec27656d
Merge pull request #5844 from Jojo-Schmitz/instruments
fix #302586: wrong transpositioning for G Clarinet
2020-03-20 15:34:17 +02:00
Dmitri Ovodok
26fda43407
Merge pull request #5561 from mattmcclinch/298959-change-accidental
fix #298959: Note changes pitch, but accidental is not changed
2020-03-20 15:23:37 +02:00
Dmitri Ovodok
8264a51ead
Merge pull request #5464 from Howard-C/instr-dialog-staffno
fix #229246: staff incorrectly numbered in "Instruments" dialog
2020-03-20 15:05:20 +02:00
Dmitri Ovodok
2ce0f5e2a9
Merge pull request #5445 from mattmcclinch/292606-layout-image
fix #292606: image attached to a measure doesn't show
2020-03-20 15:01:43 +02:00
Dmitri Ovodok
ecf63e4777
Merge pull request #5372 from Howard-C/generate-backup
[Backup File] fix #295310: add advanced preference option of disabling backup
2020-03-20 14:43:50 +02:00
Dmitri Ovodok
0d0db01906
Merge pull request #5260 from IsaacWeiss/instrument-name-numbers
Fix #293113: Number instruments when using New Score Wizard
2020-03-20 14:32:04 +02:00
Dmitri Ovodok
5f975282f2
Merge pull request #5838 from igorkorsukov/pvs_fixeds_step1
Fixed some issues from PVS-Studio report (step1)
2020-03-20 14:10:12 +02:00
Dmitri Ovodok
84581c60ca
Merge pull request #5847 from igorkorsukov/sentry_9G3_note_enddrag
Try fix crash on Note::endDrag (from CrashReporter)
2020-03-20 14:01:34 +02:00
Dmitri Ovodok
9b5c42b76e
Merge pull request #5836 from igorkorsukov/sentry_g0h_measure_write
Fixed crash on Measure write (from CrashReporter)
2020-03-20 14:00:46 +02:00
Igor Korsukov
68b3415c47 fixed some issues from PVS-Studio report (step1) 2020-03-20 12:18:07 +02:00
Igor Korsukov
cf73e02022 try fixed crash on Note::endDrag 2020-03-20 11:48:52 +02:00
Igor Korsukov
0b0ea52d01 try fixed crash on get tabScoreView 2020-03-20 11:21:44 +02:00
anatoly-os
bb95471417
Merge pull request #5837 from igorkorsukov/sentry_8we_sample_optimize
Fxed crash on sample optimize (from CrashReporter)
2020-03-20 11:01:24 +02:00
Joachim Schmitz
1f470d1c5a fix #302586: wrong transpositioning for G Clarinet 2020-03-20 09:59:01 +01:00
Dmitri Ovodok
3d49d5caf9
Merge pull request #5839 from Jojo-Schmitz/compiler-warnings
fix compiler warnings
2020-03-19 22:56:17 +02:00
Joachim Schmitz
1a339849ae fix compiler warnings 2020-03-19 19:48:12 +01:00
Dmitri Ovodok
9c2e6f759e
Merge pull request #5809 from Jojo-Schmitz/crash
fix #302304: prevent potential crash when adding instruments
2020-03-19 15:04:37 +02:00
Dmitri Ovodok
6cc6a0fb4d
Merge pull request #5747 from Howard-C/text-line-check-box
fix #288962: score display does not respond to unchecking of "Begin/Continue/End text" boxes
2020-03-19 14:38:29 +02:00
Dmitri Ovodok
fdc4333f33
Merge pull request #5804 from mattmcclinch/302282-ignore-activeCR
fix #302282: Note entry does not begin on first chord or rest in selected range
2020-03-19 14:27:26 +02:00
Dmitri Ovodok
0f9d038d77
Merge pull request #5824 from njvdberg/issue-302388-instrument-widget
Fix #302388 - Changing the order of the instruments (staves)
2020-03-19 14:22:29 +02:00
Igor Korsukov
bc802ab99a renamed IF_ASSERT to IF_ASSERT_FAILED 2020-03-19 14:09:18 +02:00
Igor Korsukov
f9b1e499c5 Some fixes basic chord symbol realization 2020-03-19 14:03:47 +02:00
Peter Hieu Vu
86a4e7b105 Added basic chord symbol realization 2020-03-19 13:52:39 +02:00
Joachim Schmitz
52baed5fcb fix #302304: prevent potential crash when adding instruments
esp. to score with parts imported from MuseScore 1.x
2020-03-19 12:46:38 +01:00
anatoly-os
1137e606ff
Merge pull request #5782 from dmitrio95/joshwd36-instrument-change-improvements
[GSoC 2019] Instrument change improvements
2020-03-19 13:44:15 +02:00
Igor Korsukov
5aea0ab5b5 try fixed crash on sample optimize 2020-03-19 13:37:36 +02:00
Dmitri Ovodok
c0accef5c1
Merge pull request #5832 from Jojo-Schmitz/texts
fix some (translatable) texts
2020-03-19 13:02:34 +02:00
Dmitri Ovodok
2adc65ba5c
Merge pull request #5617 from Jojo-Schmitz/transpose
fix #299727: Change Transpose "By Key" to "To Key"
2020-03-19 13:00:00 +02:00
Dmitri Ovodok
6ce2055e6a
Merge pull request #5833 from Howard-C/plural
Tiny string fix
2020-03-19 12:14:48 +02:00
Dmitri Ovodok
9087e3a6e1
Merge pull request #5831 from Jojo-Schmitz/debug
follow up for fix #288495: prevent wrong debug message
2020-03-19 12:14:04 +02:00
Dmitri Ovodok
809f416459 Fix extending hairpin to multiple systems with Shift+arrow with middle grip selected 2020-03-19 12:10:44 +02:00
Igor Korsukov
482bd502c4 fixed crash on Measure write 2020-03-19 11:51:00 +02:00
Howard-C
404aa11ad0 Tiny string fix 2020-03-19 17:00:25 +08:00
joshwd36
3130bcd26d Change structure of warnings, key signatures, and clefs to remove pointers between them and instrument changes 2020-03-18 18:26:09 +02:00