Commit graph

5491 commits

Author SHA1 Message Date
Eism
fe9c177237 Update position if popup is already open 2022-05-31 21:23:50 +03:00
Eism
2e8279dae9 Aligned the first element position according to the patent item position 2022-05-31 21:19:01 +03:00
Eism
4c3a9d0b80 Close parents menus if child menu was closed by clicking outside 2022-05-31 21:19:01 +03:00
Eism
5f51982684 Fixed recalculation of the menu size when changing the menu model 2022-05-31 21:19:01 +03:00
Eism
73ac993b1a Fixed positioning of menu for menu button 2022-05-31 21:19:01 +03:00
Eism
6572f1f81f Moved menu components to internal 2022-05-31 21:19:00 +03:00
Eism
69af7bc404 Fixed navigation for app menu bar 2022-05-31 21:19:00 +03:00
Eism
a0291afe94 Using menu loader for app menu bar 2022-05-31 21:19:00 +03:00
Eism
c5a531fce8 fixed #9056: Implemented new behaviour for tooltips 2022-05-31 21:19:00 +03:00
Eism
86a1a0712e fixed #9055: Using menu loader with updating a position for new menu instead of reopening menu 2022-05-31 21:19:00 +03:00
Igor Korsukov
fe5a6e507f added use AsciiString for XmlStreamReader::name 2022-05-31 18:35:42 +03:00
Igor Korsukov
d334c10207 added AsciiString 2022-05-31 18:35:42 +03:00
Igor Korsukov
8c0bd12354 added mu::String 2022-05-31 18:35:42 +03: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
RomanPudashkin
5cf11ee14b
Merge pull request #11822 from alexpavlov96/gp_import_capo
fix #11816: placement of capo fret text
2022-05-31 14:06:37 +02:00
Igor Korsukov
13d84aa4e6 [engraving] cleaning QByteArray, QIODevice 2022-05-31 14:15:55 +03:00
Igor Korsukov
82ee6fc56a cleaning MscReader/Writer 2022-05-31 14:15:55 +03:00
RomanPudashkin
3d53c51354
Merge pull request #11815 from RomanPudashkin/close_vst_windows
[MU4] Fix #11727: Choosing 'No effect' in Audio FX should close VST effect window
2022-05-31 13:06:02 +02:00
Alexander Pavlov
58e3a5f824 fix #11816: placement of capo fret text 2022-05-31 12:57:24 +03:00
Eism
487e54ec75 Restored voice panels 2022-05-31 12:31:41 +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
c02fc8c355 Implemented reading the names of staves when the user switch to another staff 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
Eism
47fe50240e Partially fixed Quick Nav mode for VoiceOver on macOS 2022-05-31 12:27:14 +03:00
RomanPudashkin
8854c8c807
Merge pull request #11811 from mike-spa/cleanupAutoStemDirection
Fix #11498 Unpredictable stem direction on middle line
2022-05-31 11:14:31 +02:00
popov alexandr
8f17ca3720 removed unused code for ios build 2022-05-31 11:33:02 +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
Roman Pudashkin
251f0fcbc8 fix #11727, #11726: fixed closing the VST windows if they are no longer allowed 2022-05-30 19:07:56 +02:00
Michele Spagnolo
2ad9a607e3 cleanup auto stem direction 2022-05-30 17:36:36 +02:00
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
1e58f974b7 removed score()->update() because it deletes the edited bracket and result in an invalid pointer 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
ccd698216c
Merge pull request #11793 from RomanPudashkin/feathered_beams
feathered_beams
2022-05-30 12:27:29 +02:00
RomanPudashkin
0fe0c7e1c3
Merge pull request #11581 from sammik/custom-keysig-symbols-width
Custom keysig - count symbols width
2022-05-30 10:49:31 +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
sammik
74015ff6a1 KeySyig Editor - take default x-positions unless Control is pressed 2022-05-30 06:04:59 +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
sammik
06e671a19a Custom keysig - count symbols width
default positions by symbol width, not fixed xstep

other minor tweaks
- add more transposable symbols (sharp sharp, natural sharp, natural flat)
- replaced QString by std::string on some places
- replaced "score()->spatium() / mag()" by "spatium()" (which already has mag calculation included)
2022-05-29 22:03:42 +02:00
HemantAntony
71a1f5937b Fix #11776: Playback panel shows wrong tempo 2022-05-28 15:17:08 +05:30
Roman Pudashkin
6384f89e28 fixed display of the Feathered Beams section in Inspector 2022-05-27 22:03:46 +02:00
Roman Pudashkin
ce859f3bcf changed the order of operations while loading a project: the project migration should only start if there are no reading errors 2022-05-27 17:04:43 +02:00
Roman Pudashkin
aca8730d9b fixed the ability to load a corrupted project 2022-05-27 17:04:43 +02:00
Roman Pudashkin
33da010109 fixed duplication of error codes 2022-05-27 17:04:42 +02:00
Igor Korsukov
b834ce8d51 [engraving] cleaning QByteArray 2022-05-27 17:04:27 +03:00
Casper Jeukendrup
f72baf9281 Slightly optimize Score::metaTag 2022-05-27 16:36:39 +03:00