Commit graph

5640 commits

Author SHA1 Message Date
Alexander Pavlov
594ee1ab33
Merge pull request #11969 from alexpavlov96/gp_octave_fix
fix #11928: octave import in gp
2022-06-10 18:36:23 +03:00
RomanPudashkin
5862539474
Merge pull request #11716 from alexpavlov96/tab_styles_preferences
implemented a window for choosing tab preferences
2022-06-10 15:14:51 +02:00
RomanPudashkin
694a79d6f3
Merge pull request #11961 from RomanPudashkin/remove_multiple_staves
[MU4] Fix #11861: Multiple undo commands required to undo delete of multiple staves.
2022-06-10 14:56:04 +02:00
RomanPudashkin
ad5a319976
Merge pull request #11957 from RomanPudashkin/sound_font_already_exits
[MU4] Fix #11874: New SoundFont notification dialog cannot accommodate entire text string
2022-06-10 14:54:29 +02:00
RomanPudashkin
abb7b91b20
Merge pull request #11972 from RomanPudashkin/remove_excerpts_fix
[MU4] Fixed mu::remove and mu::remove_if
2022-06-10 14:47:06 +02:00
RomanPudashkin
b201cc46f2
Merge pull request #11917 from RomanPudashkin/crash_after_removing_brackets
[MU4] Fix #11883: Bracket / Brace can't be removed with [Delete]; no UNDO possible; leads to crash
2022-06-10 14:18:31 +02:00
Roman Pudashkin
5a3eb080c0 fixed warning 2022-06-10 14:07:44 +02:00
Roman Pudashkin
3f2b5a0d7a fixed mu::remove and mu::remove_if if container is empty after removing elements 2022-06-10 14:02:10 +02:00
Alexander Pavlov
3577502551 fix #11664: implemented a window for choosing tab preferences 2022-06-10 14:28:55 +03:00
RomanPudashkin
66fedacee3
Merge pull request #11971 from igorkorsukov/engraving/noqt_string_9
[engraving] Replacement QString to String. Step 9
2022-06-10 13:21:35 +02:00
Igor Korsukov
75dc9f5591 replacement QString to String 2022-06-10 13:48:37 +03:00
RomanPudashkin
6d342b0689
Merge pull request #11838 from mike-spa/fingeringKerningIssue
Fix #11635 Clarify kerning behaviour of text based items
2022-06-10 12:28:03 +02:00
RomanPudashkin
c6b8200a89
Merge pull request #11965 from RomanPudashkin/play_chord
[MU4] Fix #11451: Chords are not played during Left/Right navigation
2022-06-10 11:59:52 +02:00
Igor Korsukov
375fdeb79c replaced QString to String 2022-06-10 10:32:51 +03:00
Igor Korsukov
9e92878142 added String::arg method 2022-06-10 10:32:51 +03:00
Igor Korsukov
294217ac75 removed score diff 2022-06-10 10:32:51 +03:00
Igor Korsukov
bdac16a415 replased QString to String 2022-06-10 10:32:51 +03:00
Alexander Pavlov
3a69137465 fix #11928: octave import in gp 2022-06-10 05:33:09 +03:00
Joachim Schmitz
3239b6708a Fix MinGW/MSVC compiler warning
reg. unused variable (-Wunused-variable) resp, local variable is initialized but not referenced C4189)
2022-06-09 23:08:54 +03:00
Joachim Schmitz
b3537f0294 Fix MinGW compiler warning
reg. comparison of integer expressions of different signedness: 'size_t' {aka 'long long unsigned int'} and 'int' (-Wsign-compare)
2022-06-09 23:08:54 +03:00
Joachim Schmitz
37d7716cc9 Fix MinGW/MSVC compiler warning
reg. unused parameter (-Wunused-parameter) resp. unreferenced formal
parameter (C4100)
2022-06-09 23:08:54 +03:00
Roman Pudashkin
4eb55a5cf4 disabled the playback of the selected note while navigating up/down on a tab staff when the note input mode is on 2022-06-09 18:06:46 +02:00
Roman Pudashkin
21503ad746 fix #11451: fixed the playback of the whole chord when navigating left/right 2022-06-09 18:06:46 +02:00
Roman Pudashkin
860b8259e9 fix #11861: instead of deleting items "one by one", delete all selected items at once 2022-06-09 16:15:08 +02:00
RomanPudashkin
1a213ff4aa
Merge pull request #11950 from asattely/stemless-crash
[MU4] Fix #11899: crash when importing beamed stemless notes
2022-06-09 16:11:58 +02:00
Elnur Ismailzada
b69def84ef
Merge pull request #11941 from RomanPudashkin/crash_after_deleting_time_sig
[MU4] Fix #11914: Crash after deleting initial time signatures and Undo
2022-06-09 17:11:23 +03:00
Igor Korsukov
2a99cd498c reimplemented ByteArray (fixed memory issues) 2022-06-09 16:27:53 +03:00
RomanPudashkin
9488839cca
Merge pull request #11954 from Eism/styled_menu_update_fix
fixed #11942: Recreating menu metrics when updating menu content
2022-06-09 15:23:23 +02:00
RomanPudashkin
49435cba26
Merge pull request #11945 from cbjeukendrup/instr_names_align
Fix alignment of instrument names with multiple lines
2022-06-09 14:29:31 +02:00
Roman Pudashkin
f16cf38a79 fix #11874: changed the dialog content to accommodate the warning about the existence of the file 2022-06-09 14:13:24 +02:00
Casper Jeukendrup
dc7d38aba4
Fix alignment of instrument names with multiple lines
- The multiple lines are now correctly aligned relative to each other again
- Instead of counting `Sid::instrumentNameOffset` twice, correctly take the brackets width into account for determining the system left margin if instrument names are present
- Fix a possible bug where bracket width was counted using integers instead of qreals
- Added a comment that the `System::totalBracketOffset` method does not work (fixing it is a separate job...)
- And a tiny optimization / code style improvement in TextBlock::layout().
2022-06-09 13:48:24 +02:00
Casper Jeukendrup
17bc893ec3
Fix QML warnings in IncrementalPropertyControl.qml 2022-06-09 12:37:31 +02:00
Casper Jeukendrup
20f9527a8f
Enable press and hold for notation tabs scroll buttons 2022-06-09 12:37:31 +02:00
RomanPudashkin
fd45567684
Merge pull request #11893 from Eism/plugins_various_fixes
[MU4] Plugins various fixes
2022-06-09 12:13:55 +02:00
Igor Korsukov
b4d15fcf9a replaced QString to String. Step 2 2022-06-09 11:58:44 +03:00
Eism
390f651759 fixed #11942: Recreating menu metrics when updating menu content 2022-06-09 11:04:41 +03:00
Aaron Sattely
4dddfb2b60 fix crash when importing beamed stemless notes 2022-06-08 20:28:04 -04:00
Elnur Ismailzada
8a3bf7cd5a
Merge pull request #10857 from Eism/activate_shortcuts_macos_fix
fixed #10854: Fixed activation of shortcuts on macOS
2022-06-08 19:15:16 +03:00
Elnur Ismailzada
1e55a01d0c
Merge pull request #11939 from Eism/score_page_status_bar_fix
fixed #11935: Disabled controls after closing score
2022-06-08 19:02:31 +03:00
RomanPudashkin
0e39eefc1e
Merge pull request #11927 from RomanPudashkin/special_characters_crash
[MU4] Fix #11926: Crash on inserting special character in heading or sub-heading
2022-06-08 17:57:48 +02:00
Roman Pudashkin
72e96c9a19 fix #11914: fixed duplication of instrument change elements after deleting time signatures from the first measure 2022-06-08 17:23:19 +02:00
Eism
ae3a7eabf5 fixed #11935: Disabled controls after closing score 2022-06-08 17:53:53 +03:00
Elnur Ismailzada
b9e1b2c3dd
Merge pull request #11931 from Eism/slur_to_next_system
fixed #10525: Enabled extend slur to the next system after selection
2022-06-08 15:51:24 +03:00
Michele Spagnolo
5c4819093d Correct spacing for cross staff beams
improvements
2022-06-08 14:44:36 +02:00
Michele Spagnolo
a8d0dae217 set appropriate staff size at score creation
change


correction
2022-06-08 14:43:24 +02:00
Eism
fa8dea95f2 fixed #10525: Enabled extend slur to the next system after selection 2022-06-08 14:41:42 +03:00
Igor Korsukov
6f9db08697 added methods for String 2022-06-08 14:40:27 +03:00
Roman Pudashkin
7caa75a75a fix #11926: fixed crash while inserting special characters in heading or sub-heading 2022-06-08 11:50:28 +02:00
Casper Jeukendrup
c46ca6b7bc Miscellaneous fixes for non-unity build / namespaces 2022-06-08 12:49:57 +03:00
Casper Jeukendrup
e3f5f971d9 Move MuseData import to its own namespace 2022-06-08 12:49:57 +03:00