Hello community,

here is the log from the commit of package plata-theme for openSUSE:Factory 
checked in at 2019-01-10 15:20:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plata-theme (Old)
 and      /work/SRC/openSUSE:Factory/.plata-theme.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plata-theme"

Thu Jan 10 15:20:37 2019 rev:4 rq:663068 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/plata-theme/plata-theme.changes  2019-01-03 
18:07:27.788095841 +0100
+++ /work/SRC/openSUSE:Factory/.plata-theme.new.28833/plata-theme.changes       
2019-01-10 15:21:06.214469523 +0100
@@ -1,0 +2,9 @@
+Sat Jan  5 20:32:38 UTC 2019 - Matthias Eliasson <matthias.elias...@gmail.com>
+
+- Update to version 0.5.2
+  * Polished GtkEmojiPicker styling again (Gtk+ 3.2x/4.0).
+  * Fixed node name typo (Gtk+ 4.0).
+  * Tweaked 'Open...' button shape in Evince's GtkHeaderBar (Gtk+ 3.2x/4.0).
+  * Tweaked MessageListSectionList styling (Gnome-Shell 3.26/3.32).
+
+-------------------------------------------------------------------

Old:
----
  plata-theme-0.5.1.tar.gz

New:
----
  plata-theme-0.5.2.tar.gz

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

Other differences:
------------------
++++++ plata-theme.spec ++++++
--- /var/tmp/diff_new_pack.BUgCJh/_old  2019-01-10 15:21:06.646469075 +0100
+++ /var/tmp/diff_new_pack.BUgCJh/_new  2019-01-10 15:21:06.646469075 +0100
@@ -21,7 +21,7 @@
 %define         gtk3_min_version    3.20.0
 %define         gtk2_min_version    2.24.30
 Name:           plata-theme
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        A Gtk+ theme based on Material Design Refresh
 License:        GPL-2.0-only AND CC-BY-SA-4.0

++++++ plata-theme-0.5.1.tar.gz -> plata-theme-0.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plata-theme-0.5.1/configure.ac 
new/plata-theme-0.5.2/configure.ac
--- old/plata-theme-0.5.1/configure.ac  2018-12-31 05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/configure.ac  2019-01-05 15:34:54.000000000 +0100
@@ -1,6 +1,6 @@
 m4_define([plata_maj_ver], [0])
 m4_define([plata_mnr_ver], [5])
-m4_define([plata_mcr_ver], [1])
+m4_define([plata_mcr_ver], [2])
 m4_define([plata_version], [plata_maj_ver.plata_mnr_ver.plata_mcr_ver])
 m4_define([plata_git_url], [https://gitlab.com/tista500/plata-theme])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plata-theme-0.5.1/src/gtk/sass/common/_3rd-party.scss 
new/plata-theme-0.5.2/src/gtk/sass/common/_3rd-party.scss
--- old/plata-theme-0.5.1/src/gtk/sass/common/_3rd-party.scss   2018-12-31 
05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/src/gtk/sass/common/_3rd-party.scss   2019-01-05 
15:34:54.000000000 +0100
@@ -338,8 +338,6 @@
 }
 
 // budgie specific popover widgets
-$budgie_popover_padding: 6px;
-
 window.budgie-popover:not(.csd) {
   &.background {
     @extend %popover;
@@ -369,23 +367,19 @@
 
       &.clock-applet-stack { padding: 0; }
 
-      &.icon-popover-stack { padding: $budgie_popover_padding; }
+      &.icon-popover-stack { padding: $popover_padding; }
     }
   }
 
   &.budgie-menu,
   &.user-menu,
   &.workspace-popover {
-    > frame.container { padding: $budgie_popover_padding; }
+    > frame.container { padding: $popover_padding; }
   }
 
   &.night-light-indicator,
   &.places-menu {
-    > frame.container {
-      padding: ($budgie_popover_padding + 2px)
-               $budgie_popover_padding
-               $budgie_popover_padding;
-    }
+    > frame.container { padding: $popover_padding; }
   }
 }
 
@@ -470,7 +464,7 @@
   }
 
   entry { // use flat entry
-    margin-bottom: $budgie_popover_padding;
+    margin-bottom: $popover_padding;
     @include radius($r_4 $r_4 0 0, none);
     @include entry(flat-normal, $tc: $fg);
     caret-color: $fg;
@@ -504,12 +498,12 @@
 
   .categories { // left-paned elements of GtkPopover
     &:dir(ltr) {
-      margin-right: $budgie_popover_padding;
+      margin-right: $popover_padding;
       border-right: 1px solid if($variant == dark, track(white, $a_div_2),
                                                    $div_fg);
     }
     &:dir(rtl) {
-      margin-left: $budgie_popover_padding;
+      margin-left: $popover_padding;
       border-left: 1px solid if($variant == dark, track(white, $a_div_2),
                                                   $div_fg);
     }
@@ -601,7 +595,7 @@
 
   // top-row (user-name and avatar)
   > frame.container > box.vertical row.activatable:first-child {
-    margin-bottom: 6px;
+    margin-bottom: $popover_padding;
     outline-width: 0;
 
     button.indicator-item {
@@ -2338,7 +2332,7 @@
     }
 
     @if $maj_ver == 4 {
-      progress > trougn > progress { @include radius(0, none); }
+      progress > trough > progress { @include radius(0, none); }
     }
     @else {
       progress { @include radius(0, none); }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plata-theme-0.5.1/src/gtk/sass/common/_common.scss 
new/plata-theme-0.5.2/src/gtk/sass/common/_common.scss
--- old/plata-theme-0.5.1/src/gtk/sass/common/_common.scss      2018-12-31 
05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/src/gtk/sass/common/_common.scss      2019-01-05 
15:34:54.000000000 +0100
@@ -360,15 +360,15 @@
   }
 
   @if $maj_ver == 4 {
-    progress > trougn > progress { @extend %entry_progress; }
+    progress > trough > progress { @extend %entry_progress; }
   }
   @else {
     progress { @extend %entry_progress; }
   }
 
   @if $maj_ver == 4 {
-    toolbar *:not(.linked) & progress > trougn > progress,
-    &.flat progress > trougn > progress { @include radius(0, none); }
+    toolbar *:not(.linked) & progress > trough > progress,
+    &.flat progress > trough > progress { @include radius(0, none); }
   }
   @else {
     toolbar *:not(.linked) & progress,
@@ -416,7 +416,7 @@
         @include transition(reset);
 
         @if $maj_ver == 4 {
-          progress > trougn > progress { @include radius(0, none); }
+          progress > trough > progress { @include radius(0, none); }
         }
         @else {
           progress {  @include radius(0, none); }
@@ -1578,7 +1578,7 @@
       }
 
       @if $maj_ver == 4 {
-        progress > trougn > progress { @include radius($r-4, none); }
+        progress > trough > progress { @include radius($r-4, none); }
       }
       @else {
         progress {  @include radius($r-4, none); }
@@ -3023,8 +3023,7 @@
     &.menu {
       @extend %popover_menu;
       // compensate outer margins
-      // subtract top-edge border width
-      > stack { margin: -(6px - 2px) -6px -6px; }
+      > stack { margin: -$popover_padding; }
     }
 
     @extend %popover_misc;
@@ -5829,6 +5828,8 @@
 
 popover.emoji {
   &-picker {
+    padding: $popover_padding;
+
     entry {
       @extend %flat_entry_sizing;
       @include entry(flat-normal);
@@ -5837,9 +5838,8 @@
     }
 
     scrolledwindow.view {
-      margin-top: 2px;
-      border: 1px solid $div_fg;
-      background-image: none;
+      margin: $popover_padding 0;
+      background-color: $dark_bg;
     }
   }
 
@@ -5873,26 +5873,20 @@
 popover.emoji-picker button.emoji-section.flat {
   min-height: rem($widget_size - 4px, $sw: 1.0);
   min-width: rem($widget_size - 4px, $sw: 1.0);
-  margin: 2px 0 0;
   padding: 0;
   @if $maj_ver == 3 {
-    @if $mnr_ver == 24 {
-      @include radius($r);
-    }
-    @else {
-      @include radius($r_2);
-    }
-  }
-  @else {
-    @include radius($r);
+    @if $mnr_ver > 23 { @include radius($r); }
+    @else { @include radius($r_2); }
   }
+  @else { @include radius($r); }
   &:checked {
     background-color: $trk_bg;
     color: $sel_label;
   }
 
   label {
-    padding: 0; // unset padding
+    margin: 0;
+    padding: 0;
     font-size: $icon_size * 1.5; // use fixed label size
   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plata-theme-0.5.1/src/gtk/sass/common/_misc.scss 
new/plata-theme-0.5.2/src/gtk/sass/common/_misc.scss
--- old/plata-theme-0.5.1/src/gtk/sass/common/_misc.scss        2018-12-31 
05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/src/gtk/sass/common/_misc.scss        2019-01-05 
15:34:54.000000000 +0100
@@ -1773,9 +1773,9 @@
 
   &menubuttonsection { // child elements in their GtkPopovers
     // kill ugly upstream CSS's parent margins
-    &:only-child { margin: -6px; }
-    &:first-child { margin: -6px -6px 0; }
-    &:last-child { margin: 0 -6px -6px; }
+    &:only-child { margin: -$popover_padding; }
+    &:first-child { margin: (-$popover_padding) (-$popover_padding) 0; }
+    &:last-child { margin: 0 (-$popover_padding) (-$popover_padding); }
   }
 
   &preferencesview {
@@ -1800,7 +1800,8 @@
   box.popover-content-area {
     button { @extend %action-area-button; }
 
-    list { margin: 0 6px 6px; } // list node at the bottom?
+    // list node at the bottom?
+    list { margin: 0 $popover_padding $popover_padding; }
   }
 }
 
@@ -1958,6 +1959,20 @@
   }
 }
 
+window.background.csd > box.vertical + headerbar.titlebar {
+  > box.vertical { // 'Open...' button
+    + button:not(.suggested-action):not(.destructive-action) {
+      &:not(.titlebutton):not(.selection-menu) {
+        &:not(.text-button):not(.lock):not(.color):not(.image-button) {
+          padding: 0 rem($txt_button_lr_space);
+          @include radius($r_2, none);
+        }
+      }
+    }
+  }
+}
+
+
 // plugin mode in Ephy
 window.background > widget > window.background > box.vertical {
   > toolbar.horizontal {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plata-theme-0.5.1/src/gtk/sass/common/resources/_variables.scss 
new/plata-theme-0.5.2/src/gtk/sass/common/resources/_variables.scss
--- old/plata-theme-0.5.1/src/gtk/sass/common/resources/_variables.scss 
2018-12-31 05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/src/gtk/sass/common/resources/_variables.scss 
2019-01-05 15:34:54.000000000 +0100
@@ -133,6 +133,7 @@
 $toolbar_padding: rem(5.3px);
 $pathbar_min_size: $entry_lr_space / 2;
 $menuitem_padding: 6px;
+$popover_padding: 6px;
 $menuitem_height: calc(#{rem($menuitem_padding * 2)} + #{$icon_size});
 $menuitem_width: calc((#{rem($menuitem_padding * 2)} + #{$icon_size}) * 2);
 $menu_padding: 4px;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plata-theme-0.5.1/src/shell/sass/gnome-shell/_common.scss 
new/plata-theme-0.5.2/src/shell/sass/gnome-shell/_common.scss
--- old/plata-theme-0.5.1/src/shell/sass/gnome-shell/_common.scss       
2018-12-31 05:36:17.000000000 +0100
+++ new/plata-theme-0.5.2/src/shell/sass/gnome-shell/_common.scss       
2019-01-05 15:34:54.000000000 +0100
@@ -1669,12 +1669,14 @@
 
       &-list {
         spacing: 1px; // for internal separators
-        margin-bottom: if($ref_weight >= 1.0, 0.6em, 0.4em);
+        margin-top: if($ref_weight >= 1.0, 0.6em / 2, 0.45em / 2);
+        margin-bottom: if($ref_weight >= 1.0, 0.6em * 1.5, 0.45em * 1.5);
         padding: 0;
         border: 1px solid if($variant == dark, $hidden_fill_bg,
                                                opacity(white, 0.01));
-        border-radius: $r_2;
-        background-color: $div_fg; // for internal separators
+        // set a half of div_fg for internal separators
+        background-color: if($variant == dark, opacity(white, $a_div_2),
+                                               opacity(black, $a_div_2));
       }
     }
   }
@@ -3074,7 +3076,7 @@
 
   &-resident-mount {
     spacing: 8px;
-    border-radius: 2px;
+    border-radius: $r_2;
     &:hover { background-color: $osd_semi_fill_bg; }
     &:active { background-color: $osd_fill_bg; }
 
@@ -3093,7 +3095,7 @@
 
   &-resident-eject-button {
     padding: 7px;
-    border-radius: 2px;
+    border-radius: $r_2;
     color: $osd_fg;
   }
 }
@@ -3531,7 +3533,7 @@
   &-not-listed-label {
     @include fontscaling($ref_size * 0.9);
     padding: 4px 8px 5px;
-    border-radius: 2px;
+    border-radius: $r_2;
     color: $ovv_acc_fg;
     font-weight: 500;
     text-align: center;


Reply via email to