Re: [E-devel] E SVN: seoz trunk/web/www/p/contribute

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wednesday, January 9, 2013, Enlightenment SVN wrote:

> Log:
> web contribute: valgrind is now optional, and we need check.


Just for dev/debug profiles. --disable-valgrind or --with-tests=none are
ways to control that everywhere.




>
> Author:   seoz
> Date: 2013-01-08 23:04:12 -0800 (Tue, 08 Jan 2013)
> New Revision: 82435
> Trac: http://trac.enlightenment.org/e/changeset/82435
>
> Modified:
>   trunk/web/www/p/contribute/en-body
>
> Modified: trunk/web/www/p/contribute/en-body
> ===
> --- trunk/web/www/p/contribute/en-body  2013-01-09 04:57:54 UTC (rev 82434)
> +++ trunk/web/www/p/contribute/en-body  2013-01-09 07:04:12 UTC (rev 82435)
> @@ -187,13 +187,13 @@
> libxcb dev headers
> libxcb-shape dev headers
> libxcb-keysyms1-dev
> -   valgrind
> libpulse-dev
> libsndfile-dev
> libudev dev headers (to build eeze for udev support)
> libblkid-dev
> libmount-dev
> libgstreamer0.10-dev headers (Video file loading support in
> evas_generic_loaders or emotion)
> +   check
>
>   
>   
> @@ -217,6 +217,7 @@
> librsvg dev headers (SVG loading support in
> evas_generic_loaders)
> libraw dev headers (RAW loading support in
> evas_generic_loaders)
> libxine dev headers (Video file loading support in emotion)
> +   valgrind
>
>   
>   
>
>
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Rendering issue with window title.

2013-01-09 Thread Gustavo Sverzut Barbieri
On Tuesday, January 8, 2013, Carsten Haitzler wrote:

> On Tue, 8 Jan 2013 22:04:01 -0200 Gustavo Sverzut Barbieri
> > said:
>
> > On Tue, Jan 8, 2013 at 8:32 PM, Carsten Haitzler 
> > 
> >wrote:
> >
> > > On Tue, 8 Jan 2013 10:34:14 -0200 Gustavo Sverzut Barbieri
> > > > said:
> > >
> > > > I'll reply later, but I guess we are creating a confusion on what
> could
> > > be
> > > > the problem and it should be much simpler than what you think.
> > > >
> > > > Software -X11 used by popups/shelves shouldn't matter as they go to X
> > > > before coming to the compositor... Unless ther is a shortcut I don't
> > > know.
> > > > And we just XShmPutImage on the main thread. So should be fine.
> > >
> > > our putimage is not async?
> > >
> >
> > it is async, but runs in the main thread, when it comes back. Please see
> > trac.enlightenment.org/e/wiki/Evas_Async_And_E_Comp
>
> yeah - sorry - i see that now after a look - it's not JUSt the "i'm done"
> message. it's ALSO the "i'm done just generating pixels - please put them
> now".


And did you see the wiki? Are you going to fix comp? Maybe it's just easier
to move border to comp, as Lucas is moving to always composite already.



>
> > note that it is up to the engine to call this from thread or not. for
> > software_x11 we choose to do not. Engine can base its decision on evas
> > render_mode variable that is one of:
>
> yeah. i can see why you did it this way - it simplifies the x protocol
> problem
> possibilities. though it does hold back performance possibilities a bit. :)


The engine can change later to use everything from thread if other stuff
allows (xlib, ecore x...)



>
> >  EVAS_RENDER_MODE_ASYNC_INIT: async render, during queueing. engine may
> > queue something to the thread.
> >  EVAS_RENDER_MODE_ASYNC_END: async render, after returns to main loop (we
> > call it from here)
> >  EVAS_RENDER_MODE_SYNC: synchronous mode, do as before.
> >
> > --
> > Gustavo Sverzut Barbieri
> > http://profusion.mobi embedded systems
> > --
> > MSN: barbi...@gmail.com 
> > Skype: gsbarbieri
> > Mobile: +55 (19) 9225-2202
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com 
>
>

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: seoz trunk/web/www/p/contribute

2013-01-09 Thread Daniel Juyung Seo
On Wed, Jan 9, 2013 at 6:54 PM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> On Wednesday, January 9, 2013, Enlightenment SVN wrote:
>
> > Log:
> > web contribute: valgrind is now optional, and we need check.
>
>
> Just for dev/debug profiles. --disable-valgrind or --with-tests=none are
> ways to control that everywhere.
>

Yes you are right :)

Daniel Juyung Seo (SeoZ)


>
>
>
>
> >
> > Author:   seoz
> > Date: 2013-01-08 23:04:12 -0800 (Tue, 08 Jan 2013)
> > New Revision: 82435
> > Trac: http://trac.enlightenment.org/e/changeset/82435
> >
> > Modified:
> >   trunk/web/www/p/contribute/en-body
> >
> > Modified: trunk/web/www/p/contribute/en-body
> > ===
> > --- trunk/web/www/p/contribute/en-body  2013-01-09 04:57:54 UTC (rev
> 82434)
> > +++ trunk/web/www/p/contribute/en-body  2013-01-09 07:04:12 UTC (rev
> 82435)
> > @@ -187,13 +187,13 @@
> > libxcb dev headers
> > libxcb-shape dev headers
> > libxcb-keysyms1-dev
> > -   valgrind
> > libpulse-dev
> > libsndfile-dev
> > libudev dev headers (to build eeze for udev support)
> > libblkid-dev
> > libmount-dev
> > libgstreamer0.10-dev headers (Video file loading support in
> > evas_generic_loaders or emotion)
> > +   check
> >
> >   
> >   
> > @@ -217,6 +217,7 @@
> > librsvg dev headers (SVG loading support in
> > evas_generic_loaders)
> > libraw dev headers (RAW loading support in
> > evas_generic_loaders)
> > libxine dev headers (Video file loading support in emotion)
> > +   valgrind
> >
> >   
> >   
> >
> >
> >
> >
> --
> > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> > and much more. Keep your Java skills current with LearnJavaNow -
> > 200+ hours of step-by-step video tutorials by Java experts.
> > SALE $49.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122612
> > ___
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net 
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >
>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: lucas IN trunk/e: config/default config/mobile config/standard src/bin src/modules/comp src/modules/conf_performance src/modules/everything src/modules/gadman src/modules/tiling

2013-01-09 Thread Lucas De Marchi
On Wed, Jan 9, 2013 at 5:56 AM, Michael Blumenkrantz
 wrote:
> On Wed, Jan 9, 2013 at 3:21 AM, Enlightenment SVN <
> no-re...@enlightenment.org> wrote:
>
>> Log:
>> e: rename option use_composite to use_shaped_win
>>
>>   In order to move composite inside the core we need to kill the
>>   use_composite option. However in some places it is being used to switch
>>   between ARGB and shaped windows. It doesn't make much sense to keep the
>>   advanced/engine dialog to let the user toggle this options if we have
>>   composite always enabledm, but lets allow the user to shoot
>>   himself on the foot (for now).
>>
>>   Next step will be to move the comp module files to core so user can't
>>   unload it anymore.
>>
>>
>>
>> Author:   lucas
>> Date: 2013-01-08 19:21:25 -0800 (Tue, 08 Jan 2013)
>> New Revision: 82433
>> Trac: http://trac.enlightenment.org/e/changeset/82433
>>
>> Modified:
>>   trunk/e/config/default/e.src trunk/e/config/mobile/e.src
>> trunk/e/config/standard/e.src trunk/e/src/bin/e_border.c
>> trunk/e/src/bin/e_config.c trunk/e/src/bin/e_config.h
>> trunk/e/src/bin/e_configure_option.c trunk/e/src/bin/e_dnd.c
>> trunk/e/src/bin/e_menu.c trunk/e/src/bin/e_popup.c
>> trunk/e/src/modules/comp/e_mod_main.c
>> trunk/e/src/modules/conf_performance/e_int_config_engine.c
>> trunk/e/src/modules/everything/evry.c
>> trunk/e/src/modules/gadman/e_mod_gadman.c
>> trunk/e/src/modules/gadman/e_mod_gadman.h
>> trunk/e/src/modules/tiling/e_mod_tiling.c
>>
>>
>
>
> gotta bump config generation any time you modify the e_config struct in any
> way. I got your back this time

thanks. I did modified that, but when I rebased to send I think you
had modified it and I lost my change. Thanks for fixing it.


Lucas De Marchi

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread ChunEon Park
OMG..  i should wear the mask there. 
 


-Regards, Hermet- 
-Original Message-
From: "Daniel Juyung Seo" 
To: "Enlightenment users discussion & 
support"; 
Cc: "Enlightenment developer 
list"; 
Sent: 2013-01-06 (일) 00:55:24
Subject: Re: [E-devel] [e-users] Korean E dinner

Everybody pants on!!!

Raster and Hermet actually danced Gangnam Style in Itaewon just for 5
seconds.
Let's party.

http://www.youtube.com/watch?v=qyS-HhlXmRE

Daniel Juyung Seo (SeoZ)

On Fri, Jan 4, 2013 at 9:19 PM, Carsten Haitzler 
@rasterman.com>wrote:

> On Fri, 4 Jan 2013 19:27:32 +0900 Cedric BAIL 
@free.fr> said:
>
> > On Fri, Jan 4, 2013 at 5:21 PM, Carsten Haitzler 
@rasterman.com>
> wrote:
> > > On Fri, 4 Jan 2013 15:55:21 +0900 Cedric BAIL 
@free.fr>
> said:
> > >> On Fri, Jan 4, 2013 at 2:58 PM, Jérôme Pinot 
@gmail.com>
> wrote:
> > >> > On 01/04/13 14:51, Daniel Juyung Seo wrote:
> > >> >> On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler
> > >> >> @rasterman.com>wrote:
> > >> >> > On Fri, 4 Jan 2013 13:23:43 +0900 Daniel 
Juyung Seo
> > >> >> > @gmail.com> said:
> > >> >> >
> > >> >> > gangnam vs itaewon... FIGHT!
> > >> >> >
> > >> >> > /me sings "itaewon style" and dances in a 
silly fashion.
> > >> >> >
> > >> >>
> > >> >> Dance during the meeting :)
> > >> >> I bring my camera if we meet at Itaewon.
> > >> >
> > >> > If Raster dances Gangnam style, I would LOVE going to 
Itaewon :-D
> > >>
> > >> Ok, so it will be Itaewon if raster accept to dance Gangnam 
style.
> > >> Hermet can show him how, I already saw him dancing ;-) If 
not, then
> > >> Gangnam.
> > >>
> > >> What times guy ? 7pm ?
> > >
> > > yargh... i can dance with my arms. theres never enough room to 
use your
> > > legs... :)
> >
> > We will find the necessary room for that. So Itaewon tomorrow at 7 at
> > the subway exit in front of Paris baguette.
>
> i shall try remember my pants. u'll need to be fast with the camera.
> dancing
> may not last long. ;)
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)ras...@rasterman.com
>
>
>
> 
--
> Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> much more. Get web development skills now with LearnDevNow -
> 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122812
> ___
> enlightenment-users mailing list
> enlightenment-us...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: jihoon trunk/efl/src/lib/ecore_imf

2013-01-09 Thread Jihoon Kim
i wil do according to your comment. Thanks a lot.
2013. 1. 8. 오후 11:57에 "Gustavo Sverzut Barbieri" 님이
작성:

> On Tue, Jan 8, 2013 at 12:26 AM, Gustavo Sverzut Barbieri <
> barbi...@profusion.mobi> wrote:
>
> >
> >
> > On Monday, January 7, 2013, Enlightenment SVN wrote:
> >
> >> Log:
> >> ecore_imf: move the docs to header
> >
> >
> > Thanks! Do you plan to do it for others? Ecore X is the biggest sucker
> >
>
>
> I did some commits to Ecore_IMF XIM module today to clean it up, I believe
> similar work could be applied to SCIM and IBUS, but I don't have them here.
> Could you or some friends that can use and test do the same? Basically it's
> cleanup in:
>  - variable assignments
>  - casts
>  - separate eina_log
>  - add namespace to all functions
>  - make all functions used in a single file static
>  - use EFL naming scheme: verb at the end: get_bla() -> bla_get()
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> --
> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
> and more. Get SQL Server skills now (including 2012) with LearnDevNow -
> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only - learn more at:
> http://p.sf.net/sfu/learnmore_122512
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread Jihoon Kim
it's hot video I've ever seen :)
2013. 1. 6. 오전 12:56에 "Daniel Juyung Seo" 님이 작성:

> Everybody pants on!!!
>
> Raster and Hermet actually danced Gangnam Style in Itaewon just for 5
> seconds.
> Let's party.
>
> http://www.youtube.com/watch?v=qyS-HhlXmRE
>
> Daniel Juyung Seo (SeoZ)
>
> On Fri, Jan 4, 2013 at 9:19 PM, Carsten Haitzler  >wrote:
>
> > On Fri, 4 Jan 2013 19:27:32 +0900 Cedric BAIL 
> said:
> >
> > > On Fri, Jan 4, 2013 at 5:21 PM, Carsten Haitzler  >
> > wrote:
> > > > On Fri, 4 Jan 2013 15:55:21 +0900 Cedric BAIL 
> > said:
> > > >> On Fri, Jan 4, 2013 at 2:58 PM, Jérôme Pinot 
> > wrote:
> > > >> > On 01/04/13 14:51, Daniel Juyung Seo wrote:
> > > >> >> On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler
> > > >> >> wrote:
> > > >> >> > On Fri, 4 Jan 2013 13:23:43 +0900 Daniel Juyung Seo
> > > >> >> >  said:
> > > >> >> >
> > > >> >> > gangnam vs itaewon... FIGHT!
> > > >> >> >
> > > >> >> > /me sings "itaewon style" and dances in a silly fashion.
> > > >> >> >
> > > >> >>
> > > >> >> Dance during the meeting :)
> > > >> >> I bring my camera if we meet at Itaewon.
> > > >> >
> > > >> > If Raster dances Gangnam style, I would LOVE going to Itaewon :-D
> > > >>
> > > >> Ok, so it will be Itaewon if raster accept to dance Gangnam style.
> > > >> Hermet can show him how, I already saw him dancing ;-) If not, then
> > > >> Gangnam.
> > > >>
> > > >> What times guy ? 7pm ?
> > > >
> > > > yargh... i can dance with my arms. theres never enough room to use
> your
> > > > legs... :)
> > >
> > > We will find the necessary room for that. So Itaewon tomorrow at 7 at
> > > the subway exit in front of Paris baguette.
> >
> > i shall try remember my pants. u'll need to be fast with the camera.
> > dancing
> > may not last long. ;)
> >
> > --
> > - Codito, ergo sum - "I code, therefore I am" --
> > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> >
> >
> >
> >
> --
> > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> > much more. Get web development skills now with LearnDevNow -
> > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> > SALE $99.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122812
> > ___
> > enlightenment-users mailing list
> > enlightenment-us...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122912
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri IN trunk/devs: . ulisses

2013-01-09 Thread ChunEon Park
welcome :-) 
 


-Regards, Hermet- 
-Original Message-
From: "Ulisses Furquim" 
To: "Enlightenment developer 
list"; 
Cc: "enlightenment-svn"; 
Sent: 2013-01-06 (일) 21:34:34
Subject: Re: [E-devel] E SVN: barbieri IN trunk/devs: . ulisses

Thanks, everybody. Let's break everything. :-)

On Sunday, January 6, 2013, Daniel Juyung Seo wrote:

> Welcome back Ulisses Furquim Freire da Silva!
>
> Daniel Juyung Seo (SeoZ)
>
> On Sun, Jan 6, 2013 at 11:42 AM, Cedric BAIL 
@free.fr> wrote:
>
> > On Sun, Jan 6, 2013 at 8:16 AM, Michael Blumenkrantz
> > @gmail.com> wrote:
> > > On Sat, 5 Jan 2013 21:10:20 -0200
> > > Gustavo Sverzut Barbieri @profusion.mobi> 
wrote:
> > >
> > >> On Sat, Jan 5, 2013 at 9:03 PM, Michael Blumenkrantz <
> > >> michael.blumenkra...@gmail.com> wrote:
> > >>
> > >> > On Sat,  5 Jan 2013 15:00:37 -0800
> > >> > "Enlightenment SVN" 
@enlightenment.org> wrote:
> > >> >
> > >> > > Log:
> > >> > > welcome ulisses back.
> > >> > >
> > >> > >   a bored director now wants to do some code for 
fun again...
> fixing
> > >> > >   thread stuff on weekends :-)
> > >> > >
> > >> > >
> > >> > >
> > >> > > Author:   barbieri
> > >> > > Date: 2013-01-05 15:00:35 -0800 (Sat, 05 
Jan 2013)
> > >> > > New Revision: 82294
> > >> > > Trac: 
http://trac.enlightenment.org/e/changeset/82294
> > >> > >
> > >> > > Added:
> > >> > >   trunk/devs/ulisses/ trunk/devs/ulisses/id_dsa.pub
> > >> > trunk/devs/ulisses/info.txt
> > >> > >
> > >> > >
> > >> > > Property changes on: trunk/devs/ulisses/id_dsa.pub
> > >> > >
> ___
> > >> > > Added: svn:executable
> > >> > >+ *
> > >> > >
> > >> > >
> > >> >
> > >> > wholisses?
> > >>
> > >>
> > >> don't you remember him? uuu lisses... AKA my partner at 
profusion
> > :-)
> > >> he was at efl dev day as well, used to do code, but he was 
stuck with
> > the
> > >> boring part of the company that is the financials and 
bureaucracy,
> also
> > >> managing the communications teams (bluetooth, wifi and 
kernel), that
> is
> > not
> > >> that visible to EFL (aside from Lucas De Marchi). He also 
helped EFL
> > before
> > >> we created the company, doing the EFL bindings and friends.
> > >>
> > >>
> > >
> > > no, I remember, I was just making a joke based on his name and 
his
> > recent return. good to have you back, wifey!
> >
> > I am ashamed that I did understand your joke... And welcome back 
Ulisses
> !
> > --
> > Cedric BAIL
> >
> >
> >
> 
--
> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills 
current
> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > MVPs and experts. ON SALE this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_123012
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> 
--
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
>  //p.sf.net/sfu/learnmore_123012>



-- 
Ulisses Furquim
ProFUSION embedded systems
http://profusion.mobi
Mobile: +55 19 9250 0942
Skype: ulissesffs
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: lucas IN trunk/e: . po src/bin src/modules src/modules/comp src/modules/conf_comp src/modules/wizard

2013-01-09 Thread Lucas De Marchi
On Wed, Jan 9, 2013 at 9:34 AM, Enlightenment SVN
 wrote:
> Log:
> e: merge comp module into core
>
>* Move compositor to core, but letting the configuration there
>* Rename all files and functions from e_mod_comp_* to e_comp_*
>* Move the config dialogs to a new module named conf_comp. It still
>  uses a domain config, otherwise it would not pick the current
>  user's configuration. Maybe it would be wise to later on move these
>  options to e_config
>* Fixup the wizard mess linking the header in the build tree in order
>  to be able to create the config. Since now it's in core, we don't
>  need to play linking games in the build system
>
>   I'm not sure if the wayland part works. It was not even building
>   previously so I'll let for who cares about this to actually test and
>   report bugs.


Hey... Now composite is mandatory in E.  I tested here and it's
working fine, including the wizard pages (their build-sys part was
simplified due to moving comp to core)

Please take a look on this and the comments above (particularly about
the config).

And while writing this email I just realized I forgot ChangeLog +
NEWS. No need to send me an email remembering about these suckers :-p,
I'll update them today.


The wayland part is only compile-tested.  It was not even compiling
before my patches (I submitted another patch before this one so it
would at least compiled).  I guess wayland guys need to take a closer
look into this.


Lucas De Marchi

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Rendering issue with window title.

2013-01-09 Thread Ulisses Furquim
Hi Raster,

On Tue, Jan 8, 2013 at 11:57 PM, Carsten Haitzler  wrote:
> On Tue, 8 Jan 2013 22:04:01 -0200 Gustavo Sverzut Barbieri
>  said:
>
>> On Tue, Jan 8, 2013 at 8:32 PM, Carsten Haitzler wrote:
>>
>> > On Tue, 8 Jan 2013 10:34:14 -0200 Gustavo Sverzut Barbieri
>> >  said:
>> >
>> > > I'll reply later, but I guess we are creating a confusion on what could
>> > be
>> > > the problem and it should be much simpler than what you think.
>> > >
>> > > Software -X11 used by popups/shelves shouldn't matter as they go to X
>> > > before coming to the compositor... Unless ther is a shortcut I don't
>> > know.
>> > > And we just XShmPutImage on the main thread. So should be fine.
>> >
>> > our putimage is not async?
>> >
>>
>> it is async, but runs in the main thread, when it comes back. Please see
>> trac.enlightenment.org/e/wiki/Evas_Async_And_E_Comp
>
> yeah - sorry - i see that now after a look - it's not JUSt the "i'm done"
> message. it's ALSO the "i'm done just generating pixels - please put them 
> now".
>
>> note that it is up to the engine to call this from thread or not. for
>> software_x11 we choose to do not. Engine can base its decision on evas
>> render_mode variable that is one of:
>
> yeah. i can see why you did it this way - it simplifies the x protocol problem
> possibilities. though it does hold back performance possibilities a bit. :)

Great, now I understand your concerns thinking we did the putimage in
the render thread. :-/ And I was thinking like Gustavo said, that we
had a race trying to get the pixmap from X which wasn't already there
because the render thread still haven't finished and woke up the main
thread to do the updates. Glad we understand what's happening now and
that's why I said we either wait until it's done or (if we can) we
drop off and "try later".

Thanks,

-- 
Ulisses Furquim
ProFUSION embedded systems
http://profusion.mobi
Mobile: +55 19 9250 0942
Skype: ulissesffs

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: lucas IN trunk/e: . po src/bin src/modules src/modules/comp src/modules/conf_comp src/modules/wizard

2013-01-09 Thread Michael Blumenkrantz
I think keeping a separate config domain here is a good idea; we do the
same for e_remember, and it makes it much easier to reset comp settings
this way.

On Wed, Jan 9, 2013 at 11:34 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> e: merge comp module into core
>
>* Move compositor to core, but letting the configuration there
>* Rename all files and functions from e_mod_comp_* to e_comp_*
>* Move the config dialogs to a new module named conf_comp. It still
>  uses a domain config, otherwise it would not pick the current
>  user's configuration. Maybe it would be wise to later on move these
>  options to e_config
>* Fixup the wizard mess linking the header in the build tree in order
>  to be able to create the config. Since now it's in core, we don't
>  need to play linking games in the build system
>
>   I'm not sure if the wayland part works. It was not even building
>   previously so I'll let for who cares about this to actually test and
>   report bugs.
>
>
>
> Author:   lucas
> Date: 2013-01-09 03:34:07 -0800 (Wed, 09 Jan 2013)
> New Revision: 82454
> Trac: http://trac.enlightenment.org/e/changeset/82454
>
> Added:
>   trunk/e/src/bin/e_comp.c trunk/e/src/bin/e_comp.h
> trunk/e/src/bin/e_comp_cfdata.c trunk/e/src/bin/e_comp_cfdata.h
> trunk/e/src/bin/e_comp_update.c trunk/e/src/bin/e_comp_update.h
> trunk/e/src/bin/e_comp_wl.c trunk/e/src/bin/e_comp_wl.h
> trunk/e/src/bin/e_comp_wl_buffer.c trunk/e/src/bin/e_comp_wl_buffer.h
> trunk/e/src/bin/e_comp_wl_comp.c trunk/e/src/bin/e_comp_wl_comp.h
> trunk/e/src/bin/e_comp_wl_input.c trunk/e/src/bin/e_comp_wl_input.h
> trunk/e/src/bin/e_comp_wl_output.c trunk/e/src/bin/e_comp_wl_output.h
> trunk/e/src/bin/e_comp_wl_region.c trunk/e/src/bin/e_comp_wl_region.h
> trunk/e/src/bin/e_comp_wl_shell.c trunk/e/src/bin/e_comp_wl_shell.h
> trunk/e/src/bin/e_comp_wl_surface.c trunk/e/src/bin/e_comp_wl_surface.h
> trunk/e/src/modules/Makefile_conf_comp.am trunk/e/src/modules/conf_comp/
> trunk/e/src/modules/conf_comp/e-module-comp.edj
> trunk/e/src/modules/conf_comp/e_mod_config.c
> trunk/e/src/modules/conf_comp/e_mod_config.h
> trunk/e/src/modules/conf_comp/e_mod_main.c
> trunk/e/src/modules/conf_comp/e_mod_main.h trunk/e/src/modules/conf_comp/
> module.desktop.in
> Removed:
>   trunk/e/src/modules/Makefile_comp.am
> trunk/e/src/modules/comp/e-module-comp.edj
> trunk/e/src/modules/comp/e_mod_comp.c trunk/e/src/modules/comp/e_mod_comp.h
> trunk/e/src/modules/comp/e_mod_comp_cfdata.c
> trunk/e/src/modules/comp/e_mod_comp_cfdata.h
> trunk/e/src/modules/comp/e_mod_comp_update.c
> trunk/e/src/modules/comp/e_mod_comp_update.h
> trunk/e/src/modules/comp/e_mod_comp_wl.c
> trunk/e/src/modules/comp/e_mod_comp_wl.h
> trunk/e/src/modules/comp/e_mod_comp_wl_buffer.c
> trunk/e/src/modules/comp/e_mod_comp_wl_buffer.h
> trunk/e/src/modules/comp/e_mod_comp_wl_comp.c
> trunk/e/src/modules/comp/e_mod_comp_wl_comp.h
> trunk/e/src/modules/comp/e_mod_comp_wl_input.c
> trunk/e/src/modules/comp/e_mod_comp_wl_input.h
> trunk/e/src/modules/comp/e_mod_comp_wl_output.c
> trunk/e/src/modules/comp/e_mod_comp_wl_output.h
> trunk/e/src/modules/comp/e_mod_comp_wl_region.c
> trunk/e/src/modules/comp/e_mod_comp_wl_region.h
> trunk/e/src/modules/comp/e_mod_comp_wl_shell.c
> trunk/e/src/modules/comp/e_mod_comp_wl_shell.h
> trunk/e/src/modules/comp/e_mod_comp_wl_surface.c
> trunk/e/src/modules/comp/e_mod_comp_wl_surface.h
> trunk/e/src/modules/comp/e_mod_config.c
> trunk/e/src/modules/comp/e_mod_config.h
> trunk/e/src/modules/comp/e_mod_main.c trunk/e/src/modules/comp/e_mod_main.h
> trunk/e/src/modules/comp/module.desktop.in
> Modified:
>   trunk/e/configure.ac trunk/e/po/POTFILES.in trunk/e/src/bin/Makefile.am
> trunk/e/src/bin/e_includes.h trunk/e/src/bin/e_main.c
> trunk/e/src/modules/Makefile.am trunk/e/src/modules/Makefile_wizard.am
> trunk/e/src/modules/wizard/page_150.c
>
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2013-01-09 Thread Leandro Pereira
On 01/08/2013 08:13 PM, Gustavo Sverzut Barbieri wrote:
> A good start is: add(), del(), alloc(), free() and write(). Get these right
> then follow to extensions such as memcpy() and commit().

moo() is also important for a cow.



Leandro


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2013-01-09 Thread Jihoon Kim
It has wrong indentation. please revise this patch :)
2013. 1. 9. 오후 9:44에 "Enlightenment SVN" 님이 작성:

> Log:
> elementary/elm_index : Freed pointer should not be returned.
>
>
> Author:   woohyun
> Date: 2013-01-09 04:43:51 -0800 (Wed, 09 Jan 2013)
> New Revision: 82458
> Trac: http://trac.enlightenment.org/e/changeset/82458
>
> Modified:
>   trunk/elementary/src/lib/elm_index.c
>
> Modified: trunk/elementary/src/lib/elm_index.c
> ===
> --- trunk/elementary/src/lib/elm_index.c2013-01-09 12:22:52 UTC
> (rev 82457)
> +++ trunk/elementary/src/lib/elm_index.c2013-01-09 12:43:51 UTC
> (rev 82458)
> @@ -1259,11 +1259,15 @@
> p_it->base.data = it->base.data;
>   _item_free(it);
>   elm_widget_item_del(it);
> +it = NULL;
>}
>   }
> _index_box_clear(obj, sd->bx[sd->level], sd->level);
>
> -   *ret = (Elm_Object_Item *)it;
> +   if (!it)
> +  *ret = NULL;
> +   else
> +  *ret = (Elm_Object_Item *)it;
>  }
>
>  EAPI Elm_Object_Item *
>
>
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: jihoon trunk/efl/src/lib/ecore_imf

2013-01-09 Thread Daniel Juyung Seo
On Tue, Jan 8, 2013 at 11:56 PM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> On Tue, Jan 8, 2013 at 12:26 AM, Gustavo Sverzut Barbieri <
> barbi...@profusion.mobi> wrote:
>
> >
> >
> > On Monday, January 7, 2013, Enlightenment SVN wrote:
> >
> >> Log:
> >> ecore_imf: move the docs to header
> >
> >
> > Thanks! Do you plan to do it for others? Ecore X is the biggest sucker
> >
>
>
> I did some commits to Ecore_IMF XIM module today to clean it up, I believe
> similar work could be applied to SCIM and IBUS, but I don't have them here.
> Could you or some friends that can use and test do the same? Basically it's
> cleanup in:
>  - variable assignments
>  - casts
>  - separate eina_log
>  - add namespace to all functions
>  - make all functions used in a single file static
>  - use EFL naming scheme: verb at the end: get_bla() -> bla_get()
>
>
Wow there are a lot to fix.
They are not managed?

Daniel Juyung Seo (SeoZ)


> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> --
> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
> and more. Get SQL Server skills now (including 2012) with LearnDevNow -
> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> SALE $99.99 this month only - learn more at:
> http://p.sf.net/sfu/learnmore_122512
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2013-01-09 Thread Daniel Juyung Seo
Spank spank woohyun.
Fixed in svn.
Thanks for reporting.

Daniel Juyung Seo (SeoZ)

On Wed, Jan 9, 2013 at 11:59 PM, Jihoon Kim  wrote:

> It has wrong indentation. please revise this patch :)
> 2013. 1. 9. 오후 9:44에 "Enlightenment SVN" 님이
> 작성:
>
> > Log:
> > elementary/elm_index : Freed pointer should not be returned.
> >
> >
> > Author:   woohyun
> > Date: 2013-01-09 04:43:51 -0800 (Wed, 09 Jan 2013)
> > New Revision: 82458
> > Trac: http://trac.enlightenment.org/e/changeset/82458
> >
> > Modified:
> >   trunk/elementary/src/lib/elm_index.c
> >
> > Modified: trunk/elementary/src/lib/elm_index.c
> > ===
> > --- trunk/elementary/src/lib/elm_index.c2013-01-09 12:22:52 UTC
> > (rev 82457)
> > +++ trunk/elementary/src/lib/elm_index.c2013-01-09 12:43:51 UTC
> > (rev 82458)
> > @@ -1259,11 +1259,15 @@
> > p_it->base.data = it->base.data;
> >   _item_free(it);
> >   elm_widget_item_del(it);
> > +it = NULL;
> >}
> >   }
> > _index_box_clear(obj, sd->bx[sd->level], sd->level);
> >
> > -   *ret = (Elm_Object_Item *)it;
> > +   if (!it)
> > +  *ret = NULL;
> > +   else
> > +  *ret = (Elm_Object_Item *)it;
> >  }
> >
> >  EAPI Elm_Object_Item *
> >
> >
> >
> >
> --
> > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> > and much more. Keep your Java skills current with LearnJavaNow -
> > 200+ hours of step-by-step video tutorials by Java experts.
> > SALE $49.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122612
> > ___
> > enlightenment-svn mailing list
> > enlightenment-...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: jihoon trunk/efl/src/lib/ecore_imf

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 1:19 PM, Daniel Juyung Seo wrote:

> On Tue, Jan 8, 2013 at 11:56 PM, Gustavo Sverzut Barbieri <
> barbi...@profusion.mobi> wrote:
>
> > On Tue, Jan 8, 2013 at 12:26 AM, Gustavo Sverzut Barbieri <
> > barbi...@profusion.mobi> wrote:
> >
> > >
> > >
> > > On Monday, January 7, 2013, Enlightenment SVN wrote:
> > >
> > >> Log:
> > >> ecore_imf: move the docs to header
> > >
> > >
> > > Thanks! Do you plan to do it for others? Ecore X is the biggest sucker
> > >
> >
> >
> > I did some commits to Ecore_IMF XIM module today to clean it up, I
> believe
> > similar work could be applied to SCIM and IBUS, but I don't have them
> here.
> > Could you or some friends that can use and test do the same? Basically
> it's
> > cleanup in:
> >  - variable assignments
> >  - casts
> >  - separate eina_log
> >  - add namespace to all functions
> >  - make all functions used in a single file static
> >  - use EFL naming scheme: verb at the end: get_bla() -> bla_get()
> >
> >
> Wow there are a lot to fix.
> They are not managed?
>

not that I know. these IM are quite ignored by people that uses western
languages... maybe latin uses to compose stuff like "á" (a-acute), but not
that common :-(

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Alpha5: 7 patches and 1 bug

2013-01-09 Thread Gustavo Sverzut Barbieri
committed as it will help you, but would be nice to simplify even further.

>From logs:
checking how to find X... use pkg-config
checking for EFL_X11... yes
checking X11/X.h usability... yes
checking X11/X.h presence... yes
checking for X11/X.h... yes
checking for evas_engine_software_xlib... yes
checking for XCreateImage... yes
checking for XShmCreateImage... yes
...
checking how to find X... (cached) already found
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking X11/Xatom.h usability... yes
checking X11/Xatom.h presence... yes
checking for X11/Xatom.h... yes
checking X11/Xutil.h usability... yes
checking X11/Xutil.h presence... yes
checking for X11/Xutil.h... yes
checking X11/extensions/Xrender.h usability... yes
checking X11/extensions/Xrender.h presence... yes
checking for X11/extensions/Xrender.h... yes
checking X11/Xresource.h usability... yes
checking X11/Xresource.h presence... yes
checking for X11/Xresource.h... yes
checking for evas_engine_gl_xlib... yes
checking for XCreateColormap... yes
checking for XRenderCreatePicture... yes

if using pkg-config, do not check any of header of symbols.

Situation with Ecore_X is also the same:
checking how to find X... (cached) already found
checking for X11/Xlib.h... (cached) yes
checking X11/Xcursor/Xcursor.h usability... yes
checking X11/Xcursor/Xcursor.h presence... yes
checking for X11/Xcursor/Xcursor.h... yes
checking for ECORE_X_XLIB... yes
checking for XOpenDisplay... yes
checking for XcursorImageLoadCursor... yes
checking for X11/extensions/XKB.h... yes
checking for XkbSetDetectableAutoRepeat in -lX11... yes
checking for X11/extensions/Xcomposite.h... yes
checking for XCompositeQueryExtension in -lXcomposite... yes
checking for X11/extensions/Xdamage.h... yes
checking for XDamageSubtract in -lXdamage... yes
checking for X11/extensions/dpms.h... yes
checking for DPMSQueryExtension in -lXext... yes
checking for X11/extensions/Xfixes.h... yes
checking for XFixesExpandRegion in -lXfixes... yes
checking for X11/extensions/Xinerama.h... yes
checking for XineramaQueryScreens in -lXinerama... yes
checking for X11/extensions/Print.h... yes
checking for XpQueryScreens in -lXp... yes
checking for X11/extensions/Xrandr.h... yes
checking for XRRGetScreenResourcesCurrent in -lXrandr... yes
checking for X11/extensions/Xrender.h... (cached) yes
checking for XRenderFindVisualFormat in -lXrender... yes
checking for X11/extensions/XTest.h... yes
checking for XTestFakeKeyEvent in -lXtst... yes
checking for X11/extensions/scrnsaver.h... yes
checking for XScreenSaverSelectInput in -lXss... yes
checking for X11/extensions/XInput2.h... yes
checking for XIQueryDevice in -lXi... yes

if we detect it's pkg-config capable, just do EFL_DEPEND_PKG() as we do for
xcb. Will cut us lots of calls to gcc to check these.

Could you do this? :-)

Thank you for you help!



On Tue, Jan 8, 2013 at 11:22 PM, Joel Klinghed  wrote:

> On Tue, 8 Jan 2013 16:49:52 -0200
> Gustavo Sverzut Barbieri  wrote:
>
> > On Mon, Jan 7, 2013 at 8:53 PM, Joel Klinghed 
> > wrote:
> >
> > > On Mon, 7 Jan 2013 20:39:26 -0200
> > > Gustavo Sverzut Barbieri  wrote:
> > >
> > > > Hi Joel,
> > > >
> > > > This looks fine, one last question: why are these needed?
> > > >
> > > > ===
> > > > --- src/Makefile_Ecore_Evas.am (revision 82364)
> > > > +++ src/Makefile_Ecore_Evas.am (working copy)
> > > > @@ -74,7 +74,8 @@
> > > >  -I$(top_srcdir)/src/lib/ecore_x \
> > > >  -I$(top_builddir)/src/lib/ecore_x \
> > > >  -I$(top_srcdir)/src/modules/evas/engines/software_x11 \
> > > > --I$(top_srcdir)/src/modules/evas/engines/gl_x11
> > > > +-I$(top_srcdir)/src/modules/evas/engines/gl_x11 \
> > > > +@ECORE_X_CFLAGS@
> > > >  modules_ecore_evas_engines_x_module_la_LIBADD = \
> > > >  lib/ecore_evas/libecore_evas.la \
> > > >  lib/ecore_x/libecore_x.la
> > >
> > > Without this I get:
> > >
> > > In file included from
> > > modules/ecore_evas/engines/x/ecore_evas_x.c:22:
> ../src/modules/evas/engines/gl_x11/Evas_Engine_GL_X11.h:4:10:
> > > fatal error: 'X11/Xlib.h' file not found
> > >
> > > I assume this is the one you found.
> > >
> >
> > ok, this was fixed today by raster. You can drop this from your
> > patch :-)
> >
> >
> > > Index: src/Makefile_Ecore_Imf.am
> > > > ===
> > > > --- src/Makefile_Ecore_Imf.am (revision 82364)
> > > > +++ src/Makefile_Ecore_Imf.am (working copy)
> > > > @@ -155,7 +155,8 @@
> > > >  -I$(top_builddir)/src/lib/ecore_x \
> > > >  -I$(top_srcdir)/src/lib/ecore_imf \
> > > >  @ECORE_IMF_CFLAGS@ \
> > > > -@EFL_COV_CFLAGS@
> > > > +@EFL_COV_CFLAGS@ \
> > > > +@ECORE_X_CFLAGS@
> > > >  modules_ecore_immodules_xim_xim_la_LIBADD = \
> > > >  lib/ecore_imf/libecore_imf.la \
> > > >  lib/ecore_x/libecore_x.la \
> > >
> > > Without this I get:
> > > modules/ecore/immodules/xim/ecore_imf_xim.c:10:10: fatal error:
> >

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

2013-01-09 Thread Gustavo Sverzut Barbieri
On Tue, Jan 8, 2013 at 11:11 PM, Cedric BAIL  wrote:

> Yop,
>
> On Wed, Jan 9, 2013 at 7:13 AM, Gustavo Sverzut Barbieri
>  wrote:
> > Quick review:
> >
> >  - Eina_Cow_Ptr should be before given memory to user.
> >  - It would enforce alignment (as user memory could be not aligned).
> > Eina_Cow_Ptr itself is always aligned because it contains pointers, so it
> > will not impact what follows.
>
> Eina_Cow_Ptr doesn't have a pointer in it.
>

Ops! We can fix that by doing an union with a ptr, enforces alignment.


>  - Eina_Cow_Ptr should have magic header... will consume more memory, but
> > it's a valuable way to avoid errors with users giving invalid pointers
>
> Hum, as Eina_Magic can be disable. Sounds good to. Does the release
> profile disable Eina_Magic, btw ?
>

Of course not! Are you crazy? :-) Disabling magic check is something to do
in very rare cases where you can test all your code before deployment,
making sure there are no mistakes. Not for general use, as it depends on
the whole package (libs + apps) to be tested.


> To avoid falling into the same problems as we did with stringshare, please
> > typedef const void Eina_Cow_Memory and use it. Avoiding confusion where
> > simple pointers are expected and where actual cow-memory is.
>
> Hum, I don't really see the point here. We will always put this const
> void * memory into a pointer to an actual structure and access it
> directly for all read only access. There will never be an instance of
> Eina_Cow_Memory anywhere in the code that use Eina_Cow.
>

It's more an instruction that the ptr you give come from that. If I read:
bla(void *x) or bla(const void *x) we understand that any data is possible,
I can even call with "abc"... but no, in your case the memory must have
come from Eina_Cow!

of course compilers won't be able to warn about incorrect usage, that is a
pita :-/

Maybe with a more clear API design, we can move things around, such as
define Eina_Cow_Memory to be an opaque pointer and you do
eina_cow_memory_read() and write(), these return const void*/void*. But I'm
still not sure, the current API is confusing :-/

write() doesn't write... returns a write-able memory.
commit() doesn't commit, just gives back the write-able memory saying it
will not be writeable anymore... people will wonder about a rollback() or
similar as well.
memset() doesn't copy memory contents, rather replaces reference (similar
to stringshare replace).



> eina_cow_write() shouldn't take pointer to data, why it does that? just
> use
> > the returned value.
>
> It does, because it may change the pointer to data. This is to reduce
> the chance of a mistake where you do access in the same function to
> the read only pointer and write some data to the returned pointer. I
> believe that to reduce the chance of a bug, that pointer need to be
> changed.
>

I wondered about that reason, but IMO it's not valid. Just make the return
WARN_UNUSED, and the type should also be enough (you return void*, from a
given const void *).


> eina_cow_commit() is pretty undefined what's the behavior based on the
> > name... the contents adds it to GC? so commit is "mark as unused"? What
> if
> > it's not ref->togc? leaks? Confusing!
>
> If it's already ref->togc, then it is already handed to the GC, so no
> need to add it again to the GC list. The purpose of this function is
> that maybe we can make the GC run from another thread. In that case
> you need to delay GC on that write pointer until we do "commit" it,
> but that would also means that it needs to be removed from the GC list
> when eina_cow_write is called. That's not done yet, as I want to first
> experiment without thread, but the API permit it later.
>

>From the names I guessed that, but as I said in my original email, the
basic API is still confusing and not good for users. Let's work on that and
keep these great ideas for later. It's bad to have something partial now
and a sucker API :-/


> eina_cow_memcpy() free dst and make dst = src? really? unexpected from
> name.
>
> Copy on Write means that as long as you don't modify the pointer data,
> you can share the same pointer. That's the purpose of this cow.
>

And now you see why the name is completely off?
I'm not even sure the idea should be that or just _dup() that returns a new
COW memory. And some _replace() that does that + free the previous value?



> > eina_cow_gc() just handles the last element, logic is confusing :-(
>
> Yes, it handles the last one as this is the one that as likely been
> less changed and less chance to change in the near futur. So it should
> the right one to try.
>

right one to try... but the only one to try?


> While I understand the purpose of having eina_cow, I found the API to be
> > very confusing and misleading. It also seems to be incomplete, yet tries
> to
> > to more than the basics without getting the basics right.
>
> The basics are right for our use case. It does everything we need for
> evas and edje. Please tell us 

Re: [E-devel] E SVN: lucas IN trunk/efl/src: . bin/edje

2013-01-09 Thread Gustavo Sverzut Barbieri
On Wed, Jan 9, 2013 at 8:31 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

>
> /var/svn/e/scripts/commit-email.pl: `/usr/bin/svnlook diff /var/svn/e -r
> 82488 --no-diff-deleted  -u -p' failed with this output:
> Use of uninitialized value within @_ in exec at /var/svn/e/scripts/
> commit-email.pl line 792.
> svnlook: invalid option character: u
> Type 'svnlook help' for usage.
>

my bad, trying to get -x "-u -p" to show the function name in diffs :-P


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: jihoon trunk/efl/src/lib/ecore_imf

2013-01-09 Thread The Rasterman
On Wed, 9 Jan 2013 14:16:31 -0200 Gustavo Sverzut Barbieri
 said:

> On Wed, Jan 9, 2013 at 1:19 PM, Daniel Juyung Seo wrote:
> 
> > On Tue, Jan 8, 2013 at 11:56 PM, Gustavo Sverzut Barbieri <
> > barbi...@profusion.mobi> wrote:
> >
> > > On Tue, Jan 8, 2013 at 12:26 AM, Gustavo Sverzut Barbieri <
> > > barbi...@profusion.mobi> wrote:
> > >
> > > >
> > > >
> > > > On Monday, January 7, 2013, Enlightenment SVN wrote:
> > > >
> > > >> Log:
> > > >> ecore_imf: move the docs to header
> > > >
> > > >
> > > > Thanks! Do you plan to do it for others? Ecore X is the biggest sucker
> > > >
> > >
> > >
> > > I did some commits to Ecore_IMF XIM module today to clean it up, I
> > believe
> > > similar work could be applied to SCIM and IBUS, but I don't have them
> > here.
> > > Could you or some friends that can use and test do the same? Basically
> > it's
> > > cleanup in:
> > >  - variable assignments
> > >  - casts
> > >  - separate eina_log
> > >  - add namespace to all functions
> > >  - make all functions used in a single file static
> > >  - use EFL naming scheme: verb at the end: get_bla() -> bla_get()
> > >
> > >
> > Wow there are a lot to fix.
> > They are not managed?
> >
> 
> not that I know. these IM are quite ignored by people that uses western
> languages... maybe latin uses to compose stuff like "á" (a-acute), but not
> that common :-(

im's aren't even needed for things like á :) they are much simpler compose
sequences. ecore-input has a handler for this specifically so it works without
an im. from memory gtk+ too does something similar (so it works without an im).

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ANNOUNCE: EFL 1.7.5 Stable Series

2013-01-09 Thread Luis Felipe Strano Moraes
Pretty much so for now, though currently on vacations :)

On Friday, January 4, 2013, Vinícius dos Santos Oliveira wrote:

> Are you the new release manager?
> =)
>
>
> 2013/1/4 Luis Felipe Strano Moraes >
>
> > The Enlightenment Release Team is happy to announce the first series of
> > updates
> > to the EFL in 2013. Being an update to the stable tree, the 1.7.5 release
> > is
> > made mostly of bugfixes to our libraries.
> >
> > Please read the ChangeLog and NEWS files from each specific tarball in
> > order to
> > get more information about what has been fixed. This release corresponds
> > with
> > SVN revision 82180.
> >
> >  - Eina 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Eet 1.7.5 - [GZ<
> > http://download.enlightenment.org/releases/eet-1.7.5.tar.gz>]
> > [BZ2 ]
> >  - Evas 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Ecore 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Embryo 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Edje 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Efreet 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - E_dbus 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Eeze 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Expedite 1.7.5 -
> > [GZ]
> > [BZ2  >]
> >  - Evas Generic Loaders 1.7.5 -
> > [GZ<
> >
> http://download.enlightenment.org/releases/evas_generic_loaders-1.7.5.tar.gz
> > >]
> > [BZ2<
> >
> http://download.enlightenment.org/releases/evas_generic_loaders-1.7.5.tar.bz2
> > >
> > ]
> >  - Eio 1.7.5 - [GZ<
> > http://download.enlightenment.org/releases/eio-1.7.5.tar.gz>]
> > [BZ2 ]
> >  - Emotion 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Ethumb 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >  - Elementary 1.7.5 -
> > [GZ]
> > [BZ2 <
> http://download.enlightenment.org/releases/elementary-1.7.5.tar.bz2
> > >]
> >  - Evil 1.7.5 -
> > [GZ]
> > [BZ2 ]
> >
> > Best regards,
> > Luis Felipe
> >
> > --
> > Luís Felipe Strano Moraes
> > http://www.strano.org
> >
> >
> --
> > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> > much more. Get web development skills now with LearnDevNow -
> > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
> > SALE $99.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122812
> > ___
> > enlightenment-users mailing list
> > enlightenment-us...@lists.sourceforge.net 
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
>
> --
> Vinícius dos Santos Oliveira
> https://plus.google.com/118295250366112843114
> http://vinipsmaker.wordpress.com/
>
> Linux user #481186
>
> Majoring in Computer Science (UFAL)
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122912
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>


-- 
Luís Felipe Strano Moraes
http://www.strano.org
---

Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread Kim Shinwoo
-,.-)=b

On Wed, Jan 9, 2013 at 8:26 PM, Jihoon Kim  wrote:

> it's hot video I've ever seen :)
> 2013. 1. 6. 오전 12:56에 "Daniel Juyung Seo" 님이 작성:
>
> > Everybody pants on!!!
> >
> > Raster and Hermet actually danced Gangnam Style in Itaewon just for 5
> > seconds.
> > Let's party.
> >
> > http://www.youtube.com/watch?v=qyS-HhlXmRE
> >
> > Daniel Juyung Seo (SeoZ)
> >
> > On Fri, Jan 4, 2013 at 9:19 PM, Carsten Haitzler  > >wrote:
> >
> > > On Fri, 4 Jan 2013 19:27:32 +0900 Cedric BAIL 
> > said:
> > >
> > > > On Fri, Jan 4, 2013 at 5:21 PM, Carsten Haitzler <
> ras...@rasterman.com
> > >
> > > wrote:
> > > > > On Fri, 4 Jan 2013 15:55:21 +0900 Cedric BAIL  >
> > > said:
> > > > >> On Fri, Jan 4, 2013 at 2:58 PM, Jérôme Pinot 
> > > wrote:
> > > > >> > On 01/04/13 14:51, Daniel Juyung Seo wrote:
> > > > >> >> On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler
> > > > >> >> wrote:
> > > > >> >> > On Fri, 4 Jan 2013 13:23:43 +0900 Daniel Juyung Seo
> > > > >> >> >  said:
> > > > >> >> >
> > > > >> >> > gangnam vs itaewon... FIGHT!
> > > > >> >> >
> > > > >> >> > /me sings "itaewon style" and dances in a silly fashion.
> > > > >> >> >
> > > > >> >>
> > > > >> >> Dance during the meeting :)
> > > > >> >> I bring my camera if we meet at Itaewon.
> > > > >> >
> > > > >> > If Raster dances Gangnam style, I would LOVE going to Itaewon
> :-D
> > > > >>
> > > > >> Ok, so it will be Itaewon if raster accept to dance Gangnam style.
> > > > >> Hermet can show him how, I already saw him dancing ;-) If not,
> then
> > > > >> Gangnam.
> > > > >>
> > > > >> What times guy ? 7pm ?
> > > > >
> > > > > yargh... i can dance with my arms. theres never enough room to use
> > your
> > > > > legs... :)
> > > >
> > > > We will find the necessary room for that. So Itaewon tomorrow at 7 at
> > > > the subway exit in front of Paris baguette.
> > >
> > > i shall try remember my pants. u'll need to be fast with the camera.
> > > dancing
> > > may not last long. ;)
> > >
> > > --
> > > - Codito, ergo sum - "I code, therefore I am"
> --
> > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > >
> > >
> > >
> > >
> >
> --
> > > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> > > much more. Get web development skills now with LearnDevNow -
> > > 350+ hours of step-by-step video tutorials by Microsoft MVPs and
> experts.
> > > SALE $99.99 this month only -- learn more at:
> > > http://p.sf.net/sfu/learnmore_122812
> > > ___
> > > enlightenment-users mailing list
> > > enlightenment-us...@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> >
> --
> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > MVPs and experts. SALE $99.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122912
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread Sung W. Park
Raster & Hermet doing Gangnam style!  crazy!

by the way, if you guys are gonna try Vatos, I suggest that you call the
place and make a reservation (if possible)... they may be booked already.
otherwise you're looking at an hour wait at least!  but the food is
awesome!

http://blog.naver.com/gmdosk?Redirect=Log&logNo=70154958852

If you're looking for something else, I also would like to recommend "New
York Brick Oven Pizza" near Gangnam station.

http://blog.naver.com/crom776?Redirect=Log&logNo=150148599787

It's my favorite pizza place in Korea.  The owner was actually trained in
the states and he imports his key ingredients from the states.

i can't join this weekend but have a wonderful time!

cheers,
sung

On Thu, Jan 10, 2013 at 9:57 AM, Kim Shinwoo  wrote:

> -,.-)=b
>
> On Wed, Jan 9, 2013 at 8:26 PM, Jihoon Kim  wrote:
>
> > it's hot video I've ever seen :)
> > 2013. 1. 6. 오전 12:56에 "Daniel Juyung Seo" 님이 작성:
> >
> > > Everybody pants on!!!
> > >
> > > Raster and Hermet actually danced Gangnam Style in Itaewon just for 5
> > > seconds.
> > > Let's party.
> > >
> > > http://www.youtube.com/watch?v=qyS-HhlXmRE
> > >
> > > Daniel Juyung Seo (SeoZ)
> > >
> > > On Fri, Jan 4, 2013 at 9:19 PM, Carsten Haitzler  > > >wrote:
> > >
> > > > On Fri, 4 Jan 2013 19:27:32 +0900 Cedric BAIL 
> > > said:
> > > >
> > > > > On Fri, Jan 4, 2013 at 5:21 PM, Carsten Haitzler <
> > ras...@rasterman.com
> > > >
> > > > wrote:
> > > > > > On Fri, 4 Jan 2013 15:55:21 +0900 Cedric BAIL <
> cedric.b...@free.fr
> > >
> > > > said:
> > > > > >> On Fri, Jan 4, 2013 at 2:58 PM, Jérôme Pinot 
> > > > wrote:
> > > > > >> > On 01/04/13 14:51, Daniel Juyung Seo wrote:
> > > > > >> >> On Fri, Jan 4, 2013 at 2:47 PM, Carsten Haitzler
> > > > > >> >> wrote:
> > > > > >> >> > On Fri, 4 Jan 2013 13:23:43 +0900 Daniel Juyung Seo
> > > > > >> >> >  said:
> > > > > >> >> >
> > > > > >> >> > gangnam vs itaewon... FIGHT!
> > > > > >> >> >
> > > > > >> >> > /me sings "itaewon style" and dances in a silly fashion.
> > > > > >> >> >
> > > > > >> >>
> > > > > >> >> Dance during the meeting :)
> > > > > >> >> I bring my camera if we meet at Itaewon.
> > > > > >> >
> > > > > >> > If Raster dances Gangnam style, I would LOVE going to Itaewon
> > :-D
> > > > > >>
> > > > > >> Ok, so it will be Itaewon if raster accept to dance Gangnam
> style.
> > > > > >> Hermet can show him how, I already saw him dancing ;-) If not,
> > then
> > > > > >> Gangnam.
> > > > > >>
> > > > > >> What times guy ? 7pm ?
> > > > > >
> > > > > > yargh... i can dance with my arms. theres never enough room to
> use
> > > your
> > > > > > legs... :)
> > > > >
> > > > > We will find the necessary room for that. So Itaewon tomorrow at 7
> at
> > > > > the subway exit in front of Paris baguette.
> > > >
> > > > i shall try remember my pants. u'll need to be fast with the camera.
> > > > dancing
> > > > may not last long. ;)
> > > >
> > > > --
> > > > - Codito, ergo sum - "I code, therefore I am"
> > --
> > > > The Rasterman (Carsten Haitzler)ras...@rasterman.com
> > > >
> > > >
> > > >
> > > >
> > >
> >
> --
> > > > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
> > > > much more. Get web development skills now with LearnDevNow -
> > > > 350+ hours of step-by-step video tutorials by Microsoft MVPs and
> > experts.
> > > > SALE $99.99 this month only -- learn more at:
> > > > http://p.sf.net/sfu/learnmore_122812
> > > > ___
> > > > enlightenment-users mailing list
> > > > enlightenment-us...@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > > >
> > >
> > >
> >
> --
> > > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> > > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> > > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > > MVPs and experts. SALE $99.99 this month only -- learn more at:
> > > http://p.sf.net/sfu/learnmore_122912
> > > ___
> > > enlightenment-devel mailing list
> > > enlightenment-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> > >
> >
> >
> --
> > Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> > and much more. Keep your Java skills current with LearnJavaNow -
> > 200+ hours of step-by-step video tutorials by Java experts.
> > SALE $49.99 this month only -- learn more at:
> > http://p.sf.net/sfu/learnmore_122612
> > ___
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >

Re: [E-devel] Alpha5: 7 patches and 1 bug

2013-01-09 Thread Joel Klinghed
On Wed, 9 Jan 2013 14:49:07 -0200
Gustavo Sverzut Barbieri  wrote:

> committed as it will help you, but would be nice to simplify even
> further.
> 
> >From logs:
> checking how to find X... use pkg-config
> checking for EFL_X11... yes
> checking X11/X.h usability... yes
> checking X11/X.h presence... yes
> checking for X11/X.h... yes
> checking for evas_engine_software_xlib... yes
> checking for XCreateImage... yes
> checking for XShmCreateImage... yes
> ...
> checking how to find X... (cached) already found
> checking X11/Xlib.h usability... yes
> checking X11/Xlib.h presence... yes
> checking for X11/Xlib.h... yes
> checking X11/Xatom.h usability... yes
> checking X11/Xatom.h presence... yes
> checking for X11/Xatom.h... yes
> checking X11/Xutil.h usability... yes
> checking X11/Xutil.h presence... yes
> checking for X11/Xutil.h... yes
> checking X11/extensions/Xrender.h usability... yes
> checking X11/extensions/Xrender.h presence... yes
> checking for X11/extensions/Xrender.h... yes
> checking X11/Xresource.h usability... yes
> checking X11/Xresource.h presence... yes
> checking for X11/Xresource.h... yes
> checking for evas_engine_gl_xlib... yes
> checking for XCreateColormap... yes
> checking for XRenderCreatePicture... yes
> 
> if using pkg-config, do not check any of header of symbols.
> 
> Situation with Ecore_X is also the same:
> checking how to find X... (cached) already found
> checking for X11/Xlib.h... (cached) yes
> checking X11/Xcursor/Xcursor.h usability... yes
> checking X11/Xcursor/Xcursor.h presence... yes
> checking for X11/Xcursor/Xcursor.h... yes
> checking for ECORE_X_XLIB... yes
> checking for XOpenDisplay... yes
> checking for XcursorImageLoadCursor... yes
> checking for X11/extensions/XKB.h... yes
> checking for XkbSetDetectableAutoRepeat in -lX11... yes
> checking for X11/extensions/Xcomposite.h... yes
> checking for XCompositeQueryExtension in -lXcomposite... yes
> checking for X11/extensions/Xdamage.h... yes
> checking for XDamageSubtract in -lXdamage... yes
> checking for X11/extensions/dpms.h... yes
> checking for DPMSQueryExtension in -lXext... yes
> checking for X11/extensions/Xfixes.h... yes
> checking for XFixesExpandRegion in -lXfixes... yes
> checking for X11/extensions/Xinerama.h... yes
> checking for XineramaQueryScreens in -lXinerama... yes
> checking for X11/extensions/Print.h... yes
> checking for XpQueryScreens in -lXp... yes
> checking for X11/extensions/Xrandr.h... yes
> checking for XRRGetScreenResourcesCurrent in -lXrandr... yes
> checking for X11/extensions/Xrender.h... (cached) yes
> checking for XRenderFindVisualFormat in -lXrender... yes
> checking for X11/extensions/XTest.h... yes
> checking for XTestFakeKeyEvent in -lXtst... yes
> checking for X11/extensions/scrnsaver.h... yes
> checking for XScreenSaverSelectInput in -lXss... yes
> checking for X11/extensions/XInput2.h... yes
> checking for XIQueryDevice in -lXi... yes
> 
> if we detect it's pkg-config capable, just do EFL_DEPEND_PKG() as we
> do for xcb. Will cut us lots of calls to gcc to check these.
> 
> Could you do this? :-)
> 
> Thank you for you help!
> 

Todays patch then. I removed the header, libs and functions checks when
pkg-config is used.
Started moving ECORE_X and ECORE_IMF_XIM to use EFL_LIB_START ...
ended up doing the same with all the evas_engines - I might have gone a
bit overboard here but it is more consistent...
Anyway, it works for me, compile tested (./configure && make gave no
error) X11, XCB and SDL, all with GL and with and without pkg-config.

/Joel Klinghed

> 
> On Tue, Jan 8, 2013 at 11:22 PM, Joel Klinghed 
> wrote:
> 
> > On Tue, 8 Jan 2013 16:49:52 -0200
> > Gustavo Sverzut Barbieri  wrote:
> >
> > > On Mon, Jan 7, 2013 at 8:53 PM, Joel Klinghed 
> > > wrote:
> > >
> > > > On Mon, 7 Jan 2013 20:39:26 -0200
> > > > Gustavo Sverzut Barbieri  wrote:
> > > >
> > > > > Hi Joel,
> > > > >
> > > > > This looks fine, one last question: why are these needed?
> > > > >
> > > > > ===
> > > > > --- src/Makefile_Ecore_Evas.am (revision 82364)
> > > > > +++ src/Makefile_Ecore_Evas.am (working copy)
> > > > > @@ -74,7 +74,8 @@
> > > > >  -I$(top_srcdir)/src/lib/ecore_x \
> > > > >  -I$(top_builddir)/src/lib/ecore_x \
> > > > >  -I$(top_srcdir)/src/modules/evas/engines/software_x11 \
> > > > > --I$(top_srcdir)/src/modules/evas/engines/gl_x11
> > > > > +-I$(top_srcdir)/src/modules/evas/engines/gl_x11 \
> > > > > +@ECORE_X_CFLAGS@
> > > > >  modules_ecore_evas_engines_x_module_la_LIBADD = \
> > > > >  lib/ecore_evas/libecore_evas.la \
> > > > >  lib/ecore_x/libecore_x.la
> > > >
> > > > Without this I get:
> > > >
> > > > In file included from
> > > > modules/ecore_evas/engines/x/ecore_evas_x.c:22:
> > ../src/modules/evas/engines/gl_x11/Evas_Engine_GL_X11.h:4:10:
> > > > fatal error: 'X11/Xlib.h' file not found
> > > >
> > > > I assume this is the one you found.
> > > >
> > >
> > > ok, this was fixed today by raster. Y

Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread Cedric BAIL
On Thu, Jan 10, 2013 at 10:11 AM, Sung W. Park  wrote:
> Raster & Hermet doing Gangnam style!  crazy!
>
> by the way, if you guys are gonna try Vatos, I suggest that you call the
> place and make a reservation (if possible)... they may be booked already.
> otherwise you're looking at an hour wait at least!  but the food is
> awesome!
>
> http://blog.naver.com/gmdosk?Redirect=Log&logNo=70154958852
>
> If you're looking for something else, I also would like to recommend "New
> York Brick Oven Pizza" near Gangnam station.
>
> http://blog.naver.com/crom776?Redirect=Log&logNo=150148599787
>
> It's my favorite pizza place in Korea.  The owner was actually trained in
> the states and he imports his key ingredients from the states.

Don't you know a real Italian pizza place ? :-)
--
Cedric BAIL

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/edje

2013-01-09 Thread Daniel Juyung Seo
with -p option?
Is it different from 'svn diff -p'?

Daniel Juyung Seo (SeoZ)

On Thu, Jan 10, 2013 at 8:25 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> still not there with svnlook diff :-/
>
>   hell, how to make this bastard show C function names in diff!?
>
>
> Author:   barbieri
> Date: 2013-01-09 15:25:01 -0800 (Wed, 09 Jan 2013)
> New Revision: 82495
> Trac: http://trac.enlightenment.org/e/changeset/82495
>
> Modified:
>   trunk/efl/src/lib/edje/edje_main.c
>
> /var/svn/e/scripts/commit-email.pl: `/usr/bin/svnlook diff /var/svn/e
> --extensions="--unified --show-c-function" -r 82495 --no-diff-deleted'
> failed with this output:
> svnlook: Invalid argument '"--unified' in diff options
>
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/edje

2013-01-09 Thread Gustavo Sverzut Barbieri
On Thu, Jan 10, 2013 at 2:32 AM, Daniel Juyung Seo wrote:

> with -p option?
> Is it different from 'svn diff -p'?
>


from docs I should pass: svn diff -x "-u -p" to get unified diff with C
function names in context diff. But it did not work :-/


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/edje

2013-01-09 Thread David Seikel
On Thu, 10 Jan 2013 03:25:27 -0200 Gustavo Sverzut Barbieri
 wrote:

> On Thu, Jan 10, 2013 at 2:32 AM, Daniel Juyung Seo
> wrote:
> 
> > with -p option?
> > Is it different from 'svn diff -p'?
> >
> 
> 
> from docs I should pass: svn diff -x "-u -p" to get unified diff with
> C function names in context diff. But it did not work :-/

A truly heroic SVN borkage, not just breaking the contents, but
breaking SVN itself.  You should get a medal.  B-)

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2013-01-09 Thread woohyun
Thanks ~ : ) 
-Original Message-
From: "Enlightenment SVN" 
To: ; 
Cc: 
Sent: 2013-01-10 (목) 00:54:42
Subject: E SVN: seoz trunk/elementary/src/lib

Log:
elm index: Fixed formatting.

Author:   seoz
Date: 2013-01-09 07:54:42 -0800 (Wed, 09 Jan 2013)
New Revision: 82468
Trac: http://trac.enlightenment.org/e/changeset/82468

Modified:
  trunk/elementary/src/lib/elm_index.c 

Modified: trunk/elementary/src/lib/elm_index.c
===
--- trunk/elementary/src/lib/elm_index.c2013-01-09 15:46:05 UTC (rev 
82467)
+++ trunk/elementary/src/lib/elm_index.c2013-01-09 15:54:42 UTC (rev 
82468)
@@ -1259,15 +1259,15 @@
p_it->base.data = it->base.data;
  _item_free(it);
  elm_widget_item_del(it);
-it = NULL;
+ it = NULL;
   }
  }
_index_box_clear(obj, sd->bx[sd->level], sd->level);
 
if (!it)
-  *ret = NULL;
+ *ret = NULL;
else
-  *ret = (Elm_Object_Item *)it;
+ *ret = (Elm_Object_Item *)it;
 }
 
 EAPI Elm_Object_Item *


--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

 
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri trunk/efl/src/lib/edje

2013-01-09 Thread Daniel Juyung Seo
On Thu, Jan 10, 2013 at 2:25 PM, Gustavo Sverzut Barbieri <
barbi...@profusion.mobi> wrote:

> On Thu, Jan 10, 2013 at 2:32 AM, Daniel Juyung Seo  >wrote:
>
> > with -p option?
> > Is it different from 'svn diff -p'?
> >
>
>
> from docs I should pass: svn diff -x "-u -p" to get unified diff with C
> function names in context diff. But it did not work :-/
>

Oh.. yes -x -up was what I used to use.
But it's weird that it didn't work...

Daniel Juyung Seo (SeoZ)


>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] evas sw rendering/e17 notification broken (popups)

2013-01-09 Thread The Rasterman
run this:

e_dbus_notify

see the popups. broken now. they are shaped - not with alpha channels. this
literally just happened recently. it's now! argh!

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [e-users] Korean E dinner

2013-01-09 Thread The Rasterman
On Thu, 10 Jan 2013 12:36:53 +0900 Cedric BAIL  said:

> On Thu, Jan 10, 2013 at 10:11 AM, Sung W. Park  wrote:
> > Raster & Hermet doing Gangnam style!  crazy!
> >
> > by the way, if you guys are gonna try Vatos, I suggest that you call the
> > place and make a reservation (if possible)... they may be booked already.
> > otherwise you're looking at an hour wait at least!  but the food is
> > awesome!
> >
> > http://blog.naver.com/gmdosk?Redirect=Log&logNo=70154958852
> >
> > If you're looking for something else, I also would like to recommend "New
> > York Brick Oven Pizza" near Gangnam station.
> >
> > http://blog.naver.com/crom776?Redirect=Log&logNo=150148599787
> >
> > It's my favorite pizza place in Korea.  The owner was actually trained in
> > the states and he imports his key ingredients from the states.
> 
> Don't you know a real Italian pizza place ? :-)

you and your paper-thin pizzas. you need to learn to like real thick pizzas! om
nom nom!

http://s-ak.buzzfed.com/static/enhanced/terminal01/2010/8/9/17/enhanced-buzz-15964-1281389568-29.jpg

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel