Commit graph

47 commits

Author SHA1 Message Date
Igor Korsukov
8be9c83e18 added check for workspace name 2021-07-05 16:07:12 +02:00
Casper Jeukendrup
ac21f39037 Remove unused private member of Workspace class 2021-06-30 19:53:19 +03:00
Igor Korsukov
c33997bf01 changed namespace for modularity 2021-06-30 17:18:03 +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
a0bf48a3f6 reimplemented workspace file 2021-06-28 14:18:09 +02:00
Igor Korsukov
23d85c8708 reimplementation creation workspace 2021-06-28 14:18:09 +02:00
Igor Korsukov
6ec7fe4e7a added default tool configs 2021-06-28 14:18:09 +02:00
Igor Korsukov
0e88cedd27 reimplemented workspace module 2021-06-28 14:18:09 +02:00
Igor Korsukov
503e0c7806 added tool config 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
a3d8b478f7 cleanup workspace module 2021-06-28 14:18:09 +02:00
Igor Korsukov
3d3b2a6ea2 reworked workspace toolbar actions 2021-06-28 14:18:09 +02:00
Igor Korsukov
cc080c4b7d reworked ui arrangement 2021-06-28 14:18:09 +02:00
Igor Korsukov
67dd2026bc reworked workspace settings 2021-06-28 14:18:09 +02:00
Igor Korsukov
c35a28372b cleaned up the global paths 2021-06-22 16:03:46 +02:00
RomanPudashkin
a77e96188c
Merge pull request #8351 from igorkorsukov/mu4/dev/paths
[MU4] Diagnostics. Added showing paths
2021-06-22 09:26:15 +02:00
Igor Korsukov
4796fe305e renamed global paths getters 2021-06-21 16:43:15 +02:00
Igor Korsukov
e1e9ba4902 added showing paths 2021-06-21 10:45:02 +02:00
Roman Pudashkin
1de2439036 renamed and moved IODevice to io/device 2021-06-18 14:21:59 +02:00
Elnur Ismailzada
41ae3b5977
Merge pull request #8222 from RomanPudashkin/statusbar
[MU4] Simplified implementation of the notation status bar
2021-06-01 17:21:07 +02:00
Roman Pudashkin
0eb96d0690 united all status bar models into one 2021-06-01 16:16:39 +02:00
Igor Korsukov
4f55cf32e2 added engraving module 2021-06-01 14:46:22 +02:00
Eism
1bad0273dc Fixed compile errors after disable unity build 2021-05-21 12:08:42 +02: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
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
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
86857b86f8 reimplemented work with ui actions and menu items 2021-04-01 17:00:46 +02:00
RomanPudashkin
d180685400 added the default component to RoundedRadioButton 2021-03-26 16:46:23 +02:00
RomanPudashkin
4ba4b3a81d removed restoring of xml formatting because it breaks tempo text
codestyle fixes
2021-03-15 09:23:01 +02:00
RomanPudashkin
0988f00bb2 updated Default workspace 2021-02-25 18:25:56 +02:00
Eism
e078500459 Fixed review issues 2021-02-25 18:02:04 +02:00
Eism
611a2f723d Implemented show/hide notation, play, undo/redo toolbars 2021-02-24 18:13:39 +02:00
Eism
1a8d80dc5b implemented configure workspaces from menubar 2021-02-24 18:12:47 +02:00
Eism
4f7dd6d00c Corrected show/hide panels 2021-02-24 18:12:47 +02:00
Eism
107ac62ab6 Implemented toggle full screen/select workspace 2021-02-24 18:12:47 +02:00
RomanPudashkin
89e7614fc6 need to save the default workspace in the settings if we can't load a user's workspace 2021-02-19 12:38:27 +02:00
Eism
9e47cfabdb Fixed review issues 2021-02-19 09:10:02 +02:00
Eism
2cd9c9bb70 Implemented save/restore application state to/from workspace/settings 2021-02-17 15:23:31 +02:00
Eism
6dc23eb06d Implemented stubs for system module 2021-01-25 23:16:08 +02:00
Eism
15d4d47211 Implemented stubs for workspace module 2021-01-25 14:59:56 +02:00
Eism
d981e7cb7f Implemented stubs for extensions module 2021-01-21 21:45:31 +02:00
Eism
f1196a190e Moved workspace module from framework 2021-01-20 21:52:12 +02:00