
Smooth Blend
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Smooth Blend - a smooth blending of the window background color into the titlebar.
This is my first attempt at a KDE window decoration.
Any comments would be much appreciated and can be posted here or sent to my email.
NOTICE:
For anyone installing over the beta or 1.0 that used the rpm, be sure to remove the old one first:
rpm -e smoothblend-beta2
-or-
rpm -e smoothblend-1.0
If you get errors about an unknown signature when installing the new rpm, the rpm is signed by Scott Grayban and you should follow the directions on his rpm site to add his key http://rpm.borgnet.us/10.1/ or rpm -iUvh --nosignature smooth-blend-1.1-1bgn.i586.rpm.
If you have his key, the normal install is:
rpm -iUvh smooth-blend-1.1-1bgn.i586.rpm
For both the tarball or rpm version, you need to issue this command after you install:
kwin --replace &
or simply logout and back into kde.
Credits:
spasemunkie: for his buttons
bitwit: for his kwin_template
David Johnson: for his example kwin tutorial
thomas12777: for answering questions on getting pixmap buttons into code
Thanks to sgrayban for testing and hosting the file download.
14 years ago
1.2 release
------------
Changelog:
Added Yoper version 2.2.0-6 RPM.
Fixed button animations when moving the mouse off a button and the mouse button is pressed.
Currently it can be checked out in kde svn under trunk/playground/artwork/smooth-blend/
14 years ago
1.2 release
------------
Changelog:
Added Yoper version 2.2.0-6 RPM.
Fixed button animations when moving the mouse off a button and the mouse button is pressed.
Currently it can be checked out in kde svn under trunk/playground/artwork/smooth-blend/
kriko
12 years ago
Report
knowheretorun
11 years ago
Report
kriko
11 years ago
Report
infopipe
13 years ago
http://bugs.kde.org/show_bug.cgi?id=118029
I switched to plastic in the meantime, but I would really like to use smooth blend again.
Report
rnc
14 years ago
Does anyone else get:
QMetaObject::findSignal:smoothblend::smoothblendClient: Conflict with KDecoration::keepBelowChanged(bool)
in their xsession log? I am using Mandrake 10.2
Report
p0z3r
14 years ago
Report
joaquin
14 years ago
I would like change the background colors in buttons and to select between gradient or solid fill. For example, if a have a title bar red, i would like have a yellow background button with gradient to orange. Or if i want a very high contrast only in buttons, i can use title black with button color white, fill solid.
Regards
Report
zammi
14 years ago
Report
DiThi
14 years ago
Things in upper screen edge = infinite height; things in corners = infinite area. More area = easier to click.
It's a basic usability principle, that's why a lot of mac users hate win style menus: those are not at the edge of screen.
Report
p0z3r
14 years ago
Report
linker
14 years ago
It worked for me.
Report
p0z3r
14 years ago
Report
esycat
14 years ago
Updated for 1.2 ebuild.
Report
mooselix
14 years ago
---
checking whether gcc is blacklisted... yes
configure: error:
This particular compiler version is blacklisted because it
is known to miscompile KDE. Please use a newer version, or
if that is not yet available, choose an older version.
Please do not report a bug or bother us reporting this
configure error. We know about it, and we introduced
it by intention to avoid untraceable bugs or crashes in KDE.
---
Why blacklist my compiler? That is absolutely inane. Please remove this restriction.
Report
p0z3r
14 years ago
Try:
gcc --version
Report
mooselix
14 years ago
Fedora Core 4
gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report
p0z3r
14 years ago
the common way to get around gcc 4.0 problems is to use gcc 3.2, which is also shipped with FC4 (it's in a package called "compat-gcc-32").
Use:
> export CC=gcc32
> ./configure --prefix=/usr
> make
Report
wwwonka
14 years ago
Report
p0z3r
14 years ago
Report
rvirga
14 years ago
> checking whether gcc is blacklisted... yes
> configure: error:
>
> This particular compiler version is blacklisted because it
> is known to miscompile KDE. Please use a newer version, or
> if that is not yet available, choose an older version.
>
> Please do not report a bug or bother us reporting this
> configure error. We know about it, and we introduced
> it by intention to avoid untraceable bugs or crashes in KDE.
wwwonka: the common way to get around gcc 4.0 problems is to use gcc 3.2, which is also shipped with FC4 (it's in a package called "compat-gcc-32").
Use:
> export CC=gcc32
> ./configure --prefix=/usr
> make
to build.
- Roberto
Report
p0z3r
14 years ago
There's not much I can do about that since I'm trying to get this into 3.5.
Report
sgrayban
14 years ago
I no longer make the 10.1 rpm's.
Report
pawer
14 years ago
Report
DavidA
14 years ago
Report
p0z3r
14 years ago
Report