<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://svn.reviewboard.kde.org/r/4939/">http://svn.reviewboard.kde.org/r/4939/</a>
     </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On August 9th, 2010, 12:51 a.m., <b>Andrius Ribas</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Just noticed the files will fail to open :(
any suggestions?

I&#39;ve tried to reimplement get:
void ComputerProtocol::get(const KUrl&amp; url)
{
    kDebug() &lt;&lt; &quot;URL: &quot; &lt;&lt; url;
    QString groupPath = url.path( KUrl::RemoveTrailingSlash );
    FileProtocol::get(groupPath);
}

but still does not solve the problem..</pre>
 </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">
I&#39;ll open a new review request for a version not extending kio_file, but redirecting to it. Not in kdelibs, but in kdebase-runtime</pre>
<br />








<p>- Andrius</p>


<br />
<p>On August 8th, 2010, 10:16 p.m., Andrius Ribas wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://svn.reviewboard.kde.orgrb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for kde-windows and kdelibs.</div>
<div>By Andrius Ribas.</div>


<p style="color: grey;"><i>Updated 2010-08-08 22:16:13</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Implements an extension to kio_file KIOSlave to add a &quot;computer:&quot; protocol. Also reverts changes on &quot;places&quot; panel to show up &quot;Computer&quot; instead of separated drive letters.

I think it would be risky to change the &quot;file:&quot; protocol directly since some apps may try to use &quot;/&quot; and that currently &quot;Just works&quot;.

Dolphin&#39;s &quot;folders&quot; panel also magically works fine when in &quot;computer:&quot; protocol. When in &quot;file:&quot; it still shows &quot;C:&quot;&#39;s hierarchy only.

Konqueror&#39;s sidebar still crashes when using &quot;root&quot; bookmark and not being on &quot;C:&quot;. I&#39;ve also written a patch for that but it still has a bug: can&#39;t access a subfolder of a drive without accessing that drive first (an open with... dialog is shown).

(since reviewboard does not accept more than one .diff file it is pasted below)
[on kdebase/apps hierarchy:]


Index: konqueror/sidebar/default_entries/CMakeLists.txt
===================================================================
--- konqueror/sidebar/default_entries/CMakeLists.txt        (revision 1151120)
+++ konqueror/sidebar/default_entries/CMakeLists.txt        (working copy)
@@ -1,9 +1,25 @@
-install( FILES
-   home.desktop
-   root.desktop
-   bookmarks.desktop
-   services.desktop
-   remote.desktop
-   history.desktop
-   places.desktop
-DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/entries )
+if(WIN32)
+
+  install( FILES
+     home.desktop
+     computer.desktop
+     bookmarks.desktop
+     services.desktop
+     remote.desktop
+     history.desktop
+     places.desktop
+  DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/entries )
+
+else(WIN32)
+
+  install( FILES
+     home.desktop
+     root.desktop
+     bookmarks.desktop
+     services.desktop
+     remote.desktop
+     history.desktop
+     places.desktop
+  DESTINATION ${DATA_INSTALL_DIR}/konqsidebartng/entries )
+
+endif (WIN32)
\ No newline at end of file
Index: konqueror/sidebar/default_entries/computer.desktop
===================================================================
--- konqueror/sidebar/default_entries/computer.desktop        (revision 0)
+++ konqueror/sidebar/default_entries/computer.desktop        (revision 0)
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=Link
+URL=computer:/
+Icon=computer
+Name=Computer
+Name[en_GB]=Computer
+Name[pt]=Computador
+Name[pt_BR]=Computador
+Comment=This is the place containing the windows drives
+Comment[en_GB]=This is the place containing the windows drives
+Comment[pt]=Este é o local que contém as unidades do windows
+Comment[pt_BR]=Este é o local que contém as unidades do windows
+Open=false
+X-KDE-TreeModule=Directory
+X-KDE-KonqSidebarModule=konqsidebar_tree
+X-KDE-Weight=11
</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Tested using msvc 2008, windows 7</pre>
  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>trunk/KDE/kdelibs/kfile/kfileplacesmodel.cpp <span style="color: grey">(1159835)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/CMakeLists.txt <span style="color: grey">(1159835)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/computer.protocol <span style="color: grey">(PRE-CREATION)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/file.h <span style="color: grey">(1159835)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/file.cpp <span style="color: grey">(1159835)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/kio_computer.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>trunk/KDE/kdelibs/kioslave/file/kio_computer.cpp <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

<p><a href="http://svn.reviewboard.kde.org/r/4939/diff/" style="margin-left: 3em;">View Diff</a></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Screenshots </h1>

<div>

 <a href="http://svn.reviewboard.kde.org/r/4939/s/475/"><img src="http://svn.reviewboard.kde.org/media/uploaded/images/2010/08/08/computer_400x100.png" style="border: 1px black solid;" alt="dolphin screenshot" /></a>

</div>


  </td>
 </tr>
</table>








  </div>
 </body>
</html>