forked from pool/breeze
This commit is contained in:
parent
590abbf6b7
commit
6fa120de6f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e14aa4b6b39a44b62f77bc22a486fe8f85adb1cd52ef1c98b7c4b5793bb4bc77
|
|
||||||
size 22228964
|
|
3
breeze-5.11.95.tar.xz
Normal file
3
breeze-5.11.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d029a80ab4dcd492ea59f67582da0a20ded20fa260e616fb664a22395bb8256a
|
||||||
|
size 22208500
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 15 15:54:02 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.11.95
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.11.95.php
|
||||||
|
- Changes since 5.11.5:
|
||||||
|
* Use combobox to choose shadow size and use more appropriate values for menu & tooltip shadow sizes
|
||||||
|
* Remove obsolete reviewboardrc file
|
||||||
|
* Adjusted range and default value for shadowsize and shadowcolor, to match the decoration settings. CCMAIL: pointedstick@zoho.com
|
||||||
|
* Horizontally center shadows and make them bigger
|
||||||
|
* Make it obvious what "Display window borders for maximized windows" is for
|
||||||
|
* Fix indentation of icon for left aligned toolbuttons
|
||||||
|
* Fix indentation of icon for left aligned toolbuttons
|
||||||
|
* fixed comments
|
||||||
|
* fixed icon state
|
||||||
|
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
|
||||||
|
* fixed comments
|
||||||
|
* fixed icon state
|
||||||
|
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
|
||||||
|
* [Breeze window decoration] Use intersects instead of contains
|
||||||
|
* [Breeze window decoration] Don't repaint title bar if not damaged
|
||||||
|
* Removed heuristics for not drawing separator between titlebar and window since there is now a user configurable settings to achieve this
|
||||||
|
* Set bottom border to zero for shaded windows
|
||||||
|
* Implement SH_Widget_Animation_Duration style hint
|
||||||
|
* Cleanup merge conflict
|
||||||
|
* Very slightly increase text contrast for the default Breeze color scheme (kde#381288)
|
||||||
|
* Added setting to toggle drawing of title bar separator
|
||||||
|
* Add space in front of spinbox suffix "ms"
|
||||||
|
* better contrast for Complementary areas
|
||||||
|
* add license to .desktop file
|
||||||
|
* use proper color for toolbutton text in some edge cases (thanks Kay for reporting! )
|
||||||
|
* fixed icon mode in some toolbutton corner cases (explicitly: sunken but not on and not mouse over)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de
|
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: breeze
|
Name: breeze
|
||||||
Version: 5.11.5
|
Version: 5.11.95
|
||||||
Release: 0
|
Release: 0
|
||||||
# Full Plasma 5 version (e.g. 5.8.95)
|
# Full Plasma 5 version (e.g. 5.8.95)
|
||||||
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
|
||||||
@ -56,7 +56,7 @@ Summary: Plasma Desktop artwork, styles and assets
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
Source: breeze-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 15 15:54:02 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Update to 5.11.95
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/plasma-5.11.95.php
|
||||||
|
- Changes since 5.11.5:
|
||||||
|
* Use combobox to choose shadow size and use more appropriate values for menu & tooltip shadow sizes
|
||||||
|
* Remove obsolete reviewboardrc file
|
||||||
|
* Adjusted range and default value for shadowsize and shadowcolor, to match the decoration settings. CCMAIL: pointedstick@zoho.com
|
||||||
|
* Horizontally center shadows and make them bigger
|
||||||
|
* Make it obvious what "Display window borders for maximized windows" is for
|
||||||
|
* Fix indentation of icon for left aligned toolbuttons
|
||||||
|
* Fix indentation of icon for left aligned toolbuttons
|
||||||
|
* fixed comments
|
||||||
|
* fixed icon state
|
||||||
|
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
|
||||||
|
* fixed comments
|
||||||
|
* fixed icon state
|
||||||
|
* When an icon is set to a QMenuBar Item, render the icon only, and ignore the text, when set, as this is what qmenubar expects. BUG: 387539 (kde#387539)
|
||||||
|
* [Breeze window decoration] Use intersects instead of contains
|
||||||
|
* [Breeze window decoration] Don't repaint title bar if not damaged
|
||||||
|
* Removed heuristics for not drawing separator between titlebar and window since there is now a user configurable settings to achieve this
|
||||||
|
* Set bottom border to zero for shaded windows
|
||||||
|
* Implement SH_Widget_Animation_Duration style hint
|
||||||
|
* Cleanup merge conflict
|
||||||
|
* Very slightly increase text contrast for the default Breeze color scheme (kde#381288)
|
||||||
|
* Added setting to toggle drawing of title bar separator
|
||||||
|
* Add space in front of spinbox suffix "ms"
|
||||||
|
* better contrast for Complementary areas
|
||||||
|
* add license to .desktop file
|
||||||
|
* use proper color for toolbutton text in some edge cases (thanks Kay for reporting! )
|
||||||
|
* fixed icon mode in some toolbutton corner cases (explicitly: sunken but not on and not mouse over)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de
|
Tue Jan 2 16:40:07 CET 2018 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: breeze4-style
|
Name: breeze4-style
|
||||||
Version: 5.11.5
|
Version: 5.11.95
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
|
Loading…
Reference in New Issue
Block a user