summaryrefslogtreecommitdiffstats
path: root/ksplashml/pics/themes/default
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/pics/themes/default')
-rw-r--r--ksplashml/pics/themes/default/CMakeLists.txt2
-rw-r--r--ksplashml/pics/themes/default/Makefile.am1
-rw-r--r--ksplashml/pics/themes/default/Preview.pngbin27938 -> 69731 bytes
-rw-r--r--ksplashml/pics/themes/default/Theme.rc28
-rw-r--r--ksplashml/pics/themes/default/locolor/CMakeLists.txt15
-rw-r--r--ksplashml/pics/themes/default/locolor/Makefile.am4
-rw-r--r--ksplashml/pics/themes/default/locolor/Preview.pngbin27938 -> 0 bytes
-rw-r--r--ksplashml/pics/themes/default/locolor/Theme.rc19
-rw-r--r--ksplashml/pics/themes/default/locolor/splash_active_bar.pngbin22938 -> 0 bytes
-rw-r--r--ksplashml/pics/themes/default/locolor/splash_bottom.pngbin264 -> 0 bytes
-rw-r--r--ksplashml/pics/themes/default/locolor/splash_inactive_bar.pngbin21744 -> 0 bytes
-rw-r--r--ksplashml/pics/themes/default/locolor/splash_top.pngbin7985 -> 0 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_active_bar.pngbin22938 -> 27058 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_bottom.pngbin282 -> 2722 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_inactive_bar.pngbin21744 -> 16413 bytes
-rw-r--r--ksplashml/pics/themes/default/splash_top.pngbin16010 -> 70422 bytes
16 files changed, 16 insertions, 53 deletions
diff --git a/ksplashml/pics/themes/default/CMakeLists.txt b/ksplashml/pics/themes/default/CMakeLists.txt
index bc2390950..6157c39cd 100644
--- a/ksplashml/pics/themes/default/CMakeLists.txt
+++ b/ksplashml/pics/themes/default/CMakeLists.txt
@@ -9,8 +9,6 @@
#
#################################################
-add_subdirectory( locolor )
-
install( FILES
Theme.rc Preview.png splash_active_bar.png splash_bottom.png
splash_inactive_bar.png splash_top.png
diff --git a/ksplashml/pics/themes/default/Makefile.am b/ksplashml/pics/themes/default/Makefile.am
index 263854f11..20c214004 100644
--- a/ksplashml/pics/themes/default/Makefile.am
+++ b/ksplashml/pics/themes/default/Makefile.am
@@ -1,4 +1,3 @@
-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/Default
diff --git a/ksplashml/pics/themes/default/Preview.png b/ksplashml/pics/themes/default/Preview.png
index 21a6b914f..eebaa96e6 100644
--- a/ksplashml/pics/themes/default/Preview.png
+++ b/ksplashml/pics/themes/default/Preview.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/Theme.rc b/ksplashml/pics/themes/default/Theme.rc
index fbae7f956..723b77571 100644
--- a/ksplashml/pics/themes/default/Theme.rc
+++ b/ksplashml/pics/themes/default/Theme.rc
@@ -1,19 +1,23 @@
-# Default KSplash/ML Theme
+#
+# Refresh KSplash/ML Theme
+#
-[KSplash Theme: default]
-Name = KDE 3.5 Splash Screen
-Description = Waves of change
+[KSplash Theme: Refresh]
+Name = Refresh TDE Splash Theme
+Description = Load Refresh TDE KSplash theme.
Version = 1.0
-Author = Lee Olson <clearbeast@gmail.com> and Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Author = TDE Team
+Homepage = trinitydesktop.org
-# Theme behaviour settings.
+# Theme behavior settings.
Engine = Default
-# Should icons blink ala Trinity, or not?
+# Should icons blink ala TDE, or not?
Icons Flashing = true
-# Show progress bar?
-Always Show Progress = false
-
-# Status text colour
-Label Foreground = #FFFFFF
+# Configurable Messages. You may specify messages in as many
+# languages as you prefer. Messages may be copied verbatim from
+# this file, if you wish to maintain the default settings.
+#Message1 = Please wait, starting TDE...
+#Message1[es] = Por favor escuchar, estarto TDE...
+#Message2 = Loading ...
diff --git a/ksplashml/pics/themes/default/locolor/CMakeLists.txt b/ksplashml/pics/themes/default/locolor/CMakeLists.txt
deleted file mode 100644
index 4d161f84c..000000000
--- a/ksplashml/pics/themes/default/locolor/CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-#################################################
-#
-# (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/Default/locolor )
diff --git a/ksplashml/pics/themes/default/locolor/Makefile.am b/ksplashml/pics/themes/default/locolor/Makefile.am
deleted file mode 100644
index 9617b1ea5..000000000
--- a/ksplashml/pics/themes/default/locolor/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-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/Default/locolor
-ksplashml_pics_classic_locolor_data_DATA = $(EXTRA_DIST)
diff --git a/ksplashml/pics/themes/default/locolor/Preview.png b/ksplashml/pics/themes/default/locolor/Preview.png
deleted file mode 100644
index 21a6b914f..000000000
--- a/ksplashml/pics/themes/default/locolor/Preview.png
+++ /dev/null
Binary files differ
diff --git a/ksplashml/pics/themes/default/locolor/Theme.rc b/ksplashml/pics/themes/default/locolor/Theme.rc
deleted file mode 100644
index fbae7f956..000000000
--- a/ksplashml/pics/themes/default/locolor/Theme.rc
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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/default/locolor/splash_active_bar.png b/ksplashml/pics/themes/default/locolor/splash_active_bar.png
deleted file mode 100644
index ed4c25f1e..000000000
--- a/ksplashml/pics/themes/default/locolor/splash_active_bar.png
+++ /dev/null
Binary files differ
diff --git a/ksplashml/pics/themes/default/locolor/splash_bottom.png b/ksplashml/pics/themes/default/locolor/splash_bottom.png
deleted file mode 100644
index 26c99f3af..000000000
--- a/ksplashml/pics/themes/default/locolor/splash_bottom.png
+++ /dev/null
Binary files differ
diff --git a/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png b/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png
deleted file mode 100644
index c521c8c68..000000000
--- a/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png
+++ /dev/null
Binary files differ
diff --git a/ksplashml/pics/themes/default/locolor/splash_top.png b/ksplashml/pics/themes/default/locolor/splash_top.png
deleted file mode 100644
index 52d5d32b7..000000000
--- a/ksplashml/pics/themes/default/locolor/splash_top.png
+++ /dev/null
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_active_bar.png b/ksplashml/pics/themes/default/splash_active_bar.png
index ed4c25f1e..edbb7512a 100644
--- a/ksplashml/pics/themes/default/splash_active_bar.png
+++ b/ksplashml/pics/themes/default/splash_active_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_bottom.png b/ksplashml/pics/themes/default/splash_bottom.png
index ef5e14a58..bceda5097 100644
--- a/ksplashml/pics/themes/default/splash_bottom.png
+++ b/ksplashml/pics/themes/default/splash_bottom.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_inactive_bar.png b/ksplashml/pics/themes/default/splash_inactive_bar.png
index c521c8c68..75fe4f32e 100644
--- a/ksplashml/pics/themes/default/splash_inactive_bar.png
+++ b/ksplashml/pics/themes/default/splash_inactive_bar.png
Binary files differ
diff --git a/ksplashml/pics/themes/default/splash_top.png b/ksplashml/pics/themes/default/splash_top.png
index e0336c5aa..c6486e8a4 100644
--- a/ksplashml/pics/themes/default/splash_top.png
+++ b/ksplashml/pics/themes/default/splash_top.png
Binary files differ