[Digikam-devel] [Bug 226765] Panning with arrow keys in preview mode is slow

Gilles Caulier caulier.gilles at gmail.com
Sun Feb 14 10:47:23 GMT 2010


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


Gilles Caulier <caulier.gilles at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caulier.gilles at gmail.com
          Component|general                     |Preview
            Version|unspecified                 |1.2.0




--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2010-02-14 11:47:22 ---
Yes, it's slow because of these line :

http://lxr.kde.org/source/extragear/graphics/digikam/libs/widgets/common/previewwidget.cpp#839

...which call repaint() on viewport. I don't have found a good solution.

In fact the problem is that Qt4 catch keyboard _release_ event in case of key
are not yet released ! I think to use a timer here to prevent this call if 
keyReleaseEvent is called too shortly. 

Do you understand the problem ?

Gilles

-- 
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