[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-core-devel
Subject:    Re: Review Request: New KLauncher DBus interface to check for on hold
From:       "Dawit Alemayehu" <adawit () kde ! org>
Date:       2011-05-11 15:58:22
Message-ID: 20110511155822.2474.86669 () vidsolbach ! de
[Download RAW message or body]

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/101333/
-----------------------------------------------------------

(Updated May 11, 2011, 3:58 p.m.)


Review request for kdelibs.


Changes
-------

Updated testing information...


Summary
-------

As the summary state, this patch adds a new dbus interface to klaucher, che=
ckForHeldSlave, that can be used to check whether or not there is an io sla=
ve being held for a given url. This fixes the last known issue with KIO's p=
ut-on-hold feature not working properly. With this patch when a user clicks=
 on a PDF link that points to an ftp server, KIO will no longer require mul=
tiple connections to service that single request.

Please note that this fix is not specific to the ftp ioslave. Any ioslave t=
hat optimizes its copy operation, i.e. supports the canCopyFromFile/canCopy=
ToFile properties, benefits from this fix.


Diffs
-----

  kdecore/util/klauncher_iface.h 02c6c9b =

  kinit/klauncher.h 3fbf2d7 =

  kinit/klauncher.cpp dd45dfe =

  kinit/klauncher_adaptor.h 0b045c8 =

  kinit/klauncher_adaptor.cpp c7cf086 =

  kio/kio/scheduler.cpp 34f437e =

  kio/kio/slave.h 780f3c4 =

  kio/kio/slave.cpp 3679ea9 =


Diff: http://git.reviewboard.kde.org/r/101333/diff


Testing (updated)
-------

Clicking on the example links below should only result in one single connec=
tion to the server:

ftp://ftp.kde.org/pub/kde/README_UPLOAD
ftp://ftp.kde.org/pub/kde/printing/kdeprint-handbook.pdf


Thanks,

Dawit


[Attachment #3 (text/html)]

<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://git.reviewboard.kde.org/r/101333/">http://git.reviewboard.kde.org/r/101333/</a>
  </td>
    </tr>
   </table>
   <br />


<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" \
style="background-image: \
url('http://git.reviewboard.kde.org/media/rb/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 kdelibs.</div>
<div>By Dawit Alemayehu.</div>


<p style="color: grey;"><i>Updated May 11, 2011, 3:58 p.m.</i></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Changes</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;">Updated testing information...</pre>  </td>
 </tr>
</table>


<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;">As the summary state, this patch adds a new dbus interface to klaucher, \
checkForHeldSlave, that can be used to check whether or not there is an io slave \
being held for a given url. This fixes the last known issue with KIO&#39;s \
put-on-hold feature not working properly. With this patch when a user clicks on a PDF \
link that points to an ftp server, KIO will no longer require multiple connections to \
service that single request.

Please note that this fix is not specific to the ftp ioslave. Any ioslave that \
optimizes its copy operation, i.e. supports the canCopyFromFile/canCopyToFile \
properties, benefits from this fix.</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing \
(updated)</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;">Clicking on the example links below should only result in one single \
connection to the server:

ftp://ftp.kde.org/pub/kde/README_UPLOAD
ftp://ftp.kde.org/pub/kde/printing/kdeprint-handbook.pdf
</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>kdecore/util/klauncher_iface.h <span style="color: grey">(02c6c9b)</span></li>

 <li>kinit/klauncher.h <span style="color: grey">(3fbf2d7)</span></li>

 <li>kinit/klauncher.cpp <span style="color: grey">(dd45dfe)</span></li>

 <li>kinit/klauncher_adaptor.h <span style="color: grey">(0b045c8)</span></li>

 <li>kinit/klauncher_adaptor.cpp <span style="color: grey">(c7cf086)</span></li>

 <li>kio/kio/scheduler.cpp <span style="color: grey">(34f437e)</span></li>

 <li>kio/kio/slave.h <span style="color: grey">(780f3c4)</span></li>

 <li>kio/kio/slave.cpp <span style="color: grey">(3679ea9)</span></li>

</ul>

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




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




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



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic