Review Request 121409: Fix bug 341678 - Navigating in terminal no longer synced with view
Mark Gaiser
markg85 at gmail.com
Tue Dec 9 15:29:40 GMT 2014
> On dec 9, 2014, 3:12 p.m., Mark Gaiser wrote:
> > dolphin/src/panels/terminal/terminalpanel.cpp, line 203
> > <https://git.reviewboard.kde.org/r/121409/diff/1/?file=332354#file332354line203>
> >
> > I don't think that is what you want since you're setting it to file regardless. So what if i'm browsing some protocol other then file?
> >
> > I think you want something like:
> > QUrl url(dir);
> > if (url.scheme().isEmpty()) {
> > url.setScheme("file");
> > }
> > emit ...
>
> Arjun AK wrote:
> > So what if i'm browsing some protocol other then file?
>
> Is it possible to do that from a terminal?
I'm... not sure.
- Mark
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/121409/#review71647
-----------------------------------------------------------
On dec 9, 2014, 2:57 p.m., Arjun AK wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/121409/
> -----------------------------------------------------------
>
> (Updated dec 9, 2014, 2:57 p.m.)
>
>
> Review request for Dolphin.
>
>
> Repository: kde-baseapps
>
>
> Description
> -------
>
> KUrl by default sets the scheme to "file" wheras QUrl sets it to null string.
>
>
> Diffs
> -----
>
> dolphin/src/panels/terminal/terminalpanel.cpp fb7d89d
>
> Diff: https://git.reviewboard.kde.org/r/121409/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Arjun AK
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20141209/9f0b6ed6/attachment.htm>
More information about the kfm-devel
mailing list