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




<table bgcolor="#e0e0e0" width="100%" cellpadding="12" style="border: 1px gray solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>
   <h1 style="margin: 0; padding: 0; font-size: 10pt;">This change has been marked as submitted.</h1>
  </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 Calligra, Dmitry Kazakov, Sven Langkamp, and Boudewijn Rempt.</div>
<div>By Wolthera van Hövell.</div>


<p style="color: grey;"><i>Updated Oct. 10, 2014, 2:09 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
calligra
</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 patch tries to clean up the big list of colour selectors left by the last patch.
It contains a set of radio buttons that set the model type, and the list of widgets underneath is updated to only present colour selectors in that type.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">It also adds some explaination of each type.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Beneath that, there's the Luma settings, with explaination. These values are saved to the kritarc file under advanced colour selector.</p></pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </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;">It works but due to the widget list being reorganised, you need to select a selector first, save the preferences, to end up with the proper list. I am not sure why.</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Todo:</p>
<ul style="padding: 0;text-rendering: inherit;margin: 0 0 0 1em;line-height: inherit;white-space: normal;">
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Make the luma-coefficients actually have effect.~~[done]</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Have the information on the models be aligned properly.~~[done]</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Make invisible widgets unselectable~~[done]</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Maybe remove triangle from all non-hsv types: On one hand it is a true wildcard selector; it fits in all types, on the other hand due QGridLayout being pretty inflexible in regards to auto-filling it now looks ugly.~~[done, different solution]</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Add missing hsi and hsy selectors.~~[done]</li>
<li style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: normal;">~~Organise the widgets more nicely.~~[done]</li>
</ul></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>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_wheel.cpp <span style="color: grey">(df15586)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_wheel.h <span style="color: grey">(5258aea)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_simple.h <span style="color: grey">(6d1c773)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_simple.cpp <span style="color: grey">(38d66c5)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_combo_box.h <span style="color: grey">(486434a)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_combo_box.cpp <span style="color: grey">(c6658a1)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_settings.h <span style="color: grey">(d4240fe)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_color_selector_settings.cpp <span style="color: grey">(bbed40e)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_my_paint_shade_selector.h <span style="color: grey">(77e50e1)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/kis_my_paint_shade_selector.cpp <span style="color: grey">(7dcf36c)</span></li>

 <li>krita/plugins/extensions/dockers/advancedcolorselector/wdg_color_selector_settings.ui <span style="color: grey">(f83e768)</span></li>

 <li>krita/plugins/extensions/dockers/colorslider/kis_color_slider_input.h <span style="color: grey">(f223392)</span></li>

 <li>krita/plugins/extensions/dockers/colorslider/kis_color_slider_input.cpp <span style="color: grey">(5895488)</span></li>

 <li>krita/plugins/extensions/dockers/colorslider/kis_hsv_slider.h <span style="color: grey">(ae419e8)</span></li>

 <li>krita/plugins/extensions/dockers/colorslider/kis_hsv_slider.cpp <span style="color: grey">(4c06d14)</span></li>

</ul>

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






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




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