https://bugs.kde.org/show_bug.cgi?id=357795

Rex Dieter <rdie...@math.unl.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
      Latest Commit|                            |http://commits.kde.org/drag
                   |                            |on/ee333a83457450df771b458c
                   |                            |299dce43a5500a35
         Resolution|---                         |FIXED

--- Comment #4 from Rex Dieter <rdie...@math.unl.edu> ---
Git commit ee333a83457450df771b458c299dce43a5500a35 by Rex Dieter, on behalf of
Harald Sitter.
Committed on 30/01/2016 at 15:08.
Pushed by rdieter into branch 'Applications/15.12'.

when parsing user input urls, default to assume local files

The invocation

> dragon foo.mkv

should yield file://$PWD/foo.mkv. Processed as a URL foo.mkv can either be
a relative path or a FQDN though. Since we don't support scheme-less url
notiation for this use case and people are far more likely to use the
invocation argument for local files we can safely coerce QUrl to default
to assume file:// rather than http://

> dragon foo.mkv => file://$PWD/foo.mkv
> dragon http://foo.mkv => http://foo.mkv

M  +5    -1    src/app/main.cpp

http://commits.kde.org/dragon/ee333a83457450df771b458c299dce43a5500a35

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to