Bug 207826

Summary: filedialog:/// url gives KDE-dialog and not Windows-dialog
Product: kde-windows Reporter: David Eriksson <meldavid>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: ps_ml
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description David Eriksson 2009-09-18 23:40:17 UTC
Version:           okänt (using 4.2.3 (KDE 4.2.3), MinGW 3.4.5)
Compiler:          gcc.exe
OS:                Microsoft Windows (i686) release 5.1 (XP Professional)

When a filedialog:/// url used as startDir for a KFileDialog::getExistingDirectory a KDE-dialog is shown and not a native Windows-dialog.
This makes it hard to select a directory on a different drive since the KDE-dialog uses a Unix-like file structure with a single root, in this case the root on the startDir-drive.
A Windows-dialog should be used even for a filedialog:/// url.
Comment 1 Patrick Spendrin 2009-09-19 00:27:24 UTC
confirmed - though a native dialog is not the solution here, rather the folder dialog should be fixed.
for more information: this bug is a follow-up to Bug 204480 (https://bugs.kde.org/show_bug.cgi?id=204480)
Comment 2 Patrick Spendrin 2009-09-20 16:17:46 UTC
SVN commit 1026019 by sengels:

use a workaround so that a change of drive is noticed
This doesn't change the tree to include the drives themselves, but makes changing the drive via the combobox possible at least.
BUG:207826

 M  +14 -2     kdirselectdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1026019
Comment 3 Patrick Spendrin 2009-09-20 16:36:33 UTC
SVN commit 1026027 by sengels:

backport r1026019
CCBUG:207826

 M  +14 -2     kdirselectdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1026027
Comment 4 Patrick Spendrin 2009-09-20 17:18:41 UTC
fixes went to both trunk and the 4.3 branch, so in the next release they will be contained.