<table><tr><td style="">zzag added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11175">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>But then, this code is compiled in a separate library ? <br />
 How is it linked against the kstyle code ? Doesn't that require changes to CMakeLists ? I'm confused.</p></blockquote>

<p>Yes, it is compiled as a separate shared library. Yes, it requires changes to CMakeLists.txt. (e.g. add <tt style="background: #ebebeb; font-size: 13px;">include_directories</tt> and <tt style="background: #ebebeb; font-size: 13px;">target_link_libraries</tt>)</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>(sorry if I missed something: I have not had the time to actually try apply the patches and compile them).</p></blockquote>

<p>That's good because they don't build with KDE4. (I will post updated patches soon)</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>So that means that the code is not actually shared, but copied ? I am fine with this also, I just don't see how it works here .</p></blockquote>

<p>For the most part, yes..</p>

<p>It works as follows:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">create a "render" target (<tt style="background: #ebebeb; font-size: 13px;">QPixmap</tt> or <tt style="background: #ebebeb; font-size: 13px;">QImage</tt>)</li>
<li class="remarkup-list-item">paint each separate shadow onto that render target with <tt style="background: #ebebeb; font-size: 13px;">BoxShadowHelper::boxShadow()</tt>. Please note, each shadow is centered around some box so all shadows are aligned.</li>
<li class="remarkup-list-item">clip inner rect</li>
<li class="remarkup-list-item">pass the result somewhere along</li>
</ul>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Not sure I understand what you mean by DRY obsession ?</p></blockquote>

<p>Some people try to get rid of repetitions even when it's not really needed.</p>

<hr class="remarkup-hr" />

<p>Also, could you please point me out how to create shadows on plugin load? Maybe, I could implement it..</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R31 Breeze</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11175">https://phabricator.kde.org/D11175</a></div></div><br /><div><strong>To: </strong>zzag, Breeze, VDG, hpereiradacosta<br /><strong>Cc: </strong>ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>