Bug 51276

Summary: no redraw when creating image thumbnails
Product: [Applications] konqueror Reporter: joe
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.0.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description joe 2002-11-28 08:16:02 UTC
Version:           3.0.3 (using KDE 3.0.5)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

When thumbnail (or preview) generation is enabled, Konqueror displays all icons first and then starts drawing the previews (which are usually much larger) on top of the icons. As the icons are not resized until all previews are drawn, the result looks quite ugly and renders part of the icons unusable until the final refresh.

I see two possible improvements:

- make the preview icon a fixed-size rectangle that is big enough to hold the preview, so you don't have to do any resizing when the thumbnails/previews are drawn (this is how Windows XP does it)

- resize the icon row whenever a preview that doesn't fit the row is drawn. This might be quite expensive though as you will have to rerender the icon view after every new preview icon that is added.
Comment 1 John Firebaugh 2003-07-28 02:18:37 UTC

*** This bug has been marked as a duplicate of 50902 ***