<table><tr><td style="">fvogt added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D25856">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D25856#594088" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D25856#594088</a>, <a href="https://phabricator.kde.org/p/meven/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@meven</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D25856#575125" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D25856#575125</a>, <a href="https://phabricator.kde.org/p/fvogt/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@fvogt</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D25856#575083" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D25856#575083</a>, <a href="https://phabricator.kde.org/p/ngraham/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@ngraham</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D25856#575044" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D25856#575044</a>, <a href="https://phabricator.kde.org/p/fvogt/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@fvogt</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>IMO this should be done in KIO, so that all users benefit.</p></div>
</blockquote>

<p>How would you do it in KIO?</p></div>
</blockquote>

<p>Add code to KFileDialog to allow specific protocols/slaves if the <tt style="background: #ebebeb; font-size: 13px;">file</tt> scheme is supported.</p></div>
</blockquote>

<p>I would guess something in the slave interface sort of like <tt style="background: #ebebeb; font-size: 13px;">KDE-KIO-Protocols</tt> in json/.protocol files expect it would be about supported output scheme instead of input/handled.<br />
 Something like <tt style="background: #ebebeb; font-size: 13px;">KDE-KIO-Output-Protocols</tt><br />
 Then there would be an equivalent to <tt style="background: #ebebeb; font-size: 13px;">KProtocolInfoFactory::findProtocol</tt> to get those, like <tt style="background: #ebebeb; font-size: 13px;">KProtocolInfoFactory::findOutputProtocol</tt><br />
 Basically ioslaves <tt style="background: #ebebeb; font-size: 13px;">desktop</tt> <tt style="background: #ebebeb; font-size: 13px;">file</tt> <tt style="background: #ebebeb; font-size: 13px;">recentlyused</tt> <tt style="background: #ebebeb; font-size: 13px;">trash</tt> and <tt style="background: #ebebeb; font-size: 13px;">tags</tt> would have <tt style="background: #ebebeb; font-size: 13px;">"file"</tt> set in there.</p></div>
</blockquote>

<p>IMO an overgeneralization: I can't come up with any use for that new key other than <tt style="background: #ebebeb; font-size: 13px;">file</tt>.<br />
There's the <tt style="background: #ebebeb; font-size: 13px;">mostLocalUrl()</tt> method already, so maybe it should just be indicated that <tt style="background: #ebebeb; font-size: 13px;">mostLocalUrl()</tt> returns <tt style="background: #ebebeb; font-size: 13px;">file://</tt>?</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>And also <tt style="background: #ebebeb; font-size: 13px;">recentdocuments</tt> <tt style="background: #ebebeb; font-size: 13px;">timeline</tt> for those who use those.</p></blockquote>

<p>AFAIK those can also have non-local URLs inside, so it's not possible to guarantee that only locally-reachable files are shown that way.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>What do you think ?</p></blockquote>

<p>It seems like there's no easy way to fully implement this :-/</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R229 KDialog</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D25856">https://phabricator.kde.org/D25856</a></div></div><br /><div><strong>To: </strong>ngraham, Frameworks, Dolphin<br /><strong>Cc: </strong>fvogt, broulik, meven<br /></div>