Commit graph

22 commits

Author SHA1 Message Date
ws
a78eec8ad7 alsa driver update 2015-01-23 14:41:08 +01:00
ws
2df9e0dab3 fix #34006 2014-11-27 14:50:12 +01:00
ws
1c3de28a5e fix ScoreTab destructor (slowdown on mscore exit) 2014-10-06 11:31:07 +02:00
Andrey M. Tokarev
6347be247c Fix TabScoreView memory leak 2014-09-06 21:35:27 +04:00
Andrei Tuicu
ebca08f09c Fix Warning.
modified:   mscore/scoretab.cpp
2014-08-12 17:54:29 +03:00
Andrei Tuicu
b20b0e094b More clean-up.
Removed unnecessary includes and a "\".
	modified:   mscore/musescore.cpp
	modified:   mscore/scoretab.cpp
2014-08-12 01:51:06 +03:00
Andrei Tuicu
38533d1c0f Clean up. Removed commented code. Fixed minor glitches.
modified:   mscore/actions.cpp
	modified:   mscore/musescore.cpp
	modified:   mscore/scoretab.cpp
	modified:   mscore/scoretab.h
2014-08-12 01:51:05 +03: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
Andrei Tuicu
49885eba34 Removed 4 more objects from the tabbing order. 1 remaining.
I have removed 4 more objects that are at this point irevelent from
an accessibility point of view, or do not provide accessibility support
yet.
	modified:   mscore/accessibletoolbutton.cpp
	modified:   mscore/importmidi_panel.ui
	modified:   mscore/musescore.cpp
	modified:   mscore/scoretab.cpp
	modified:   mscore/scoreview.cpp
2014-08-12 01:50:58 +03:00
Joachim Schmitz
23733a240c turn unnamed enum into enum class MagIdx 2014-07-15 14:14:47 +02:00
Joachim Schmitz
5977488174 eliminating needless \n in qDebug() calls
searching for 'qDebug.*\\n\'
2014-03-25 14:59:32 +01:00
AntonioBL
3aa454d356 fix #22052 : Part not completely deleted 2013-08-20 13:02:54 +02:00
ws
aa8bba3ced fix #22051 2013-07-25 17:22:49 +02:00
ws
5f1cae610b fix rotary direction in zita gui; add mouse wheel events 2013-07-11 10:38:30 +02:00
lasconic
43b7d1d508 fix #10050, also fix hang/crash when closing score deleted parts 2013-06-07 12:20:36 +02:00
ws
31ea6c5d46 update also part name on SaveAs 2013-06-03 09:49:50 +02:00
lasconic
e00c7118f3 fix #21345: Part still visible if in view before deletion 2013-05-31 11:33:06 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
409494a598 fix #20541: Part not visible if created when viewing part. Rename buildin to builtin workspace 2013-03-20 16:34:11 +01:00
lasconic
ec5c613476 & character doesn't appear in tab or Open Recent 2012-07-25 09:38:53 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00