From 4aed2c8219774f5d797760606b8489a92ddc5163 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksplashml/pics/Makefile.am | 5 +++++ ksplashml/pics/splash.png | Bin 0 -> 39971 bytes ksplashml/pics/themes/Makefile.am | 2 ++ ksplashml/pics/themes/blue-bend/Makefile.am | 4 ++++ ksplashml/pics/themes/blue-bend/Preview.png | Bin 0 -> 65886 bytes ksplashml/pics/themes/blue-bend/Theme.rc | 23 +++++++++++++++++++++ .../pics/themes/blue-bend/splash_active_bar.png | Bin 0 -> 25509 bytes ksplashml/pics/themes/blue-bend/splash_bottom.png | Bin 0 -> 204 bytes .../pics/themes/blue-bend/splash_inactive_bar.png | Bin 0 -> 13909 bytes ksplashml/pics/themes/blue-bend/splash_top.png | Bin 0 -> 67597 bytes ksplashml/pics/themes/default/Makefile.am | 5 +++++ ksplashml/pics/themes/default/Preview.png | Bin 0 -> 31945 bytes ksplashml/pics/themes/default/Theme.rc | 19 +++++++++++++++++ ksplashml/pics/themes/default/locolor/Makefile.am | 4 ++++ ksplashml/pics/themes/default/locolor/Preview.png | Bin 0 -> 31341 bytes ksplashml/pics/themes/default/locolor/Theme.rc | 19 +++++++++++++++++ .../themes/default/locolor/splash_active_bar.png | Bin 0 -> 8902 bytes .../pics/themes/default/locolor/splash_bottom.png | Bin 0 -> 264 bytes .../themes/default/locolor/splash_inactive_bar.png | Bin 0 -> 9012 bytes .../pics/themes/default/locolor/splash_top.png | Bin 0 -> 8958 bytes ksplashml/pics/themes/default/splash.xcf.bz2 | Bin 0 -> 28730 bytes .../pics/themes/default/splash_active_bar.png | Bin 0 -> 23346 bytes ksplashml/pics/themes/default/splash_bottom.png | Bin 0 -> 282 bytes .../pics/themes/default/splash_inactive_bar.png | Bin 0 -> 19766 bytes ksplashml/pics/themes/default/splash_top.png | Bin 0 -> 17514 bytes ksplashml/pics/themes/none/Makefile.am | 4 ++++ ksplashml/pics/themes/none/Theme.rc | 6 ++++++ ksplashml/pics/themes/simple/Makefile.am | 4 ++++ ksplashml/pics/themes/simple/Preview.png | Bin 0 -> 53363 bytes ksplashml/pics/themes/simple/Theme.rc | 7 +++++++ 30 files changed, 102 insertions(+) create mode 100644 ksplashml/pics/Makefile.am create mode 100644 ksplashml/pics/splash.png create mode 100644 ksplashml/pics/themes/Makefile.am create mode 100644 ksplashml/pics/themes/blue-bend/Makefile.am create mode 100644 ksplashml/pics/themes/blue-bend/Preview.png create mode 100644 ksplashml/pics/themes/blue-bend/Theme.rc create mode 100644 ksplashml/pics/themes/blue-bend/splash_active_bar.png create mode 100644 ksplashml/pics/themes/blue-bend/splash_bottom.png create mode 100644 ksplashml/pics/themes/blue-bend/splash_inactive_bar.png create mode 100644 ksplashml/pics/themes/blue-bend/splash_top.png create mode 100644 ksplashml/pics/themes/default/Makefile.am create mode 100644 ksplashml/pics/themes/default/Preview.png create mode 100644 ksplashml/pics/themes/default/Theme.rc create mode 100644 ksplashml/pics/themes/default/locolor/Makefile.am create mode 100644 ksplashml/pics/themes/default/locolor/Preview.png create mode 100644 ksplashml/pics/themes/default/locolor/Theme.rc create mode 100644 ksplashml/pics/themes/default/locolor/splash_active_bar.png create mode 100644 ksplashml/pics/themes/default/locolor/splash_bottom.png create mode 100644 ksplashml/pics/themes/default/locolor/splash_inactive_bar.png create mode 100644 ksplashml/pics/themes/default/locolor/splash_top.png create mode 100644 ksplashml/pics/themes/default/splash.xcf.bz2 create mode 100644 ksplashml/pics/themes/default/splash_active_bar.png create mode 100644 ksplashml/pics/themes/default/splash_bottom.png create mode 100644 ksplashml/pics/themes/default/splash_inactive_bar.png create mode 100644 ksplashml/pics/themes/default/splash_top.png create mode 100644 ksplashml/pics/themes/none/Makefile.am create mode 100644 ksplashml/pics/themes/none/Theme.rc create mode 100644 ksplashml/pics/themes/simple/Makefile.am create mode 100644 ksplashml/pics/themes/simple/Preview.png create mode 100644 ksplashml/pics/themes/simple/Theme.rc (limited to 'ksplashml/pics') diff --git a/ksplashml/pics/Makefile.am b/ksplashml/pics/Makefile.am new file mode 100644 index 000000000..5afb4a43f --- /dev/null +++ b/ksplashml/pics/Makefile.am @@ -0,0 +1,5 @@ +SUBDIRS=themes +EXTRA_DIST=splash.png + +ksplashml_pics_datadir = $(kde_datadir)/ksplash/pics +ksplashml_pics_data_DATA = $(EXTRA_DIST) diff --git a/ksplashml/pics/splash.png b/ksplashml/pics/splash.png new file mode 100644 index 000000000..6608881c9 Binary files /dev/null and b/ksplashml/pics/splash.png differ diff --git a/ksplashml/pics/themes/Makefile.am b/ksplashml/pics/themes/Makefile.am new file mode 100644 index 000000000..84e5124fc --- /dev/null +++ b/ksplashml/pics/themes/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS=$(AUTODIRS) + diff --git a/ksplashml/pics/themes/blue-bend/Makefile.am b/ksplashml/pics/themes/blue-bend/Makefile.am new file mode 100644 index 000000000..4f2063eab --- /dev/null +++ b/ksplashml/pics/themes/blue-bend/Makefile.am @@ -0,0 +1,4 @@ +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/blue-bend +ksplashml_pics_default_data_DATA = $(EXTRA_DIST) diff --git a/ksplashml/pics/themes/blue-bend/Preview.png b/ksplashml/pics/themes/blue-bend/Preview.png new file mode 100644 index 000000000..5f4b4e884 Binary files /dev/null and b/ksplashml/pics/themes/blue-bend/Preview.png differ diff --git a/ksplashml/pics/themes/blue-bend/Theme.rc b/ksplashml/pics/themes/blue-bend/Theme.rc new file mode 100644 index 000000000..c329290ce --- /dev/null +++ b/ksplashml/pics/themes/blue-bend/Theme.rc @@ -0,0 +1,23 @@ +# +# Blue-Bend KSplash/ML Theme +# + +[KSplash Theme: blue-bend] +Name = Blue-Bend KDE Splash Theme +Description = Load Blue-Bend KDE KSplash theme. +Version = 1.0 +Author = Everaldo Coelho +Homepage = http://www.everaldo.com + +# Theme behavior settings. +Engine = Default + +# Should icons blink ala KDE, or not? +Icons Flashing = true + +# 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 KDE... +#Message1[es] = Por favor escuchar, estarto KDE... +#Message2 = Loading ... diff --git a/ksplashml/pics/themes/blue-bend/splash_active_bar.png b/ksplashml/pics/themes/blue-bend/splash_active_bar.png new file mode 100644 index 000000000..ce549be5d Binary files /dev/null and b/ksplashml/pics/themes/blue-bend/splash_active_bar.png differ diff --git a/ksplashml/pics/themes/blue-bend/splash_bottom.png b/ksplashml/pics/themes/blue-bend/splash_bottom.png new file mode 100644 index 000000000..070097af1 Binary files /dev/null and b/ksplashml/pics/themes/blue-bend/splash_bottom.png differ diff --git a/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png b/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png new file mode 100644 index 000000000..6eea21b22 Binary files /dev/null and b/ksplashml/pics/themes/blue-bend/splash_inactive_bar.png differ diff --git a/ksplashml/pics/themes/blue-bend/splash_top.png b/ksplashml/pics/themes/blue-bend/splash_top.png new file mode 100644 index 000000000..8cde6855f Binary files /dev/null and b/ksplashml/pics/themes/blue-bend/splash_top.png differ diff --git a/ksplashml/pics/themes/default/Makefile.am b/ksplashml/pics/themes/default/Makefile.am new file mode 100644 index 000000000..263854f11 --- /dev/null +++ b/ksplashml/pics/themes/default/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/Default +ksplashml_pics_default_data_DATA = $(EXTRA_DIST) diff --git a/ksplashml/pics/themes/default/Preview.png b/ksplashml/pics/themes/default/Preview.png new file mode 100644 index 000000000..4b589d71d Binary files /dev/null and b/ksplashml/pics/themes/default/Preview.png differ diff --git a/ksplashml/pics/themes/default/Theme.rc b/ksplashml/pics/themes/default/Theme.rc new file mode 100644 index 000000000..75cfed06f --- /dev/null +++ b/ksplashml/pics/themes/default/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 + +# Theme behaviour settings. +Engine = Default + +# Should icons blink ala KDE, 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/Makefile.am b/ksplashml/pics/themes/default/locolor/Makefile.am new file mode 100644 index 000000000..9617b1ea5 --- /dev/null +++ b/ksplashml/pics/themes/default/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/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 new file mode 100644 index 000000000..fa45b2319 Binary files /dev/null and b/ksplashml/pics/themes/default/locolor/Preview.png differ diff --git a/ksplashml/pics/themes/default/locolor/Theme.rc b/ksplashml/pics/themes/default/locolor/Theme.rc new file mode 100644 index 000000000..75cfed06f --- /dev/null +++ b/ksplashml/pics/themes/default/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 + +# Theme behaviour settings. +Engine = Default + +# Should icons blink ala KDE, 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 new file mode 100644 index 000000000..bb4346b60 Binary files /dev/null and b/ksplashml/pics/themes/default/locolor/splash_active_bar.png differ diff --git a/ksplashml/pics/themes/default/locolor/splash_bottom.png b/ksplashml/pics/themes/default/locolor/splash_bottom.png new file mode 100644 index 000000000..26c99f3af Binary files /dev/null and b/ksplashml/pics/themes/default/locolor/splash_bottom.png differ diff --git a/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png b/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png new file mode 100644 index 000000000..4787900ce Binary files /dev/null and b/ksplashml/pics/themes/default/locolor/splash_inactive_bar.png differ diff --git a/ksplashml/pics/themes/default/locolor/splash_top.png b/ksplashml/pics/themes/default/locolor/splash_top.png new file mode 100644 index 000000000..6e09167a3 Binary files /dev/null and b/ksplashml/pics/themes/default/locolor/splash_top.png differ diff --git a/ksplashml/pics/themes/default/splash.xcf.bz2 b/ksplashml/pics/themes/default/splash.xcf.bz2 new file mode 100644 index 000000000..329ec1416 Binary files /dev/null and b/ksplashml/pics/themes/default/splash.xcf.bz2 differ diff --git a/ksplashml/pics/themes/default/splash_active_bar.png b/ksplashml/pics/themes/default/splash_active_bar.png new file mode 100644 index 000000000..be3fa94e2 Binary files /dev/null and b/ksplashml/pics/themes/default/splash_active_bar.png differ diff --git a/ksplashml/pics/themes/default/splash_bottom.png b/ksplashml/pics/themes/default/splash_bottom.png new file mode 100644 index 000000000..ef5e14a58 Binary files /dev/null and b/ksplashml/pics/themes/default/splash_bottom.png differ diff --git a/ksplashml/pics/themes/default/splash_inactive_bar.png b/ksplashml/pics/themes/default/splash_inactive_bar.png new file mode 100644 index 000000000..0cfa31e4a Binary files /dev/null and b/ksplashml/pics/themes/default/splash_inactive_bar.png differ diff --git a/ksplashml/pics/themes/default/splash_top.png b/ksplashml/pics/themes/default/splash_top.png new file mode 100644 index 000000000..0db66470b Binary files /dev/null and b/ksplashml/pics/themes/default/splash_top.png differ diff --git a/ksplashml/pics/themes/none/Makefile.am b/ksplashml/pics/themes/none/Makefile.am new file mode 100644 index 000000000..2f439900f --- /dev/null +++ b/ksplashml/pics/themes/none/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST=Theme.rc + +ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/None +ksplashml_pics_default_data_DATA = $(EXTRA_DIST) diff --git a/ksplashml/pics/themes/none/Theme.rc b/ksplashml/pics/themes/none/Theme.rc new file mode 100644 index 000000000..75ef28336 --- /dev/null +++ b/ksplashml/pics/themes/none/Theme.rc @@ -0,0 +1,6 @@ +# Default KSplash/ML Theme + +[KSplash Theme: None] +Name = No Splash Screen +Description = Splash Screen Turned Off +Version = 1.0 diff --git a/ksplashml/pics/themes/simple/Makefile.am b/ksplashml/pics/themes/simple/Makefile.am new file mode 100644 index 000000000..cafb7cc83 --- /dev/null +++ b/ksplashml/pics/themes/simple/Makefile.am @@ -0,0 +1,4 @@ +EXTRA_DIST=Theme.rc Preview.png + +ksplashml_pics_default_datadir = $(kde_datadir)/ksplash/Themes/Simple +ksplashml_pics_default_data_DATA = $(EXTRA_DIST) diff --git a/ksplashml/pics/themes/simple/Preview.png b/ksplashml/pics/themes/simple/Preview.png new file mode 100644 index 000000000..2e9b39236 Binary files /dev/null and b/ksplashml/pics/themes/simple/Preview.png differ diff --git a/ksplashml/pics/themes/simple/Theme.rc b/ksplashml/pics/themes/simple/Theme.rc new file mode 100644 index 000000000..45b685986 --- /dev/null +++ b/ksplashml/pics/themes/simple/Theme.rc @@ -0,0 +1,7 @@ +# Default KSplash/ML Theme + +[KSplash Theme: Simple] +Name = Simple Splash Screen +Description = Very Simple Optimized Splash Screen +Version = 1.0 +Author = Lubos Lunak -- cgit v1.2.3