Summary: Before, shadow size doubled with each new size until Very Large and the smaller shadows were more transparent than the larger shadows. Now shadow size increases linearly and smaller shadows start with more opacity so that they don't become nearly invisible. The new shadows should look better on cheap displays.
Test Plan:
Before
======
Small: {F6622411}
{F6632347}
Medium: {F6622412}
{F6632346}
Large: {F6622413}
{F6632344}
Very Large: {F6622415}
{F6632341}
After
=====
Small: {F6624603}
{F6632334}
Medium: {F6624606}
{F6632335}
Large: {F6624608}
{F6632336}
Very Large: {F6624612}
{F6632337}
Reviewers: #vdg, #breeze, ngraham, rooty
Reviewed By: #vdg, #breeze, ngraham, rooty
Subscribers: filipf, ngraham, zzag, rooty, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D19148
Summary: The current shadow color is Shade Black, which is also used as the ViewBackground color in Breeze dark. This makes the shadow invisible when 2 windows without borders overlap with touching View areas. It also makes color banding worse on cheap displays. Changing the color to black makes the shadow visible on most backgrounds and slightly improves the look of the shadow on cheap displays.
Test Plan:
Before:{F6621844}
After:{F6621843}
Reviewers: #vdg, ngraham, filipf
Reviewed By: #vdg, ngraham, filipf
Subscribers: filipf, ngraham, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D19124
Summary:
When I improved the contrast of the Breeze color scheme in D7424, I forgot about
Breeze Light. This patch corrects that, and applies the same changes, where
appropriate.
Test Plan:
Used Breeze light for a while; text, view, and window colors are now the same as
Breeze.
Reviewers: #vdg, GB_2, rooty
Reviewed By: rooty
Subscribers: rooty, sefaeyeoglu, plasma-devel
Tags: #plasma
Maniphest Tasks: T10201
Differential Revision: https://phabricator.kde.org/D19091
Summary: Improve wording and make texts consistent with others.
Test Plan: Open the Curors KCM and hover over Breeze or Breeze Light.
Reviewers: #plasma, #vdg, ngraham, rooty
Reviewed By: #vdg, ngraham, rooty
Subscribers: ngraham, #vdg, plasma-devel, #plasma
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D19046
In widgets:
* windowHandle() only works for top level widgets (windows), so we need to first get the actual window() as windowHandle() is always
nullptr for controls like ComboBox
In QtQuick Controls:
* we would just blow up for accessing widget which is null here. Use the QQuickWindow of the QQuickItem, if any. Given how long this
went unnoticed shows that Qt *never* ever had icons working in ComboBoxes in QtQuick...
Differential Revision: https://phabricator.kde.org/D18655
Summary:
Update and improve some old Breeze Dark Look and Feel theme previews (similar to D18681).
{F6584513}
Test Plan: Open the Look and Feel KCM.
Reviewers: #plasma, #vdg, ngraham
Reviewed By: #vdg, ngraham
Subscribers: ngraham, #vdg, plasma-devel, #plasma
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D18682
Summary: For some reason, the centers of the generated PNGs are not the centers of the crosshairs. I had to move the 1x crosshairs down and to the left by 2px, the 1.5x crosshairs by 3px and the 2x crosshairs by 3px (it's more centered than 4px).
Test Plan:
Breeze 1x {F6433512}
Breeze 1.5x {F6433522}
Breeze 2x {F6433523}
Breeze Snow 1x {F6433517}
Breeze Snow 1.5x {F6433525}
Breeze Snow 2x {F6433526}
Reviewers: #vdg, #breeze, #plasma, ngraham
Reviewed By: #vdg, #breeze, ngraham
Subscribers: ngraham, plasma-devel, #plasma, #breeze, #vdg
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D17038