Accepting request 532655 from home:xiaoguang_wang:branches:GNOME:Factory
- Update gse-sle-classic-ext.patch to version 3.26.1 OBS-URL: https://build.opensuse.org/request/show/532655 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=142
This commit is contained in:
parent
dd886b1168
commit
1c3603b75e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 06:30:17 UTC 2017 - xwang@suse.com
|
||||
|
||||
- Update gse-sle-classic-ext.patch to version 3.26.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 21:20:54 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: gnome-shell-extensions-3.26.0/data/gnome-classic.css
|
||||
Index: gnome-shell-extensions-3.26.1/data/gnome-classic.css
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.26.0.orig/data/gnome-classic.css
|
||||
+++ gnome-shell-extensions-3.26.0/data/gnome-classic.css
|
||||
--- gnome-shell-extensions-3.26.1.orig/data/gnome-classic.css
|
||||
+++ gnome-shell-extensions-3.26.1/data/gnome-classic.css
|
||||
@@ -500,7 +500,12 @@ StScrollBar {
|
||||
color: rgba(46, 52, 54, 0.5); }
|
||||
.popup-menu.panel-menu {
|
||||
@ -21,11 +21,11 @@ Index: gnome-shell-extensions-3.26.0/data/gnome-classic.css
|
||||
#panel .panel-button .system-status-icon,
|
||||
#panel .panel-button .app-menu-icon > StIcon,
|
||||
- #panel .panel-button .popup-menu-arrow {
|
||||
- icon-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9); }
|
||||
- icon-shadow: 0px 1px 2px rgba(0, 0, 0, 0.9); }
|
||||
+ #panel .panel-button .popup-menu-arrow {}
|
||||
#panel .panel-button:hover {
|
||||
color: #454f52;
|
||||
text-shadow: 0px 0px 8px black; }
|
||||
text-shadow: 0px 1px 6px black; }
|
||||
@@ -901,6 +905,7 @@ StScrollBar {
|
||||
width: 31.5em; }
|
||||
|
||||
@ -35,16 +35,16 @@ Index: gnome-shell-extensions-3.26.0/data/gnome-classic.css
|
||||
margin: 1.5em 1.5em 0; }
|
||||
.message-list-clear-button.button:hover, .message-list-clear-button.button:focus {
|
||||
@@ -924,7 +929,6 @@ StScrollBar {
|
||||
padding: 10px 10px 10px 3px; }
|
||||
padding: 0.68em 0.68em 0.68em 0.2em; }
|
||||
|
||||
.message-icon-bin > StIcon {
|
||||
- color: black;
|
||||
icon-size: 16px;
|
||||
icon-size: 1.09em;
|
||||
-st-icon-style: symbolic; }
|
||||
|
||||
@@ -941,11 +945,9 @@ StScrollBar {
|
||||
.message-secondary-bin > StIcon {
|
||||
icon-size: 16px; }
|
||||
icon-size: 1.09em; }
|
||||
|
||||
-.message-title {
|
||||
- color: #222728; }
|
||||
@ -88,10 +88,10 @@ Index: gnome-shell-extensions-3.26.0/data/gnome-classic.css
|
||||
#panel .popup-menu-arrow {
|
||||
width: 0;
|
||||
height: 0; }
|
||||
Index: gnome-shell-extensions-3.26.0/extensions/window-list/classic.css
|
||||
Index: gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.26.0.orig/extensions/window-list/classic.css
|
||||
+++ gnome-shell-extensions-3.26.0/extensions/window-list/classic.css
|
||||
--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/classic.css
|
||||
+++ gnome-shell-extensions-3.26.1/extensions/window-list/classic.css
|
||||
@@ -6,7 +6,7 @@
|
||||
height: 2.25em ;
|
||||
}
|
||||
@ -133,10 +133,10 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/classic.css
|
||||
color: #888;
|
||||
box-shadow: inset -1px -1px 1px rgba(0,0,0,0.5);
|
||||
}
|
||||
Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
Index: gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.26.0.orig/extensions/window-list/extension.js
|
||||
+++ gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/extension.js
|
||||
+++ gnome-shell-extensions-3.26.1/extensions/window-list/extension.js
|
||||
@@ -22,6 +22,8 @@ const _ = Gettext.gettext;
|
||||
const ICON_TEXTURE_SIZE = 24;
|
||||
const DND_ACTIVATE_TIMEOUT = 500;
|
||||
@ -794,7 +794,13 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
_onDragBegin: function() {
|
||||
DND.addDragMonitor(this._dragMonitor);
|
||||
},
|
||||
@@ -1208,22 +1317,11 @@ const WindowList = new Lang.Class({
|
||||
@@ -1202,28 +1311,16 @@ const WindowList = new Lang.Class({
|
||||
|
||||
_onDestroy: function() {
|
||||
this._workspaceSettings.disconnect(this._workspacesOnlyOnPrimaryChangedId);
|
||||
- this._dynamicWorkspacesSettings.disconnect(this._dynamicWorkspacesChangedId);
|
||||
|
||||
this._workspaceIndicator.destroy();
|
||||
|
||||
Main.ctrlAltTabManager.removeGroup(this.actor);
|
||||
|
||||
@ -817,7 +823,7 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
Main.overview.disconnect(this._overviewShowingId);
|
||||
Main.overview.disconnect(this._overviewHidingId);
|
||||
|
||||
@@ -1231,12 +1329,6 @@ const WindowList = new Lang.Class({
|
||||
@@ -1231,12 +1328,6 @@ const WindowList = new Lang.Class({
|
||||
|
||||
Main.xdndHandler.disconnect(this._dragBeginId);
|
||||
Main.xdndHandler.disconnect(this._dragEndId);
|
||||
@ -830,7 +836,7 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1245,7 +1337,6 @@ const Extension = new Lang.Class({
|
||||
@@ -1245,7 +1336,6 @@ const Extension = new Lang.Class({
|
||||
|
||||
_init: function() {
|
||||
this._windowLists = null;
|
||||
@ -838,7 +844,7 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
},
|
||||
|
||||
enable: function() {
|
||||
@@ -1301,6 +1392,73 @@ const Extension = new Lang.Class({
|
||||
@@ -1301,6 +1391,73 @@ const Extension = new Lang.Class({
|
||||
}
|
||||
});
|
||||
|
||||
@ -913,10 +919,10 @@ Index: gnome-shell-extensions-3.26.0/extensions/window-list/extension.js
|
||||
+ return new Extension();
|
||||
+ }
|
||||
}
|
||||
Index: gnome-shell-extensions-3.26.0/extensions/window-list/stylesheet.css
|
||||
Index: gnome-shell-extensions-3.26.1/extensions/window-list/stylesheet.css
|
||||
===================================================================
|
||||
--- gnome-shell-extensions-3.26.0.orig/extensions/window-list/stylesheet.css
|
||||
+++ gnome-shell-extensions-3.26.0/extensions/window-list/stylesheet.css
|
||||
--- gnome-shell-extensions-3.26.1.orig/extensions/window-list/stylesheet.css
|
||||
+++ gnome-shell-extensions-3.26.1/extensions/window-list/stylesheet.css
|
||||
@@ -79,6 +79,10 @@
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user