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









<div>




<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; border-collapse: collapse; margin: 2px padding: 2px;">
 <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; font-size: 9pt; padding: 4px 8px; text-align: left;">
    <a href="http://git.reviewboard.kde.org/r/107249/diff/1/?file=94194#file94194line40" style="color: black; font-weight: bold; text-decoration: underline;">applet/qml/ConnectionsTabWidget.qml</a>
    <span style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>

 <tbody style="background-color: #e4d9cb; padding: 4px 8px; text-align: center;">
  <tr>

   <td colspan="4"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>

  </tr>
 </tbody>




 
 



 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" align="right"><font size="2"></font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>
    <th bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0;" align="right"><font size="2">40</font></th>
    <td bgcolor="#c5ffc4" width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; "><span class="ew">        </span></pre></td>
  </tr>

 </tbody>

</table>

<pre style="margin-left: 2em; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Please remove trailing whitespace here and in the other parts of this patch.

This patch introduced at least two regressions in the plasmoid. The bottom part of InterfaceDetails widget is not visible anymore and the plasmoid is quite bigger than it used to be in my notebook. I will take a look at that when I have more time.</pre>
</div>
<br />



<p>- Lamarque Vieira</p>


<br />
<p>On November 7th, 2012, 9:33 p.m., Michael Zanetti wrote:</p>






<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 Network Management.</div>
<div>By Michael Zanetti.</div>


<p style="color: grey;"><i>Updated Nov. 7, 2012, 9:33 p.m.</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;">This makes the arthur branch usable on high-res screens.

The QML interface really didn't adapt itself to different sizes at all. I had to change quite a bit. It could be that I changed the look of some small parts a little bit on my way, but I tried to keep the interface as much as possible to what it looked like before. It should be quite easy now to change the overall sizes by changing leftViewWidth, rightViewWidth and minimumHeight in NMPopup.qml.

The sizes of the UI elements are taken from a standard Plasma button and all the list items etc are adjusted to that. This way the items also scale nicely when the theme requires bigger buttons.

Hope this helps.</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>applet/qml/GsmNetworkItem.qml <span style="color: grey">(3a4463a)</span></li>

 <li>applet/qml/DisconnectButton.qml <span style="color: grey">(43bdcbe)</span></li>

 <li>applet/qml/ConnectionsListWidget.qml <span style="color: grey">(1ee6428)</span></li>

 <li>applet/qml/ConnectionsTabWidget.qml <span style="color: grey">(63a2913)</span></li>

 <li>applet/qml/HiddenWirelessNetwork.qml <span style="color: grey">(2e20417)</span></li>

 <li>applet/qml/ConnectionItem.qml <span style="color: grey">(a9d1b6d)</span></li>

 <li>applet/qml/InterfaceItem.qml <span style="color: grey">(6ce74b2)</span></li>

 <li>applet/qml/InterfacesListWidget.qml <span style="color: grey">(3d0ea88)</span></li>

 <li>applet/qml/ModemInterfaceItem.qml <span style="color: grey">(22a3c3f)</span></li>

 <li>applet/qml/NMPopup.qml <span style="color: grey">(31a33c6)</span></li>

 <li>applet/qml/VpnInterfaceItem.qml <span style="color: grey">(c06e6ef)</span></li>

 <li>applet/qml/VpnNetworkItem.qml <span style="color: grey">(66c81a4)</span></li>

 <li>applet/qml/WiredInterfaceIcon.qml <span style="color: grey">(915518a)</span></li>

 <li>applet/qml/WiredInterfaceItem.qml <span style="color: grey">(6be0f3c)</span></li>

 <li>applet/qml/WirelessInterfaceIcon.qml <span style="color: grey">(dabebd1)</span></li>

 <li>applet/qml/WirelessInterfaceItem.qml <span style="color: grey">(15ee0f1)</span></li>

 <li>applet/qml/WirelessNetworkIcon.qml <span style="color: grey">(b3bd523)</span></li>

 <li>applet/qml/WirelessNetworkItem.qml <span style="color: grey">(90d5e8a)</span></li>

</ul>

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




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








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