Bug 217702 - gps widget movie preview too big
Summary: gps widget movie preview too big
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Video (show other bugs)
Version: 1.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 12:01 UTC by Philippe ROUBACH
Modified: 2017-07-27 10:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.1.0


Attachments
gpspreview.png (281.72 KB, image/png)
2009-12-07 12:02 UTC, Philippe ROUBACH
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe ROUBACH 2009-12-07 12:01:59 UTC
Version:           rc..-rc (using 4.3.80 (KDE 4.3.80 (KDE 4.4 Beta1)), Mandriva Linux release 2010.1 (Cooker) for i586)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.6-desktop-2mnb

open digikam
select a movie
select in the right panel "geolocalization"
watch the movie preview
it masks a big part of the map

see the capture gpspreview.png
Comment 1 Philippe ROUBACH 2009-12-07 12:02:43 UTC
Created attachment 38896 [details]
gpspreview.png
Comment 2 caulier.gilles 2009-12-07 12:07:03 UTC
Sound like a dysfunction in Phonon component from KDE, used to display video files...

Gilles Caulier
Comment 3 Michael G. Hansen 2009-12-12 21:09:21 UTC
SVN commit 1061721 by mghansen:

Temporary workaround for BKO 217702: Thumbnails for movies are returned too big, therefore resize them manually if necessary.

CCBUG: 217702



 M  +9 -0      libs/imageproperties/worldmapwidget.cpp  
 M             project/ImageAnnotation.odt  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1061721
Comment 4 Marcel Wiesweg 2009-12-22 21:01:08 UTC
SVN commit 1065238 by mwiesweg:

When loading with KDE loader, the thread's default size was always used,
not the one specified to find()

CCBUG: 217702

 M  +3 -1      thumbnailloadthread.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1065238
Comment 5 Marcel Wiesweg 2009-12-22 21:02:32 UTC
Michael, can you test if it works now?
Comment 6 Michael G. Hansen 2009-12-23 13:51:45 UTC
SVN commit 1065505 by mghansen:

Remove work-around for bug 217702 as thumbnails for movies are properly loaded now.

BUG: 217702



 M  +2 -1      NEWS  
 M  +0 -9      libs/imageproperties/worldmapwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1065505