summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2015-11-15 01:14:11 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2015-11-15 01:14:11 +0100
commitedb00da9cefc08605534ebfe5a837e10c9efc3f1 (patch)
treeb4370dff8c4e22e95e76b8df412ff69ff5203d38 /usr
parent814e0e3df6906d7547407ecb334f68bc9f26aab0 (diff)
downloadconfig-edb00da9cefc08605534ebfe5a837e10c9efc3f1.tar
config-edb00da9cefc08605534ebfe5a837e10c9efc3f1.tar.gz
config-edb00da9cefc08605534ebfe5a837e10c9efc3f1.tar.bz2
config-edb00da9cefc08605534ebfe5a837e10c9efc3f1.tar.xz
config-edb00da9cefc08605534ebfe5a837e10c9efc3f1.zip
Add Mageia KSplash ( from Donald Stewart )
Diffstat (limited to 'usr')
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/defaults6
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.pngbin0 -> 21537 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/README1
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/Splash.qml174
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/background.pngbin0 -> 1765454 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble1.pngbin0 -> 600 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble2.pngbin0 -> 592 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble3.pngbin0 -> 527 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble4.pngbin0 -> 494 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble5.pngbin0 -> 442 bytes
-rw-r--r--usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/logo.pngbin0 -> 11545 bytes
11 files changed, 175 insertions, 6 deletions
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/defaults b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/defaults
index 3c37a4c..1dfe182 100644
--- a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/defaults
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/defaults
@@ -12,9 +12,3 @@ name=default
[kcminputrc][Mouse]
cursorTheme=breeze_cursors
-
-[kwinrc][WindowSwitcher]
-LayoutName=org.mageia.breeze.desktop
-
-[kwinrc][DesktopSwitcher]
-LayoutName=org.mageia.breeze.desktop
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.png
new file mode 100644
index 0000000..b932b69
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/previews/splash.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/README b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/README
new file mode 100644
index 0000000..719d87d
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/README
@@ -0,0 +1 @@
+Mageia KSplash
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/Splash.qml b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/Splash.qml
new file mode 100644
index 0000000..4fe84fc
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/Splash.qml
@@ -0,0 +1,174 @@
+/* vim:set foldenable foldmethod=marker:
+ *
+ * 2014 by DarkBeastOfPrey
+ * Copyright (C) 2011 Ivan Cukic <ivan.cukic(at)kde.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2,
+ * or (at your option) any later version, as published by the Free
+ * Software Foundation
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
+
+import QtQuick 2.2
+
+Item {
+ id: main
+
+ width: screenSize.width
+ height: screenSize.height
+ // width: 300
+ // height: 300
+
+ /* property declarations --------------------------{{{ */
+ property int stage
+ /* }}} */
+
+ /* signal declarations ----------------------------{{{ */
+
+ /* }}} */
+
+ /* JavaScript functions ---------------------------{{{ */
+ onStageChanged: {
+ if (stage == 1) {
+ mageia.opacity = 0.25
+ bubble1.opacity = 0.25
+ }
+ if (stage == 2) {
+ mageia.opacity = 1
+ bubble1.opacity = 1
+ bubble2.opacity = 1
+ }
+ if (stage == 3) {
+ bubble3.opacity = 1
+ }
+ if (stage == 4) {
+ bubble4.opacity = 1
+ }
+ if (stage == 5) {
+ bubble5.opacity = 1
+ }
+ if (stage == 6) {
+ }
+ }
+ /* }}} */
+
+ /* object properties ------------------------------{{{ */
+
+ /* }}} */
+
+ /* child objects ----------------------------------{{{ */
+
+ Image {
+ id: background
+ source: "images/background.png"
+ anchors.fill: parent
+
+ anchors {
+ top: parent.top
+ left: parent.left
+ right: parent.right
+ bottom: parent.bottom
+
+ }
+ opacity: 1
+ }
+
+ Image {
+ id: bubble1
+ smooth: true
+
+ x: (parent.width) /4 + 30
+ y: (parent.height) / 2 - 70
+
+ source: "images/bubble1.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ Image {
+ id: bubble2
+ smooth: true
+
+ x: (parent.width) /4 + 30
+ y: (parent.height) / 2 - 70
+
+ source: "images/bubble2.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ Image {
+ id: bubble3
+ smooth: true
+
+ x: (parent.width) /4 + 30
+ y: (parent.height) / 2 - 70
+
+ source: "images/bubble3.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ Image {
+ id: bubble4
+ smooth: true
+
+ x: (parent.width) /4 + 30
+ y: (parent.height) / 2 - 70
+
+ source: "images/bubble4.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ Image {
+ id: bubble5
+ smooth: true
+
+ x: (parent.width) /4 + 30
+ y: (parent.height) / 2 - 70
+
+ source: "images/bubble5.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ Image {
+ id: mageia
+ smooth: true
+
+ x: (parent.width) / 4
+ y: (parent.height) / 2
+
+ source: "images/logo.png"
+
+ opacity: 0
+ Behavior on opacity { NumberAnimation { duration: 3000; easing { type: Easing.InOutQuad } } }
+ }
+
+ /* }}} */
+
+ /* stages -----------------------------------------{{{ */
+
+ /* }}} */
+
+ /* transitions ------------------------------------{{{ */
+
+ /* }}} */
+}
+
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/background.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/background.png
new file mode 100644
index 0000000..378bf38
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/background.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble1.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble1.png
new file mode 100644
index 0000000..84c6888
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble1.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble2.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble2.png
new file mode 100644
index 0000000..4a661ab
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble2.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble3.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble3.png
new file mode 100644
index 0000000..d34a20a
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble3.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble4.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble4.png
new file mode 100644
index 0000000..f93046d
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble4.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble5.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble5.png
new file mode 100644
index 0000000..1549e65
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/bubble5.png
Binary files differ
diff --git a/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/logo.png b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/logo.png
new file mode 100644
index 0000000..dce2b6a
--- /dev/null
+++ b/usr/share/plasma/look-and-feel/org.mageia.breeze.desktop/contents/splash/images/logo.png
Binary files differ