Re: [E-devel] Elementary Map Overlay & External support

2012-01-11 Thread Bluezery
I think that no replay means I am allowed to do this~!! hahaha... Anyway, this will make huge changes in elm_map. I look forward that someone will review my changes. :D 2012/1/9 Bluezery : > Dear all, > > I am interested in elementary map and working on it after past 2~3 months. > I found some i

Re: [E-devel] E SVN: discomfitor trunk/eina/src/include

2012-01-11 Thread Michael Blumenkrantz
On Wed, 11 Jan 2012 19:21:52 -0800 "Enlightenment SVN" wrote: > Log: > fix docs for first half of eina_value: the second half caused me to start > drinking heavily > > Author: discomfitor > Date: 2012-01-11 19:21:52 -0800 (Wed, 11 Jan 2012) > New Revision: 67112 > Trac: ht

Re: [E-devel] E SVN: hermet IN trunk/elementary: doc doc/widgets src/bin src/examples src/lib

2012-01-11 Thread Michael Blumenkrantz
On Thu, 12 Jan 2012 12:10:31 +0900 ChunEon Park wrote: > This commit breaks your applications!! > > -Regards, Hermet- > > -Original Message- > From: "Enlightenment SVN" > To: enlightenment-...@lists.sourceforge.net > Cc:

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib tests

2012-01-11 Thread Michael Blumenkrantz
On Wed, 11 Jan 2012 17:31:21 -0800 "Enlightenment SVN" wrote: > Log: > eina_value: add struct timeval. > > may be useful for esskyuehl. > > > > Author: barbieri > Date: 2012-01-11 17:31:21 -0800 (Wed, 11 Jan 2012) > New Revision: 67106 > Trac: http://trac.enlight

Re: [E-devel] Wayland and PR

2012-01-11 Thread The Rasterman
On Wed, 11 Jan 2012 18:05:37 -0200 Gustavo Chaves said: > Hey, devilhorns, > > have you seen http://wayland.freedesktop.org/screenshots.html? > Having an entry for the EFL there would be nice PR for us, don't you think? > > People seem to be saying somewhere that Tizen has no support for Waylan

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-11 Thread The Rasterman
On Wed, 11 Jan 2012 09:55:53 +0100 Vincent Torri said: > On Wed, Jan 11, 2012 at 3:22 AM, Gustavo Sverzut Barbieri > wrote: > > On Tue, Jan 10, 2012 at 1:31 PM, Vincent Torri > > wrote: > >> On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri > >> wrote: > >>> On Tue, Jan 10, 2012 at 6:5

Re: [E-devel] Wayland and PR

2012-01-11 Thread Christopher Michael
On 01/11/12 15:05, Gustavo Chaves wrote: > Hey, devilhorns, > > have you seen http://wayland.freedesktop.org/screenshots.html? > Having an entry for the EFL there would be nice PR for us, don't you think? > > People seem to be saying somewhere that Tizen has no support for Wayland, > what could be

[E-devel] Wayland and PR

2012-01-11 Thread Gustavo Chaves
Hey, devilhorns, have you seen http://wayland.freedesktop.org/screenshots.html? Having an entry for the EFL there would be nice PR for us, don't you think? People seem to be saying somewhere that Tizen has no support for Wayland, what could be fixed in short time. BR, -- Gustavo Lima Chaves Se

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 3:45 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Jan 11, 2012 at 7:05 AM, Vincent Torri > wrote: >> +#include /* asprintf() */ >> >> ALWAYS include standard headers AFTER config.h and BEFORE eina headers > > cedric fixed it, thanks. > > >> +#include /* PRId64 and PRIu

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Gustavo Sverzut Barbieri
On Wed, Jan 11, 2012 at 7:05 AM, Vincent Torri wrote: > +#include /* asprintf() */ > > ALWAYS include standard headers AFTER config.h and BEFORE eina headers cedric fixed it, thanks. > +#include /* PRId64 and PRIu64 */ > > i knew that you don't care about cross platform support... Not that I

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Gustavo Sverzut Barbieri
On Wed, Jan 11, 2012 at 7:06 AM, Cedric BAIL wrote: > On Wed, Jan 11, 2012 at 3:20 AM, Enlightenment SVN > wrote: >> Log: >> add eina_value. >> >>  eina value is a generic value storage, it's quite efficient to space >>  (16 bytes) and speed (inlines for basic types). >> >>  It's basically a stru

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Gustavo Sverzut Barbieri
On Wed, Jan 11, 2012 at 1:52 AM, Lucas De Marchi wrote: > On Wed, Jan 11, 2012 at 12:20 AM, Enlightenment SVN > wrote: >> Log: >> add eina_value. >> ... >> +static const unsigned char eina_value_uchar_max = 255U; >> +static const char eina_value_char_max =  127; >> +static const char eina_value_c

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2012-01-11 Thread Gustavo Sverzut Barbieri
On Wed, Jan 11, 2012 at 8:37 AM, Enlightenment SVN wrote: > Log: > eina: massiv fix for Eina_Value. > >  Should be more portable and work with C++. > >  NOTE: I still see an aliasing break in eina_value_pset, but wasn't >  able to figure how to solve it. Thanks! I couldn't test it with more than

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 2:08 PM, Lucas De Marchi wrote: > On Wed, Jan 11, 2012 at 8:55 AM, Vincent Torri > wrote: >> On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote: >>> Hey Vincent, >>> >>> I fixed many issue in it. I am still wondering about inttypes.h. It is >>> used in Eina_Unicode and

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Lucas De Marchi
On Wed, Jan 11, 2012 at 8:55 AM, Vincent Torri wrote: > On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote: >> Hey Vincent, >> >> I fixed many issue in it. I am still wondering about inttypes.h. It is >> used in Eina_Unicode and I don't remember the rules to use it >> correctly. Could you check

Re: [E-devel] Emotion not rendering

2012-01-11 Thread HariHara Sudhan
Attached the test file. Thanks. On Wed, Jan 11, 2012 at 4:11 PM, Cedric BAIL wrote: > On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote: > > I'm playing a background video, which is looping, and i'm adding a image > > and rotated it to 180 degree. > > And i've created a click callback on

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 12:05 PM, Cedric BAIL wrote: > On Wed, Jan 11, 2012 at 11:41 AM, Vincent Torri > wrote: >> On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN >> wrote: >>> Log: >>> eina: massiv fix for Eina_Value. >>> >>>  Should be more portable and work with C++. >>> >>>  NOTE: I sti

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2012-01-11 Thread Cedric BAIL
On Wed, Jan 11, 2012 at 11:41 AM, Vincent Torri wrote: > On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN > wrote: >> Log: >> eina: massiv fix for Eina_Value. >> >>  Should be more portable and work with C++. >> >>  NOTE: I still see an aliasing break in eina_value_pset, but wasn't >>  able to

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote: > Hey Vincent, > > I fixed many issue in it. I am still wondering about inttypes.h. It is > used in Eina_Unicode and I don't remember the rules to use it > correctly. Could you check that what I did is fine ? > the problem is not inttypes.h, bu

Re: [E-devel] E SVN: cedric IN trunk/eina/src: include lib

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN wrote: > Log: > eina: massiv fix for Eina_Value. > >  Should be more portable and work with C++. > >  NOTE: I still see an aliasing break in eina_value_pset, but wasn't >  able to figure how to solve it. > > > Author:       cedric > Date:        

Re: [E-devel] Emotion not rendering

2012-01-11 Thread Cedric BAIL
On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote: > I'm playing a background video, which is looping, and i'm adding a image > and rotated it to 180 degree. > And i've created a click callback on video to make the rectangle move. > When i've move the rectangle and rotate it, the background

[E-devel] Emotion not rendering

2012-01-11 Thread HariHara Sudhan
I'm playing a background video, which is looping, and i'm adding a image and rotated it to 180 degree. And i've created a click callback on video to make the rectangle move. When i've move the rectangle and rotate it, the background video stops rendering, while the audio is playing fine. Both audio

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Cedric BAIL
On Wed, Jan 11, 2012 at 3:20 AM, Enlightenment SVN wrote: > Log: > add eina_value. > >  eina value is a generic value storage, it's quite efficient to space >  (16 bytes) and speed (inlines for basic types). > >  It's basically a structure describing how to manage memory >  (Eina_Value_Type), with

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 4:52 AM, Lucas De Marchi wrote: > On Wed, Jan 11, 2012 at 12:20 AM, Enlightenment SVN > wrote: >> Log: >> add eina_value. >> >>  eina value is a generic value storage, it's quite efficient to space >>  (16 bytes) and speed (inlines for basic types). >> >>  It's basically a

Re: [E-devel] E SVN: barbieri IN trunk/eina/src: include lib

2012-01-11 Thread Vincent Torri
On Wed, Jan 11, 2012 at 3:22 AM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 10, 2012 at 1:31 PM, Vincent Torri > wrote: >> On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri >> wrote: >>> On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri >>> wrote: NEWS ? ChangeLog ? >>> >>> don't

Re: [E-devel] Genlist relative insertion bugs

2012-01-11 Thread Cedric BAIL
On Wed, Jan 11, 2012 at 5:16 AM, Daniel Juyung Seo wrote: > On Sat, Jan 7, 2012 at 9:34 PM, Cedric BAIL wrote: >> Hey, >> >> On Sat, Jan 7, 2012 at 3:22 AM, Gustavo Sverzut Barbieri >> wrote: >>> Doing some simple changes to enjoy resulted in lots of bugs with >>> genlist... who is using it for

Re: [E-devel] E SVN: devilhorns trunk/elementary/src/lib

2012-01-11 Thread Michael Blumenkrantz
On Tue, 10 Jan 2012 23:44:15 -0800 "Enlightenment SVN" wrote: > Log: > Elm: Shut up elm_frame, I am tired of hearing you spew noise about > your recalculations !! ;) > > > > Author: devilhorns > Date: 2012-01-10 23:44:15 -0800 (Tue, 10 Jan 2012) > New Revision: 67048 > Trac