Commit graph

29 commits

Author SHA1 Message Date
Werner Schweer
98464fd9f3 fix icon color for some time signature symbols 2017-06-26 10:18:09 +02:00
lasconic
9fe46a1f06 replace icons with CC-BY 4.0 version 2016-12-26 19:09:05 +01:00
lasconic
f5d98bb0b5 experiment with Fusion Theme to replace Oxygen 2016-09-29 22:27:31 +02:00
Andy Nichols
2a88a804d1 Fix rendering of non-square icons on hidpi displays
Due to some questionable logic in Qt regarding the drawing of SVG based
QIcons, we can take advantage of the custom icon engine in MuseScore to
make sure that SVG icons are always rendered to the size requested.

The problem was when we request a non-square icon to be drawn, and the
size needs to be adjusted to maintain aspect ratio, and the screen
displaying the icon has a devicePixelRatio != 1, then the QPixmap
storing the QIcon will have it's devicePixelRatio set to a non-integer
value which is known (and expected) to have rendering artifacts.  By
always returning the requested size of pixmap for an icon, the device
pixel ratio of the pixmap will be the same of the screen the window is
on.
2016-09-08 00:30:33 +02:00
ws
557a4e49c6 fix #39611 2014-11-25 17:41:23 +01:00
Mirek Mazel
9b9e416e56 Interface icons and minor icon tweaks 2014-09-12 11:34:57 +02:00
Mirek Mazel
ab4bd95951 Refreshed optimized icons 2014-09-11 12:41:39 +02:00
Mirek Mazel
e6446c6163 Further color changes 2014-09-09 00:34:41 +02:00
Mirek Mazel
d4931a649d New color scheme 2014-08-31 12:46:48 +02:00
Joachim Schmitz
88698676e5 turn enum MuseScoreStyleType into enum class 2014-07-15 14:22:27 +02:00
Joachim Schmitz
ad33592a42 avoid warnings reg. unused functions 2014-06-17 14:53:52 +02:00
lasconic
892c660a88 adjustment to the theme 2013-09-13 16:08:11 +02:00
lasconic
fe5ba334ca light theme is the default, adjust some theme color, change restart text for language 2013-09-13 12:54:09 +02:00
ws
5f1cae610b fix rotary direction in zita gui; add mouse wheel events 2013-07-11 10:38:30 +02:00
ws
2e8d3e1d7d remove css files 2013-07-09 18:17:07 +02:00
ws
98ea91fae4 merge master 2013-07-08 14:44:28 +02:00
ws
a7f632e065 simplify icon engine by manipulating svg xml text 2013-07-05 18:54:25 +02:00
ws
ddbb8f5e70 added light theme, removed native theme 2013-07-01 12:03:13 +02:00
ws
f254512f53 use colors to mark pressed buttons 2013-05-28 16:25:28 +02:00
ws
392caef6ba pressed buttons have white icons now 2013-05-15 18:33:39 +02:00
ws
f91b8b9768 tune icon color 2013-05-15 18:33:39 +02:00
ws
ffcd421090 colorize toggled icons 2013-05-15 18:33:39 +02:00
ws
d22d0c79f0 gray out inactive icons 2013-05-15 18:33:39 +02:00
ws
63cd890197 add svg icon engine 2013-05-15 18:33:38 +02:00
ws
e4513cab1e pressed buttons have white icons now 2013-05-15 16:08:12 +02:00
ws
530bedea4f tune icon color 2013-05-15 14:01:35 +02:00
ws
346b171b1b colorize toggled icons 2013-05-15 10:57:16 +02:00
ws
31e19e4df7 gray out inactive icons 2013-05-15 10:36:59 +02:00
ws
81acb16ebc add svg icon engine 2013-05-14 15:32:51 +02:00