summaryrefslogtreecommitdiffstats
path: root/ksplashml/pics
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-03-18 17:39:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-03-18 17:39:44 +0900
commit77b01cbd996e47a2cfa20745dd7956213679986a (patch)
treed04a18f0362eca8d846d13b539d12ce846b81644 /ksplashml/pics
parentf17faa6673e6497c498180676d73fcd0cbe32172 (diff)
downloadtdebase-77b01cbd996e47a2cfa20745dd7956213679986a.tar.gz
tdebase-77b01cbd996e47a2cfa20745dd7956213679986a.zip
Copy KSplash Default theme to new TDE-Classic theme. This relates to bug 2013
Diffstat (limited to 'ksplashml/pics')
-rw-r--r--ksplashml/pics/themes/CMakeLists.txt1
-rw-r--r--ksplashml/pics/themes/TDE-Classic/CMakeLists.txt17
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Makefile.am5
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Preview.pngbin0 -> 27938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/Theme.rc19
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt15
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am4
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Preview.pngbin0 -> 27938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc19
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.pngbin0 -> 22938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.pngbin0 -> 264 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.pngbin0 -> 21744 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/locolor/splash_top.pngbin0 -> 7985 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_active_bar.pngbin0 -> 22938 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_bottom.pngbin0 -> 282 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.pngbin0 -> 21744 bytes
-rw-r--r--ksplashml/pics/themes/TDE-Classic/splash_top.pngbin0 -> 16010 bytes
17 files changed, 80 insertions, 0 deletions
diff --git a/ksplashml/pics/themes/CMakeLists.txt b/ksplashml/pics/themes/CMakeLists.txt
index 92ecf4aa0..947054ede 100644
--- a/ksplashml/pics/themes/CMakeLists.txt
+++ b/ksplashml/pics/themes/CMakeLists.txt
@@ -14,3 +14,4 @@ add_subdirectory( default )
add_subdirectory( unified )
add_subdirectory( none )
add_subdirectory( simple )
+add_subdirectory( TDE-Classic )
diff --git a/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt
new file mode 100644
index 000000000..f2ed63cae
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/CMakeLists.txt
@@ -0,0 +1,17 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( locolor )
+
+install( FILES
+ Theme.rc Preview.png splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/TDE-Classic )
diff --git a/ksplashml/pics/themes/TDE-Classic/Makefile.am b/ksplashml/pics/themes/TDE-Classic/Makefile.am
new file mode 100644
index 000000000..7602e6be1
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Makefile.am
@@ -0,0 +1,5 @@
+SUBDIRS=locolor
+EXTRA_DIST=Theme.rc Preview.png splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/TDE-Classic
+ksplashml_pics_default_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/TDE-Classic/Preview.png b/ksplashml/pics/themes/TDE-Classic/Preview.png
new file mode 100644
index 000000000..21a6b914f
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/Theme.rc b/ksplashml/pics/themes/TDE-Classic/Theme.rc
new file mode 100644
index 000000000..fbae7f956
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/Theme.rc
@@ -0,0 +1,19 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: default]
+Name = KDE 3.5 Splash Screen
+Description = Waves of change
+Version = 1.0
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+# Theme behaviour settings.
+Engine = Default
+
+# Should icons blink ala Trinity, or not?
+Icons Flashing = true
+
+# Show progress bar?
+Always Show Progress = false
+
+# Status text colour
+Label Foreground = #FFFFFF
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt b/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt
new file mode 100644
index 000000000..15c610108
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt
@@ -0,0 +1,15 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ Theme.rc splash_active_bar.png splash_bottom.png
+ splash_inactive_bar.png splash_top.png
+ DESTINATION ${DATA_INSTALL_DIR}/ksplash/Themes/TDE-Classic/locolor )
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am b/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am
new file mode 100644
index 000000000..bfea3e033
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am
@@ -0,0 +1,4 @@
+EXTRA_DIST=Theme.rc splash_active_bar.png splash_bottom.png splash_inactive_bar.png splash_top.png
+
+ksplashml_pics_classic_locolor_datadir = $(kde_datadir)/ksplash/Themes/TDE-Classic/locolor
+ksplashml_pics_classic_locolor_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png b/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png
new file mode 100644
index 000000000..21a6b914f
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc b/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc
new file mode 100644
index 000000000..fbae7f956
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc
@@ -0,0 +1,19 @@
+# Default KSplash/ML Theme
+
+[KSplash Theme: default]
+Name = KDE 3.5 Splash Screen
+Description = Waves of change
+Version = 1.0
+Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+# Theme behaviour settings.
+Engine = Default
+
+# Should icons blink ala Trinity, or not?
+Icons Flashing = true
+
+# Show progress bar?
+Always Show Progress = false
+
+# Status text colour
+Label Foreground = #FFFFFF
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png
new file mode 100644
index 000000000..ed4c25f1e
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png
new file mode 100644
index 000000000..26c99f3af
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png
new file mode 100644
index 000000000..c521c8c68
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png b/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png
new file mode 100644
index 000000000..52d5d32b7
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png b/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png
new file mode 100644
index 000000000..ed4c25f1e
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_bottom.png b/ksplashml/pics/themes/TDE-Classic/splash_bottom.png
new file mode 100644
index 000000000..ef5e14a58
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png b/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png
new file mode 100644
index 000000000..c521c8c68
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/TDE-Classic/splash_top.png b/ksplashml/pics/themes/TDE-Classic/splash_top.png
new file mode 100644
index 000000000..e0336c5aa
--- /dev/null
+++ b/ksplashml/pics/themes/TDE-Classic/splash_top.png
Binary files differ