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

List:       kde-frameworks-devel
Subject:    Re: Review Request 119280: Add the Web Shortcuts KCM from kde-baseapps/konq to the KIO framework
From:       "Kevin Ottens" <ervin () kde ! org>
Date:       2014-07-15 6:27:26
Message-ID: 20140715062726.3845.70967 () probe ! kde ! org
[Download RAW message or body]

--===============1865514351936319352==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/119280/#review62372
-----------------------------------------------------------


Note that as mentioned in the "Web Shortcuts KCM" thread, I'm very much not in favor \
of such a code move.

- Kevin Ottens


On July 14, 2014, 8:36 p.m., Eike Hein wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/119280/
> -----------------------------------------------------------
> 
> (Updated July 14, 2014, 8:36 p.m.)
> 
> 
> Review request for KDE Frameworks and David Faure.
> 
> 
> Repository: kio
> 
> 
> Description
> -------
> 
> As discussed, this adds the Web Shortcuts KCM, formerly shipped as part as \
> Konqueror, to the KIO framework, where the URI Filters framework it configures \
> resides as well. This makes more sense than stuffing it into workspace, since Web \
> Shortcuts have many app level downstreams (e.g. Konversation, Okular and Konsole) \
> which try to run the KCM via kcmshell5, and may not be running inside Plasma \
> Desktop at the time. 
> I've lightly modified the code to make it build, and made the naming more \
> consistent - "webshortcuts" is now used throughout where previously was a mix of \
> "ebrowsing" and "kurifilt". This means .po name changed, but the KCM only contains \
> a single string. More importantly it means apps calling the KCM via kcmshell5 need \
> to be changed to use the new name - I promise to take care of that. 
> I'm the least confident on the CMake stuff, especially the TRANSLATION_DOMAIN \
> redefinition, so I'd be happy for review. 
> Note the categorization is already what the recategorization effort proscribed for \
> this KCM. 
> 
> Diffs
> -----
> 
> src/CMakeLists.txt 6f8373f 
> src/kcms/CMakeLists.txt PRE-CREATION 
> src/kcms/webshortcuts/CMakeLists.txt PRE-CREATION 
> src/kcms/webshortcuts/Messages.sh PRE-CREATION 
> src/kcms/webshortcuts/main.h PRE-CREATION 
> src/kcms/webshortcuts/main.cpp PRE-CREATION 
> src/kcms/webshortcuts/webshortcuts.desktop PRE-CREATION 
> src/urifilters/ikws/CMakeLists.txt 4efe24e 
> 
> Diff: https://git.reviewboard.kde.org/r/119280/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Eike Hein
> 
> 


--===============1865514351936319352==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/119280/">https://git.reviewboard.kde.org/r/119280/</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;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Note \
that as mentioned in the "Web Shortcuts KCM" thread, I'm very much not in favor of \
such a code move.</p></pre>  <br />









<p>- Kevin Ottens</p>


<br />
<p>On July 14th, 2014, 8:36 p.m. UTC, Eike Hein wrote:</p>









<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for KDE Frameworks and David Faure.</div>
<div>By Eike Hein.</div>


<p style="color: grey;"><i>Updated July 14, 2014, 8:36 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kio
</div>


<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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">As discussed, this adds the Web Shortcuts KCM, \
formerly shipped as part as Konqueror, to the KIO framework, where the URI Filters \
framework it configures resides as well. This makes more sense than stuffing it into \
workspace, since Web Shortcuts have many app level downstreams (e.g. Konversation, \
Okular and Konsole) which try to run the KCM via kcmshell5, and may not be running \
inside Plasma Desktop at the time.</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;">I've lightly modified \
the code to make it build, and made the naming more consistent - "webshortcuts" is \
now used throughout where previously was a mix of "ebrowsing" and "kurifilt". This \
means .po name changed, but the KCM only contains a single string. More importantly \
it means apps calling the KCM via kcmshell5 need to be changed to use the new name - \
I promise to take care of that.</p> <p style="padding: 0;text-rendering: \
inherit;margin: 0;line-height: inherit;white-space: inherit;">I'm the least confident \
on the CMake stuff, especially the TRANSLATION_DOMAIN redefinition, so I'd be happy \
for review.</p> <p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Note the categorization is already what the \
recategorization effort proscribed for this KCM.</p></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>src/CMakeLists.txt <span style="color: grey">(6f8373f)</span></li>

 <li>src/kcms/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/kcms/webshortcuts/CMakeLists.txt <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>src/kcms/webshortcuts/Messages.sh <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>src/kcms/webshortcuts/main.h <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>src/kcms/webshortcuts/main.cpp <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>src/kcms/webshortcuts/webshortcuts.desktop <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>src/urifilters/ikws/CMakeLists.txt <span style="color: \
grey">(4efe24e)</span></li>

</ul>

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






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








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


--===============1865514351936319352==--



_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


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

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