Bug 66821

Summary: kdepasswd depends on kdebase
Product: [Applications] kdepasswd Reporter: Brad Hards <bhards>
Component: generalAssignee: Geert Jansen <g.t.jansen>
Status: RESOLVED FIXED    
Severity: wishlist CC: faure
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Brad Hards 2003-10-29 11:28:38 UTC
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.
Comment 1 Brad Hards 2004-05-11 12:09:35 UTC
kdepasswd was moved to to kdebase (which was the logical solution, after all), so this is no longer a problem.
Comment 2 David Faure 2010-10-04 18:07:17 UTC
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
Comment 3 David Faure 2010-10-04 18:17:15 UTC
Ooops, sorry, this was for 66281, please ignore comment #2.