Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) OS: Linux kdeutils/kdepasswd depends on headers/code in kdebase (specifically, konq_operations.h, and a class defined in that). I've added a quick compilation time check so that kdeutils/kdepasswd doesn't get compiled if kdebase isn't installed, but it really should be possible to build kdeutils without kdebase.
kdepasswd was moved to to kdebase (which was the logical solution, after all), so this is no longer a problem.
SVN commit 1182451 by dfaure: Expand the "..." in the copied string, when selecting squeezed text. This fix is only activated when compiling against Qt-4.7 (since I added API there for that purpose, via a Qt MR, some time ago). It's never too late to fix bugs from 2003 :) BUG: 66821 M +3 -1 tests/ksqueezedtextlabeltest.cpp M +30 -3 widgets/ksqueezedtextlabel.cpp M +5 -0 widgets/ksqueezedtextlabel.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1182451
Ooops, sorry, this was for 66281, please ignore comment #2.