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





<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 Plasma.</div>
<div>By Marco Martin.</div>


<p style="color: grey;"><i>Updated Feb. 9, 2015, 2:33 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
plasma-workspace
</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;">this refactors the net systemmonitor plasmoid (hopefully fixing some of the bugs people had with it)
and brings back some other modules:
<em style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;"> cpu usage
</em> disk i/o activity
* memory usage
All applets share most of their stuff having as little duplication as possible</p></pre>
  </td>
 </tr>
</table>



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

 <li>applets/CMakeLists.txt <span style="color: grey">(25d774e)</span></li>

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

 <li>applets/systemmonitor/Messages.sh <span style="color: grey">(2382ed6)</span></li>

 <li>applets/systemmonitor/common/contents/config/main.xml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/common/contents/ui/Applet.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/common/contents/ui/ConfigGeneral.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/common/contents/ui/DoublePlotter.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/common/contents/ui/SinglePlotter.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/contents/config/config.qml <span style="color: grey">(11944e5)</span></li>

 <li>applets/systemmonitor/contents/config/main.xml <span style="color: grey">(57a30cb)</span></li>

 <li>applets/systemmonitor/contents/ui/configGeneral.qml <span style="color: grey">(164e890)</span></li>

 <li>applets/systemmonitor/contents/ui/net.qml <span style="color: grey">(20e1d47)</span></li>

 <li>applets/systemmonitor/cpu/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/cpu/contents/config/config.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/cpu/contents/ui/cpu.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/cpu/contents/ui/cpuConfig.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/cpu/metadata.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskactivity/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskactivity/contents/config/config.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskactivity/contents/ui/diskactivity.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskactivity/contents/ui/diskactivityConfig.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskactivity/metadata.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskusage/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskusage/contents/config/config.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskusage/contents/ui/diskusage.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskusage/contents/ui/diskusageConfig.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/diskusage/metadata.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/memory/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/memory/contents/config/config.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/memory/contents/ui/memory.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/memory/contents/ui/memoryConfig.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/memory/metadata.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/metadata.desktop <span style="color: grey">(00965ab)</span></li>

 <li>applets/systemmonitor/net/Messages.sh <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/net/contents/config/config.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/net/contents/ui/net.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/net/contents/ui/netConfig.qml <span style="color: grey">(PRE-CREATION)</span></li>

 <li>applets/systemmonitor/net/metadata.desktop <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

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






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




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