Bug 186953 - QT 4.5 animations in apps too slow
Summary: QT 4.5 animations in apps too slow
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-12 12:33 UTC by Konstantin
Modified: 2009-03-29 21:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin 2009-03-12 12:33:50 UTC
Version:           0.70.0 (using 4.2.1 (KDE 4.2.1), Arch Linux)
Compiler:          gcc
OS:                Linux (i686) release 2.6.28-ARCH

animations in smiles and progress indicator of sending message is too slow
Comment 1 Matt Rogers 2009-03-29 20:22:17 UTC
Please provide a specific example. I'm unable to reproduce the problem. KDE 4.2.1 via KDEMod on Arch Linux with qt 4.5.0-3
Comment 2 Konstantin 2009-03-29 20:51:39 UTC
qtmod 4.5.0-2, problem exists. Graphics nvidia GEforce 2 mx. Special example - animation in sending indicator (in 4.4 it was fast, but in 4.5 it is almost stopped) and Kolobok-Light-Big smiles from kde-look (also wery slow). Can you tell me, how I can save video from desktop? Archlinux 4.2.1 via KDEMod
Comment 3 Roman Jarosz 2009-03-29 21:30:21 UTC
Actually it isn't slow it just doesn't animate (to be correct only animates when we manually trigger update)
Comment 4 Roman Jarosz 2009-03-29 21:36:22 UTC
Well I've test it and it's alredy fixed, the fix will be in KDE 4.2.2

SVN commit 943998 by orlovich:

Give the proper dirty rectangle when switching frames in animated images.
The previous code mostly worked with Qt4.4 by some happy happenstance, but failed cleanly with Qt4.5 --- yey to that.

BUG:175858
BUG:186159


 M  +1 -1      animprovider.cpp  
 M  +6 -0      image.cpp  
 M  +5 -0      image.h