[Digikam-devel] [Bug 245380] improve the ergonomics of the bwsepia filter ui

Manuel Viet contact at 13zenrv.fr
Thu Jul 29 12:15:40 BST 2010


https://bugs.kde.org/show_bug.cgi?id=245380


Manuel Viet <contact at 13zenrv.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49377|0                           |1
        is obsolete|                            |
  Attachment #49552|0                           |1
        is obsolete|                            |




--- Comment #17 from Manuel Viet <contact 13zenrv fr>  2010-07-29 13:15:22 ---
Created an attachment (id=49629)
 --> (http://bugs.kde.org/attachment.cgi?id=49629)
final bug squashing

> Manual,
>
> I can confirm that preview icon selection is not restored between tool session
> (in all case)
>
> Gilles

I finally made a quick and crude Qt 4.6.3 install, enough to confirm this bug.

It's a Qt 4.x bug. In 4.5, the calculated icons are not displayed properly over
the text in case this text is translated until the QListWidget is reset(), and
4.6 is even further broken, because QListWidget::reset() doesn't restore the
selection anymore like it used to previously.

The attached patch works around this (see
utilities/imageeditor/widgets/previewlist.cpp in void
PreviewList::slotProgressTimerDone() at line 325).

Cheers, Manuel

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list