From 77b01cbd996e47a2cfa20745dd7956213679986a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 18 Mar 2014 17:39:44 +0900 Subject: Copy KSplash Default theme to new TDE-Classic theme. This relates to bug 2013 --- ksplashml/pics/themes/CMakeLists.txt | 1 + ksplashml/pics/themes/TDE-Classic/CMakeLists.txt | 17 +++++++++++++++++ ksplashml/pics/themes/TDE-Classic/Makefile.am | 5 +++++ ksplashml/pics/themes/TDE-Classic/Preview.png | Bin 0 -> 27938 bytes ksplashml/pics/themes/TDE-Classic/Theme.rc | 19 +++++++++++++++++++ .../pics/themes/TDE-Classic/locolor/CMakeLists.txt | 15 +++++++++++++++ .../pics/themes/TDE-Classic/locolor/Makefile.am | 4 ++++ .../pics/themes/TDE-Classic/locolor/Preview.png | Bin 0 -> 27938 bytes ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc | 19 +++++++++++++++++++ .../themes/TDE-Classic/locolor/splash_active_bar.png | Bin 0 -> 22938 bytes .../themes/TDE-Classic/locolor/splash_bottom.png | Bin 0 -> 264 bytes .../TDE-Classic/locolor/splash_inactive_bar.png | Bin 0 -> 21744 bytes .../pics/themes/TDE-Classic/locolor/splash_top.png | Bin 0 -> 7985 bytes .../pics/themes/TDE-Classic/splash_active_bar.png | Bin 0 -> 22938 bytes ksplashml/pics/themes/TDE-Classic/splash_bottom.png | Bin 0 -> 282 bytes .../pics/themes/TDE-Classic/splash_inactive_bar.png | Bin 0 -> 21744 bytes ksplashml/pics/themes/TDE-Classic/splash_top.png | Bin 0 -> 16010 bytes 17 files changed, 80 insertions(+) create mode 100644 ksplashml/pics/themes/TDE-Classic/CMakeLists.txt create mode 100644 ksplashml/pics/themes/TDE-Classic/Makefile.am create mode 100644 ksplashml/pics/themes/TDE-Classic/Preview.png create mode 100644 ksplashml/pics/themes/TDE-Classic/Theme.rc create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/CMakeLists.txt create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/Makefile.am create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/Preview.png create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/Theme.rc create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png create mode 100644 ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png create mode 100644 ksplashml/pics/themes/TDE-Classic/splash_active_bar.png create mode 100644 ksplashml/pics/themes/TDE-Classic/splash_bottom.png create mode 100644 ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png create mode 100644 ksplashml/pics/themes/TDE-Classic/splash_top.png (limited to 'ksplashml/pics/themes') 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/Preview.png 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 and Timothy Pearson + +# 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/locolor/Preview.png 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 and Timothy Pearson + +# 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/locolor/splash_active_bar.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/locolor/splash_bottom.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/locolor/splash_inactive_bar.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/locolor/splash_top.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/splash_active_bar.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/splash_bottom.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/splash_inactive_bar.png 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 Binary files /dev/null and b/ksplashml/pics/themes/TDE-Classic/splash_top.png differ -- cgit v1.2.3