Commit graph

83 commits

Author SHA1 Message Date
lasconic
2e68dda9b1 update version number in templates and demo scores 2014-08-26 10:48:13 +02:00
Thomas Bonte
8e9690c518 Extra improvements to new icons 2014-08-26 10:02:29 +02:00
Thomas Bonte
68f4f1eb25 placeholders for new design assets 2014-08-25 18:10:03 +02:00
Marc Sabatella
a3b5ac2ca3 fix #29981: shortcuts for key sig, time sig, & symbols palettes 2014-08-19 17:26:45 -06:00
lasconic
6d1c39432c initial work for packaging on Windows 2014-08-19 21:07:21 +02:00
lasconic
9e7bed5351 fix loading of shortcuts.xml, typo, non existing actions 2014-08-17 19:16:23 +02:00
Andrei Tuicu
9caa98b130 Added 4 new navigation commands:
- next element
- previous element
- first element
- last element
2014-08-17 17:25:21 +03:00
lasconic
3d19d74240 fix typo 2014-08-14 20:20:44 +02:00
lasconic
8162093498 fix typo 2014-08-14 17:08:35 +02:00
lasconic
fe484097e4 update first score 2014-08-14 17:06:53 +02:00
lasconic
06144e4631 remove outdated templates, change default score to an empty treble clef piano one, move tab_sample to data, remove unused files 2014-08-14 14:16:11 +02:00
Andrei Tuicu
4ea03c6278 Finished restructoring the actions and shortcuts.
1) Assign each shorcut to the appropriate widget
2) Change focus policy for all docked windows so that the scoretab doesn't loose focus
unless it's necessary. (except MuseScore Connect window)
For full understanding see this discussion thread:
http://dev-list.musescore.org/Keyboard-usability-and-accessibility-tt7578844.html

	modified:   mscore/accessibletoolbutton.cpp
	modified:   mscore/actions.cpp
	modified:   mscore/data/shortcuts.xml
	modified:   mscore/globals.h
	modified:   mscore/inspector/inspector.cpp
	modified:   mscore/musescore.cpp
	modified:   mscore/palettebox.cpp
	modified:   mscore/scoretab.cpp
	modified:   mscore/scoretab.h
	modified:   mscore/shortcut.cpp
	modified:   mscore/shortcut.h
	modified:   mscore/webpage.cpp
2014-08-12 01:51:04 +03:00
Andrei Tuicu
f2578ce1d7 Removed Return key from being a shorcut for the system break action.
It is now treated as a KeyPressEvent in ScoreTab.cpp.

Now the widget that has focus will receive the event. Before, even
if a widget wanted to do something when return Key was pressed, it
was unable to do that, because shortcuts have priority over events.
	modified:   mscore/data/shortcuts.xml
	modified:   mscore/musescore.cpp
	modified:   mscore/scoretab.cpp
	modified:   mscore/scoretab.h
2014-08-12 01:51:00 +03:00
Bartlomiej Lewandowski
b7d494b771 Added shortcut for selection window - F6. 2014-07-30 14:49:53 +02:00
Andrey M. Tokarev
f2614a8c14 New styled apply button checkmark icon 2014-07-29 18:37:57 +04:00
Werner Schweer
2f5b22ab48 Merge pull request #862 from Isensee/24951-grace-after-new
fix #24951: grace notes after enabled
2014-05-13 13:06:58 +02:00
Joachim Schmitz
4f9c416649 commenting out omr shortcut
to prevent an "Internal error: shortcut <omr> not found" message
2014-04-29 18:04:34 +02:00
Isensee
69f250919e fix #24951: grace notes after enabled 2014-04-23 18:09:57 +02:00
Maurizio M. Gavioli
ff12a4cff9 Some letters do not work in letter tablature entry mode (opposed to number entry mode)
- The current default setup for shortcut keys has a conflict between the 'H' assigned to the hairpin and the 'H' assigned to the 8th fret in tablature letter mode.
- There are defined tablature note entry actions only up to the 9th fret.

Fixes:

According to the suggestions in forum post http://musescore.org/en/node/25244, this patch implements the following fixes:

- Default shortcut key for haipin are changed into the more language-independent keys '>' and '<'.
- Actions for fret 10th - 14th are added, so they appear in the shortcut preference dlg box.
- No key is defined for these new actions (for analogy, they should be mapped to 'L' to 'P'), to avoid occupying several more letter keys in the general setup (note that 'N' and 'P' are already taken): the interested user has a known and simple way to define his own, if he has the need.
2014-04-12 13:08:16 +02:00
Andrei Tuicu
eddf6d9020 Fixed Issue #24485. Changed Ctrl+Alt+T shortcut to Alt+T for adding tempo.
modified:   shortcuts.xml
2014-04-01 01:25:51 +03:00
lasconic
cf54201a14 change default shortcut for fullmeasure rest to Ctrl + Shift + Del 2014-02-20 20:01:16 +01:00
Geoff Lehr
f5edcedd28 fix 6055 - add Ctrl+Shift+0 as command to convert measures containing only rests into full measure rests, even if they are pickup measures 2014-02-17 11:07:56 -07:00
ws
d31fa88d89 add shortcuts for bold/italic/underline in text edit mode 2014-02-12 14:39:44 +01:00
Marc Sabatella
b4a03f01b9 fix #23782: suppress Harmony Properties dialog
Remove default keyboard shortcut, only display in context menu if "-e"
option used
2013-12-03 21:01:50 -07:00
ws
f5cfb12dc5 revert PR #566 2013-11-27 11:51:16 +01:00
Maurizio M. Gavioli
7d30572c16 Time Sig Props dlg box layout
Added icons to display time syg symbols and changed layout to two columns of "Values" and "Appearance".
2013-11-26 23:41:43 +01:00
Isensee
3f40cbcf21 fix #23543: additional update for acidentals 2013-11-24 16:08:25 +01:00
Maurizio M. Gavioli
0d33762e82 TAB: letter shortcut for "fret-8" action changed from 'I' to 'J'
The letter shortcut for the "fret-8" action was 'I' and this created a conflict with the "instruments" action.

It has been changed to 'J' as:

*) J is not used by TAB and is them free
*) there is no conflict with "enharmonic-up", as enharmony makes no sense in TAB's and its actions are disabled in TAB note entry.

(Background: TAB note entry has double shortcuts for fret marks: a letter series and a digit series. TAB's can use both letters and numbers and having both shortcuts makes user life MUCH simpler)
2013-10-27 23:48:25 +01:00
Maurizio M. Gavioli
ea2746663e Implements count-in, playing 'tick-tack' each time playback is started.
Ticks are always played for at least one full measure. If the playback starting point is not at the beginning of a measure or if the measure is shorter than nominal (anacrusis), also plays enough 'tick-tack' to fill the measure.

Count-in is turned on / off with a button in the play panel.
2013-10-15 09:36:17 +02:00
lasconic
da6f62106e fix shortcuts Ctrl+O for open, Alt+shift+B to append measures 2013-10-07 12:53:06 +02:00
Maurizio M. Gavioli
a745b5a202 In French kbd, shortcut for adding a rest to TAB conflicts with shortcut for fret 4.
Fixed by changing the former to ';'
2013-10-05 12:49:10 +02:00
ws
2ea6dcae19 mmrest: fix delete clef 2013-09-28 11:24:50 +02:00
Maurizio M. Gavioli
98c972e20f Fix #22870 - No shortcut available to enter rests in TAB's
Fixed by adding a TAB-specific shortcut similar to "rest" (def. '0').

Its default shortcut has been tentatively assigned to ' (apostrophe)
2013-09-28 00:36:08 +02:00
ws
b40c8d7be1 fix shortcut reading 2013-09-03 22:21:01 +02:00
vgstef
a0ecd236c2 Add visual marks for In/Out loop 2013-08-19 03:23:09 -04:00
ws
018d862515 change conflicting shortcut for ottava 2013-08-19 08:50:00 +02:00
vgstef
511e69efb4 Add partial loop playback (In/Out position) 2013-08-12 23:02:43 -04:00
ws
9d85d3ef3d fix ottava shortcuts 2013-08-12 14:58:13 +02:00
ws
416e7ddff7 change spanner to use closed interval tick-tick2 2013-08-12 10:38:07 +02:00
ws
4b6998a005 fix loop icon 2013-08-06 13:36:50 +02:00
vgstef
3543170ae3 Add loop playback feature 2013-07-31 13:49:46 -04:00
lasconic
ff749ec4cf fix #22019: Default palette width too small 2013-07-24 13:01:36 +02:00
lasconic
b980247a39 update icons 2013-07-22 11:32:23 +02:00
ws
a7f632e065 simplify icon engine by manipulating svg xml text 2013-07-05 18:54:25 +02:00
ws
ad980e003e merge with master 2013-06-19 16:45:21 +02:00
lasconic
0ec621f309 update some icons, tie, double sharp... 2013-06-18 20:18:36 +02:00
ws
a7904c31f5 refactoring spanner, part I 2013-06-10 11:03:34 +02:00
lasconic
7ed0c0711b update icons 2013-05-29 14:22:48 +02:00
ws
89c6e52fa5 fix #21235 add bracket symbol to notehead master palette 2013-05-27 11:28:20 +02:00
lasconic
d9476af35a resolve conflict for pull request #340 2013-05-17 22:15:31 +02:00