[E-devel] [e17] e_thumb not shutdown correctly

2009-01-16 Thread Vincent Torri
Hey, when e17 shuts down, the function _e_thumb_hash_del() is called after e_thumb_shutdown(). A consequence is that e_thumb_shutdown() sets _thumbs to NULL and _e_thumb_hash_del() calls eina_hash_del() on _thumbs, hence an error message when e17 exits. i thnk that the correct fix would be t

Re: [E-devel] EFL C types

2009-01-16 Thread Andreas Volz
Am Fri, 16 Jan 2009 09:19:09 +1100 schrieb Carsten Haitzler (The Rasterman): > On Thu, 15 Jan 2009 18:02:17 +0200 "Oguz Yarimtepe" > babbled: > > > > This is something I liked to ask since some time as I work on the > > > EFLpp wrapper. Why are simple C types typedefed like Evas_Coord. > > > Thi

[E-devel] evas_cache_image patch

2009-01-16 Thread Rafael Antognolli
Hi, I've been working with evas_object_image_preload and have some issues with it. When I try to preload an image and then I try to preload that same image again from another image object, the second one doesn't receive a preloaded_callback. Attached is a patch that fixes this problem to me. It m

Re: [E-devel] a guide request about windows transition effects

2009-01-16 Thread Vincent Torri
Hey > I have been reading and trying EFL and its docs. I tried some > animations, wrote some simple EDC files, played with them from C code, > checked Embryo. My aim is to make windows effects like in this movie: > http://dist.trolltech.com/video/qtembedded44video.mov () > > It is done via qt-emb

[E-devel] a guide request about windows transition effects

2009-01-16 Thread Oguz Yarimtepe
Hi, I have been reading and trying EFL and its docs. I tried some animations, wrote some simple EDC files, played with them from C code, checked Embryo. My aim is to make windows effects like in this movie: http://dist.trolltech.com/video/qtembedded44video.mov () It is done via qt-embedded and i