Bug 211524

Summary: Raw batch converter can't get rid of scroll bar
Product: [Applications] digikam Reporter: Bartek Pietrasiak <pietras.sp>
Component: BatchQueueManager-RAWProcessingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: caulier.gilles, tschenser
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In: 5.0.0

Description Bartek Pietrasiak 2009-10-23 11:46:03 UTC
Version:            (using KDE 4.3.2)
OS:                Linux
Installed from:    Fedora RPMs

When you have some tabs expanded so that the vertical scroll is necessary, you can't get rid of the vertical one no matter how width the window is.
Comment 1 caulier.gilles 2009-10-23 11:53:49 UTC
What's the problem exactly ? Can you take a screenshot ?

Gilles Caulier
Comment 2 Andi Clemens 2009-10-23 12:10:57 UTC
The RExpander box is always too small, we need a splitter or wider right sidebar...
Comment 3 Jens Mueller 2010-01-28 22:12:35 UTC
SVN commit 1081612 by jmueller:

As some tools need more space than vertically available in settings widget they get a vertical scollbar. The vertical scrollbar instantly introduces a horizontal scrollbar as the widget content do not fit into space any more. This patch adds the height of a scrollbar to minimumSizeHint()'s width so there is always enough width to display widget content and scrollbar.

BUGS: 211814
CCBUGS: 211524, 221989

 M  +2 -1      NEWS  
 M  +3 -1      utilities/imageeditor/editor/editortoolsettings.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1081612
Comment 4 caulier.gilles 2010-01-29 08:40:45 UTC
Jens,

Your patch in editortoolssettings must be backported to kipi raw converter. settings widget come from libkdcraw. 

Gilles Caulier
Comment 5 Jens Mueller 2010-01-29 18:46:04 UTC
Gilles,

yes you are right and as you mentioned the place is http://lxr.kde.org/source/KDE/kdegraphics/libs/libkdcraw/libkdcraw/dcrawsettingswidget.cpp#648s

But do you know how to get the standard height of a scrollbar without a instance? 

Jens
Comment 6 caulier.gilles 2011-12-22 22:46:31 UTC
Bartek,

This file still valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 7 caulier.gilles 2015-05-19 08:41:07 UTC
Bartek,

This file still valid using last kipi-plugins 4.10.0 ?

Gilles Caulier
Comment 8 caulier.gilles 2015-06-29 17:53:17 UTC
New Kipiplugins 4.11.0 is available :

https://www.digikam.org/node/740

Can you reproduce the problem with this release ?

Gilles Caulier
Comment 9 caulier.gilles 2015-07-04 10:23:12 UTC
RawConverter is not maintained since a while and is obsolete now. It will
be removed with 5.0.0.

Use digiKam BQM instead...