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
Summary:
The crosshair cursors had barely visible outlines, unlike their companions, so they were almost impossible to distinguish against backgrounds of a similar color. This patch fixes that.
BUG: 400110
FIXED-IN: 5.12.8
Test Plan:
Breeze crosshair against a dark background:
{F6424448}
Breeze Snow crosshair against a light background:
{F6424449}
Reviewers: #breeze, #vdg, #plasma, ngraham
Reviewed By: #breeze, #vdg, ngraham
Subscribers: ndavis, plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D16861
Summary:
D15889 did link those to their Breeze equivalent of the Adwaita icon for resizing Nautilus. Link them to the actual Breeze resize icons instead
Bug: 399194
Reviewers: #breeze, ngraham
Reviewed By: #breeze, ngraham
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D15950
Summary:
When hovering at the window corner in Nautilus an Adwaita curser is shown. Link it to the Breeze equivalent.
BUG: 399194
Test Plan:
Before:
{F6298098}
After:
{F6298099}
Reviewers: #breeze, hpereiradacosta, ngraham, andreask
Reviewed By: #breeze, ngraham
Subscribers: plasma-devel
Tags: #plasma
Differential Revision: https://phabricator.kde.org/D15889