Commit graph

28648 commits

Author SHA1 Message Date
pereverzev+v ff7e63c0f4
Merge pull request #15022 from RomanPudashkin/crash_when_closing_score
crash_when_closing_score
2022-12-08 19:55:27 +02:00
pereverzev+v 9e151a731d
Merge pull request #15024 from cbjeukendrup/partName_longName
Default part name should now be longName instead of trackName
2022-12-08 17:31:45 +02:00
pereverzev+v fb974a323e
Merge pull request #14940 from RomanPudashkin/use_only_ms_basic_metronome_sound
use_only_ms_basic_metronome_sound
2022-12-08 17:31:01 +02:00
Elnur Ismailzada 3a2168455e
Merge pull request #15041 from Eism/score_copy_drag_crash_fix
fixed #13364: Attempt to duplicate element result in program freezing/crashing (Linux only)
2022-12-08 17:30:03 +02:00
Michele Spagnolo 0e459334b3 When replacing an instrument, update transposition only once 2022-12-08 15:54:24 +02:00
Michele Spagnolo 0aa7d127af keySigEvent must be added also if in C 2022-12-08 15:54:24 +02:00
RomanPudashkin 1c7cbb8b4b
Merge pull request #15010 from vpereverzev/note_input_delay
[MU4] note_input_delay
2022-12-08 15:53:37 +02:00
Roman Pudashkin 8ad4fd7afd fixed a crash when closing a score with a vst effect on the master channel: masterOutputParamsChanged channel exists much longer than the master channel item, so we should not capture the item to the channel directly inside the buildMasterChannelItem() function 2022-12-08 15:31:13 +02:00
Alexander Pavlov 5d8d227f38
Merge pull request #15034 from alexpavlov96/gp_no_tab_for_percussion
gp-import: not creating linked tab staff for percussion
2022-12-08 14:34:12 +02:00
Eism 43ffd030f8 fixed #13364: Fixed crash when ending the drag copy
On some platforms, canceling a drag removes the drag object. For example see QXcbDrag::cancel()
2022-12-08 14:07:49 +02:00
RomanPudashkin afef556596
Merge pull request #15025 from cbjeukendrup/pdf_export_multisize_parts
Pdf export: fix page size when writing parts with different page sizes to single file
2022-12-08 12:30:59 +02:00
Elnur Ismailzada 3f2c157035
Merge pull request #15018 from Eism/score_ctrl_drag_disable
reverted #8174: lasso list selection
2022-12-08 09:08:10 +02:00
Alexander Pavlov 536ada5bd2 gp-import: not creating linked tab staff for percussion 2022-12-08 07:17:11 +02:00
Alexander Pavlov f5648fcd2e
Merge pull request #14950 from alexpavlov96/let_ring_continue_text
adding text for continious elements also for each system
2022-12-08 06:06:31 +02:00
Alexander Pavlov 092df79e41
Merge pull request #14996 from alexpavlov96/gp_segno_import
gp-import: importing da segno
2022-12-08 06:06:19 +02:00
pereverzev_v 8703745454 Prevent crash on read of ChordLine during the copy-paste action 2022-12-07 23:30:04 +02:00
Casper Jeukendrup 7db2b2b367
Default part name should now be longName instead of trackName 2022-12-07 17:20:24 +01:00
Casper Jeukendrup 18718307e0
Pdf export: fix page size when writing parts with different page sizes to single file 2022-12-07 16:27:04 +01:00
RomanPudashkin 5d27ed7fcc
Merge pull request #14982 from mike-spa/fixShiftRarrowSystemLineEdit
Fix shift + rightArrow system line edit
2022-12-07 17:17:18 +02:00
DmitryArefiev 001c23fbbd
Merge pull request #15009 from Eism/inspector_texts_fix
fixed #14968: Selecting two voltas will result in deletion of text and "repeat list" number, leading to score is not playable anymore
2022-12-07 17:50:12 +03:00
Roman Pudashkin 6bb016b4d0 fix #14880:
1. do not destroy segments inside ~Spanner(): they now have System (or DummyElement) as a parent and will be destroyed when their parent is destroyed
2. for the same reason, do not destroy spanners inside ~Score()
2022-12-07 16:49:48 +02:00
Roman Pudashkin 1fda06e46b fix #15017: do not spam to audioSignalChanges 2022-12-07 16:31:41 +02:00
Eism 001cdb13be reverted #8174: lasso list selection
Element-by-element selection operations (Ctrl+click and Ctrl+drag) don't work very well. Let's reduce their number.
2022-12-07 15:26:51 +02:00
DmitryArefiev 7685ec25fd
Merge pull request #14990 from RomanPudashkin/disappeared_vst_fx
[MU4] Fix #14752: Changing volume faders causes VST effects to be removed
2022-12-07 16:26:24 +03:00
Michele Spagnolo 57a8a0f051 Correct line endSegment during layout
added null check
2022-12-07 14:11:23 +01:00
Michele Spagnolo 2da45bf6b1 Partially revert 06890a 2022-12-07 14:09:31 +01:00
pereverzev_v 761b89c8cc Applying spanner articulations specific to a staff only to chords from that staff 2022-12-07 14:27:05 +02:00
pereverzev_v e9b74d7c0a Respect note length when calculating pitch bend intervals
Fixed #14958
2022-12-07 14:26:48 +02:00
Eism e8673574d1 Corrected signal names 2022-12-07 14:21:59 +02:00
RomanPudashkin 4f926f7f86
Merge pull request #14978 from RomanPudashkin/crash_when_add_fret_diagram
[MU4] Fix #14977: Crash when adding fret diagram to a note
2022-12-07 12:53:48 +02:00
pereverzev_v a2fb95fe01 Returned original capacity of internal audio buffer to 8k frames 2022-12-07 11:58:33 +02:00
Eism 3d6979c59d fixed #14968: Apply text only when changed by the user, not programmatically 2022-12-07 09:11:56 +02:00
Alexander Pavlov d4f4ad98f3 gp-import: importing da segno 2022-12-06 21:13:35 +02:00
Roman Pudashkin c26899bf98 fix #14896: do not play the selected note twice if we were unable to add a new note 2022-12-06 19:49:33 +02:00
DmitryArefiev 46fdfcbbba
Merge pull request #14839 from cbjeukendrup/metronome_dont_mute_by_solo_or_range_selection
Don't mute metronome by solo or range selection
2022-12-06 20:42:35 +03:00
DmitryArefiev 39137c38e9
Merge pull request #14948 from RomanPudashkin/disable_chord_symbols_playback
[MU4] Fix #13271:  'Play chord symbols' option doesn't save 'sound off' state for next opened scores and next MU sessions
2022-12-06 19:58:38 +03:00
RomanPudashkin 12a60135be
Merge pull request #14842 from Jojo-Schmitz/beams_crash
Fix GH14840: Crash when there are 6 or more beams (i.e. beamed 256th notes or shorter)
2022-12-06 17:54:52 +02:00
Roman Pudashkin bcd661e525 fix #14752: added a missing initialization 2022-12-06 17:22:35 +02:00
RomanPudashkin 7e1f95e11a
Merge pull request #14987 from musescore/revert-14862-seek_optimization
Revert "seek_optimization"
2022-12-06 16:16:49 +02:00
Elnur Ismailzada 40e54f848b
Merge pull request #14983 from Eism/backend_use_gtk_fix
[MU4] Backend fix
2022-12-06 16:10:21 +02:00
RomanPudashkin 062d03be18 Revert "minor optimization"
This reverts commit d2339f1ce0.
2022-12-06 15:34:12 +02:00
pereverzev+v 064965adb3
Merge pull request #14981 from vpereverzev/audio_export_issues
[MU4] audio_export_issues
2022-12-06 14:40:47 +02:00
Alexandr Popov 17ca98e0ec
Merge pull request #14979 from handrok/import_gp5_tempo
import-gp5: fixed reading wrong tempo from gp5 files
2022-12-06 14:13:38 +02:00
Eism eb56e844b1 Create splash screen only for editor mode 2022-12-06 13:43:59 +02:00
Eism fc7b938578 Don't install theme if screen usage is disabled
Screen usage disabled in converter mode
2022-12-06 13:43:21 +02:00
pereverzev_v 2c32a9950f Fixed #14913 2022-12-06 13:32:20 +02:00
pereverzev_v f21a004608 Fixed an issue with the first note entered not being heard 2022-12-06 12:56:37 +02:00
pereverzev_v 9903a5ebc0 Added extra log information for audio driver and fixed $14809 2022-12-06 12:56:32 +02:00
popov alexandr b4706dde88 import-gp5: fixed reading wrong tempo from gp5 files 2022-12-06 11:44:55 +02:00
Roman Pudashkin 76280833f9 fix #14977 2022-12-06 11:06:13 +02:00