Commit graph

357 commits

Author SHA1 Message Date
Eism
fdd312cd4d Applied using the menu item in the app menu for macOS 2022-01-17 16:04:52 +02:00
Eism
1f667f9c02 Applied using the menu item in the note input bar 2022-01-17 16:04:52 +02:00
Eism
fa2ece9d0f Menu item is QObject 2022-01-17 16:04:51 +02:00
Casper Jeukendrup
976a55f479 Explicitly capture QML signal handler arguments - Ui, UiComponents 2022-01-14 11:38:55 +02:00
Eism
1dc7b7f803 Fixed correct activating a parent control of tooltips and app menu after close 2022-01-13 12:05:42 +02:00
Casper Jeukendrup
1c1a6cb533 Fix non-unity build 2022-01-12 12:32:40 +02:00
Casper Jeukendrup
57916dd9d6 Fix compiler warning about missing override in NavigationControl 2022-01-12 12:32:40 +02:00
Roman Pudashkin
e0f2cc50e8 fixed displaying of shortcuts in the native app menu on macOS 2022-01-11 12:22:12 +02:00
Roman Pudashkin
2e76e0fc63 fix #8253: fixed displaying of shortcuts in tooltips, menus, and in the preferences dialog on macOS 2022-01-11 10:43:58 +02:00
Eism
f832707d42 Setting the screen for the popup
Because we do not set a parent for popups, then the current screen is always taken as primary
2022-01-10 11:40:33 +02:00
Igor Korsukov
d359211393 fixed tooltip show 2021-12-28 14:26:26 +02:00
Eism
3e7303916a Fixed activating navigation for opened menu 2021-12-27 14:51:42 +02:00
Eism
61f94c45f1 Fixed reset highlight state for controls when the user clicked mouse button 2021-12-27 14:51:42 +02:00
Eism
334f97c50d Fixed the app system buttons UI 2021-12-27 14:51:42 +02:00
Eism
3c055dcb54 Implemented navigation on app menu 2021-12-27 14:51:42 +02:00
Eism
72b866160d Implemented open app menu by shortcuts 2021-12-27 14:51:42 +02:00
RomanPudashkin
cd41bb126d
Merge pull request #10164 from HemantAntony/missingmeasurerepeat
Added meaure repeat icon
2021-12-27 09:29:55 +02:00
HemantAntony
9a9346d66e Added measure repeat icon
This commit adds the measure repeat icon which till now was a question
mark
2021-12-24 17:28:39 +05:30
Igor Korsukov
86f03710a8 fixed notation copy, paste, delete and etc actions 2021-12-20 16:57:49 +03:00
Igor Korsukov
c3bd5bee7e fixed notation actions context 2021-12-17 17:36:38 +03:00
RomanPudashkin
b83aed15fe
Merge pull request #10112 from HemantAntony/10109-missingicons
Fix #10109: Missing Icons
2021-12-17 14:46:49 +02:00
Igor Korsukov
c6de181e87 fixed play by Space 2021-12-16 15:20:00 +02:00
Igor Korsukov
1be936337a fixed set UiCtxNotationFocused context 2021-12-16 15:14:28 +02:00
HemantAntony
9ea0c19b70 Fix #10109: Missing Icons
This commit adds missing icons
2021-12-16 16:34:22 +05:30
Igor Korsukov
1be98d4125 added close dialogs on escape 2021-12-14 14:22:05 +03:00
Igor Korsukov
dc026e68db added ui navigation highlight property 2021-12-14 14:22:05 +03:00
Igor Korsukov
ac527a28d8 fixed duplicate actions on shortcuts form 2021-12-14 14:19:13 +03:00
Nick Mazuk
f7a2a5a97d
update style preference to useWideBeams instead of beamDistance 2021-12-13 08:28:14 -08:00
Elnur Ismailzada
c7c278696a Fixed accessibility for score on mac os 2021-12-10 10:13:55 +02:00
Eism
15a7995c04 Fixed canceling the reading elements on the score by changing selection 2021-12-10 10:13:55 +02:00
Igor Korsukov
e1f406e390 added shortcuts context 2021-12-09 11:58:11 +03:00
Eism
dba2fea967 Fixed opening element editor on palette 2021-12-07 13:19:48 +03:00
Igor Korsukov
3d52a14fe8 updated icon font and added gracenote icons 2021-12-06 18:00:27 +03:00
Igor Korsukov
556feb5ec7 fixed Palette paint 2021-12-06 12:49:53 +03:00
wizofaus@hotmail.com
a1b93e7b93 [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
Roman Pudashkin
08f0973151 fixed updating the app menu after opening the notation page from StartupScenario::run 2021-12-02 18:49:49 +02:00
Roman Pudashkin
2816ce63ff added generating a notification for dialogs 2021-12-02 18:11:12 +02:00
Roman Pudashkin
d4e0b2c2df implemented the channel for notification after opening a page 2021-12-02 18:11:12 +02:00
Eism
8ccacf113b Fixed crash 2021-12-02 12:14:36 +02:00
RomanPudashkin
156df5e133
Merge pull request #9901 from HemantAntony/cutpasteicons
Add cut, paste icons
2021-11-29 21:12:07 +02:00
HemantAntony
3bf4e9e2e4 Add cut, paste icons
This commit has added the cut and paste icons.
2021-11-29 17:35:45 +05:30
Igor Korsukov
d38bbb69fc fixed crash on open edit style dialog 2021-11-26 17:54:35 +02:00
Eism
a6db17944d Fixed periodic non-opening dialogs 2021-11-23 09:39:07 +02:00
Eism
b27128bcd6 Fixed the activating windows for widget dialogs 2021-11-23 09:39:07 +02:00
Eism
63fdcecc30 Fixed the frame focus rect for tree widget 2021-11-23 09:39:07 +02:00
Casper Jeukendrup
50c8d68710
Eliminate more conversions between QString and std::string 2021-11-20 17:07:52 +01:00
Casper Jeukendrup
b1214db589
Added keyboard navigation for First Launch Setup Dialog 2021-11-20 00:06:22 +01:00
Casper Jeukendrup
e763adac3b
Implemented/fixed the ability to open a PrimaryPage with params
For example, to specify a subpage
2021-11-20 00:06:22 +01:00
Eism
2d1d0f52ec Fixed accessibility for staff text property dialog 2021-11-16 15:06:40 +02:00
Eism
5353fc7660 Fixed accessibility for edit pitch dialog 2021-11-16 14:21:03 +02:00