Commit graph

5105 commits

Author SHA1 Message Date
Joachim Schmitz 47495140df Fix MSVC compiler warnings
reg. variable declarations hiding global declarations (C4459) resp.  class members (C4458)
2022-04-28 13:33:32 +03:00
Joachim Schmitz 7167932bca Fix MinGW compiler warnings
reg. comparison of integer expressions of different signdedness (-Wsign-compare)
2022-04-28 13:33:32 +03:00
Joachim Schmitz eb80259112 Fix MinGW compiler warning
reg. wrong format specifier
2022-04-28 13:33:32 +03:00
Joachim Schmitz faeff89726 Fix MSVC compiler warnings
reg. conversion from `size_t` to `int`, C4245
2022-04-28 13:33:32 +03:00
Eism c41828fe06 Fixed tests 2022-04-28 10:53:18 +03:00
Eism 41210b7cdf Optimised getting info about enabling accessibility 2022-04-28 10:53:18 +03:00
Eism 06112aad5a Optimized parsing spanners 2022-04-28 10:53:18 +03:00
Eism 3852eb6151 Removed checks that caused lags when loading score 2022-04-28 10:53:18 +03:00
Eism 163c60ad98 Do not need to check whole score after loading 2022-04-28 10:53:18 +03:00
Eism b4249777cb Dynamic registering accessible objects for score 2022-04-28 10:53:14 +03:00
Eism ebc478b33f Optimised scan elements 2022-04-28 10:51:19 +03:00
Elnur Ismailzada 792e636b31
Merge pull request #11254 from Eism/autosave_new_project
[MU4] Implemented autosave for new project
2022-04-28 09:12:02 +03:00
RomanPudashkin f276b3d72c
Merge pull request #11431 from poypoyan/noteheadscroll
fix #11421: Enable scrollbar permanently in the Notehead Group sectio…
2022-04-28 07:43:09 +02:00
poypoyan 26ec0f5769 fix #11421: Enable scrollbar permanently in the Notehead Group section in the Properties panel 2022-04-28 08:02:47 +08:00
Eism f19feab016 Implemented autosave for new project 2022-04-27 20:57:59 +03:00
RomanPudashkin 3392b39222
Merge pull request #11434 from poypoyan/helpmenu
fix #11415: Help Menu - Ordering
2022-04-27 19:38:14 +02:00
poypoyan 06da5819a3 fix #11415: Help Menu - Ordering 2022-04-27 22:59:07 +08:00
Joachim Schmitz a96103359a Allow for newer sndfile dll 2022-04-27 17:48:30 +03:00
RomanPudashkin ad9e02a6be
Merge pull request #11423 from cbjeukendrup/const_ref_instead_of_ptr
Simplify by using const references instead of pointers
2022-04-27 16:17:52 +02:00
Igor Korsukov e2ce274871 Fixed conversion warnings. Step 4 2022-04-27 17:17:13 +03:00
RomanPudashkin 7949f2f28b
Merge pull request #11272 from asattely/slur-direction-wrong
Slurs default to up when contained chords have mixed stem direction
2022-04-27 16:17:03 +02:00
sammik 3f680e6769 Corrected test file testNonStandardKeySig2.xml 2022-04-27 16:35:38 +03:00
sammik fbe8d57936 Custom Key sig transposable 2022-04-27 16:35:38 +03:00
sammik dbaa005fa1 Add Custom Key Definitions, adapt Clefs
Custom Key is defined by list of accidentals (sharp, flat, ...), scale degree, x alteration (default position is based on index),
and octave alteration (default position of accidentals as in convential signatures, depends on clef)
2022-04-27 16:35:38 +03:00
sammik a4ba6fedb2 KeySig refactor
remove KeySym.spos and KeySym.pos
add KeySym.line and KeySym.xPos
2022-04-27 16:35:38 +03:00
RomanPudashkin ee2458c8bd
Merge pull request #11403 from cbjeukendrup/templates_update_after_selecting_category
New Score dialog: Update current template after selecting a different category
2022-04-27 14:19:30 +02:00
Casper Jeukendrup 72c4e9a1b5
Remove unused playlistChanged signal from Score class 2022-04-27 13:27:55 +02:00
Casper Jeukendrup b62b8fe70d
Simplify by using const references instead of pointers - RepeatList 2022-04-27 13:27:55 +02:00
Casper Jeukendrup 4cec34f7ca
Simplify by using const references instead of pointers 2022-04-27 13:27:55 +02:00
Casper Jeukendrup 18fc7649bc
Simplify by using const references instead of pointers - ExportXML 2022-04-27 13:27:55 +02:00
Casper Jeukendrup 167f7b498f
Simplify by using const references instead of pointers - Score::activeMidiPitches 2022-04-27 13:27:54 +02:00
Casper Jeukendrup 06aac839da
Simplify by using const references instead of pointers - Text 2022-04-27 13:27:54 +02:00
Casper Jeukendrup 7dc641bf52
Simplify by using const references instead of pointers - ExportBraille 2022-04-27 13:27:54 +02:00
Casper Jeukendrup 4761983d88
Simplify by using const references instead of pointers 2022-04-27 13:27:54 +02:00
Casper Jeukendrup 1e37ff98d7
Simplify by using const references instead of pointers - Part::staves 2022-04-27 13:27:52 +02:00
Alexander Pavlov 111cb9f9b4
Merge pull request #11344 from alexpavlov96/gp_hide_box_without_title
fix #10332: hiding vertical frame when there is no meta info
2022-04-27 14:17:38 +03:00
RomanPudashkin b36e7f64fd
Merge pull request #11409 from RomanPudashkin/hide_selection_filters
[MU4] Fix #11310: Selection filter should not be enabled by default when users first launch MuseScore 4
2022-04-27 13:08:06 +02:00
Casper Jeukendrup 73fc247f27
Update selected category directly when starting to search 2022-04-27 11:25:44 +02:00
Roman Pudashkin ef30af1bf9
instead of storing the current indexes in the model, we will store the current objects in order to correctly check whether notifications should be sent 2022-04-27 11:25:44 +02:00
Elnur Ismailzada 55f1a7a2d8
Merge pull request #11398 from alexpavlov96/stem_length_tremolo_fix
fix #11332: stem length fix when tremolo is added on tab
2022-04-27 12:16:17 +03:00
RomanPudashkin 6d8ed43169
Merge pull request #11413 from lvinken/331336-musicxml-barlines-master
Fix #331336: Importing MusicXML causes numerous 'courtesy clefs'
2022-04-27 10:46:18 +02:00
Leon Vinken 209ca94078 Fix #331336: Importing MusicXML causes numerous 'courtesy clefs'
Ignore spurious regular barlines (left and right) on MusicXML import,
to prevent confusing the layout algorithms with respect to system start.
2022-04-27 09:33:27 +02:00
RomanPudashkin b10e37ce10
Merge pull request #10975 from RomanPudashkin/notehead_popup_improvements
[MU4] Fix #10028: Notehead popup design improvements
2022-04-26 23:05:34 +02:00
RomanPudashkin 0eb4ed722e
Merge pull request #11399 from RomanPudashkin/crash_when_adding_time_sig
[MU4] Fix #11329: Сrash when adding a time signature to the part
2022-04-26 22:55:24 +02:00
Roman Pudashkin fdb96cdf3f fix #10028: various improvements for the notehead popup 2022-04-26 22:40:27 +02:00
RomanPudashkin 207b12163b
Merge pull request #11369 from cbjeukendrup/more_color_tweaks
More color tweaks
2022-04-26 22:36:27 +02:00
Roman Pudashkin bf6857da93 fix #11329: fixed crash when adding a time signature to an excerpt that has fewer staves than the master score 2022-04-26 22:31:38 +02:00
Roman Pudashkin d3a6afeb61 fix #11310: don't need to add a panel as a tab if it is hidden by default 2022-04-26 22:25:18 +02:00
RomanPudashkin a7f2cc1b74
Merge pull request #11407 from cbjeukendrup/fretboard_harmony_not_in_palette
Don't draw fretboard diagram harmony in Palettes
2022-04-26 22:09:52 +02:00
RomanPudashkin 69e26fbbcd
Merge pull request #11287 from alexpavlov96/gp_fix_barlines_on_staves
fix #10638: fix barline types on different staves
2022-04-26 22:01:08 +02:00