Commit graph

1414 commits

Author SHA1 Message Date
Elnur Ismailzada
4523a47a85
Merge pull request #11880 from RomanPudashkin/crash_when_starting_drag_line
[MU4] Fix #11756: Crash when starting to drag text line while there is a range selection
2022-06-06 19:52:59 +03:00
RomanPudashkin
4d48fd98d3
Merge pull request #11888 from miiizen/10981-accidental-playback
Fix 10981: note is played after applying accidental from input bar
2022-06-06 16:16:58 +02:00
Roman Pudashkin
7182a7c505 renaming: TempoChangeRanged -> GradualTempoChange 2022-06-06 12:43:03 +02:00
Igor Korsukov
dbe5b85ced optimized xml write 2022-06-06 12:44:55 +03:00
Roman Pudashkin
9741e0d223 fixed the ability to drag lines inside the range selection 2022-06-06 11:05:35 +02:00
Casper Jeukendrup
5582b2255b Fix typos that were hidden by usings in the Ms namespace
Constant::division -> Constants::division
TempoTechniqueType -> TempoChangeType
2022-06-06 11:13:07 +03:00
James Mizen
afa884357b Fix 10981: note is played after applying accidental from input bar 2022-06-05 14:52:28 +01:00
Roman Pudashkin
91fb925bf8 fix #11756: It is always necessary to select the object that the user clicked on, if it is not currently selected 2022-06-03 15:44:29 +02:00
Casper Jeukendrup
41abd08833
Move m_isNewlyCreated from MasterScore to NotationProject 2022-06-02 22:29:11 +02:00
Joachim Schmitz
1ff2049480 Fix MSVC compiler warnings
reg. declaration of 'articulation' hides global declaration (C4459)
2022-06-02 17:27:52 +03:00
Igor Korsukov
b73764f78f renamed Ms to mu::engraving 2022-06-02 15:44:46 +03:00
Igor Korsukov
41a0c794af added use AsciiString for read xml 2022-06-02 13:00:02 +03:00
Elnur Ismailzada
9725f27582
Merge pull request #11832 from RomanPudashkin/drop_background
[MU4] Fix #10264: Bars are not highlighted when adding elements from Palettes (missing MU3 feature)
2022-06-01 18:21:33 +03:00
Elnur Ismailzada
06fac8db00
Merge pull request #11582 from cbjeukendrup/fix_notation_switch_tabs_scrollbar
Replace the scrollbar in the notation tabs by arrow buttons, and give the tabs a context menu
2022-06-01 16:21:15 +03:00
Roman Pudashkin
e234d0b2c9 removed unused methods 2022-05-31 20:51:06 +02:00
Roman Pudashkin
2588010dc0 fix #10264: fixed the highlighting of measures while dragging an element 2022-05-31 20:51:06 +02:00
RomanPudashkin
b1bf70eb39
Merge pull request #11663 from Eism/accessibility_panels_fix
[MU4] Accessibility panels reading fix
2022-05-31 16:11:12 +02:00
Igor Korsukov
13d84aa4e6 [engraving] cleaning QByteArray, QIODevice 2022-05-31 14:15:55 +03:00
Eism
b0d60aa92a Get correct element rect for accessibility system 2022-05-31 12:27:14 +03:00
Eism
f49c6ef9e8 Added bar and beats info for all elements 2022-05-31 12:27:14 +03:00
Eism
1b54d4a7df Implemented reading of elements on score when the user navigated to notation view 2022-05-31 12:27:14 +03:00
Elnur Ismailzada
b610873f1e
Merge pull request #11650 from HemantAntony/10888-enable_tuplet_button
Fix #10888: Enable Tuplet Button Always
2022-05-31 09:12:30 +03:00
HemantAntony
4d9b4f1d1b Fix #10888: Enable Tuplet Button Always 2022-05-31 10:29:31 +05:30
RomanPudashkin
7eb232e8a9
Merge pull request #11789 from RomanPudashkin/open_corrupted_score
[MU4] Fix #11771: Corrupted score can't be opened and corruption warning is not shown
2022-05-30 16:19:18 +02:00
Roman Pudashkin
3aed76eac2 fix #10100: disabled assert 2022-05-30 12:48:45 +02:00
Roman Pudashkin
32f68bb27d fix #11731: fixed the ability to resize brackets after cliking on them 2022-05-30 12:48:45 +02:00
Roman Pudashkin
a470668ee3 fix #11649: restored the ability to enter "edit mode" after double-clicking on an instrument name 2022-05-30 12:48:44 +02:00
RomanPudashkin
952eb70b2f
Merge pull request #11795 from HemantAntony/11776-incorrect_tempo
Fix #11776: Playback panel shows wrong tempo
2022-05-30 10:04:10 +02:00
Joachim Schmitz
a9ce3a6507 Fix GH#11796; Crash on closing part 2022-05-30 10:19:22 +03:00
Casper Jeukendrup
94c5fa4592
Move context menu data / handling to cpp 2022-05-30 08:37:23 +02:00
Casper Jeukendrup
d0bbd9bb27
Implemented context menu for notation switch tabs 2022-05-30 08:31:49 +02:00
Casper Jeukendrup
3c72999255
Add a general component for showing context menus
Update ContextMenuLoader.qml
2022-05-30 08:31:49 +02:00
Casper Jeukendrup
c9bb9736ab
Add buttons to scroll in notation switch tabs 2022-05-30 08:31:49 +02:00
Anonymous Maarten
4ebba960c2 Fixes for non-unity build
- Include log.h in menuview for IF_ASSERT_FAILED
- Fix compile error: invalid use of incomplete type ‘class QWindow’
- Fix error: 'invalid use of incomplete type ‘class Ms::ScoreFont’
- Fix error: '‘IProjectAutoSaver’ has not been declared'i
2022-05-29 23:50:04 +02:00
HemantAntony
71a1f5937b Fix #11776: Playback panel shows wrong tempo 2022-05-28 15:17:08 +05:30
Roman Pudashkin
33da010109 fixed duplication of error codes 2022-05-27 17:04:42 +02:00
Igor Korsukov
a2b41e6f95 cleaning xmlwriter 2022-05-26 21:02:41 +03:00
Casper Jeukendrup
6b531ad96b
Fix crash when pressing arrow key with bracket in Edit Mode 2022-05-25 20:43:53 +02:00
RomanPudashkin
23c32aac80
Merge pull request #10650 from asattely/show-system-objects-removal
[MU4] Remove all showSystemObjects functionality from ScoreGroup
2022-05-24 21:40:21 +02:00
Igor Korsukov
de6fea2dcb Replaced QFileInfo to mu::io::FileInfo 2022-05-24 12:40:42 +03:00
Aaron Sattely
79502e12a4 Remove all showSystemObjects functionality from ScoreGroup
system object information does not rely on orders.xml anymore, so it shouldn't ever be in the <Section> xml element. ignore from previous versions.
2022-05-23 10:53:57 -04:00
Igor Korsukov
97b15e6698 replaced QIODevice to mu::io::IODevice 2022-05-20 17:13:18 +03:00
Igor Korsukov
260c9b2caf added zip reader/writer facade 2022-05-19 16:05:10 +03:00
Igor Korsukov
196cf66f83 Revert "added zip reader/writer facade"
This reverts commit 3fbcc58e06.
2022-05-19 15:29:42 +03:00
Igor Korsukov
3fbcc58e06 added zip reader/writer facade 2022-05-19 15:29:12 +03:00
Roman Pudashkin
84bc31957a fix #11181: improved the auto-scroll behaviour during the playback. If the user scrolls the score manually during the playback, the auto-scroll will be disabled for 2 seconds 2022-05-18 13:08:14 +02:00
Roman Pudashkin
f9fe3ed72c fix #10779: disabled the vertical panning during the playback if there is only one system 2022-05-17 21:47:10 +02:00
RomanPudashkin
678f356ce4
Merge pull request #11660 from RomanPudashkin/play_cursor_position
[MU4] Fix #9181: Playback & Looping is non-functional on part scores
2022-05-17 16:19:49 +02:00
Roman Pudashkin
f6e18146ba fixed the position of the loop markers for part scores 2022-05-17 13:22:04 +02:00
Roman Pudashkin
9b7b111766 fixed the position of the playback cursor for part scores 2022-05-17 13:22:00 +02:00