Commit graph

105 commits

Author SHA1 Message Date
RomanPudashkin
30a7643d8b
Merge pull request #10069 from cbjeukendrup/standard_dialog_sizing
Enhance sizing in StandardDialogs
2022-02-07 12:31:22 +02:00
Eism
d99d39fb59 Close popups if the app was moved 2022-02-01 11:56:05 +02:00
Casper Jeukendrup
0a58bf5722
Fixed (re)sizing PopupView dialogs on Windows 2022-01-29 15:57:23 +01:00
Casper Jeukendrup
e6c13cdd6b
Enhance sizing in StandardDialogs
It's very smart now, and will look beautiful in (hopefully, or at least almost) all possible cases.

Also implemented updating size of PopupView in dialog mode when content size changed. This was necessary to make the StandardDialogs work.
2022-01-29 15:57:21 +01:00
Casper Jeukendrup
64c1e2f64e
Implemented inserting measures from context menu and app menu 2022-01-27 23:42:56 +01:00
Eism
39005fe89e Set parent for MenuItem for correct deleting 2022-01-18 14:10:38 +02:00
Eism
a0c01d76be Moved menu item to uicomponents module 2022-01-17 18:14:00 +02:00
RomanPudashkin
e99d9f4b14
Merge pull request #10229 from RomanPudashkin/popups_blinking_fix
[MU4] fix #10227: App window is blinking when editing text
2022-01-10 20:00:24 +02:00
Roman Pudashkin
691b5ab5d2 fix #10227: fixed popups blinking on macOS after adding a text element 2022-01-10 15:54:31 +02:00
Eism
b07c237e0e Fixed openning popups on current screen 2022-01-10 15:48:40 +02:00
Eism
247a75337e Fixed calculation of window size 2022-01-10 11:40:33 +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
Eism
a8f9aa9fd7 Fixed restoring focus for a menu after closing a submenu 2021-12-27 14:51:42 +02:00
Igor Korsukov
ac527a28d8 fixed duplicate actions on shortcuts form 2021-12-14 14:19:13 +03:00
Casper Jeukendrup
45340a5bae
Fixed showing warning when closing dialog using keyboard navigation 2021-11-20 00:06:22 +01:00
Casper Jeukendrup
a2c599221e
Added warning when closing First Launch Setup Dialog before finishing 2021-11-20 00:06:22 +01:00
Eism
bcc7195ad3 Fixed filtering key input on text field 2021-11-12 18:57:34 +03:00
Eism
10ea56cb77 Fixed navigation between text fields 2021-11-09 13:25:27 +02:00
Igor Korsukov
9da2cfecc3 fixed navigation - window determination 2021-11-01 17:59:53 +02:00
Eism
560ae0351e Fixed stack of windows 2021-10-28 17:14:40 +02:00
Igor Korsukov
0a5c1c16d6 added TC1 Create simple score 2021-10-23 13:10:47 +02:00
Elnur Ismailzada
0fe08d6f29
Merge pull request #9383 from RomanPudashkin/interaction_with_vst_plugins
[MU4] Fixed interaction with vst plugins
2021-10-14 09:02:11 -07:00
RomanPudashkin
1dd70b04ad
Merge pull request #9354 from cbjeukendrup/fix_popup_with_anchor_item_off_screen
Fix `PopupView`s with an anchor item going off screen
2021-10-12 12:14:57 +02:00
Igor Korsukov
80d1778740 added test script NewScore10InstrPutNotesSaveClose 2021-10-07 18:23:29 +02:00
Casper Jeukendrup
5b46fe37d5 Fix PopupViews with an anchor item going off screen 2021-10-07 16:42:27 +02:00
Roman Pudashkin
bd13c0fde0 objectID -> objectId 2021-10-06 12:23:12 +02:00
Roman Pudashkin
9efb5e439c implemented the ability to raise previously opened dialogs above the main window 2021-10-06 12:23:12 +02:00
Eism
4db3f2fbcf Replaced the note input customise dialog to popup 2021-09-29 14:17:22 +02:00
Eism
932ca4a2a9 Fixed navigation on menu 2021-08-27 12:59:11 +02:00
Roman Pudashkin
a4c641298f implemented SelectableItemListModel for handling operations on
selected items
2021-08-20 17:07:53 +02:00
Roman Pudashkin
84cacddd9a reimplemented InstrumentListModel to enable the multi-selection 2021-08-20 17:07:52 +02:00
Eism
da0a89e285 Replaced FlatButton with context menu to MenuButton 2021-07-29 09:50:41 +02:00
Eism
d354235361 Removed unnecessary method in popup view 2021-07-22 12:53:32 +02:00
RomanPudashkin
e612be2570
Merge pull request #8674 from Eism/inspector_cleanup_popups
[MU4] Inspector cleanup. Popups
2021-07-21 11:53:00 +02:00
Eism
2525a9757c Implemented ensure content visible for inspector popups 2021-07-20 18:08:10 +02:00
Roman Pudashkin
886e9a2e1e fixed position changing of the opened context menu 2021-07-19 18:19:32 +02:00
Roman Pudashkin
9a5f13227d no need to close the context menu when a user selects some new element in the score. We'll just update the position of the context menu 2021-07-19 18:10:34 +02:00
Eism
016bbbe2d9 Implemented updating position of popup 2021-07-19 18:05:54 +02:00
Casper Jeukendrup
98c7a77487 Replace uses of QRegExp with QRegularExpression
QRegExp is deprecated in Qt 6.
2021-07-07 15:12:16 +02:00
Igor Korsukov
df24e2fa9a added new Dropdown UI component 2021-07-07 14:17:02 +02:00
Eism
61811095ed It is necessary to take into account the padding of popup content 2021-07-05 22:09:32 +02:00
Casper Jeukendrup
1061a4dbe9 Fix warning about ItemMultiSelectionModel::select hiding overloaded virtuals 2021-06-30 19:53:19 +03:00
Roman Pudashkin
fce9523ae2 need to ask a user about saving score before closing it 2021-06-23 15:17:31 +02:00
Roman Pudashkin
0741d14822 fixed opening popups on macOS (previosly they opened under toolbars if
toolbars were in floating mode)
2021-06-17 16:14:18 +02:00
Roman Pudashkin
c275c8946a removed unused code 2021-06-17 16:14:18 +02:00
Casper Jeukendrup
bca0338858 Move RadioButtonGroupBox from notation to uicomponents
In order to remove uicomponents' dependency on notation.
Still not ideal but better.
2021-06-15 21:28:51 +02:00
Eism
c7c2a2e23f Fixed setting window root item as anchor item for popups 2021-06-11 10:56:17 +02:00
Eism
bc5fafeae0 Fixed the menu shadow 2021-06-10 14:34:01 +02:00
Eism
6e23aebbc3 Implemented a anchor item for popups 2021-06-10 14:34:01 +02:00
Eism
e972fec421 Fixed the menu positioning 2021-06-10 14:34:01 +02:00