<br><br><div class="gmail_quote">On Fri, Jun 12, 2009 at 5:29 PM, Aaron J. Seigo <span dir="ltr">&lt;<a href="mailto:aseigo@kde.org">aseigo@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Friday 12 June 2009, Alexis Ménard wrote:<br>
&gt; On Fri, Jun 12, 2009 at 3:40 PM, Akmanalp, Mehmet A<br>
&lt;<a href="mailto:makmanalp@wpi.edu">makmanalp@wpi.edu</a>&gt;wrote:<br>
<br>
</div><div class="im">&gt; &gt; 1) Move the old animator.cpp into deprecated/ and create a whole new<br>
&gt; &gt; animator.cpp with a whole new Plasma::Animator? If so, how is this<br>
&gt; &gt; &quot;extend Plasma::Animator&quot;?<br>
&gt;<br>
&gt; Yes move it just. And create a new class for now.<br>
&gt;<br>
&gt; &gt; 2) Move the old animator.cpp into deprecated/ and extend it in the new<br>
&gt; &gt; animator.cpp? Then, this doesn&#39;t solve the naming issue(We still have<br>
&gt; &gt; to use a different name, not &quot;Animator&quot;), and it isn&#39;t &quot;retro-fitting<br>
&gt; &gt; Animation&quot;.<br>
&gt;<br>
&gt; You can&#39;t remove it completly, symbols have to be here for binary<br>
&gt; compatibilty reasons.<br>
&gt; Grab a name (can&#39;t be Animator), the one you want, we will see later.<br>
<br>
</div>erf.. i&#39;m concerned we&#39;re going to confuse Mehmet with conflicting advice ...<br>
but here goes anyways ;)<br>
<br>
my thoughts are this:<br>
<br>
Animator is a great name and says what it does; i don&#39;t want two classes<br>
kicking around, and we can&#39;t remove Animator. soooo:<br>
<br>
* mark all the methods currently in Animator as KDE_DEPRECATED<br>
</blockquote><div><br>Didn&#39;t know that...<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
* add the new methods for the kinetic project to animator.h<br>
</blockquote><div><br>Yep.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
* move the current animator.cpp into deprecate<br>
<br>
* create a new .cpp file for the new implementation:<br>
kdelibs/plasma/animator.cpp<br>
<br>
* move the constructor and destructor from plasma/deprecated/animator.cpp into<br>
the new plasma/animator.cpp, as it needs to join the new implementation.<br>
<br>
this means that the deprecated implementation is in<br>
plasma/deprecated/animator.cpp, the new stuff is in plasma/animator.cpp and we<br>
keep Animator around as a class that people use for the kinetic stuff.<br>
<br>
Alexis: does that make sense to you as well? :)</blockquote><div><br>Then it makes sense.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<font color="#888888"><br>
--<br>
Aaron J. Seigo<br>
humru othro a kohnu se<br>
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43<br>
<br>
KDE core developer sponsored by Qt Software<br>
<br>
</font><br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br>