Random ideas about grouping js animations

2010-06-21 Thread Adenilson Cavalcanti
d to this approach and will not detail how it could be implemented... So, what you guys think about this subject? Please feel free to send another proposals for addressing the issue (more alternatives are always good). Best regards Adenilson Cavalcanti a.k.a. Savago

Subject: Re: javascript animations

2010-04-29 Thread Adenilson Cavalcanti
plasma-devel@kde.org Subject: Re: javascript animations Aaron >we now have themable animation support in libplasma. one of the things >we've >been dreaming of since the original Animator class was born has come true Glad to know that I helped to make dreams come true (plus it provides a heck of

Re: Review Request: Fix segmentation fault at plasma_applet_animation_example

2010-01-27 Thread Adenilson Cavalcanti
To reply, visit: > http://reviewboard.kde.org/r/2738/ > --- > > Review request for Plasma, Aaron Seigo, Marco Martin, igorto, and Adenilson > Cavalcanti. > > > Summary > --- > > This is a sm

Re: animation api changes - done!

2009-12-07 Thread Adenilson Cavalcanti
animations ported to new design .. done! (even pulse and stacked rotation) So what is next: - inspect code for leaks/bugs - port current plasma widgets to use the new animation classes - implement new animation classes - suggestions? Best regards Adenilson Cavalcanti a.k.a

Memory model in new Animator classes

2009-10-21 Thread Adenilson Cavalcanti
t we even used it in the PoC contacts plasmoid (http://repo.or.cz/w/contacts_plasmoid.git). It is possible to call setDirection(QAbstractAnimation::Backward) and then run the animation again to return to previous state. Anyway, I think

Re: Review Request: Animator::registerScrollingWidget()

2009-10-20 Thread Adenilson Cavalcanti
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1892/#review2730 --- Ship it! - Adenilson On 2009-10-19 12:59:46, Marco Martin wrote: >

Re: Review Request: Animator::registerScrollingWidget()

2009-10-20 Thread Adenilson Cavalcanti
> On 2009-10-19 14:08:39, Adenilson Cavalcanti wrote: > > Maybe it will make users confused to add new features in a deprecated class > > (I guess this sends the wrong message about it being deprecated). > > > > Why instead of having a central scroll manager (with a

Re: Review Request: Animator::registerScrollingWidget()

2009-10-19 Thread Adenilson Cavalcanti
> On 2009-10-19 14:08:39, Adenilson Cavalcanti wrote: > > Maybe it will make users confused to add new features in a deprecated class > > (I guess this sends the wrong message about it being deprecated). > > > > Why instead of having a central scroll manager (with a

Re: Review Request: Animator::registerScrollingWidget()

2009-10-19 Thread Adenilson Cavalcanti
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1892/#review2714 --- Maybe it will make users confused to add new features in a deprecated

Memory model in new Animator classes

2009-10-19 Thread Adenilson Cavalcanti
animated object states I'm planning to work on it this week but I would appreciate comments, ideas and user cases about it before writing the code. Best regards Adenilson Cavalcanti a.k.a. Savago ___ Plasma-devel mailing list Plasma

Re: Review Request: use QGraphicsOpacityEffect in FadeAnimation

2009-10-16 Thread Adenilson Cavalcanti
enerated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1860/ > --- > > (Updated 2009-10-16 16:49:53) > > > Review request for Plasma and Adenilson Cavalcanti. > > > Summary > --- &g

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-15 Thread Adenilson Cavalcanti
> On 2009-10-14 12:31:38, Adenilson Cavalcanti wrote: > > /trunk/KDE/kdelibs/plasma/animations/animation.h, line 83 > > <http://reviewboard.kde.org/r/1512/diff/1/?file=10972#file10972line83> > > > > It should return a QAbstractAnimation so it covers th

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-15 Thread Adenilson Cavalcanti
> On 2009-10-14 12:31:38, Adenilson Cavalcanti wrote: > > /trunk/KDE/kdelibs/plasma/animations/animation.h, line 83 > > <http://reviewboard.kde.org/r/1512/diff/1/?file=10972#file10972line83> > > > > It should return a QAbstractAnimation so it covers th

Re: Review Request: Kineticscrolling: a zero api approach

2009-10-15 Thread Adenilson Cavalcanti
> On 2009-10-15 16:32:57, Adenilson Cavalcanti wrote: > > I tested it today with the following results: > > - uBlog X plasma-desktop = works fine > > - webview X plasma-desktop = kinetic scrolling is broken > > - plasma-netbook = works fine > > - uBlog X plasm

Re: Review Request: Kineticscrolling: a zero api approach

2009-10-15 Thread Adenilson Cavalcanti
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1840/#review2660 --- I tested it today with the following results: - uBlog X plasma-desktop

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-14 Thread Adenilson Cavalcanti
:06:04, makmanalp wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1512/ > --- > > (Updated 2009-10-13 15:06:04) > > > Review request

Re: Review Request: Kineticscrolling: a zero api approach

2009-10-14 Thread Adenilson Cavalcanti
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1840/#review2646 --- /trunk/KDE/kdelibs/plasma/private/kineticscroll.cpp

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-13 Thread Adenilson Cavalcanti
> On 2009-09-21 16:26:17, Aaron Seigo wrote: > > any updates on this? Richard's comments don't seem to be addressed yet. > > Adenilson Cavalcanti wrote: > Aaron is it possible to add my user in the list so I can upload an > updated patch? Current updated

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-13 Thread Adenilson Cavalcanti
> On 2009-10-13 09:31:47, Marco Martin wrote: > > /trunk/KDE/kdelibs/plasma/animations/fade.cpp, line 45 > > > > > > this unfortunately will be very slow on x11, but i don't see other ways > > to do that? No idea if ther

Re: Review Request: Plasma + Qt Kinetic GSoC Project - Attempt 2

2009-10-12 Thread Adenilson Cavalcanti
> On 2009-09-21 16:26:17, Aaron Seigo wrote: > > any updates on this? Richard's comments don't seem to be addressed yet. Aaron is it possible to add my user in the list so I can upload an updated patch? - Adenilson --- This is an autom

Re: Review Request: kineticscrolling, with pixel based properties

2009-10-07 Thread Adenilson Cavalcanti
ated 2009-10-07 19:54:07) > > > Review request for Plasma, igorto and Adenilson Cavalcanti. > > > Summary > --- > > ok, i know it's a total change again, my bad (and the patch got huge before > starting to work, sadly) > but this uses the scro

Re: Review Request: kineticscrolling, with pixel based properties

2009-10-07 Thread Adenilson Cavalcanti
wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1799/ > --- > > (Updated 2009-10-07 19:54:07) > > > Review requ

Re: Review Request: kineticscrolling, with pixel based properties

2009-10-07 Thread Adenilson Cavalcanti
> This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1799/ > --- > > (Updated 2009-10-07 19:54:07) > > > Review request for Plasma, igorto and Adenilson Cavalcanti. > > > Sum

Making kinetic scrolling generic

2009-09-25 Thread Adenilson Cavalcanti
perty in the animated widget can make easier to bound it with QPropertyAnimation, as long that "... for properties in classes you have implemented yourself--just check with QVariantAnimation that your QVariant type is supported." Comments and suggestion

A contact's plasmoid video

2009-08-20 Thread Adenilson Cavalcanti
s the video: http://blip.tv/file/2488108/ (advisable to watch it in full screen). We are hoping for comments and suggestions about how this effort could better serve plasma desktop users. Best regards Adenilson Cavalcanti a.k.a. Savago ___ P