From 8b2aa1b5301ab60368a03e36df4ff5216726e87d 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/kdeartwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin-styles/glow/themes/glass_large/Makefile.am | 17 +++++++++++++++++ kwin-styles/glow/themes/glass_large/background.png | Bin 0 -> 1217 bytes kwin-styles/glow/themes/glass_large/close.png | Bin 0 -> 190 bytes kwin-styles/glow/themes/glass_large/close_glow.png | Bin 0 -> 731 bytes .../glow/themes/glass_large/glass_large.theme | 19 +++++++++++++++++++ kwin-styles/glow/themes/glass_large/help.png | Bin 0 -> 187 bytes kwin-styles/glow/themes/glass_large/help_glow.png | Bin 0 -> 720 bytes kwin-styles/glow/themes/glass_large/iconify.png | Bin 0 -> 194 bytes kwin-styles/glow/themes/glass_large/iconify_glow.png | Bin 0 -> 723 bytes kwin-styles/glow/themes/glass_large/maximizeoff.png | Bin 0 -> 174 bytes .../glow/themes/glass_large/maximizeoff_glow.png | Bin 0 -> 667 bytes kwin-styles/glow/themes/glass_large/maximizeon.png | Bin 0 -> 195 bytes .../glow/themes/glass_large/maximizeon_glow.png | Bin 0 -> 700 bytes kwin-styles/glow/themes/glass_large/stickyoff.png | Bin 0 -> 182 bytes .../glow/themes/glass_large/stickyoff_glow.png | Bin 0 -> 658 bytes kwin-styles/glow/themes/glass_large/stickyon.png | Bin 0 -> 178 bytes .../glow/themes/glass_large/stickyon_glow.png | Bin 0 -> 674 bytes 17 files changed, 36 insertions(+) create mode 100644 kwin-styles/glow/themes/glass_large/Makefile.am create mode 100644 kwin-styles/glow/themes/glass_large/background.png create mode 100644 kwin-styles/glow/themes/glass_large/close.png create mode 100644 kwin-styles/glow/themes/glass_large/close_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/glass_large.theme create mode 100644 kwin-styles/glow/themes/glass_large/help.png create mode 100644 kwin-styles/glow/themes/glass_large/help_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/iconify.png create mode 100644 kwin-styles/glow/themes/glass_large/iconify_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/maximizeoff.png create mode 100644 kwin-styles/glow/themes/glass_large/maximizeoff_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/maximizeon.png create mode 100644 kwin-styles/glow/themes/glass_large/maximizeon_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/stickyoff.png create mode 100644 kwin-styles/glow/themes/glass_large/stickyoff_glow.png create mode 100644 kwin-styles/glow/themes/glass_large/stickyon.png create mode 100644 kwin-styles/glow/themes/glass_large/stickyon_glow.png (limited to 'kwin-styles/glow/themes/glass_large') diff --git a/kwin-styles/glow/themes/glass_large/Makefile.am b/kwin-styles/glow/themes/glass_large/Makefile.am new file mode 100644 index 00000000..b884ff55 --- /dev/null +++ b/kwin-styles/glow/themes/glass_large/Makefile.am @@ -0,0 +1,17 @@ +linkdir = $(kde_datadir)/kwin/glow-themes/glass_large +link_DATA = \ +background.png \ +help.png help_glow.png \ +close.png close_glow.png \ +iconify.png iconify_glow.png \ +maximizeoff.png maximizeoff_glow.png \ +maximizeon.png maximizeon_glow.png \ +stickyon.png stickyon_glow.png \ +stickyoff.png stickyoff_glow.png \ +glass_large.theme + +EXTRA_DIST = $(link_DATA) + +###KMAKE-start (don't edit or delete this block) + +###KMAKE-end diff --git a/kwin-styles/glow/themes/glass_large/background.png b/kwin-styles/glow/themes/glass_large/background.png new file mode 100644 index 00000000..860e346f Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/background.png differ diff --git a/kwin-styles/glow/themes/glass_large/close.png b/kwin-styles/glow/themes/glass_large/close.png new file mode 100644 index 00000000..4e180281 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/close.png differ diff --git a/kwin-styles/glow/themes/glass_large/close_glow.png b/kwin-styles/glow/themes/glass_large/close_glow.png new file mode 100644 index 00000000..59976dd3 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/close_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/glass_large.theme b/kwin-styles/glow/themes/glass_large/glass_large.theme new file mode 100644 index 00000000..1fdf6832 --- /dev/null +++ b/kwin-styles/glow/themes/glass_large/glass_large.theme @@ -0,0 +1,19 @@ +buttonSize=23,23 + +backgroundPixmap=background.png + +stickyOnPixmap=stickyon.png +stickyOffPixmap=stickyoff.png +maximizeOnPixmap=maximizeon.png +maximizeOffPixmap=maximizeoff.png +helpPixmap=help.png +closePixmap=close.png +iconifyPixmap=iconify.png + +stickyOnGlowPixmap=stickyon_glow.png +stickyOffGlowPixmap=stickyoff_glow.png +maximizeOnGlowPixmap=maximizeon_glow.png +maximizeOffGlowPixmap=maximizeoff_glow.png +helpGlowPixmap=help_glow.png +closeGlowPixmap=close_glow.png +iconifyGlowPixmap=iconify_glow.png diff --git a/kwin-styles/glow/themes/glass_large/help.png b/kwin-styles/glow/themes/glass_large/help.png new file mode 100644 index 00000000..464a7d49 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/help.png differ diff --git a/kwin-styles/glow/themes/glass_large/help_glow.png b/kwin-styles/glow/themes/glass_large/help_glow.png new file mode 100644 index 00000000..21e94cd0 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/help_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/iconify.png b/kwin-styles/glow/themes/glass_large/iconify.png new file mode 100644 index 00000000..c148f4bb Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/iconify.png differ diff --git a/kwin-styles/glow/themes/glass_large/iconify_glow.png b/kwin-styles/glow/themes/glass_large/iconify_glow.png new file mode 100644 index 00000000..9daa831b Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/iconify_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/maximizeoff.png b/kwin-styles/glow/themes/glass_large/maximizeoff.png new file mode 100644 index 00000000..40580530 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/maximizeoff.png differ diff --git a/kwin-styles/glow/themes/glass_large/maximizeoff_glow.png b/kwin-styles/glow/themes/glass_large/maximizeoff_glow.png new file mode 100644 index 00000000..164aadbf Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/maximizeoff_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/maximizeon.png b/kwin-styles/glow/themes/glass_large/maximizeon.png new file mode 100644 index 00000000..34e9425a Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/maximizeon.png differ diff --git a/kwin-styles/glow/themes/glass_large/maximizeon_glow.png b/kwin-styles/glow/themes/glass_large/maximizeon_glow.png new file mode 100644 index 00000000..6038c045 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/maximizeon_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/stickyoff.png b/kwin-styles/glow/themes/glass_large/stickyoff.png new file mode 100644 index 00000000..a29cde1a Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/stickyoff.png differ diff --git a/kwin-styles/glow/themes/glass_large/stickyoff_glow.png b/kwin-styles/glow/themes/glass_large/stickyoff_glow.png new file mode 100644 index 00000000..76c4781e Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/stickyoff_glow.png differ diff --git a/kwin-styles/glow/themes/glass_large/stickyon.png b/kwin-styles/glow/themes/glass_large/stickyon.png new file mode 100644 index 00000000..c805faf4 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/stickyon.png differ diff --git a/kwin-styles/glow/themes/glass_large/stickyon_glow.png b/kwin-styles/glow/themes/glass_large/stickyon_glow.png new file mode 100644 index 00000000..7a6b9ec4 Binary files /dev/null and b/kwin-styles/glow/themes/glass_large/stickyon_glow.png differ -- cgit v1.2.1