Commit graph

30740 commits

Author SHA1 Message Date
asattely
36df9947e0 vtest for empty tuplet direction 2023-05-10 14:45:23 -04:00
asattely
1b74857233 enhance tuplet direction detection based on voices 2023-05-10 14:44:35 -04:00
Eik Rentzow
60e36f3e35 Fix false filter logic against MIDI system messages
The previous logic was always true when only the sign bit was set, so 0x80 to 0xFF, effectivly not filtering at all.

Just checking if the status byte is between 0x80 and 0xF0 (excl.) is enough.

A more 'fancy' way would be (u.byte[0] >> 7 && u.byte[0] & 0x70 ^ 0x70) - but that's less understandable!
2023-05-10 21:21:39 +03:00
RomanPudashkin
f3f509fd5e
Merge pull request #17525 from Jojo-Schmitz/compiler-warnings
Fix MSVC compiler warning
2023-05-10 20:36:55 +03:00
RomanPudashkin
a02fb213ed
Merge pull request #17526 from shoogle/appimage-platform-plugins
Linux: Avoid setting EXTRA_PLATFORM_PLUGINS twice in AppImage script
2023-05-10 20:34:40 +03:00
jeetee
a9fd7179c3 GP Import "Da Coda" as Markers instead of Jumps 2023-05-10 18:51:07 +02:00
jeetee
3a42d912ae fix #16294 Da (Double) Coda is a Marker, not a Jump 2023-05-10 18:51:07 +02:00
Peter Jonas
05a8cc3eb7 Linux: Avoid setting EXTRA_PLATFORM_PLUGINS twice in AppImage script 2023-05-10 17:26:52 +01:00
bakajikara
b07a52f6a0 Fix utest error 2023-05-11 00:30:00 +09:00
bakajikara
d13764e996 Select the right chordrest after deleting barline 2023-05-11 00:30:00 +09:00
bakajikara
17a2a84c55 Fix repeat start barline couldn't be replaced 2023-05-11 00:30:00 +09:00
bakajikara
3ee6a91213 Fix #13126: Change the tick to which barline is applied
If the barline type is start repeat, add it before the selected chordrest. Otherwise, after the chordrest. This is consistent with the behavior when applying to a measure.
2023-05-11 00:29:51 +09:00
Joachim Schmitz
c006774ab3 Fix MSVC compiler warning
reg. unreferenced formal parameter (C4100)
2023-05-10 17:20:30 +02:00
RomanPudashkin
4eeed9cf79
Merge pull request #13781 from shoogle/appimage-wayland
Linux: Add native Wayland support to AppImage
2023-05-10 18:03:04 +03:00
RomanPudashkin
26cb9b6789
Merge pull request #16636 from mikekirin/16317-add-note-to-tied-chord
Fix #16317: Added tied, cross bar chords handling.
2023-05-10 18:02:12 +03:00
mikekirin
8592990b02
Merge pull request #16627 from mikekirin/15576-properties-panel
Fix #15576: Properties panel doesn't update when new elements are added
2023-05-10 16:29:37 +02:00
DmitryArefiev
9220f03426
Merge pull request #16870 from Tejkh1/tej5
Fix: #15551 "View | Fullscreen" appear as a toggle .
2023-05-10 16:53:53 +03:00
RomanPudashkin
fe1f890bc0
Merge pull request #10282 from Jojo-Schmitz/baroque-trills
[MU4] Fix #328451: Add 2 (baroque) trills
2023-05-10 16:05:31 +03:00
RomanPudashkin
6040075b14
Merge pull request #10000 from Jojo-Schmitz/tremolo-dots
[MU4] Fix #306189: Extend Tremolo palette
2023-05-10 15:42:36 +03:00
Mike Kirin
d10912d14c Fix #15576: Properties panel doesn't update when new elements are added
to a range selection
2023-05-10 14:36:25 +02:00
mikekirin
e38b9be022 Fix #16317: Added tied, cross bar chord handling 2023-05-10 14:32:52 +02:00
Peter Jonas
777fe741e1 Linux: Add native Wayland support to AppImage
Fix #11244

To use the Wayland display protocol rather than X11, firstly you must
be running Wayland as your display server. Many Linux distributions
allow you to choose between Wayland and X.org/X11 at the login screen.
Use this command to find out which server you are currently using:

    echo $XDG_SESSION_TYPE

Secondly, when you run MuseScore, you must opt-in to Wayland support,
either via an environment variable:

    QT_QPA_PLATFORM=wayland ./MuseScore*.AppImage

Or via a command line option:

    ./MuseScore*.AppImage -platform wayland

Otherwise Qt will default to running in X11 mode via the Xwayland
compatibility layer, which is more reliable than native Wayland
support in some cases (particularly on older distributions).
2023-05-10 13:28:12 +01:00
Joachim Schmitz
0ea8f11fae Fix typo, including compatibility check 2023-05-10 15:27:02 +03:00
Larry Valkama
fdddcd440a opusenc generate config.h in builds dir 2023-05-10 15:22:44 +03:00
Larry Valkama
457a9cee16 config.h is generated by autoconf 2023-05-10 15:22:44 +03:00
Patrick Norton
83fa707043 Fixed strange formatting 2023-05-10 15:19:38 +03:00
Patrick Norton
414faab891 Updated README 2023-05-10 15:19:38 +03:00
Patrick Norton
967eeadf5e Updated IntervalTree 2023-05-10 15:19:38 +03:00
RomanPudashkin
0862e06033
Merge pull request #10860 from Jojo-Schmitz/crash-select-all
[MU4] Fix #330595: Crash on selecting entire score after XML import
2023-05-10 15:18:44 +03:00
Joachim Schmitz
f0e3728516 Fix #328451: Add 2 (baroque) trills 2023-05-10 14:17:19 +02:00
DmitryArefiev
c6db1e03bf
Merge pull request #16901 from lvinken/15575-double-hairpin
Fix #15575: Crash opening musicxml file with consecutive <direction> …
2023-05-10 15:09:26 +03:00
RomanPudashkin
ffe2053adf
Merge pull request #12863 from Jojo-Schmitz/caesura-single-stroke
[MU4] Add single stroke caesura
2023-05-10 14:54:55 +03:00
DmitryArefiev
0dba82bf80
Merge pull request #17126 from hodori0719/export-dialog-ui
Fix #15537: Vertical formatting to avoid text overflow on score export dialog
2023-05-10 14:23:19 +03:00
Alexander Pavlov
ff1bf3671e
Merge pull request #17521 from alexpavlov96/midi_tremolo_and_glissando
midi-render: rendering of tremolo and glissando together
2023-05-10 14:00:18 +03:00
RomanPudashkin
c7d273c633
Merge pull request #16967 from bakajikara/first-system-indentation
Fix #15638: Ignore hidden names on first system
2023-05-10 13:31:53 +03:00
RomanPudashkin
49a2873b18
Merge pull request #16574 from pratyaksh1610/parts-button-tooltip
Modify Parts button tooltip text
2023-05-10 13:10:44 +03:00
RomanPudashkin
a145159f50
Merge pull request #17156 from Tejkh1/fretdiagram
Fix: #13143 : Clear button removes FretNumber
2023-05-10 12:57:23 +03:00
RomanPudashkin
a452c7b858
Merge pull request #16840 from Jojo-Schmitz/Crash_title_frame_prevSegmentElement
Fix #346638: Crash - select title frame > previous in-staff element
2023-05-10 12:43:17 +03:00
RomanPudashkin
f3ecf915fb
Merge pull request #17419 from asattely/one-line-drum-trem-flip
Fix #17320 and remove unexposed style settings that are not working well
2023-05-10 12:21:10 +03:00
RomanPudashkin
a15840281d
Merge pull request #17290 from iwoithe/fix-17226-negative-velocity-possible
Fix #17226: Remove ability to input a negative velocity
2023-05-10 12:15:33 +03:00
RomanPudashkin
c92203d70d
Merge pull request #17403 from Jojo-Schmitz/compiler-warnings
Fix MSVC compiler warnings
2023-05-10 11:58:43 +03:00
RomanPudashkin
746d78ff14
Merge pull request #17300 from rettinghaus/musicxml
[MusicXML] Export turn with slash
2023-05-10 11:56:31 +03:00
Joachim Schmitz
86111697a4 Fix MSVC compiler warning
reg. declaration hides function parameter (C4457)
2023-05-10 09:28:21 +02:00
Joachim Schmitz
d4ea27adc9 Fix MSVC compiler warnings
reg. declaration hides class member (C4458)
2023-05-10 09:28:21 +02:00
Joachim Schmitz
4fcf17e200 Fix MSVC compiler warnings
reg. local variable is initialized but not referenced (C4189)
2023-05-10 09:28:21 +02:00
Alexander Pavlov
725fe85e6d midi-render: rendering of tremolo and glissando together 2023-05-10 09:50:44 +03:00
Joachim Schmitz
23dbc81a92 Fix MSVC compiler warning
reg. conversion from 'size_t' to 'int', possible loss of data (C4267)
2023-05-09 22:45:40 +02:00
Hemant Antony
4aacacfbef Fix #10451: Improvements to Layout Palette 2023-05-09 21:23:45 +03:00
Igor Korsukov
621dad2801 [engraving] moved layout WhammyBar 2023-05-09 20:57:43 +03:00
Igor Korsukov
2790ea74c5 [engraving] moved layout Volta 2023-05-09 20:57:43 +03:00