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

List:       kde-panel-devel
Subject:    Re: Review Request: Support for the plasma:/ protocol in urls from
From:       "Beat Wolf" <asraniel () fryx ! ch>
Date:       2010-09-24 10:26:07
Message-ID: 20100924102607.1322.1515 () vidsolbach ! de
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/1515/#review7745
-----------------------------------------------------------


what is the status of this patch? is it abandonned?

- Beat


On 2010-01-29 16:23:40, Friedrich W. H. Kossebau wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/1515/
> -----------------------------------------------------------
> 
> (Updated 2010-01-29 16:23:40)
> 
> 
> Review request for Plasma.
> 
> 
> Summary
> -------
> 
> Hi!
> 
> With commit #1019443 to kdebase/runtime/kioslave/network (done today) I added a new \
> entry for "Plasma service" to the DNSSD (zeroconf) backend for the network:/ \
> kioslave, which means that network:/ should now show a nice Plasma icon for such \
> services and have a link "plasma:/hostname:port/name" connected to the entry. \
> (Beware, you need to restart kded after updating your install, as the kioslave is \
> feeded by a kded module, which has the data in the binary (yes, TODO :) )! Perhaps \
> you even have to load the module manually, the automatic load is reported to \
> sometimes fail: "qdbus org.kde.kded /kded loadModule networkwatcher").
> 
> Now, the listing in network:/ is one thing, one also wants to deal with the service \
> item in Konqueror, e.g. click on it or drag'n'drop it to the Plasma workspace. The \
> same happens if the plasma:/ url is used in web pages or emails ("Son, here you can \
> connect to my Dinner-is-ready plasmoid, Yours, Mum"), or isn't this supposed to be \
> done? With KIO there is the need of a .protocol file which describes what the \
> plasma:/ protocol is about (see patch for prototype). AFAIK for such protocols not \
> starting a kioslave, but a helper program ("helper=true"), that one needs to be \
> defined here in the "exec=" line. So what would the helper program be for plasma:/ \
> urls? For Drag'nDrops this entry is ignored, BTW, and just the url passed. 
> 
> Diffs
> -----
> 
> trunk/KDE/kdelibs/plasma/CMakeLists.txt 1080290 
> trunk/KDE/kdelibs/plasma/data/plasma.protocol PRE-CREATION 
> 
> Diff: http://svn.reviewboard.kde.org/r/1515/diff
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Friedrich W. H.
> 
> 


[Attachment #5 (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://svn.reviewboard.kde.org/r/1515/">http://svn.reviewboard.kde.org/r/1515/</a>
  </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">what is the status of \
this patch? is it abandonned?</pre>  <br />







<p>- Beat</p>


<br />
<p>On January 29th, 2010, 4:23 p.m., Friedrich W. H. Kossebau 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 Plasma.</div>
<div>By Friedrich W. H. Kossebau.</div>


<p style="color: grey;"><i>Updated 2010-01-29 16:23:40</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;">Hi!

With commit #1019443 to kdebase/runtime/kioslave/network (done today) I added a new \
entry for &quot;Plasma service&quot; to the DNSSD (zeroconf) backend for the \
network:/ kioslave, which means that network:/ should now show a nice Plasma icon for \
such services and have a link &quot;plasma:/hostname:port/name&quot; connected to the \
entry. (Beware, you need to restart kded after updating your install, as the kioslave \
is feeded by a kded module, which has the data in the binary (yes, TODO :) )! Perhaps \
you even have to load the module manually, the automatic load is reported to \
sometimes fail: &quot;qdbus org.kde.kded /kded loadModule networkwatcher&quot;).

Now, the listing in network:/ is one thing, one also wants to deal with the service \
item in Konqueror, e.g. click on it or drag&#39;n&#39;drop it to the Plasma \
workspace. The same happens if the plasma:/ url is used in web pages or emails \
(&quot;Son, here you can connect to my Dinner-is-ready plasmoid, Yours, Mum&quot;), \
or isn&#39;t this supposed to be done? With KIO there is the need of a .protocol file \
which describes what the plasma:/ protocol is about (see patch for prototype). AFAIK \
for such protocols not starting a kioslave, but a helper program \
(&quot;helper=true&quot;), that one needs to be defined here in the &quot;exec=&quot; \
line. So what would the helper program be for plasma:/ urls? For Drag&#39;nDrops this \
entry is ignored, BTW, and just the url passed. </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/plasma/CMakeLists.txt <span style="color: \
grey">(1080290)</span></li>

 <li>trunk/KDE/kdelibs/plasma/data/plasma.protocol <span style="color: \
grey">(PRE-CREATION)</span></li>

</ul>

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




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








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



_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


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

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