Hello community, here is the log from the commit of package mint-themes for openSUSE:Factory checked in at 2020-12-13 17:30:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mint-themes (Old) and /work/SRC/openSUSE:Factory/.mint-themes.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mint-themes" Sun Dec 13 17:30:13 2020 rev:16 rq:855386 version:1.8.7 Changes: -------- --- /work/SRC/openSUSE:Factory/mint-themes/mint-themes.changes 2020-10-05 19:43:12.857791583 +0200 +++ /work/SRC/openSUSE:Factory/.mint-themes.new.2328/mint-themes.changes 2020-12-13 17:30:42.392408375 +0100 @@ -1,0 +2,13 @@ +Mon Dec 7 21:09:51 UTC 2020 - andy great <[email protected]> + +- Update to version 1.8.7. + * Mint-Y - fix scale view context menu + * Mint-X - fix scale view context menu background colour + * Mint-Y-Cinnamon: Fix syntax error from previous commit + * Mint-Y-Cinnamon: Remove padding from applet labels + * Mint-Y-Metacity: Increase vertical "hit" area for titlebar + buttons + * Mint-X-Gtk: Restyle the menu separators a bit + * Mint-Y themes: use em's instead of px's + +------------------------------------------------------------------- Old: ---- mint-themes_1.8.6.tar.xz New: ---- mint-themes_1.8.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mint-themes.spec ++++++ --- /var/tmp/diff_new_pack.hfykt5/_old 2020-12-13 17:30:43.924409929 +0100 +++ /var/tmp/diff_new_pack.hfykt5/_new 2020-12-13 17:30:43.928409933 +0100 @@ -18,7 +18,7 @@ %define _name mint Name: mint-themes -Version: 1.8.6 +Version: 1.8.7 Release: 0 Summary: Mint Themes License: GPL-3.0-or-later ++++++ mint-themes_1.8.6.tar.xz -> mint-themes_1.8.7.tar.xz ++++++ Binary files old/mint-themes/__pycache__/constants.cpython-36.pyc and new/mint-themes/__pycache__/constants.cpython-36.pyc differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/debian/changelog new/mint-themes/debian/changelog --- old/mint-themes/debian/changelog 2020-06-18 17:28:05.000000000 +0200 +++ new/mint-themes/debian/changelog 2020-12-04 11:22:52.000000000 +0100 @@ -1,3 +1,20 @@ +mint-themes (1.8.7) ulyssa; urgency=medium + + [ steve ] + * Mint-Y - fix scale view context menu + * Mint-X - fix scale view context menu background colour + + [ JosephMcc ] + * Mint-Y-Cinnamon: Fix syntax error from previous commit #284 + * Mint-Y-Cinnamon: Remove padding from applet labels + * Mint-Y-Metacity: Increase vertical "hit" area for titlebar buttons + * Mint-X-Gtk: Restyle the menu separators a bit + + [ fredcw ] + * Mint-Y themes: use em's instead of px's (#274) + + -- Clement Lefebvre <[email protected]> Fri, 04 Dec 2020 10:22:52 +0000 + mint-themes (1.8.6) ulyana; urgency=medium * Terminal: Make background fully opaque diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css --- old/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css 2020-02-21 13:13:25.000000000 +0100 +++ new/mint-themes/src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css 2020-09-10 12:09:37.000000000 +0200 @@ -211,7 +211,7 @@ } .popup-combo-menu { - background-color: rgb(22, 225, 225); + background-color: #ececec; padding: 1em 0.1em; color: rgb(70, 70, 70); border: 1px solid rgba(40, 40, 40, 0.4); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css --- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css 2020-05-25 16:48:21.000000000 +0200 +++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css 2020-12-03 12:24:47.000000000 +0100 @@ -2131,6 +2131,13 @@ -GtkWidget-vertical-separator: 0; } +menu separator, +.csd menu separator, +.menu separator, +.csd .menu separator { + border: none; + background-color: alpha(black, 0.1); +} .menuitem.separator, GtkMenuButton .menuitem.separator { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss --- old/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss 2020-03-22 11:48:01.000000000 +0100 +++ new/mint-themes/src/Mint-Y/cinnamon/sass/_common.scss 2020-12-04 11:21:44.000000000 +0100 @@ -1,3 +1,4 @@ + $asset_path: if($variant == 'dark', dark-assets, light-assets); stage { @@ -372,17 +373,25 @@ -boxpointer-gap: 2px; } -/*Don't know what this does*/ +/*Scale view context menu*/ .popup-combo-menu { - background-color: rgba(0,0,0,0.4); - padding: 1em 0em; - color: red; - border: 1px solid rgba(0,0,0,0.6); + color: $fg_color; + border: 1px solid $borders_color; border-radius: 3px; + background-color: $base_color; + box-shadow: none; + padding: 1em 0em 1em 0em; } + .popup-image-menu-item {} -.popup-combobox-item { spacing: 1em; } +.popup-combobox-item { + spacing: 1em; + padding: .4em 1.75em; + border: 1px solid transparent; + border-left-width: 0; + border-right-width: 0; +} .popup-separator-menu-item { -gradient-height: 1px; @@ -1261,11 +1270,11 @@ padding-right: 30px; padding-left: 28px; text-align: right; - height: 30px; + height: 2.2em; &:rtl { padding-top: 10px; - height: 30px; + height: 2.2em; } } @@ -1847,15 +1856,11 @@ transition-duration: 100; text-align: center; - & StLabel { padding-top: 2px; } - &.vertical { padding-left: 0px; padding-right: 0px; padding-top: 3px; padding-bottom: 3px; - - & StLabel { padding-top: 0; } } &:hover, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2-dark.xml new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2-dark.xml --- old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2-dark.xml 2019-07-02 17:46:35.000000000 +0200 +++ new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2-dark.xml 2020-09-10 12:09:37.000000000 +0200 @@ -50,7 +50,7 @@ <border name="title_border" left="10" right="10" top="3" bottom="3"/> <border name="button_border" left="0" right="0" top="0" bottom="0"/> <distance name="button_width" value="30"/> - <distance name="button_height" value="16"/> + <distance name="button_height" value="24"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2.xml new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2.xml --- old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2.xml 2019-03-20 16:23:58.000000000 +0100 +++ new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-2.xml 2020-09-10 12:09:37.000000000 +0200 @@ -50,7 +50,7 @@ <border name="title_border" left="10" right="10" top="3" bottom="3"/> <border name="button_border" left="0" right="0" top="0" bottom="0"/> <distance name="button_width" value="30"/> - <distance name="button_height" value="16"/> + <distance name="button_height" value="24"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3-dark.xml new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3-dark.xml --- old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3-dark.xml 2019-07-02 17:46:35.000000000 +0200 +++ new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3-dark.xml 2020-09-10 12:09:37.000000000 +0200 @@ -52,7 +52,7 @@ <border name="title_border" left="10" right="10" top="3" bottom="3"/> <border name="button_border" left="0" right="0" top="0" bottom="0"/> <distance name="button_width" value="30"/> - <distance name="button_height" value="16"/> + <distance name="button_height" value="24"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3.xml new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3.xml --- old/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3.xml 2019-03-20 16:23:47.000000000 +0100 +++ new/mint-themes/src/Mint-Y/metacity-1/metacity-theme-3.xml 2020-09-10 12:09:37.000000000 +0200 @@ -52,7 +52,7 @@ <border name="title_border" left="10" right="10" top="3" bottom="3"/> <border name="button_border" left="0" right="0" top="0" bottom="0"/> <distance name="button_width" value="30"/> - <distance name="button_height" value="16"/> + <distance name="button_height" value="24"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="1" rounded_top_right="1" parent="normal"> _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
