Commit graph

1665 commits

Author SHA1 Message Date
RomanPudashkin
643e65ba72
Merge pull request #11520 from quinnouyang/default-soundfont-dir
Set default SoundFonts folder and path in Preferences
2022-05-13 18:24:55 +02:00
Igor Korsukov
6b400cbd7e added XmlStreamReader (hidden Qt QXmlStreamReader) 2022-05-13 18:52:08 +03:00
RomanPudashkin
900881d905
Merge pull request #11612 from RomanPudashkin/start_playback_fix
[MU4] Fix #11450: When barline (or repeat line), lines (hairpin, ped), slur etc. are selected, Space doesn't start playback
2022-05-13 17:13:15 +02:00
Eism
1de8c48d2f Do not activate focus for dropdowns 2022-05-12 16:03:58 +03:00
Eism
95262cc4b2 Fixed closing popup if parent popup was closed 2022-05-12 16:03:33 +03:00
Roman Pudashkin
46762fd1d0 fix #11450: implemented shortcuts prioritization by their context 2022-05-12 13:59:06 +02:00
Roman Pudashkin
92e7c52c01 added the notation-text-editing context 2022-05-12 13:11:56 +02:00
Eism
2b3d4b9b36 Fixed positioning of popups to the top 2022-05-12 13:12:08 +03:00
Eism
d45d20927c Fixed frame flash after opening dropdown 2022-05-12 13:12:07 +03:00
Eism
369d2dfc32 Fixed shadows in project 2022-05-12 13:12:07 +03:00
Elnur Ismailzada
0a43de4da4
Merge pull request #11314 from the-next-ceo/forkmain
Dynamic behaviour of clear text button when text is present in the Search Field
2022-05-11 12:14:55 +03:00
RomanPudashkin
f125321e9b
Merge pull request #11555 from Eism/nsw_instruments_fix
[MU4] Fixed instruments view in New Score Wizard
2022-05-11 10:56:46 +02:00
Elnur Ismailzada
719d29322b
Merge pull request #11551 from Eism/backend_logging_fix_mu4
[MU4] Backend logging fix
2022-05-09 12:19:02 +03:00
Igor Korsukov
507f171d7c added unit tests for file 2022-05-09 10:29:21 +03:00
the-next-ceo
dc5c3efdf6 implemented the proposed changes
Tooltip assigned in TextInputField.qml and fixed #10879

Assigned tool tip text to clear text button

Re: text tooltip assigned to clear text button

Update PalettesPanelHeader.qml

added clearTextButton, tooltip and assignment of null operator to verify the text is null or not is added in SearchField.qml

shifting of the toolTipTitle
2022-05-07 18:16:37 +05:30
Eism
488356e70b qFatal -> ASSERT_FAILED_X 2022-05-06 22:10:03 +03:00
Eism
8f09a079bd fixed #11552: fixed dropdown 2022-05-06 21:21:45 +03:00
Eism
c14d6f0c33 qDebug -> LOGD 2022-05-06 17:19:51 +03:00
Eism
429f1d518e Implemented logging formatted string 2022-05-06 16:55:56 +03:00
Igor Korsukov
beee42f867 added io buffer 2022-05-06 15:51:37 +03:00
Elnur Ismailzada
80561dfaeb
Merge pull request #11366 from Eism/dropdown_redesign
[MU4] Dropdown redesign
2022-05-06 14:28:44 +03:00
Igor Korsukov
6dad233375 added bytearray tests 2022-05-06 11:21:32 +03:00
Igor Korsukov
b6b673cf99 added iodevice and file 2022-05-06 11:21:32 +03:00
Igor Korsukov
1eed177957 added io bytearray 2022-05-06 11:21:32 +03:00
quinnouyang
d0945f6f83 Set default SoundFonts folder and path in Preferences 2022-05-04 16:10:12 -05:00
Eism
f7d42b6541 Enabled logging to console only for editor 2022-05-04 20:58:58 +03:00
Elnur Ismailzada
4ba5a8c6ee
Merge pull request #10903 from cbjeukendrup/fix_default_zoom
Fix default zoom, and scaling in ExampleView
2022-05-04 16:19:32 +03:00
Eism
17da9baaff Fixed warnings in qml 2022-05-04 11:39:13 +03:00
Eism
46d30444eb Fixed menu positioning in cascade mode 2022-05-04 11:39:01 +03:00
Eism
507b115bf6 Close dropdown by Escape 2022-05-04 10:49:50 +03:00
Eism
3b36cbecf6 Fixed navigation for dropdown 2022-05-04 10:49:50 +03:00
Eism
ba739eb5f6 Renamed Dropdown to StyledDropdown 2022-05-04 10:49:50 +03:00
Eism
a8165806b5 Implemented new positioning for dropdown 2022-05-04 10:49:50 +03:00
Eism
fd6a9db318 Moved popup content to separate component 2022-05-04 10:49:50 +03:00
Eism
3220b9ad34 Use our custom popup for dropdown 2022-05-04 10:49:50 +03:00
Joachim Schmitz
f30a5a7588 Use ellipsis ('…') rather than 3 dots ("...") 2022-05-03 18:36:27 +02:00
Casper Jeukendrup
eaf29a2e29
Fix default zoom and scaling in ExampleView
(the latter is used in the TimeSigProperties dialog and Staff/Part Properties > Advanced)
2022-04-29 14:30:40 +02:00
I Woithe
2f39f88ca4 [MU4] Fix #11441: Piano Keyboard - Add shortcut 2022-04-29 17:34:34 +09:30
RomanPudashkin
1d5fbe9598
Merge pull request #11447 from Eism/text_field_fix_interaction
[MU4] Fixed text box regression
2022-04-28 17:52:00 +02:00
Eism
0713ce82ea Reset active control only for app events 2022-04-28 14:31:15 +03:00
Igor Korsukov
33793e6ff5 Fixed conversion warnings. Step 5 2022-04-28 13:35:27 +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
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
Eism
f19feab016 Implemented autosave for new project 2022-04-27 20:57:59 +03:00
Igor Korsukov
e2ce274871 Fixed conversion warnings. Step 4 2022-04-27 17:17:13 +03: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
Roman Pudashkin
fdb96cdf3f fix #10028: various improvements for the notehead popup 2022-04-26 22:40:27 +02:00
Casper Jeukendrup
26e67cdd2f
Add red clipping indicator for VolumePressureMeter 2022-04-26 20:10:47 +02:00
Casper Jeukendrup
6c8e7f45e6
Update drop shadows
In particular, the drop shadow for popups, which had some undesired "margin" at the top and bottom
2022-04-26 19:08:28 +02:00