Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2022-11-08 10:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell-extensions"

Tue Nov  8 10:53:26 2022 rev:129 rq:1034159 version:43.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
    2022-09-26 18:47:41.539996276 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.1597/gnome-shell-extensions.changes
  2022-11-08 10:53:30.117438632 +0100
@@ -1,0 +2,8 @@
+Fri Nov  4 17:59:30 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 43.1:
+  + Fixed crash.
+  + Misc. bug fixes and cleanups.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-extensions-43.0.tar.xz

New:
----
  gnome-shell-extensions-43.1.tar.xz

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

Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.2HhSi5/_old  2022-11-08 10:53:30.893443249 +0100
+++ /var/tmp/diff_new_pack.2HhSi5/_new  2022-11-08 10:53:30.897443273 +0100
@@ -19,7 +19,7 @@
 
 %global __requires_exclude typelib\\(Meta\\)
 Name:           gnome-shell-extensions
-Version:        43.0
+Version:        43.1
 Release:        0
 Summary:        A collection of extensions for GNOME Shell
 License:        GPL-2.0-or-later

++++++ gnome-shell-extensions-43.0.tar.xz -> gnome-shell-extensions-43.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.0/NEWS 
new/gnome-shell-extensions-43.1/NEWS
--- old/gnome-shell-extensions-43.0/NEWS        2022-09-17 20:00:19.965544200 
+0200
+++ new/gnome-shell-extensions-43.1/NEWS        2022-10-26 09:53:15.374369900 
+0200
@@ -1,3 +1,14 @@
+43.1
+====
+* Fixed crash [Florian; !243]
+* Misc. bug fixes and cleanups [mowemcfc; !244]
+
+Contributors:
+  Florian M??llner, mowemcfc
+
+Translators:
+  Sabri ??nal [tr]
+
 43.0
 ====
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.0/data/gnome-classic.css 
new/gnome-shell-extensions-43.1/data/gnome-classic.css
--- old/gnome-shell-extensions-43.0/data/gnome-classic.css      2022-09-17 
20:00:22.145618200 +0200
+++ new/gnome-shell-extensions-43.1/data/gnome-classic.css      2022-10-26 
09:53:17.126358000 +0200
@@ -49,7 +49,7 @@
   border-radius: 11px;
   border: 1px solid rgba(255, 255, 255, 0.8); }
 
-#LookingGlassDialog > #Toolbar .lg-toolbar-button, .app-folder-dialog 
.folder-name-container .edit-folder-button, .button {
+#LookingGlassDialog > #Toolbar .lg-toolbar-button, .app-folder-dialog 
.folder-name-container .edit-folder-button, .button, .icon-button {
   border-radius: 6px;
   border-style: solid;
   border-width: 1px;
@@ -58,80 +58,73 @@
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(238, 237, 236, 0.99); }
-  #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus, .app-folder-dialog 
.folder-name-container .edit-folder-button:focus, .button:focus {
+  #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus, .app-folder-dialog 
.folder-name-container .edit-folder-button:focus, .button:focus, 
.icon-button:focus {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.8);
     background-color: rgba(219, 226, 235, 0.991);
     box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.6) !important; }
-    #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:hover, 
.app-folder-dialog .folder-name-container .edit-folder-button:focus:hover, 
.button:focus:hover {
+    #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:hover, 
.app-folder-dialog .folder-name-container .edit-folder-button:focus:hover, 
.button:focus:hover, .icon-button:focus:hover {
       background-color: rgba(226, 233, 242, 0.991);
       box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-    #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:active, 
.app-folder-dialog .folder-name-container .edit-folder-button:focus:active, 
.button:focus:active {
+    #LookingGlassDialog > #Toolbar .lg-toolbar-button:focus:active, 
.app-folder-dialog .folder-name-container .edit-folder-button:focus:active, 
.button:focus:active, .icon-button:focus:active {
       background-color: rgba(232, 240, 250, 0.991);
       box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-  #LookingGlassDialog > #Toolbar .lg-toolbar-button:hover, .app-folder-dialog 
.folder-name-container .edit-folder-button:hover, .button:hover {
+  #LookingGlassDialog > #Toolbar .lg-toolbar-button:hover, .app-folder-dialog 
.folder-name-container .edit-folder-button:hover, .button:hover, 
.icon-button:hover {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.8);
     background-color: rgba(245, 245, 244, 0.99); }
-  #LookingGlassDialog > #Toolbar .lg-toolbar-button:insensitive, 
.app-folder-dialog .folder-name-container .edit-folder-button:insensitive, 
.button:insensitive {
+  #LookingGlassDialog > #Toolbar .lg-toolbar-button:insensitive, 
.app-folder-dialog .folder-name-container .edit-folder-button:insensitive, 
.button:insensitive, .icon-button:insensitive {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.3);
     background-color: rgba(0, 0, 0, 0); }
-  #LookingGlassDialog > #Toolbar .lg-toolbar-button:active, .app-folder-dialog 
.folder-name-container .edit-folder-button:active, .button:active {
+  #LookingGlassDialog > #Toolbar .lg-toolbar-button:active, .app-folder-dialog 
.folder-name-container .edit-folder-button:active, .button:active, 
.icon-button:active {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.8);
     background-color: rgba(252, 252, 252, 0.99); }
-  #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked, 
.button:checked {
+  #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked, 
.button:checked, .icon-button:checked {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.8);
     background-color: rgba(255, 255, 255, 0.99); }
-    #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:hover, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked:hover, 
.button:checked:hover {
+    #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:hover, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked:hover, 
.button:checked:hover, .icon-button:checked:hover {
       background-color: rgba(255, 255, 255, 0.99); }
-    #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:active, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked:active, 
.button:checked:active {
+    #LookingGlassDialog > #Toolbar .lg-toolbar-button:checked:active, 
.app-folder-dialog .folder-name-container .edit-folder-button:checked:active, 
.button:checked:active, .icon-button:checked:active {
       background-color: rgba(255, 255, 255, 0.99); }
-
-.icon-button {
-  border-radius: 99px;
-  border-style: solid;
-  border-width: 1px;
-  font-weight: bold;
-  padding: 12px;
-  transition-duration: 100ms;
-  color: rgba(0, 0, 0, 0.8);
-  background-color: rgba(238, 237, 236, 0.99); }
-  .icon-button:focus {
-    transition-duration: 100ms;
-    color: rgba(0, 0, 0, 0.8);
-    background-color: rgba(219, 226, 235, 0.991);
-    box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.6) !important; }
-    .icon-button:focus:hover {
-      background-color: rgba(226, 233, 242, 0.991);
-      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-    .icon-button:focus:active {
-      background-color: rgba(232, 240, 250, 0.991);
-      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-  .icon-button:hover {
-    transition-duration: 100ms;
-    color: rgba(0, 0, 0, 0.8);
-    background-color: rgba(245, 245, 244, 0.99); }
-  .icon-button:insensitive {
-    transition-duration: 100ms;
-    color: rgba(0, 0, 0, 0.3);
-    background-color: rgba(0, 0, 0, 0); }
-  .icon-button:active {
-    transition-duration: 100ms;
-    color: rgba(0, 0, 0, 0.8);
-    background-color: rgba(252, 252, 252, 0.99); }
-  .icon-button:checked {
+  #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button, .app-folder-dialog 
.folder-name-container .flat.edit-folder-button, .flat.button, 
.flat.icon-button {
     transition-duration: 100ms;
     color: rgba(0, 0, 0, 0.8);
-    background-color: rgba(255, 255, 255, 0.99); }
-    .icon-button:checked:hover {
-      background-color: rgba(255, 255, 255, 0.99); }
-    .icon-button:checked:active {
+    background-color: rgba(238, 237, 236, 0.99);
+    background-color: transparent; }
+    #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:focus, 
.flat.button:focus, .flat.icon-button:focus {
+      transition-duration: 100ms;
+      color: rgba(0, 0, 0, 0.8);
+      background-color: rgba(219, 226, 235, 0.991);
+      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.6) !important; }
+      #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus:hover, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:focus:hover, 
.flat.button:focus:hover, .flat.icon-button:focus:hover {
+        background-color: rgba(226, 233, 242, 0.991);
+        box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
+      #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:focus:active, 
.app-folder-dialog .folder-name-container 
.flat.edit-folder-button:focus:active, .flat.button:focus:active, 
.flat.icon-button:focus:active {
+        background-color: rgba(232, 240, 250, 0.991);
+        box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
+    #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:hover, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:hover, 
.flat.button:hover, .flat.icon-button:hover {
+      transition-duration: 100ms;
+      color: rgba(0, 0, 0, 0.8);
+      background-color: rgba(245, 245, 244, 0.99); }
+    #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:insensitive, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:insensitive, 
.flat.button:insensitive, .flat.icon-button:insensitive {
+      transition-duration: 100ms;
+      color: rgba(0, 0, 0, 0.3);
+      background-color: rgba(0, 0, 0, 0); }
+    #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:active, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:active, 
.flat.button:active, .flat.icon-button:active {
+      transition-duration: 100ms;
+      color: rgba(0, 0, 0, 0.8);
+      background-color: rgba(252, 252, 252, 0.99); }
+    #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked, 
.app-folder-dialog .folder-name-container .flat.edit-folder-button:checked, 
.flat.button:checked, .flat.icon-button:checked {
+      transition-duration: 100ms;
+      color: rgba(0, 0, 0, 0.8);
       background-color: rgba(255, 255, 255, 0.99); }
-  .icon-button > StIcon {
-    icon-size: 1.09em; }
+      #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked:hover, 
.app-folder-dialog .folder-name-container 
.flat.edit-folder-button:checked:hover, .flat.button:checked:hover, 
.flat.icon-button:checked:hover {
+        background-color: rgba(255, 255, 255, 0.99); }
+      #LookingGlassDialog > #Toolbar .flat.lg-toolbar-button:checked:active, 
.app-folder-dialog .folder-name-container 
.flat.edit-folder-button:checked:active, .flat.button:checked:active, 
.flat.icon-button:checked:active {
+        background-color: rgba(255, 255, 255, 0.99); }
 
 .modal-dialog .modal-dialog-linked-button, .hotplug-notification-item, 
.notification-banner .notification-button {
   padding: 12px;
@@ -323,9 +316,17 @@
     color: rgba(0, 0, 0, 0.5); }
 
 /* Buttons */
-.button {
+.button, .icon-button {
   min-height: 22px; }
 
+.icon-button {
+  border-radius: 99px;
+  padding: 12px;
+  min-height: 16px; }
+  .icon-button StIcon {
+    icon-size: 1.09em;
+    -st-icon-style: symbolic; }
+
 /* Check Boxes */
 .check-box StBoxLayout {
   spacing: .8em; }
@@ -536,7 +537,7 @@
 .datemenu-today-button {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   background-color: transparent;
   background-color: none;
@@ -573,7 +574,7 @@
 .calendar {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   background-color: transparent;
   background-color: none;
@@ -681,7 +682,7 @@
 .events-button {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(227, 224, 222, 0.99);
@@ -719,7 +720,7 @@
 .world-clocks-button {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(227, 224, 222, 0.99);
@@ -763,7 +764,7 @@
 .weather-button {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(227, 224, 222, 0.99);
@@ -853,7 +854,7 @@
 .message {
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(227, 224, 222, 0.99); }
@@ -1625,7 +1626,7 @@
       color: rgba(255, 255, 255, 0.5); }
   .quick-toggle > StBoxLayout {
     spacing: 6px; }
-  .quick-toggle.button {
+  .quick-toggle.button, .quick-toggle.icon-button {
     padding: 0; }
   .quick-toggle > StBoxLayout {
     padding: 0 12px; }
@@ -1652,29 +1653,31 @@
   .quick-menu-toggle .quick-toggle-arrow:rtl {
     border-radius: 99px 0 0 99px; }
 
-.quick-slider {
-  padding: 0 6px; }
-  .quick-slider > StBoxLayout {
-    spacing: 6px; }
-  .quick-slider .slider-bin {
-    min-height: 16px;
-    padding: 6px;
-    border-radius: 99px; }
-    .quick-slider .slider-bin:focus {
-      transition-duration: 100ms;
-      color: rgba(0, 0, 0, 0.8);
-      background-color: rgba(219, 226, 235, 0.991);
-      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.6) !important; }
-      .quick-slider .slider-bin:focus:hover {
-        background-color: rgba(226, 233, 242, 0.991);
-        box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-      .quick-slider .slider-bin:focus:active {
-        background-color: rgba(232, 240, 250, 0.991);
-        box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
-  .quick-slider .quick-toggle-icon {
-    icon-size: 1.09em; }
-  .quick-slider .icon-button {
-    background-color: transparent; }
+.quick-slider > StBoxLayout {
+  spacing: 6px; }
+
+.quick-slider .slider-bin {
+  min-height: 16px;
+  padding: 6px;
+  border-radius: 99px; }
+  .quick-slider .slider-bin:focus {
+    transition-duration: 100ms;
+    color: rgba(0, 0, 0, 0.8);
+    background-color: rgba(219, 226, 235, 0.991);
+    box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.6) !important; }
+    .quick-slider .slider-bin:focus:hover {
+      background-color: rgba(226, 233, 242, 0.991);
+      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
+    .quick-slider .slider-bin:focus:active {
+      background-color: rgba(232, 240, 250, 0.991);
+      box-shadow: inset 0 0 0 2px rgba(53, 132, 228, 0.7) !important; }
+
+.quick-slider .quick-toggle-icon {
+  icon-size: 1.09em; }
+  .quick-slider .quick-toggle-icon:ltr {
+    margin-left: 6px; }
+  .quick-slider .quick-toggle-icon:rtl {
+    margin-right: 6px; }
 
 .quick-toggle-menu {
   background-color: #ebe8e6;
@@ -1698,9 +1701,6 @@
 .quick-settings-system-item > StBoxLayout {
   spacing: 12px; }
 
-.quick-settings-system-item .icon-button > StIcon {
-  -st-icon-style: symbolic; }
-
 .quick-settings-system-item .power-item {
   min-height: 0;
   min-width: 0; }
@@ -2448,7 +2448,7 @@
   padding: 12px;
   border-radius: 8px;
   margin: 4px;
-  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
   transition-duration: 100ms;
   color: rgba(0, 0, 0, 0.8);
   background-color: rgba(227, 224, 222, 0.99); }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_colors.scss 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_colors.scss
--- old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_colors.scss  
2022-09-17 20:00:21.988613000 +0200
+++ new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_colors.scss  
2022-10-26 09:53:16.989359000 +0200
@@ -40,6 +40,7 @@
 
 // cards
 $card_bg_color: if($variant == 'light', darken($bg_color, 5%), 
lighten($bg_color, 2%));
+$card_outer_borders_color: transparentize($fg_color, 0.98);
 
 // notifications
 $bubble_buttons_color: if($variant == 'light', darken($bg_color, 12%), 
lighten($bg_color, 10%));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_common.scss 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_common.scss
--- old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_common.scss  
2022-09-17 20:00:21.988613000 +0200
+++ new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_common.scss  
2022-10-26 09:53:16.989359000 +0200
@@ -105,24 +105,15 @@
   &:insensitive { @include button(insensitive);}
   &:active { @include button(active);}
   &:checked { @include button(checked);}
-}
 
-// normal icon-only button
-%icon_button {
-  border-radius: 99px;
-  border-style: solid;
-  border-width: 1px;
-  font-weight: bold;
-  padding: $base_padding*2;
-
-  @include button(normal);
-  &:focus { @include button(focus);}
-  &:hover { @include button(hover);}
-  &:insensitive { @include button(insensitive);}
-  &:active { @include button(active);}
-  &:checked { @include button(checked);}
-
-  & > StIcon { icon-size: $base_icon_size; }
+  &.flat {
+    @include button(normal, $flat:true);
+    &:focus { @include button(focus, $flat:true);}
+    &:hover { @include button(hover, $flat:true);}
+    &:insensitive { @include button(insensitive, $flat:true);}
+    &:active { @include button(active, $flat:true);}
+    &:checked { @include button(checked, $flat:true);}
+  }
 }
 
 // buttons in dialogs/notifications
@@ -143,9 +134,9 @@
   &:hover { @include button(hover, $c:$bubble_buttons_color);}
   &:active { @include button(active, $c:$bubble_buttons_color);}
   &:checked { @include button(checked, $c:$bubble_buttons_color);}
-  
+
   &:first-child:ltr {
-    border-radius: 0 0 0 $bubble_button_radius; 
+    border-radius: 0 0 0 $bubble_button_radius;
   }
 
   &:last-child:ltr {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_drawing.scss 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_drawing.scss
--- old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_drawing.scss 
2022-09-17 20:00:21.988613000 +0200
+++ new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_drawing.scss 
2022-10-26 09:53:16.989359000 +0200
@@ -143,7 +143,7 @@
 //
 // since buttons are all flat an borderless now the mixin is simpler
 
-@mixin button($t, $tc:$fg_color, $c:$bg_color) {
+@mixin button($t, $tc:$fg_color, $c:$bg_color, $flat: false) {
 
   $button_bg_color: mix($tc, $c, $button_mix_factor);
   transition-duration: 100ms;
@@ -152,6 +152,9 @@
   @if $t==normal {
     color: $tc;
     background-color: $button_bg_color;
+    @if $flat {
+      background-color: transparent;
+    }
     @if $is_highcontrast == "true" {
       box-shadow: inset 0 0 0 1px $button_inset_color;
     }
@@ -310,7 +313,7 @@
 @mixin card($flat: false) {
   border-radius: $base_border_radius;
   margin: $base_margin;
-  box-shadow: 0 1px 1px 0 $shadow_color;
+  box-shadow: inset 0 0 0 1px $card_outer_borders_color;
 
   @if $flat {
     @include button(undecorated);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_high-contrast-colors.scss
 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_high-contrast-colors.scss
--- 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/_high-contrast-colors.scss
    2022-09-17 20:00:21.988613000 +0200
+++ 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/_high-contrast-colors.scss
    2022-10-26 09:53:16.989359000 +0200
@@ -38,6 +38,7 @@
 
 // cards
 $card_bg_color: if($variant == 'light', darken($bg_color, 12%), 
lighten($bg_color, 12%));
+$card_outer_borders_color: $card_bg_color;
 
 // notifications
 $bubble_buttons_color: if($variant == 'light', darken($bg_color, 22%), 
lighten($bg_color, 31%));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_buttons.scss 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_buttons.scss
--- old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_buttons.scss 
2022-09-17 20:00:21.988613000 +0200
+++ new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_buttons.scss 
2022-10-26 09:53:16.990358800 +0200
@@ -6,5 +6,14 @@
 }
 
 .icon-button {
-  @extend %icon_button; // that's it
-}
+  @extend .button; // same style as buttons
+
+  border-radius: 99px;
+  padding: $base_padding*2;
+  min-height: 16px;
+
+  StIcon {
+    icon-size: $base_icon_size;
+    -st-icon-style: symbolic;
+  }
+}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_calendar.scss 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_calendar.scss
--- 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_calendar.scss    
    2022-09-17 20:00:21.988613000 +0200
+++ 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_calendar.scss    
    2022-10-26 09:53:16.990358800 +0200
@@ -15,7 +15,7 @@
 
 /* today button (the date) */
 .datemenu-today-button {
-  @include card($flat: true);
+  @include card(flat);
   padding: $base_padding * 1.5;
 
   // weekday label
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_quick-settings.scss
 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_quick-settings.scss
--- 
old/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_quick-settings.scss
  2022-09-17 20:00:21.989612800 +0200
+++ 
new/gnome-shell-extensions-43.1/data/gnome-shell-sass/widgets/_quick-settings.scss
  2022-10-26 09:53:16.991358800 +0200
@@ -48,8 +48,6 @@
 }
 
 .quick-slider {
-  padding: 0 $base_padding;
-
   & > StBoxLayout { spacing: $base_padding; }
 
   .slider-bin {
@@ -58,8 +56,12 @@
     padding: $base_padding;
     border-radius: 99px;
   }
-  .quick-toggle-icon { icon-size: $base_icon_size; }
-  .icon-button { background-color: transparent; }
+  .quick-toggle-icon {
+    icon-size: $base_icon_size;
+
+    &:ltr { margin-left: $base_padding; }
+    &:rtl { margin-right: $base_padding; }
+  }
 }
 
 .quick-toggle-menu {
@@ -100,8 +102,6 @@
 .quick-settings-system-item {
   & > StBoxLayout { spacing: 2 * $base_padding; }
 
-  .icon-button > StIcon { -st-icon-style: symbolic; }
-
   & .power-item {
     min-height: 0;
     min-width: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.0/export-zips.sh 
new/gnome-shell-extensions-43.1/export-zips.sh
--- old/gnome-shell-extensions-43.0/export-zips.sh      2022-09-17 
20:00:19.966544200 +0200
+++ new/gnome-shell-extensions-43.1/export-zips.sh      2022-10-26 
09:53:15.376369700 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 srcdir=`dirname $0`
 srcdir=`(cd $srcdir && pwd)`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.0/extensions/window-list/extension.js 
new/gnome-shell-extensions-43.1/extensions/window-list/extension.js
--- old/gnome-shell-extensions-43.0/extensions/window-list/extension.js 
2022-09-17 20:00:19.970544300 +0200
+++ new/gnome-shell-extensions-43.1/extensions/window-list/extension.js 
2022-10-26 09:53:15.380369700 +0200
@@ -860,8 +860,8 @@
         this._dndWindow = null;
 
         this._settings = ExtensionUtils.getSettings();
-        this._groupingModeChangedId = this._settings.connect(
-            'changed::grouping-mode', this._groupingModeChanged.bind(this));
+        this._settings.connect('changed::grouping-mode',
+            () => this._groupingModeChanged());
         this._grouped = undefined;
         this._groupingModeChanged();
     }
@@ -1130,7 +1130,7 @@
         Main.xdndHandler.disconnect(this._dragBeginId);
         Main.xdndHandler.disconnect(this._dragEndId);
 
-        this._settings.disconnect(this._groupingModeChangedId);
+        this._settings.run_dispose();
 
         let windows = global.get_window_actors();
         for (let i = 0; i < windows.length; i++)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.0/meson.build 
new/gnome-shell-extensions-43.1/meson.build
--- old/gnome-shell-extensions-43.0/meson.build 2022-09-17 20:00:19.971544500 
+0200
+++ new/gnome-shell-extensions-43.1/meson.build 2022-10-26 09:53:15.382369800 
+0200
@@ -1,5 +1,5 @@
 project('gnome-shell-extensions',
-  version: '43.0',
+  version: '43.1',
   meson_version: '>= 0.53.0',
   license: 'GPL2+'
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.0/po/tr.po 
new/gnome-shell-extensions-43.1/po/tr.po
--- old/gnome-shell-extensions-43.0/po/tr.po    2022-09-17 20:00:19.992545100 
+0200
+++ new/gnome-shell-extensions-43.1/po/tr.po    2022-10-26 09:53:15.396369700 
+0200
@@ -1,5 +1,5 @@
 # Turkish translation for gnome-shell-extensions.
-# Copyright (C) 2012-2019 gnome-shell-extensions's COPYRIGHT HOLDER
+# Copyright (C) 2012-2022 gnome-shell-extensions's COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
gnome-shell-extensions package.
 #
 # Osman Karag??z <[email protected]>, 2012.
@@ -14,7 +14,7 @@
 "Project-Id-Version: gnome-shell-extensions master\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/";
 "issues\n"
-"POT-Creation-Date: 2021-11-06 14:08+0000\n"
+"POT-Creation-Date: 2022-07-10 12:54+0000\n"
 "PO-Revision-Date: 2022-02-14 01:35+0300\n"
 "Last-Translator: Emin Tufan ??etin <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
@@ -42,11 +42,11 @@
 msgid "GNOME Classic on Xorg"
 msgstr "Xorg ??st??nde GNOME Klasik"
 
-#: extensions/apps-menu/extension.js:112
+#: extensions/apps-menu/extension.js:118
 msgid "Favorites"
 msgstr "G??zdeler"
 
-#: extensions/apps-menu/extension.js:366
+#: extensions/apps-menu/extension.js:379
 msgid "Applications"
 msgstr "Uygulamalar"
 
@@ -62,26 +62,26 @@
 "Her biri, bir uygulama kimli??i (masa??st?? dosya ad??) ard??ndan gelen iki 
nokta "
 "??st ??ste ve ??al????ma alan?? numaras??n?? i??eren dizgeler listesi"
 
-#: extensions/auto-move-windows/prefs.js:34
+#: extensions/auto-move-windows/prefs.js:152
 msgid "Workspace Rules"
 msgstr "??al????ma Alan?? Kurallar??"
 
-#: extensions/auto-move-windows/prefs.js:236
+#: extensions/auto-move-windows/prefs.js:306
 msgid "Add Rule"
 msgstr "Kural Ekle"
 
 #. TRANSLATORS: %s is the filesystem name
-#: extensions/drive-menu/extension.js:133
-#: extensions/places-menu/placeDisplay.js:233
+#: extensions/drive-menu/extension.js:126
+#: extensions/places-menu/placeDisplay.js:210
 #, javascript-format
 msgid "Ejecting drive ???%s??? failed:"
 msgstr "???%s??? s??r??c??s?? ????kar??lamad??:"
 
-#: extensions/drive-menu/extension.js:149
+#: extensions/drive-menu/extension.js:145
 msgid "Removable devices"
 msgstr "????kar??labilir ayg??tlar"
 
-#: extensions/drive-menu/extension.js:171
+#: extensions/drive-menu/extension.js:167
 msgid "Open Files"
 msgstr "Dosyalar?? A??"
 
@@ -96,9 +96,9 @@
 "This setting applies only with the natural placement strategy."
 msgstr ""
 "Ekran en-boy oran??na uyarak ve s??n??r kutucu??unu k??????lt??p daha da "
-"s??k??la??t??rarak, pencere k??????k resimlerini yerle??tirmek i??in ekranda 
daha "
-"??ok alan kullanmay?? dene. Bu se??enek yaln??zca do??al yerle??tirme 
stratejisi "
-"ile ge??erlidir."
+"s??k??la??t??rarak, pencere k??????k resimlerini yerle??tirmek i??in ekranda 
daha ??ok "
+"alan kullanmay?? dene. Bu se??enek yaln??zca do??al yerle??tirme stratejisi 
ile "
+"ge??erlidir."
 
 #: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
 msgid "Place window captions on top"
@@ -115,31 +115,31 @@
 "Yap??lan de??i??ikliklerin etkili olmas?? i??in kabu??un yeniden 
ba??lat??lmas?? "
 "gerekir."
 
-#: extensions/places-menu/extension.js:88
-#: extensions/places-menu/extension.js:91
+#: extensions/places-menu/extension.js:94
+#: extensions/places-menu/extension.js:97
 msgid "Places"
 msgstr "Yerler"
 
-#: extensions/places-menu/placeDisplay.js:46
+#: extensions/places-menu/placeDisplay.js:49
 #, javascript-format
 msgid "Failed to launch ???%s???"
 msgstr "???%s??? ba??lat??lamad??"
 
-#: extensions/places-menu/placeDisplay.js:61
+#: extensions/places-menu/placeDisplay.js:64
 #, javascript-format
 msgid "Failed to mount volume for ???%s???"
 msgstr "???%s??? i??in birim ba??lanamad??"
 
+#: extensions/places-menu/placeDisplay.js:125
 #: extensions/places-menu/placeDisplay.js:148
-#: extensions/places-menu/placeDisplay.js:171
 msgid "Computer"
 msgstr "Bilgisayar"
 
-#: extensions/places-menu/placeDisplay.js:359
+#: extensions/places-menu/placeDisplay.js:336
 msgid "Home"
 msgstr "Ev"
 
-#: extensions/places-menu/placeDisplay.js:404
+#: extensions/places-menu/placeDisplay.js:381
 msgid "Browse Network"
 msgstr "A??a G??zat"
 
@@ -179,27 +179,27 @@
 msgid "Maximize"
 msgstr "En b??y??k duruma getir"
 
-#: extensions/window-list/extension.js:434
+#: extensions/window-list/extension.js:483
 msgid "Minimize all"
 msgstr "T??m??n?? simge durumuna k??????lt"
 
-#: extensions/window-list/extension.js:440
+#: extensions/window-list/extension.js:489
 msgid "Unminimize all"
 msgstr "T??m??n?? ??nceki duruma getir"
 
-#: extensions/window-list/extension.js:446
+#: extensions/window-list/extension.js:495
 msgid "Maximize all"
 msgstr "T??m??n?? en b??y??k duruma getir"
 
-#: extensions/window-list/extension.js:454
+#: extensions/window-list/extension.js:503
 msgid "Unmaximize all"
 msgstr "T??m??n?? ??nceki duruma getir"
 
-#: extensions/window-list/extension.js:462
+#: extensions/window-list/extension.js:511
 msgid "Close all"
 msgstr "T??m??n?? kapat"
 
-#: extensions/window-list/extension.js:741
+#: extensions/window-list/extension.js:795
 msgid "Window List"
 msgstr "Pencere Listesi"
 
@@ -217,7 +217,7 @@
 "???always??? (her zaman)."
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
-#: extensions/window-list/prefs.js:86
+#: extensions/window-list/prefs.js:79
 msgid "Show windows from all workspaces"
 msgstr "T??m ??al????ma alanlar??ndaki pencereleri g??ster"
 
@@ -236,129 +236,43 @@
 "Whether to show the window list on all connected monitors or only on the "
 "primary one."
 msgstr ""
-"Pencere listesinin t??m ba??l?? monit??rlerde mi yoksa yaln??zca birincil 
monit??rde "
-"mi g??sterilece??ini belirtir."
+"Pencere listesinin t??m ba??l?? monit??rlerde mi yoksa yaln??zca birincil "
+"monit??rde mi g??sterilece??ini belirtir."
 
-#: extensions/window-list/prefs.js:39
+#: extensions/window-list/prefs.js:35
 msgid "Window Grouping"
 msgstr "Pencere K??meleme"
 
-#: extensions/window-list/prefs.js:63
+#: extensions/window-list/prefs.js:40
 msgid "Never group windows"
 msgstr "Pencereleri asla k??meleme"
 
-#: extensions/window-list/prefs.js:64
+#: extensions/window-list/prefs.js:41
 msgid "Group windows when space is limited"
 msgstr "Yer k??s??tl??yken pencereleri k??mele"
 
-#: extensions/window-list/prefs.js:65
+#: extensions/window-list/prefs.js:42
 msgid "Always group windows"
 msgstr "Pencereleri her zaman k??mele"
 
-#: extensions/window-list/prefs.js:81
+#: extensions/window-list/prefs.js:66
 msgid "Show on all monitors"
 msgstr "T??m monit??rlerde g??ster"
 
-#: extensions/window-list/workspaceIndicator.js:249
-#: extensions/workspace-indicator/extension.js:254
+#: extensions/window-list/workspaceIndicator.js:261
+#: extensions/workspace-indicator/extension.js:266
 msgid "Workspace Indicator"
 msgstr "??al????ma Alan?? Belirteci"
 
-#: extensions/workspace-indicator/prefs.js:33
-msgid "Workspace Names"
-msgstr "??al????ma Alan?? Adlar??"
-
-#: extensions/workspace-indicator/prefs.js:66
+#: extensions/workspace-indicator/prefs.js:62
 #, javascript-format
 msgid "Workspace %d"
 msgstr "??al????ma Alan?? %d"
 
-#: extensions/workspace-indicator/prefs.js:207
+#: extensions/workspace-indicator/prefs.js:129
+msgid "Workspace Names"
+msgstr "??al????ma Alan?? Adlar??"
+
+#: extensions/workspace-indicator/prefs.js:255
 msgid "Add Workspace"
 msgstr "??al????ma Alan?? Ekle"
-
-#~ msgid "Application"
-#~ msgstr "Uygulama"
-
-#~ msgid "Create new matching rule"
-#~ msgstr "Yeni bir e??le??me kural?? olu??tur"
-
-#~ msgid "Add"
-#~ msgstr "Ekle"
-
-#~ msgid "Name"
-#~ msgstr "Ad"
-
-#~ msgid "Attach modal dialog to the parent window"
-#~ msgstr "Yard??mc?? ileti??im penceresini ana pencereye ili??tir"
-
-#~ msgid ""
-#~ "This key overrides the key in org.gnome.mutter when running GNOME Shell."
-#~ msgstr ""
-#~ "Bu anahtar, GNOME Shell ??al??????rken org.gnome.mutter i??indeki 
anahtar?? "
-#~ "ge??ersiz k??lar."
-
-#~ msgid "Arrangement of buttons on the titlebar"
-#~ msgstr "Ba??l??k ??ubu??undaki d????melerin d??zeni"
-
-#~ msgid ""
-#~ "This key overrides the key in org.gnome.desktop.wm.preferences when "
-#~ "running GNOME Shell."
-#~ msgstr ""
-#~ "Bu anahtar, GNOME Kabu??u ??al??????rken org.gnome.desktop.wm.preferences "
-#~ "i??indeki anahtar?? ge??ersiz k??lar."
-
-#~ msgid "Enable edge tiling when dropping windows on screen edges"
-#~ msgstr ""
-#~ "Pencereler ekran kenarlar??nda b??rak??ld??????nda kenar d????emeyi 
etkinle??tir"
-
-#~ msgid "Workspaces only on primary monitor"
-#~ msgstr "??al????ma alanlar?? sadece birincil ekranda"
-
-#~ msgid "Delay focus changes in mouse mode until the pointer stops moving"
-#~ msgstr ""
-#~ "Fare kipinde odak de??i??ikliklerini i??aret??i hareketi durana kadar 
beklet"
-
-#~ msgid "Thumbnail only"
-#~ msgstr "Yaln??zca k??????k resim"
-
-#~ msgid "Application icon only"
-#~ msgstr "Sadece uygulama simgesi"
-
-#~ msgid "Thumbnail and application icon"
-#~ msgstr "K??????k resim ve uygulama simgesi"
-
-#~ msgid "Present windows as"
-#~ msgstr "Pencereleri farkl?? sun"
-
-#~ msgid "Activities Overview"
-#~ msgstr "Etkinlikler Genel G??r??n??m??"
-
-#~ msgid "Hello, world!"
-#~ msgstr "Merhaba d??nya!"
-
-#~ msgid "Alternative greeting text."
-#~ msgstr "Alternatif kar????lama metni."
-
-#~ msgid ""
-#~ "If not empty, it contains the text that will be shown when clicking on "
-#~ "the panel."
-#~ msgstr "E??er bo?? de??ilse, panele t??kland??????nda g??sterilecek metni 
i??erir."
-
-#~ msgid "Message"
-#~ msgstr "??leti"
-
-#~ msgid ""
-#~ "Example aims to show how to build well behaved extensions for the Shell "
-#~ "and as such it has little functionality on its own.\n"
-#~ "Nevertheless it???s possible to customize the greeting message."
-#~ msgstr ""
-#~ "Bu ??rnek, Shell i??in uygun eklentilerin nas??l geli??tirilece??ini "
-#~ "g??stermeyi ama??lar; bu y??zden kendi ba????na ??ok az i??leve 
sahiptir.\n"
-#~ "Yine de kar????lama iletisini ??zelle??tirmek m??mk??nd??r."
-
-#~ msgid "CPU"
-#~ msgstr "????lemci"
-
-#~ msgid "Memory"
-#~ msgstr "Bellek"

Reply via email to