Commit graph

63 commits

Author SHA1 Message Date
wizofaus@hotmail.com
213e3ab66e [MU4] fix #8302 - clipboard operations while editing text not working 2021-06-16 12:48:05 +03:00
wizofaus@hotmail.com
46c118baba [MU4] fix #7706 fix drag & drop memory leaks 2021-06-16 11:22:17 +03: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
wizofaus@hotmail.com
6a86f3c30a Lasso list selection implementation 2021-05-28 16:49:40 +03:00
Dylan Nicholson
194d758372 Enabled lasso selection 2021-05-26 13:47:08 +03:00
aaaeka
7f054eeb47 Update inspector when changing view panel config 2021-05-03 19:52:37 +03:00
aaaeka
0c1c2a6cf2 Implement first/last element shortcuts 2021-04-20 12:59:46 +02:00
aaaeka
c0aa4cf036 Implement up/down chord shortcut 2021-04-20 12:59:46 +02:00
aaaeka
e90ebec6dc Implement rest actions shortcuts 2021-04-20 12:59:46 +02:00
aaaeka
66c36d4ae9 Implement chord-tie shortcut 2021-04-20 12:59:46 +02:00
vpereverzev
fe45ef6b8b Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
aaaeka
5f3288511d Implement toggle-visible shortcut 2021-04-13 10:39:21 +03:00
Niek van den Berg
f2ef9ec3cb Fix #318326 - System Text Line missing in existing parts when added via drag&drop to non-top staff
If a TEXTLINE is dropped in a ScoreView, set firstStaffOnly to true if the dropped textline is a System TextLine.
2021-04-02 11:47:52 +03:00
aaaeka
5b90629bcd Implement select next/previous chord shortcut 2021-03-18 01:06:49 +02:00
RomanPudashkin
d7b3c2c0ba corrected appmenu items 2021-03-15 09:22:58 +02:00
RomanPudashkin
2f59750981 implemented actions for adding brackets 2021-03-15 09:16:03 +02:00
RomanPudashkin
f3f57884cc implemented actions for adding beams 2021-03-15 09:16:03 +02:00
RomanPudashkin
e2c7fc2ce1 implemented actions for adding grace notes 2021-03-15 09:16:03 +02:00
Niek van den Berg
7d566ec8a6 Solve a crash when dropping an element. 2021-03-05 16:25:47 +01:00
Igor Korsukov
f653511ed8 reduced painter interface 2021-03-02 14:08:25 +02:00
Igor Korsukov
4f214795b1 used mu::draw::Painter instead QPainter 2021-03-01 15:24:58 +02:00
RomanPudashkin
f339c86649 implemented del-empty-measures action 2021-02-26 11:06:13 +02:00
RomanPudashkin
21ccab92c8 implemented copy-lyrics-to-clipboard action 2021-02-26 11:06:13 +02:00
RomanPudashkin
15293f2bd7 implemented unroll-repeats action 2021-02-26 11:06:13 +02:00
RomanPudashkin
46833b89bd implemented resequence-rehearsal-marks action 2021-02-26 11:06:13 +02:00
RomanPudashkin
73e85b3dde implemented reset-groupings 2021-02-26 11:06:13 +02:00
RomanPudashkin
ee0330ce2b implemented pitch-spell actions 2021-02-26 11:06:12 +02:00
RomanPudashkin
75b7ac5392 implemented slash-fill/slash-rhythm actions 2021-02-26 11:05:42 +02:00
RomanPudashkin
9f0677afa3 implemented time-delete action 2021-02-26 11:04:56 +02:00
RomanPudashkin
0cf4fad717 implemented realize-chord-symbols action 2021-02-26 11:04:56 +02:00
RomanPudashkin
0c84ce9ce7 implemented explode/implode actions 2021-02-26 11:04:54 +02:00
Eism
e078500459 Fixed review issues 2021-02-25 18:02:04 +02:00
Eism
107ac62ab6 Implemented toggle full screen/select workspace 2021-02-24 18:12:47 +02:00
Eism
b780a2fda5 Implemented show/hide invisible elements, unprintable elements, frames, page borders, mark irregular measures 2021-02-24 18:10:14 +02:00
Eism
2163963f3e Implemented reset state in notation 2021-02-24 11:11:07 +02:00
Eism
3a1acdef1f Implemented increase/decrease/reset stretch 2021-02-24 11:07:34 +02:00
Casper Jeukendrup
f2c51c79c4 Update Style dialog from MuseScore 3 2021-02-11 10:17:48 +02:00
Casper Jeukendrup
c1a8a94a38 Shadow note refactoring
Give the Shadow Note more information and make better use of its inheritance from Element, so that is can be drawn much more 'realistically'.
Also implements the corrections made to flag placement / stem height from the previous commit.
2021-02-04 11:42:34 +02:00
Eism
011e57020e Fixed drawing grips on page 2021-02-02 11:53:25 +02:00
Eism
38e188e1bc Implemented grips drawing 2021-01-29 15:51:13 +02:00
Roman Pudashkin
a8ecf22fa0 don't clear selection if the canvas is dragged 2021-01-22 13:28:41 +02:00
Eism
d925bcee17 Moved orientation enum to global module 2021-01-20 17:19:52 +02:00
Eism
dd716f3d97 Implemented showing/hiding navigator 2021-01-20 17:19:52 +02:00
Eism
b6aa627ea7 Inherited navigator from NotationPaintView 2021-01-20 17:19:52 +02:00
Roman Pudashkin
7bcae001d2 codereview fixes 2021-01-20 17:19:52 +02:00
Eism
a26c0aa435 Implemented notation navigator view 2021-01-20 17:19:52 +02:00
Eism
7c907e263e Moved checks mode and fixed resolving tie and slur in note input bar 2021-01-12 09:47:45 +02:00
Roman Pudashkin
83c64b5c35 fixed UndoStack pollution 2020-12-28 13:01:03 +02:00
Eism
30ec4a7433 Updated formatting for lambda 2020-12-25 10:51:40 +02:00