Bug 156159, need endorsement by stakeholders to patch

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Sun Feb 24 15:23:32 CET 2008


Michael O'Shea schrieb:
> People,
> 
> I have been looking into http://bugs.kde.org/show_bug.cgi?id=156159 (Dolphin
> for Windows has path handling problems) along with Peter Penz.
> 
> We've been seeking permission / approval by various stakeholders to make a
> patch to KUrl among other classes. This has led us to talk with David Faure
> and then Jaroslaw Staniek who recommended that we  take it to the
> kde-windows mailing list.
> 
> David Faure's analysis of the issue is as follows :
> 
>>From a quick look at the mail it would seem to me that it can mostly be done
> inside KUrl::prettyUrl() as long as the KUrl( u.prettyUrl() ) == u principle
> remains valid (i.e. the KUrl ctor has to be adapted too probably). But I
> don't exactly know what the kde windows guys (jstaniek iirc?) have done
> already...
> 
> I'd be very happy to do the legwork in the implementation of this
> enhancement if no one else is on it or if no one has any objections in me
> doing so.
> 
> I suppose that what I need at this point is an approver to whom I can
> present any changes I make to the code in the area touched by the resolution
> of this issue.
> 
> I'll be standing by until a consensus has emerged from the various players
> involved.
>
 From the bugtracker:
1. If you enter "x:", where "x" is a valid driveletter, it fails to open 
it, even though "/x:" and "x:\" do work, and even though these are 
changed by Dolphin to "x:".

-> KUrl should accept x: too - this is a bug in our win32 specific part 
of the KUrl ctor. /x: is wrong and must not be accepted.

2. When navigating to subfolders of drives, Dolphin shows "/" in the 
path instead of "\" even though it's running on Windows.

-> this should be handled by dolphin with QDir::toNativeSeparators(). 
KUrl shouldn't touch this as QUrl, QFile and QDir doesn't do either.


Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20080224/62638165/attachment.pgp 


More information about the Kde-windows mailing list