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_huge/Makefile.am | 17 +++++++++++++++++ kwin-styles/glow/themes/glass_huge/background.png | Bin 0 -> 2094 bytes kwin-styles/glow/themes/glass_huge/close.png | Bin 0 -> 207 bytes kwin-styles/glow/themes/glass_huge/close_glow.png | Bin 0 -> 1386 bytes kwin-styles/glow/themes/glass_huge/glass_huge.theme | 19 +++++++++++++++++++ kwin-styles/glow/themes/glass_huge/help.png | Bin 0 -> 199 bytes kwin-styles/glow/themes/glass_huge/help_glow.png | Bin 0 -> 1398 bytes kwin-styles/glow/themes/glass_huge/iconify.png | Bin 0 -> 206 bytes kwin-styles/glow/themes/glass_huge/iconify_glow.png | Bin 0 -> 1395 bytes kwin-styles/glow/themes/glass_huge/maximizeoff.png | Bin 0 -> 187 bytes .../glow/themes/glass_huge/maximizeoff_glow.png | Bin 0 -> 1397 bytes kwin-styles/glow/themes/glass_huge/maximizeon.png | Bin 0 -> 206 bytes .../glow/themes/glass_huge/maximizeon_glow.png | Bin 0 -> 1417 bytes kwin-styles/glow/themes/glass_huge/stickyoff.png | Bin 0 -> 192 bytes .../glow/themes/glass_huge/stickyoff_glow.png | Bin 0 -> 1409 bytes kwin-styles/glow/themes/glass_huge/stickyon.png | Bin 0 -> 194 bytes kwin-styles/glow/themes/glass_huge/stickyon_glow.png | Bin 0 -> 1414 bytes 17 files changed, 36 insertions(+) create mode 100644 kwin-styles/glow/themes/glass_huge/Makefile.am create mode 100644 kwin-styles/glow/themes/glass_huge/background.png create mode 100644 kwin-styles/glow/themes/glass_huge/close.png create mode 100644 kwin-styles/glow/themes/glass_huge/close_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/glass_huge.theme create mode 100644 kwin-styles/glow/themes/glass_huge/help.png create mode 100644 kwin-styles/glow/themes/glass_huge/help_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/iconify.png create mode 100644 kwin-styles/glow/themes/glass_huge/iconify_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/maximizeoff.png create mode 100644 kwin-styles/glow/themes/glass_huge/maximizeoff_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/maximizeon.png create mode 100644 kwin-styles/glow/themes/glass_huge/maximizeon_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/stickyoff.png create mode 100644 kwin-styles/glow/themes/glass_huge/stickyoff_glow.png create mode 100644 kwin-styles/glow/themes/glass_huge/stickyon.png create mode 100644 kwin-styles/glow/themes/glass_huge/stickyon_glow.png (limited to 'kwin-styles/glow/themes/glass_huge') diff --git a/kwin-styles/glow/themes/glass_huge/Makefile.am b/kwin-styles/glow/themes/glass_huge/Makefile.am new file mode 100644 index 00000000..b9631d1b --- /dev/null +++ b/kwin-styles/glow/themes/glass_huge/Makefile.am @@ -0,0 +1,17 @@ +linkdir = $(kde_datadir)/kwin/glow-themes/glass_huge +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_huge.theme + +EXTRA_DIST = $(link_DATA) + +###KMAKE-start (don't edit or delete this block) + +###KMAKE-end diff --git a/kwin-styles/glow/themes/glass_huge/background.png b/kwin-styles/glow/themes/glass_huge/background.png new file mode 100644 index 00000000..f69e109b Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/background.png differ diff --git a/kwin-styles/glow/themes/glass_huge/close.png b/kwin-styles/glow/themes/glass_huge/close.png new file mode 100644 index 00000000..3f1c7369 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/close.png differ diff --git a/kwin-styles/glow/themes/glass_huge/close_glow.png b/kwin-styles/glow/themes/glass_huge/close_glow.png new file mode 100644 index 00000000..00b647dc Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/close_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/glass_huge.theme b/kwin-styles/glow/themes/glass_huge/glass_huge.theme new file mode 100644 index 00000000..d8c41f52 --- /dev/null +++ b/kwin-styles/glow/themes/glass_huge/glass_huge.theme @@ -0,0 +1,19 @@ +buttonSize=40,40 + +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_huge/help.png b/kwin-styles/glow/themes/glass_huge/help.png new file mode 100644 index 00000000..a391ce94 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/help.png differ diff --git a/kwin-styles/glow/themes/glass_huge/help_glow.png b/kwin-styles/glow/themes/glass_huge/help_glow.png new file mode 100644 index 00000000..a8237795 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/help_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/iconify.png b/kwin-styles/glow/themes/glass_huge/iconify.png new file mode 100644 index 00000000..b3219692 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/iconify.png differ diff --git a/kwin-styles/glow/themes/glass_huge/iconify_glow.png b/kwin-styles/glow/themes/glass_huge/iconify_glow.png new file mode 100644 index 00000000..a5950bcc Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/iconify_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/maximizeoff.png b/kwin-styles/glow/themes/glass_huge/maximizeoff.png new file mode 100644 index 00000000..b6ca8c0b Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/maximizeoff.png differ diff --git a/kwin-styles/glow/themes/glass_huge/maximizeoff_glow.png b/kwin-styles/glow/themes/glass_huge/maximizeoff_glow.png new file mode 100644 index 00000000..deb8b29f Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/maximizeoff_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/maximizeon.png b/kwin-styles/glow/themes/glass_huge/maximizeon.png new file mode 100644 index 00000000..bcccef1f Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/maximizeon.png differ diff --git a/kwin-styles/glow/themes/glass_huge/maximizeon_glow.png b/kwin-styles/glow/themes/glass_huge/maximizeon_glow.png new file mode 100644 index 00000000..410296b1 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/maximizeon_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/stickyoff.png b/kwin-styles/glow/themes/glass_huge/stickyoff.png new file mode 100644 index 00000000..db79fec8 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/stickyoff.png differ diff --git a/kwin-styles/glow/themes/glass_huge/stickyoff_glow.png b/kwin-styles/glow/themes/glass_huge/stickyoff_glow.png new file mode 100644 index 00000000..ff8377b1 Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/stickyoff_glow.png differ diff --git a/kwin-styles/glow/themes/glass_huge/stickyon.png b/kwin-styles/glow/themes/glass_huge/stickyon.png new file mode 100644 index 00000000..c6b1f6bc Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/stickyon.png differ diff --git a/kwin-styles/glow/themes/glass_huge/stickyon_glow.png b/kwin-styles/glow/themes/glass_huge/stickyon_glow.png new file mode 100644 index 00000000..46d8470b Binary files /dev/null and b/kwin-styles/glow/themes/glass_huge/stickyon_glow.png differ -- cgit v1.2.1