Commit graph

75 commits

Author SHA1 Message Date
Roman Pudashkin
7eca3431a1 disabled some items in the app menu 2022-02-09 10:26:44 +02:00
Roman Pudashkin
3883a4d1f9 fix #10276: implemented the ability to remove notes by right-clicking on them 2022-02-03 18:52:20 +02:00
Casper Jeukendrup
64c1e2f64e
Implemented inserting measures from context menu and app menu 2022-01-27 23:42:56 +01:00
HemantAntony
63d518b85e Fix #9434: Added Insert One Measure icon 2022-01-23 11:47:20 +05:30
Roman Pudashkin
e8c0744a6a fix #9170: actualized the view menu 2022-01-18 21:29:35 +02:00
Igor Korsukov
b220e9ce2b renamed notation next- / prev- actions 2021-12-24 11:02:37 +03:00
Igor Korsukov
c3bd5bee7e fixed notation actions context 2021-12-17 17:36:38 +03:00
Roman Pudashkin
60bb50c88f changed the shortcuts for chord symbols / figured basses for navigating to the next/prev measure (to prevent the shortcuts conflict with the TAB navigation on UI controls) 2021-12-14 20:38:29 +02:00
Roman Pudashkin
e42d7f5545 added actions for advanced text navigation 2021-12-14 18:20:56 +02:00
Roman Pudashkin
2e6a57bdfc ported the implementation of methods for changing the current harmony 2021-12-14 18:20:26 +02:00
Igor Korsukov
2210e3edb4 fixed notation escape 2021-12-14 15:06:28 +03:00
Igor Korsukov
ac527a28d8 fixed duplicate actions on shortcuts form 2021-12-14 14:19:13 +03:00
Roman Pudashkin
06b9c3f5fc Revert "removed some shortcuts/extras that will not be supported in MU4"
This reverts commit 0154a20d58.
2021-12-09 19:05:40 +02:00
Igor Korsukov
6a7019c1e7 added pad-note-N-TAB actions 2021-12-09 11:58:11 +03:00
Roman Pudashkin
0154a20d58 removed some shortcuts/extras that will not be supported in MU4 2021-12-07 18:25:33 +02:00
Igor Korsukov
3d52a14fe8 updated icon font and added gracenote icons 2021-12-06 18:00:27 +03:00
wizofaus@hotmail.com
a1b93e7b93 [MU4] port remaining actions from MU3 (WIP) 2021-12-03 18:41:05 +02:00
Igor Korsukov
0c5b784700 added print module 2021-12-02 12:26:31 +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
HemantAntony
1f8024510e Add few icons to File, Edit and View Tabs
This commit has added New, Open, Save, Import, Copy, Zoom-In, Zoom-Out
icons
2021-11-25 07:47:26 +05:30
Joachim Schmitz
146344b1f0 Fix #325982: Allow for strike-through text 2021-11-10 09:54:18 +01:00
Igor Korsukov
8b9b2592c4 fixed sending set-dock-open action 2021-10-29 03:32:57 -07:00
Igor Korsukov
9e2ffb2499 added TC3 Using note input toolbar 2021-10-26 16:27:26 +02:00
Casper Jeukendrup
b0c6644c9c
Fix scrolling slowly at high zoom levels
Partly by using qreal instead of int, and PointF instead Point, et cetera, to eliminate rounding errors. Both QML and Libmscore use floating point numbers, so we should too.
Also replaced a lot of Qt stuff with our own alternatives.
2021-10-17 23:26:34 +02:00
RomanPudashkin
6eb51c185d
Merge pull request #9184 from Mystic-Slice/NoteInputBarOrder
fix #9129: Fixed the order of items in the note input tool bar
2021-09-20 09:22:26 +02:00
Ashwath V A
aabd164bc9 fix #9129: Fixed the order of items in the note input tool bar 2021-09-17 21:30:02 +05:30
wizofaus@hotmail.com
0a55be9ea4 [MU4] fix #8856 load/save style commands 2021-09-15 18:52:39 +10:00
Peter Jonas
cf9654c9ae Accessibility: Speech for all toolbar buttons
Give every toolbar button an accessible name and description for use
with screen readers. By default, the name and description matches the
tooltip title and description, but they can be different if required
for a specific button.

Tooltips for accidentals in the Note Input toolbar have been updated
to use words (e.g. 'sharp', 'flat', etc.) instead of the relevant
Unicode symbol (♯, ♭). This is necessary to enable screen readers to
say the name correctly. It is also an improvement for sighted users
who might not know the correct name for the symbol. The symbol itself
is displayed as the button icon in the toolbar so there is no need to
also show it in the tooltip.
2021-09-06 10:24:20 +01:00
RomanPudashkin
91dcc6ea5a
Merge pull request #8879 from wizofaus/score-move-actions
[MU4] fix #8159 (partial), implement move-up/move-down/up-chord/down-chord/top-chord/bottom-chord
2021-08-25 10:49:09 +02:00
Joachim Schmitz
cc9fa05e9b Change user visible "..." to ellipsis 2021-08-24 14:21:57 +02:00
dylan.nicholson
23b29bc60f [MU4] fix #8159 (partial), implement
move-up/move-down/up-chord/down-chord/top-chord/bottom-chord
2021-08-21 09:27:49 +10:00
wizofaus@hotmail.com
992afeb8eb Merge remote-tracking branch 'origin/master' into text-editing-fixes 2021-08-13 06:32:48 +10:00
RomanPudashkin
39a0fd0860
Merge pull request #8717 from iwoithe/update_find_go_to_popup
Fix #8630: Update the menu bar item and the "Find / Go To" popup
2021-08-12 19:06:57 +02:00
wizofaus@hotmail.com
91417f59e1 [MU4] WIP text editing fixes 2021-08-09 20:30:46 +10:00
wizofaus@hotmail.com
bbc16deef3 [MU4] fix #8773, "change enharmonic spelling" commands not implemented 2021-08-02 14:14:26 +02:00
dylan.nicholson
e3ec24fec7 [MU4] fix spelling & case errors 2021-07-29 23:58:42 +02:00
Eism
6cb45485cb Added hidden items to the list 2021-07-29 14:45:45 +02:00
I Woithe
a3b74bec57 Fix #8630:
- Add a text label to the "Find / Go To" popup panel
- Change "Edit > Find" to "Edit > Find / Go To"
2021-07-25 15:08:50 +09:30
Roman Pudashkin
4c86e86dd9 implemented the ability to open measure properties dialog from the
context menu
2021-07-21 14:51:11 +02:00
Elnur Ismailzada
1348c6d438
Merge pull request #8628 from RomanPudashkin/system_text_properties_dialog
[MU4] System/Staff text properties dialog
2021-07-16 16:58:28 +02:00
dylan.nicholson
b761210887 [MU4] fix #7823 - ensure keyboard navigation between lyrics works as
expected
2021-07-16 13:43:23 +02:00
Roman Pudashkin
279083d7e5 implemented the ability to open the staff/system text properties dialog
via the context menu
2021-07-15 13:31:45 +02:00
Igor Korsukov
b587e98b48 separated project and notation create options 2021-07-14 21:08:02 +02:00
Eism
8ac1c2be8b Renamed Unprintable to Formatting 2021-07-12 11:50:37 +02:00
Casper Jeukendrup
858288f53b Fix #8473: 32th -> 32nd 2021-07-07 09:25:29 +02:00
Igor Korsukov
6ec7fe4e7a added default tool configs 2021-06-28 14:18:09 +02:00
wizofaus@hotmail.com
a692f83b10 [MU4] fix #8434 - ensure that shortcuts for TAB staves don't activate on standard (and v/v) 2021-06-28 11:51:16 +03:00
Casper Jeukendrup
e1a1399c34 Implement "Increase/Decrease Duration" actions 2021-06-23 11:42:24 +03:00
Casper Jeukendrup
88e35a16e2 Implemented Add fret actions 2021-06-23 11:42:24 +03:00
Casper Jeukendrup
64080dac85 Implemented "system-break", "page-break" and "section-break" actions 2021-06-23 11:42:24 +03:00