[Xfce4-commits] [apps/xfdashboard] 01/01: Correct sender in animation.xml, copy animation XML file to all themes and enable animations
noreply at xfce.org
noreply at xfce.org
Tue Nov 19 14:48:46 CET 2019
This is an automated email from the git hooks/post-receive script.
n o m a d p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfdashboard.
commit 7ad2098817378c1435bf5ab33d52ca9c6c17d951
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Nov 19 12:11:46 2019 +0100
Correct sender in animation.xml, copy animation XML file to all themes and enable animations
---
data/themes/{xfdashboard => xfdashboard-auber}/animations.xml | 4 ++--
data/themes/xfdashboard-auber/xfdashboard.theme.in.in | 1 +
data/themes/{xfdashboard => xfdashboard-blue}/animations.xml | 4 ++--
data/themes/xfdashboard-blue/xfdashboard.theme.in.in | 1 +
data/themes/{xfdashboard => xfdashboard-dark}/animations.xml | 4 ++--
data/themes/xfdashboard-dark/xfdashboard.theme.in.in | 1 +
data/themes/{xfdashboard => xfdashboard-mint}/animations.xml | 4 ++--
data/themes/xfdashboard-mint/xfdashboard.theme.in.in | 1 +
data/themes/{xfdashboard => xfdashboard-moranga}/animations.xml | 4 ++--
data/themes/xfdashboard-moranga/xfdashboard.theme.in.in | 1 +
data/themes/{xfdashboard => xfdashboard-wine}/animations.xml | 4 ++--
data/themes/xfdashboard-wine/xfdashboard.theme.in.in | 1 +
data/themes/xfdashboard/animations.xml | 4 ++--
13 files changed, 20 insertions(+), 14 deletions(-)
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-auber/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-auber/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-auber/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-auber/xfdashboard.theme.in.in b/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
index e8f6845..0b1f3ea 100644
--- a/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-auber/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Aubergine theme for xfdashboard
Style=xfdashboard-auber.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-auber.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-blue/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-blue/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-blue/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-blue/xfdashboard.theme.in.in b/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
index 4bba469..cbd8752 100644
--- a/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-blue/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Blue theme for xfdashboard
Style=xfdashboard-blue.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-blue.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-dark/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-dark/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-dark/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-dark/xfdashboard.theme.in.in b/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
index 53dfede..b4f1802 100644
--- a/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-dark/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Dark theme for xfdashboard
Style=xfdashboard-dark.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-dark.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-mint/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-mint/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-mint/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-mint/xfdashboard.theme.in.in b/data/themes/xfdashboard-mint/xfdashboard.theme.in.in
index 4d2f5ed..6a115b6 100644
--- a/data/themes/xfdashboard-mint/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-mint/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Fresh-green flavored theme for xfdashboard
Style=xfdashboard-mint.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-mint.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-moranga/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-moranga/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-moranga/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-moranga/xfdashboard.theme.in.in b/data/themes/xfdashboard-moranga/xfdashboard.theme.in.in
index 908b561..f3eddf5 100644
--- a/data/themes/xfdashboard-moranga/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-moranga/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Moranga theme for xfdashboard
Style=xfdashboard-moranga.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-moranga.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard-wine/animations.xml
similarity index 62%
copy from data/themes/xfdashboard/animations.xml
copy to data/themes/xfdashboard-wine/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard-wine/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
diff --git a/data/themes/xfdashboard-wine/xfdashboard.theme.in.in b/data/themes/xfdashboard-wine/xfdashboard.theme.in.in
index ff4db4b..59612e1 100644
--- a/data/themes/xfdashboard-wine/xfdashboard.theme.in.in
+++ b/data/themes/xfdashboard-wine/xfdashboard.theme.in.in
@@ -4,6 +4,7 @@ _Comment=Red wine theme for xfdashboard
Style=xfdashboard-wine.css
Layout=xfdashboard.xml;xfdashboard-secondary.xml
Effects=effects.xml
+Animations=animations.xml
Author=lacios
Version=@PACKAGE_VERSION@
Screenshot=screenshot-xfdashboard-wine.png
diff --git a/data/themes/xfdashboard/animations.xml b/data/themes/xfdashboard/animations.xml
index afd976f..049b5b3 100644
--- a/data/themes/xfdashboard/animations.xml
+++ b/data/themes/xfdashboard/animations.xml
@@ -1,5 +1,5 @@
<animations>
- <trigger id="expand-workspace" sender="#workspace-selector-collapse-box" signal="expand">
+ <trigger id="expand-workspace" sender="XfdashboardCollapseBox" signal="expand">
<timeline delay="0" duration="500" mode="ease-out-cubic">
<apply>
<property name="width" />
@@ -7,7 +7,7 @@
</timeline>
</trigger>
- <trigger id="collapse-workspace" sender="#workspace-selector-collapse-box" signal="collapse">
+ <trigger id="collapse-workspace" sender="XfdashboardCollapseBox" signal="collapse">
<timeline delay="0" duration="500" mode="ease-in-cubic">
<apply>
<property name="width" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list