[dragonplayer] [Bug 357795] dragon no longer allows files to be given on the command line

2016-01-30 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357795

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #4 from Rex Dieter  ---
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-1src/app/main.cpp

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

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


[dragonplayer] [Bug 357795] dragon no longer allows files to be given on the command line

2016-01-30 Thread Harald Sitter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357795

--- Comment #3 from Harald Sitter  ---
Whoopsie, guess I didn't check for the new branch properly.

> Harold, how would you prefer this be handled?  merge master or cherry-pick 
> the commit?

Cherry-pick and forward merge, if you would be so kind, otherwise I'm going to
on Monday :)

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


[dragonplayer] [Bug 357795] dragon no longer allows files to be given on the command line

2016-01-29 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357795

--- Comment #2 from Rex Dieter  ---
Interesting, looks like this got fixed in 15.08 branch (included in 15.08.3
release):
https://quickgit.kde.org/?p=dragon.git=commit=3709ea57268e0bd1545ccfa03771b1f1759347fa

 and master, 
https://quickgit.kde.org/?p=dragon.git=commit=3709ea57268e0bd1545ccfa03771b1f1759347fa

but the commit never landed in 15.12 branch.


Harold, how would you prefer this be handled?  merge master or cherry-pick the
commit?

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