Commit graph

20 commits

Author SHA1 Message Date
luz.paz
443be63167 Misc. typos
Found via `codespell -i 3 -w --skip="./thirdparty,./share/locale,./fonts" -I ../musescore-whitelist.txt`
Whitelist:
```
clas
nd
ot
pres
strack
tage
te
```
2018-02-13 12:06:05 -05:00
IsaacWeiss
cee6fe54bf Fix #235516: support .musicxml file extension 2017-08-01 18:38:50 -04:00
Joachim Schmitz
f5e1b2e698 Some small text fixes
and switch to the 2.1 translations
2016-12-31 19:26:25 +01:00
Joachim Schmitz
356a7c85dd Simplify texts in various dialogs, for translators' benefit
by eliminating html stuff from the to be translated texts.
Move urls out of translations, which is also good for security
reasons, to protect us from bogus and malicous translations.
Some formatting changes and getting some error messages to stderr.
Updating copyright to 2016 in the due course.
2016-03-25 09:06:56 +01:00
Marc Sabatella
5f7fe8a19a add gui scaling option -x 2014-11-23 15:26:02 -07:00
lasconic
39548b4a8e revert connect to HTTP, needs more testing 2014-08-26 18:08:26 +02:00
lasconic
5cad4f5b72 fix typo and warning on startup 2014-08-24 21:13:02 +02:00
lasconic
936718ff30 use HTTPS for musescore connect 2014-08-23 16:17:55 +02:00
lasconic
5558e9f10f simplify MuseScore connect 2014-08-20 00:30:59 +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
5c3b811f50 Finished tabbing order.
Added all buttons from the top row.
Removed Palettes, Piano Keyboard, Inspector and MuseScore connect.
	modified:   mscore/inspector/inspector.cpp
	modified:   mscore/musescore.cpp
	modified:   mscore/palettebox.cpp
	modified:   mscore/pianoroll.cpp
	modified:   mscore/pianotools.cpp
	modified:   mscore/webpage.cpp
2014-08-12 01:51:03 +03:00
Joachim Schmitz
6f3a7d1957 whitespace cleanup 2014-05-30 13:37:44 +02:00
Joachim Schmitz
5977488174 eliminating needless \n in qDebug() calls
searching for 'qDebug.*\\n\'
2014-03-25 14:59:32 +01:00
Joachim Schmitz
7c3d869ddd many (f)printf to qDebug 2014-03-22 10:40:59 +01:00
Joachim Schmitz
f08bd8df67 fix warnings due to -Wunused-parameter 2014-01-15 22:05:05 +01:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
lasconic
91ccdc3af4 update MuseScore Connect to 1.X state 2013-02-21 23:07:43 +01:00
ws
501b98930c replaye toAscii() with toLatin1() 2013-01-02 16:39:19 +01:00
lasconic
d590a5653e add currentScore access in webpage 2012-09-03 16:30:02 +02:00
Werner Schweer
412ca45401 Initial commit 2012-05-26 14:49:10 +02:00