[Xfce4-commits] [apps/xfdashboard] 04/04: Apply all last changes at default themes to all themes

noreply at xfce.org noreply at xfce.org
Thu Jun 4 19:53:26 CEST 2015


This is an automated email from the git hooks/post-receive script.

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 933bdd4807cd24eea9d2a05f0641ae15b81c7630
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Jun 4 19:53:09 2015 +0200

    Apply all last changes at default themes to all themes
---
 .../themes/xfdashboard-auber/xfdashboard-auber.css |    2 +-
 .../xfdashboard-auber/xfdashboard-secondary.xml    |   32 ++++++++++++++++++--
 data/themes/xfdashboard-auber/xfdashboard.css      |   12 +++-----
 data/themes/xfdashboard-blue/xfdashboard-blue.css  |    2 +-
 .../xfdashboard-blue/xfdashboard-secondary.xml     |   32 ++++++++++++++++++--
 data/themes/xfdashboard-blue/xfdashboard.css       |   12 +++-----
 data/themes/xfdashboard-dark/xfdashboard-dark.css  |    2 +-
 .../xfdashboard-dark/xfdashboard-secondary.xml     |   32 ++++++++++++++++++--
 data/themes/xfdashboard-dark/xfdashboard.css       |   12 +++-----
 data/themes/xfdashboard-mint/xfdashboard-mint.css  |    2 +-
 .../xfdashboard-mint/xfdashboard-secondary.xml     |   32 ++++++++++++++++++--
 data/themes/xfdashboard-mint/xfdashboard.css       |   12 +++-----
 .../xfdashboard-moranga/xfdashboard-moranga.css    |    2 +-
 .../xfdashboard-moranga/xfdashboard-secondary.xml  |   32 ++++++++++++++++++--
 data/themes/xfdashboard-moranga/xfdashboard.css    |   12 +++-----
 .../xfdashboard-wine/xfdashboard-secondary.xml     |   32 ++++++++++++++++++--
 data/themes/xfdashboard-wine/xfdashboard-wine.css  |    2 +-
 data/themes/xfdashboard-wine/xfdashboard.css       |   12 +++-----
 18 files changed, 204 insertions(+), 72 deletions(-)

diff --git a/data/themes/xfdashboard-auber/xfdashboard-auber.css b/data/themes/xfdashboard-auber/xfdashboard-auber.css
index 0e20f57..f1e9954 100644
--- a/data/themes/xfdashboard-auber/xfdashboard-auber.css
+++ b/data/themes/xfdashboard-auber/xfdashboard-auber.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #5E2750ff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-auber/xfdashboard-secondary.xml b/data/themes/xfdashboard-auber/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-auber/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-auber/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-auber/xfdashboard.css b/data/themes/xfdashboard-auber/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-auber/xfdashboard.css
+++ b/data/themes/xfdashboard-auber/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */
diff --git a/data/themes/xfdashboard-blue/xfdashboard-blue.css b/data/themes/xfdashboard-blue/xfdashboard-blue.css
index 737aebc..3a26b31 100644
--- a/data/themes/xfdashboard-blue/xfdashboard-blue.css
+++ b/data/themes/xfdashboard-blue/xfdashboard-blue.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #557AACff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-blue/xfdashboard-secondary.xml b/data/themes/xfdashboard-blue/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-blue/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-blue/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-blue/xfdashboard.css b/data/themes/xfdashboard-blue/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-blue/xfdashboard.css
+++ b/data/themes/xfdashboard-blue/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */
diff --git a/data/themes/xfdashboard-dark/xfdashboard-dark.css b/data/themes/xfdashboard-dark/xfdashboard-dark.css
index 7ffeebb..fbbbf0c 100644
--- a/data/themes/xfdashboard-dark/xfdashboard-dark.css
+++ b/data/themes/xfdashboard-dark/xfdashboard-dark.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #434343ff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-dark/xfdashboard-secondary.xml b/data/themes/xfdashboard-dark/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-dark/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-dark/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-dark/xfdashboard.css b/data/themes/xfdashboard-dark/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-dark/xfdashboard.css
+++ b/data/themes/xfdashboard-dark/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */
diff --git a/data/themes/xfdashboard-mint/xfdashboard-mint.css b/data/themes/xfdashboard-mint/xfdashboard-mint.css
index 4a8ae52..b4a3e69 100644
--- a/data/themes/xfdashboard-mint/xfdashboard-mint.css
+++ b/data/themes/xfdashboard-mint/xfdashboard-mint.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #2CC248ff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-mint/xfdashboard-secondary.xml b/data/themes/xfdashboard-mint/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-mint/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-mint/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-mint/xfdashboard.css b/data/themes/xfdashboard-mint/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-mint/xfdashboard.css
+++ b/data/themes/xfdashboard-mint/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */
diff --git a/data/themes/xfdashboard-moranga/xfdashboard-moranga.css b/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
index 251817b..3438083 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
+++ b/data/themes/xfdashboard-moranga/xfdashboard-moranga.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #D64937ff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-moranga/xfdashboard-secondary.xml b/data/themes/xfdashboard-moranga/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-moranga/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-moranga/xfdashboard.css b/data/themes/xfdashboard-moranga/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard.css
+++ b/data/themes/xfdashboard-moranga/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */
diff --git a/data/themes/xfdashboard-wine/xfdashboard-secondary.xml b/data/themes/xfdashboard-wine/xfdashboard-secondary.xml
index 9f94adc..adf17fc 100644
--- a/data/themes/xfdashboard-wine/xfdashboard-secondary.xml
+++ b/data/themes/xfdashboard-wine/xfdashboard-secondary.xml
@@ -1,14 +1,16 @@
 <interface>
 	<object class="XfdashboardStageInterface" id="secondary">
 		<child>
-			<object class="XfdashboardWindowsView">
-				<property name="x">8</property>
+			<object class="XfdashboardActor">
+				<property name="x-expand">true</property>
+				<property name="y-expand">true</property>
+				<property name="x">0</property>
 				<property name="y">8</property>
 
 				<constraint>
 					<object class="ClutterBindConstraint">
 						<property name="coordinate">width</property>
-						<property name="offset">-16</property>
+						<property name="offset">0</property>
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
@@ -20,6 +22,30 @@
 						<property name="source" ref="secondary"></property>
 					</object>
 				</constraint>
+
+				<layout>
+					<object class="XfdashboardBoxLayout">
+						<property name="orientation">horizontal</property>
+						<property name="spacing">8.0</property>
+						<property name="homogeneous">false</property>
+					</object>
+				</layout>
+
+				<child>
+					<object class="XfdashboardWorkspaceSelector">
+						<property name="can-focus">true</property>
+						<property name="y-expand">true</property>
+						<property name="outline-borders">top right bottom</property>
+						<property name="corners">right</property>
+					</object>
+				</child>
+
+				<child>
+					<object class="XfdashboardWindowsView">
+						<property name="x-expand">true</property>
+						<property name="y-expand">true</property>
+					</object>
+				</child>
 			</object>
 		</child>
 	</object>
diff --git a/data/themes/xfdashboard-wine/xfdashboard-wine.css b/data/themes/xfdashboard-wine/xfdashboard-wine.css
index bd4308b..454e37c 100644
--- a/data/themes/xfdashboard-wine/xfdashboard-wine.css
+++ b/data/themes/xfdashboard-wine/xfdashboard-wine.css
@@ -75,7 +75,7 @@ XfdashboardQuicklaunch #trash-button:drop-target
 	outline-color: #9A111Dff;
 }
 
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	background-fill-color: #202020;
 	outline-color: #202020;
diff --git a/data/themes/xfdashboard-wine/xfdashboard.css b/data/themes/xfdashboard-wine/xfdashboard.css
index dbd3505..ca7bc71 100644
--- a/data/themes/xfdashboard-wine/xfdashboard.css
+++ b/data/themes/xfdashboard-wine/xfdashboard.css
@@ -254,30 +254,26 @@ XfdashboardApplicationButton.view-mode-list
 }
 
 /* Workspace selector (incl. collapse box) */
-#workspace-selector
+XfdashboardWorkspaceSelector
 {
 	spacing: 8.0;
 	background-type: fill outline rounded-corners;
 	background-fill-color: @background;
 	outline-color: #5792e2ff;
 	outline-width: 0.5;
-	outline-borders: top left bottom;
-	corners: left;
 	orientation: vertical;
 	max-fraction: 0.20;
 	using-fraction: true;
 	orientation: vertical;
+	show-current-monitor-only: true;
 }
 
 #workspace-selector-collapse-box
 {
 	collapsed-size: 64.0;
 	collapse-orientation: left;
-}
-
-XfdashboardCollapseBox
-{
-	collapse-orientation: left;
+	outline-borders: top left bottom;
+	corners: left;
 }
 
 /* Search text box */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list