Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2022-02-24 18:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-theme (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-theme.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-theme"

Thu Feb 24 18:18:36 2022 rev:182 rq:957331 version:4.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2021-10-23 
00:50:25.109122037 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new.1958/yast2-theme.changes        
2022-02-24 18:18:56.886730520 +0100
@@ -1,0 +2,17 @@
+Thu Feb 24 11:32:08 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Fix theme switcher background style
+  (related to bsc#1195730 and jsc#SLE-20564)
+- 4.4.6
+
+-------------------------------------------------------------------
+Wed Feb 23 15:11:37 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Add CSS rules for making visible the addons selector items
+  in current themes (related to bsc#1196362 and
+  gh#yast/yast-registration#566).
+- Changes the border color for the unselected checkbox.
+- Add support for styling the RichText in a running system too.
+- 4.4.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-theme-4.4.4.tar.bz2

New:
----
  yast2-theme-4.4.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-theme.spec ++++++
--- /var/tmp/diff_new_pack.afhblA/_old  2022-02-24 18:18:57.506730354 +0100
+++ /var/tmp/diff_new_pack.afhblA/_new  2022-02-24 18:18:57.514730352 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-theme
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-theme
-Version:        4.4.4
+Version:        4.4.6
 Release:        0
 
 Source0:        %{name}-%{version}.tar.bz2

++++++ yast2-theme-4.4.4.tar.bz2 -> yast2-theme-4.4.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/.github/workflows/ci.yml 
new/yast2-theme-4.4.6/.github/workflows/ci.yml
--- old/yast2-theme-4.4.4/.github/workflows/ci.yml      2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/.github/workflows/ci.yml      2022-02-24 
12:35:55.000000000 +0100
@@ -8,9 +8,14 @@
 jobs:
   Package:
     runs-on: ubuntu-latest
+
+    strategy:
+      fail-fast: false
+      matrix:
+        distro:  [ "tumbleweed", "leap_latest" ]
+
     container:
-      image: registry.opensuse.org/yast/head/containers/yast-ruby:latest
-      options: --privileged
+      image: 
registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
 
     steps:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/package/yast2-theme.changes 
new/yast2-theme-4.4.6/package/yast2-theme.changes
--- old/yast2-theme-4.4.4/package/yast2-theme.changes   2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/package/yast2-theme.changes   2022-02-24 
12:35:55.000000000 +0100
@@ -1,4 +1,21 @@
 -------------------------------------------------------------------
+Thu Feb 24 11:32:08 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Fix theme switcher background style
+  (related to bsc#1195730 and jsc#SLE-20564)
+- 4.4.6
+
+-------------------------------------------------------------------
+Wed Feb 23 15:11:37 UTC 2022 - David Diaz <dgonza...@suse.com>
+
+- Add CSS rules for making visible the addons selector items
+  in current themes (related to bsc#1196362 and
+  gh#yast/yast-registration#566).
+- Changes the border color for the unselected checkbox.
+- Add support for styling the RichText in a running system too.
+- 4.4.5
+
+-------------------------------------------------------------------
 Tue Oct 19 15:06:33 UTC 2021 - Knut Anderssen <kanders...@suse.com>
 
 - Remove unnecesary rej file (bsc#1191830)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/package/yast2-theme.spec 
new/yast2-theme-4.4.6/package/yast2-theme.spec
--- old/yast2-theme-4.4.4/package/yast2-theme.spec      2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/package/yast2-theme.spec      2022-02-24 
12:35:55.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-theme
-Version:        4.4.4
+Version:        4.4.6
 Release:        0
 
 Source0:        %{name}-%{version}.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/cyan-black.qss 
new/yast2-theme-4.4.6/theme/SLE/wizard/cyan-black.qss
--- old/yast2-theme-4.4.4/theme/SLE/wizard/cyan-black.qss       2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/cyan-black.qss       2022-02-24 
12:35:55.000000000 +0100
@@ -16,6 +16,10 @@
   background-color: #000;
 }
 
+#LogoHBox QToolButton {
+  background: transparent;
+}
+
 #DialogBanner {
   background-color: transparent;
   font-family: Poppins, Sans-serif;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-theme-4.4.4/theme/SLE/wizard/cyan-black_richtext.css 
new/yast2-theme-4.4.6/theme/SLE/wizard/cyan-black_richtext.css
--- old/yast2-theme-4.4.4/theme/SLE/wizard/cyan-black_richtext.css      
2021-10-19 17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/cyan-black_richtext.css      
2022-02-24 12:35:55.000000000 +0100
@@ -3,3 +3,15 @@
 .red { color: #ff0000; }
 .blue { color: cyan; }
 .green { color: cyan; }
+
+/* Styles for emulated checkbox labels in the addons selector screen  */
+/* See https://github.com/yast/yast-registration/pull/566 */
+.enabled-item {
+  color: cyan;
+  text-decoration: none;
+}
+
+.disabled-item {
+  color: gray;
+}
+/* end of styles for the addons selector */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/highcontrast.qss 
new/yast2-theme-4.4.6/theme/SLE/wizard/highcontrast.qss
--- old/yast2-theme-4.4.4/theme/SLE/wizard/highcontrast.qss     2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/highcontrast.qss     2022-02-24 
12:35:55.000000000 +0100
@@ -17,6 +17,10 @@
   background-color: #000;
 }
 
+#LogoHBox QToolButton {
+  background: transparent;
+}
+
 #DialogBanner {
   background-color: transparent;
   font-family: Poppins, Sans-serif;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-theme-4.4.4/theme/SLE/wizard/highcontrast_richtext.css 
new/yast2-theme-4.4.6/theme/SLE/wizard/highcontrast_richtext.css
--- old/yast2-theme-4.4.4/theme/SLE/wizard/highcontrast_richtext.css    
2021-10-19 17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/highcontrast_richtext.css    
2022-02-24 12:35:55.000000000 +0100
@@ -3,3 +3,15 @@
 .red { color: #ff0000; }
 .blue { color: cyan; }
 .green { color: #ffff00; }
+
+/* Styles for emulated checkbox labels in the addons selector screen  */
+/* See https://github.com/yast/yast-registration/pull/566 */
+.enabled-item {
+  color: #ffff00;
+  text-decoration: none;
+}
+
+.disabled-item {
+  color: gray;
+}
+/* end of styles for the addons selector */
Binary files old/yast2-theme-4.4.4/theme/SLE/wizard/inst_checkbox-off.png and 
new/yast2-theme-4.4.6/theme/SLE/wizard/inst_checkbox-off.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-theme-4.4.4/theme/SLE/wizard/inst_checkbox-off.svg 
new/yast2-theme-4.4.6/theme/SLE/wizard/inst_checkbox-off.svg
--- old/yast2-theme-4.4.4/theme/SLE/wizard/inst_checkbox-off.svg        
2021-10-19 17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/inst_checkbox-off.svg        
2022-02-24 12:35:55.000000000 +0100
@@ -1,140 +1,3 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://creativecommons.org/ns#";
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
-   xmlns:svg="http://www.w3.org/2000/svg";
-   xmlns="http://www.w3.org/2000/svg";
-   xmlns:xlink="http://www.w3.org/1999/xlink";
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   width="14"
-   height="14"
-   id="svg2"
-   version="1.1"
-   inkscape:version="1.0 (4035a4f, 2020-05-01)"
-   sodipodi:docname="inst_checkbox-off.svg"
-   
inkscape:export-filename="/Users/kennethwimer/Repos/yast-theme/theme/SLE/wizard 
copy/inst_checkbox-off.png"
-   inkscape:export-xdpi="90"
-   inkscape:export-ydpi="90">
-  <defs
-     id="defs4">
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <inkscape:perspective
-       id="perspective3310"
-       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
-       inkscape:vp_z="1 : 0.5 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_x="0 : 0.5 : 1"
-       sodipodi:type="inkscape:persp3d" />
-    <linearGradient
-       y2="606.00494"
-       x2="364.41537"
-       y1="599.65906"
-       x1="364.41537"
-       gradientTransform="matrix(4.1101984,0,0,0.7878788,-1007.0708,-94.52885)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient20512"
-       xlink:href="#linearGradient16194-5-7-2-6"
-       inkscape:collect="always" />
-    <linearGradient
-       id="linearGradient16194-5-7-2-6"
-       inkscape:collect="always">
-      <stop
-         id="stop16196-0-5-9-7"
-         offset="0"
-         style="stop-color:#e5e5e5;stop-opacity:1" />
-      <stop
-         id="stop16198-0-0-3-0"
-         offset="1"
-         style="stop-color:#ffffff;stop-opacity:1" />
-    </linearGradient>
-    <linearGradient
-       y2="608.78851"
-       x2="826.15424"
-       y1="598.50702"
-       x1="826.27441"
-       
gradientTransform="matrix(1.4711539,0,0,1.1304348,-720.40869,-298.94914)"
-       gradientUnits="userSpaceOnUse"
-       id="linearGradient20514"
-       xlink:href="#linearGradient15513-1-8-5-5-8"
-       inkscape:collect="always" />
-    <linearGradient
-       inkscape:collect="always"
-       id="linearGradient15513-1-8-5-5-8">
-      <stop
-         style="stop-color:#878787;stop-opacity:1"
-         offset="0"
-         id="stop15515-3-6-9-5-0" />
-      <stop
-         style="stop-color:#d4d4d4;stop-opacity:1"
-         offset="1"
-         id="stop15517-8-6-2-1-9" />
-    </linearGradient>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="1"
-     inkscape:cx="7.5532576"
-     inkscape:cy="7.9467581"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     borderlayer="true"
-     inkscape:showpageshadow="false"
-     inkscape:snap-nodes="false"
-     showborder="false"
-     inkscape:window-width="726"
-     inkscape:window-height="756"
-     inkscape:window-x="437"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     inkscape:document-rotation="0">
-    <inkscape:grid
-       type="xygrid"
-       id="grid3356"
-       empspacing="5"
-       visible="true"
-       enabled="true"
-       snapvisiblegridlinesonly="true" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage"; />
-        <dc:title />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(0,-1038.3622)">
-    <rect
-       
style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
-       id="rect15525"
-       width="13"
-       height="13"
-       x="0.53033006"
-       y="1038.9038"
-       ry="1.3036165" />
-  </g>
+<svg viewBox="0 0 14 14">
+  <rect width="13" height="13" x=".53033006" y="1038.9038" fill="none" 
stroke="#b3b3b3" color="#000" overflow="visible" ry="1.3036165" 
style="marker:none" transform="translate(0 -1038.3622)"/>
 </svg>
Binary files 
old/yast2-theme-4.4.4/theme/SLE/wizard/inst_checkbox-on-disabled.png and 
new/yast2-theme-4.4.6/theme/SLE/wizard/inst_checkbox-on-disabled.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/installation.qss 
new/yast2-theme-4.4.6/theme/SLE/wizard/installation.qss
--- old/yast2-theme-4.4.4/theme/SLE/wizard/installation.qss     2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/installation.qss     2022-02-24 
12:35:55.000000000 +0100
@@ -17,6 +17,11 @@
   background-color: #1f222b;
   margin: 0px;
 }
+
+#LogoHBox QToolButton {
+  background: transparent;
+}
+
 #DialogBanner {
   background-color: transparent;
   font-family: Poppins, Sans-serif;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-theme-4.4.4/theme/SLE/wizard/installation_richtext.css 
new/yast2-theme-4.4.6/theme/SLE/wizard/installation_richtext.css
--- old/yast2-theme-4.4.4/theme/SLE/wizard/installation_richtext.css    
2021-10-19 17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/installation_richtext.css    
2022-02-24 12:35:55.000000000 +0100
@@ -3,3 +3,15 @@
 .red { color: #DC3545; }
 .blue { color: #B3E8F6; }
 .green { color: #30BA78; }
+
+/* Styles for emulated checkbox labels in the addons selector screen  */
+/* See https://github.com/yast/yast-registration/pull/566 */
+.enabled-item {
+  color: white;
+  text-decoration: none;
+}
+
+.disabled-item {
+  color: gray;
+}
+/* end of styles for the addons selector */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/richtext.css 
new/yast2-theme-4.4.6/theme/SLE/wizard/richtext.css
--- old/yast2-theme-4.4.4/theme/SLE/wizard/richtext.css 1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/richtext.css 2022-02-24 
12:35:55.000000000 +0100
@@ -0,0 +1,17 @@
+a.dontlooklikealink { color: black; text-decoration: none; }
+a { color: #00B2E2; }
+.red { color: #DC3545; }
+.blue { color: #B3E8F6; }
+.green { color: #30BA78; }
+
+/* Styles for emulated checkbox labels in the addons selector screen  */
+/* See https://github.com/yast/yast-registration/pull/566 */
+.enabled-item {
+  color: black;
+  text-decoration: none;
+}
+
+.disabled-item {
+  color: gray;
+}
+/* end of styles for the addons selector */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/style.qss 
new/yast2-theme-4.4.6/theme/SLE/wizard/style.qss
--- old/yast2-theme-4.4.4/theme/SLE/wizard/style.qss    2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/style.qss    2022-02-24 
12:35:55.000000000 +0100
@@ -1,3 +1,11 @@
+/* See the Qt style sheet reference documentation at */
+/* http://doc.qt.io/qt-5/stylesheet-reference.html for the list of supported */
+/* properties and allowed values. */
+
+/* Do not touch this comment! It is parsed by libyui-qt when loading the 
style! */
+/* See https://github.com/libyui/libyui-qt/blob/master/src/QY2Styler.cc#L125 */
+/* Richtext: richtext.css */
+
 #steps
 {
   padding: 12px 1px 80px 12px;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-theme-4.4.4/theme/SLE/wizard/white-black.qss 
new/yast2-theme-4.4.6/theme/SLE/wizard/white-black.qss
--- old/yast2-theme-4.4.4/theme/SLE/wizard/white-black.qss      2021-10-19 
17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/white-black.qss      2022-02-24 
12:35:55.000000000 +0100
@@ -16,6 +16,10 @@
   background-color: #000;
 }
 
+#LogoHBox QToolButton {
+  background: transparent;
+}
+
 #DialogBanner {
   background-color: transparent;
   font-family: Poppins, Sans-serif;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-theme-4.4.4/theme/SLE/wizard/white-black_richtext.css 
new/yast2-theme-4.4.6/theme/SLE/wizard/white-black_richtext.css
--- old/yast2-theme-4.4.4/theme/SLE/wizard/white-black_richtext.css     
2021-10-19 17:15:51.000000000 +0200
+++ new/yast2-theme-4.4.6/theme/SLE/wizard/white-black_richtext.css     
2022-02-24 12:35:55.000000000 +0100
@@ -3,3 +3,15 @@
 .red { color: #ff0000; }
 .blue { color: white; }
 .green { color: white; }
+
+/* Styles for emulated checkbox labels in the addons selector screen  */
+/* See https://github.com/yast/yast-registration/pull/566 */
+.enabled-item {
+  color: white;
+  text-decoration: none;
+}
+
+.disabled-item {
+  color: gray;
+}
+/* end of styles for the addons selector */

Reply via email to