Bug 216539

Summary: picasaweb can't select movie to export
Product: [Applications] digikam Reporter: Philippe ROUBACH <philippe.roubach>
Component: Plugin-WebService-GoogleAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 1.3.0
Sentry Crash Report:

Description Philippe ROUBACH 2009-11-28 17:18:03 UTC
Version:           inconnu (using 4.3.77 (KDE 4.3.77 (KDE 4.4 >= 20091123)), Mandriva Linux release 2010.1 (Cooker) for i586)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.6-desktop-1mnb

open picsawebexport
click on "select photos" button
kde file selector opens

all image files are listed but no movie
then
you can't select any movie
Comment 1 Philippe ROUBACH 2009-12-06 11:32:00 UTC
i complete the pb definition

the default filter is "all images" it must be "all images and movies"

you can select movie by typing *.* as default filter
Comment 2 Philippe ROUBACH 2009-12-26 21:42:26 UTC
digikam 1.0.0
kipi-plugins 1.0.0

pb still there
Comment 3 Philippe ROUBACH 2010-02-07 13:35:34 UTC
any news about this ?

a programmer says to me
it is only changing a kde dialog call statement argument list
in picasawebexport

replace by "all files" and "*.*"
Comment 4 Philippe ROUBACH 2010-04-13 16:55:55 UTC
digikam 1.2
kipi-plugins 1.2

pb still there

it's a pity because picasaweb had been wholy rewritted if i understand well
Comment 5 Philippe ROUBACH 2010-04-13 17:46:09 UTC
digikam 1.2
kipi-plugins 1.2

pb still there

it's a pity because picasaweb had been wholy rewritted if i understand well
Comment 6 Jens Mueller 2010-04-13 23:17:26 UTC
SVN commit 1114544 by jmueller:

customize imagelist file selection dialog

BUGS: 216539

 M  +3 -2      NEWS  
 M  +2 -2      common/libkipiplugins/dialogs/imagedialog.cpp  
 M  +1 -0      picasawebexport/CMakeLists.txt  
 A             picasawebexport/picasawebimglist.cpp   [License: GPL (v2+)]
 A             picasawebexport/picasawebimglist.h   [License: GPL (v2+)]
 M  +3 -1      picasawebexport/picasawebwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1114544
Comment 7 Philippe ROUBACH 2010-04-14 00:00:48 UTC
thanks