Commit graph

116 commits

Author SHA1 Message Date
wizofaus@hotmail.com
0110d04c50 [MU4] fix #8507 Fix crashes when searching palettes/closing score, and ensure Ctrl+X shortcut works for slur. 2021-07-05 12:02:25 +03:00
a.pavlov
9c729ca71f qpen removed from engraving 2021-07-02 13:53:04 +03:00
Igor Korsukov
d4053ae6f4 fixed using workspace with converter mode 2021-07-01 12:55:06 +03:00
Igor Korsukov
c33997bf01 changed namespace for modularity 2021-06-30 17:18:03 +02:00
Elnur Ismailzada
f41f3e26eb
Merge pull request #8450 from igorkorsukov/mu4/workspaces/states
Added onAllInited method to IModuleSetup
2021-06-29 13:28:49 +02:00
Igor Korsukov
786496a670 added onAllInited method to IModuleSetup 2021-06-29 11:44:24 +02:00
Igor Korsukov
8ebd72530e added mi sync for workspaces 2021-06-29 11:32:39 +02:00
Igor Korsukov
f7bde6df50 added workspace changed notification and fixed write palette 2021-06-28 14:18:09 +02:00
Igor Korsukov
ae82556382 added workspace data changed notifications 2021-06-28 14:18:09 +02:00
Igor Korsukov
0e88cedd27 reimplemented workspace module 2021-06-28 14:18:09 +02:00
Igor Korsukov
16041fd5eb added workspaces data provider 2021-06-28 14:18:09 +02:00
Igor Korsukov
ac43792879 reworked workspace palette 2021-06-28 14:18:09 +02:00
wizofaus@hotmail.com
dc4a0fa246 [MU4] fix #7633 - ensure that adding elements from palette in search mode works as expected 2021-06-28 14:32:03 +03:00
Roman Pudashkin
84dbab4368 fixed warning about resetting palettes 2021-06-23 15:17:31 +02:00
Igor Korsukov
c35a28372b cleaned up the global paths 2021-06-22 16:03:46 +02:00
Igor Korsukov
4796fe305e renamed global paths getters 2021-06-21 16:43:15 +02:00
Roman Pudashkin
1de2439036 renamed and moved IODevice to io/device 2021-06-18 14:21:59 +02:00
Roman Pudashkin
53c85cf7a2 replaced the old context menu with the new one 2021-06-17 16:14:18 +02:00
Roman Pudashkin
75a9fe44df fixed opening of the context menu in the palettes panel 2021-06-17 16:14:18 +02:00
Roman Pudashkin
bd6c1dfac2 fixed displacement of palettes icons while drag & drop 2021-06-17 16:14:18 +02:00
Igor Korsukov
4485a93f71 replaced Qt geometry primitives to MU 2021-06-08 17:04:11 +02:00
Igor Korsukov
3ac1078a20 replaced Qt geometry primitives to MU geometry primitives. step1 2021-06-04 18:55:22 +02:00
Casper Jeukendrup
3adc827590 ScoreFont and Sym cleanup
- Moved ScoreFont from sym.h to separate file
- Cleaned the code in ScoreFont somewhat
- Reduced unnecessary includes of sym.h
2021-06-03 17:20:04 +03:00
Eism
a8c1651256 Used menu loader instead of just menu in app menu bar 2021-06-01 18:38:44 +02:00
Igor Korsukov
4f55cf32e2 added engraving module 2021-06-01 14:46:22 +02:00
Igor Korsukov
d75ed6fd5d added mu font, fontmetrics, fontprovider skeleton 2021-06-01 11:16:38 +02:00
Eism
becb448ec8 Applied tooltips in the project 2021-05-25 18:54:09 +02:00
Eism
893287c774 Applied new changes 2021-05-21 12:51:31 +03:00
Casper Jeukendrup
0440f498f7 Remove unnecessary Rectangles in QML dialogs
Those rectangles were there to serve two purposes:
- Giving the dialog the correct background color;
- Avoiding problems with QmlDialog's default property `content`.

However, these both things are now handled by StyledDialogView, making
the rectangles unnecessary.
2021-05-12 21:01:36 +03:00
Igor Korsukov
d0d0310c8a removed set navigation active on mouse click 2021-05-12 14:33:35 +02:00
Igor Korsukov
6137f27151 fixed some navigation issuess 2021-05-11 18:54:44 +02:00
Igor Korsukov
0732f8811c moved qml dialogs to use DialogPopupView 2021-05-04 15:30:42 +02:00
Igor Korsukov
9da3140ddd added navigation from dialogs 2021-05-04 15:30:42 +02:00
RomanPudashkin
99920fee54 reimplemented IMainWindow for the dock system based on KDAB dockwidgets 2021-04-30 11:20:21 +02:00
Igor Korsukov
f9c2a1e92b added arrow for StyledPopupView 2021-04-28 13:42:55 +02:00
Igor Korsukov
97308470e5 added navigation for inspector panel 2021-04-23 12:42:15 +02:00
Igor Korsukov
b7b6515b52 added navigation for palette panel popups 2021-04-20 13:25:07 +02:00
Igor Korsukov
ba573e4a71 renamed keynav to navigation 2021-04-19 18:49:19 +02:00
vpereverzev
783ec26046 Updated license headers for cmake files 2021-04-19 17:09:37 +02:00
vpereverzev
510d2a4576 Updated license headers in qml files 2021-04-19 17:09:14 +02:00
vpereverzev
fe45ef6b8b Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
Igor Korsukov
a804081616 reimplementation popup view 2021-04-19 15:38:59 +02:00
Casper Jeukendrup
4a0c972296 Adjust uncrustify configuration to add space after comma 2021-04-16 19:54:50 +03:00
Igor Korsukov
1b73eed0ae added key navigation for palette panel 2021-04-13 18:32:53 +02:00
RomanPudashkin
45d271ef0a removed the "Use the same colour in palettes" checkbox 2021-04-12 22:30:21 +02:00
Igor Korsukov
86857b86f8 reimplemented work with ui actions and menu items 2021-04-01 17:00:46 +02:00
Eism
54ed4e9622 Implemented some advanced preferences 2021-03-26 16:57:23 +02:00
RomanPudashkin
a4afe0320e removed ITheme 2021-03-19 15:13:06 +02:00
RomanPudashkin
abdf25ad56 replaced FileDialog with using of the interactive 2021-03-19 15:13:06 +02:00
RomanPudashkin
fbaeb00680 fixed changing of the background color in the palettes panel after enabling the option "use the same colour in palettes" 2021-03-19 15:13:06 +02:00