Re: [E-devel] curl 7.29.0 segfaults Enlightenment and Terminology

2013-02-11 Thread Doug Newgard
Bug in libcurl, not in EFL. Has been fixed upstream https://github.com/bagder/curl/commit/da3fc1ee91de656a30f3a12de394bcba55119872 > Date: Fri, 8 Feb 2013 17:10:54 +0100 > From: mats.bertil.teg...@gmail.com > To: enlightenment-devel@lists.sourceforge.net >

Re: [E-devel] efl merge and win32

2013-02-11 Thread Stefan Schmidt
Hello. On 11/01/13 07:21, Nicolas Aguirre wrote: > > I don't think so, cross compilation is better in any case, it's faster, > it's easy, and it's already present in almost all recent distributions. > It's also easy to build for 32 and 64 architecture with no extra cost. > About the windows versio

Re: [E-devel] efl merge and win32

2013-02-11 Thread Stefan Schmidt
Hello. On 11/02/13 13:53, Stefan Schmidt wrote: > > I fixed up the most bogus things and that part builds now. Next was > eina_mmap failing due to stuff no available on Windows. Here I lost > motivation. If anybody has interest in this: CC lib/eina/lib_eina_libeina_la-eina_accessor.lo

[E-devel] (no subject)

2013-02-11 Thread Daniel Willmann
Hello, beware, the switch to Git will be happening soon! We will migrate efl, elementary and enlightenment one-by-one and send mails with specific details when each will happen. For the time when we are using Git here is a really small list of what you need to change: First setup Git as it will

[E-devel] SVN->Git migration guide

2013-02-11 Thread Daniel Willmann
Apologies for the double send, but someone forgot to set the subject correctly (at all)... Hello, beware, the switch to Git will be happening soon! We will migrate efl, elementary and enlightenment one-by-one and send mails with specific details when each will happen. For the time when we are us

Re: [E-devel] Sound themes is there a way?

2013-02-11 Thread oeai
Just some more i've imagined actually it is interesting to create a theme file as an ogg file with xml file the xml scheme will describe exact time for this file so people could use any song they like and set markers manually for any event, then the scheme can be enlarged for more tweaks that c

Re: [E-devel] curl 7.29.0 segfaults Enlightenment and Terminology

2013-02-11 Thread Mats Bertil Tegner
On 02/11/2013 01:33 PM, Doug Newgard wrote: > Bug in libcurl, not in EFL. Has been fixed upstream > https://github.com/bagder/curl/commit/da3fc1ee91de656a30f3a12de394bcba55119872 Thanks, rebuilt curl using the latest daily snapshot (7.29.1-20130211).

[E-devel] Edje color/text_class_list bugs

2013-02-11 Thread Davide Andreoli
Hi guys, I think I found 2 bugs in edje (trunk): edje_color_class_list() and edje_text_class_list() always return nothing... see a super simple example at: http://pastebin.com/8dAiaFzR looking at the code seems that the 2 functions implementation search in the wrong hash, but I'm not sure... ca

[E-devel] New python bindings in a merged tree

2013-02-11 Thread Davide Andreoli
I forward to this ml for who dont follow the commit-ml: Put in a first, still wip, version of the python bindings in a merged tree. This is meant to be the 1.8 version of the wrappers and will include everything that now is in the python folder. Atm this include evas, ecore, edje, elem

Re: [E-devel] (no subject)

2013-02-11 Thread Mark Dickie
As a humble e tester many thanks for the info. Tarball ->cvs ->svn -> git. still enjoying the ride and the result! Cheers M On 11 February 2013 17:07, Daniel Willmann wrote: > Hello, > > beware, the switch to Git will be happening soon! We will migrate efl, > elementary and enlightenment one-

Re: [E-devel] efl merge and win32

2013-02-11 Thread Cedric BAIL
Hello, On Mon, Feb 11, 2013 at 10:56 PM, Stefan Schmidt wrote: > Hello. > > On 11/02/13 13:53, Stefan Schmidt wrote: >> >> I fixed up the most bogus things and that part builds now. Next was >> eina_mmap failing due to stuff no available on Windows. Here I lost >> motivation. > > If anybody has i

[E-devel] suggestion of landscape mode in elm.

2013-02-11 Thread ChunEon Park
Dear friends, this is Hermet. I suggest a feature - portrait/landscape view mode set for the elm widgets. Although this could be proper only for the mobile envrironment, some widgets may have totally different UX between landscape/portrait. So, It will be better if the widget base styles are c

Re: [E-devel] suggestion of landscape mode in elm.

2013-02-11 Thread ChunEon Park
um actually, elm_object_view_mode_set(obj, ELM_VIEW_MODE_PORTRAIT/ELM_VIEW_MODE_LANDSCAPE); -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "EFL"; Cc: Sent: 2013-02-12 (화) 13:12:42 Subject: [E-devel]suggestion of landscape mode in e

Re: [E-devel] suggestion of landscape mode in elm.

2013-02-11 Thread David Seikel
On Tue, 12 Feb 2013 13:12:42 +0900 (KST) ChunEon Park wrote: > Dear friends, this is Hermet. > > I suggest a feature - portrait/landscape view mode set for the elm > widgets. > > Although this could be proper only for the mobile envrironment, some > widgets may have totally different UX betwee

Re: [E-devel] SVN->Git migration guide

2013-02-11 Thread Daniel Juyung Seo
Great! Thanks a lot for your effort. Btw, non-committers can clone git in the same way? How they clone git? Daniel Juyung Seo (SeoZ) On Tue, Feb 12, 2013 at 1:12 AM, Daniel Willmann wrote: > Apologies for the double send, but someone forgot to set the subject > correctly (at all)... > > Hello, >

Re: [E-devel] suggestion of landscape mode in elm.

2013-02-11 Thread ChunEon Park
But in desktop mode, It' doesnt need to affect each window. The layouts just tend to be resizable with window in desktop mode. and keep the ux. -Regards, Hermet- -Original Message- From: "David Seikel" To:

Re: [E-devel] SVN->Git migration guide

2013-02-11 Thread The Rasterman
On Tue, 12 Feb 2013 13:46:47 +0900 Daniel Juyung Seo said: > Great! Thanks a lot for your effort. > Btw, non-committers can clone git in the same way? > How they clone git? obviously they can't clone the same way... ssh transport will not work for them. :) they probably can git clone as normal t

Re: [E-devel] suggestion of landscape mode in elm.

2013-02-11 Thread The Rasterman
On Tue, 12 Feb 2013 13:12:42 +0900 (KST) ChunEon Park said: if its just portrait/landscape.. then sizing should be enough to adjust a widget. if youw ant to actually hint orientation like 0, 90, 180, 270 degrēes - tats more useful.. > Dear friends, this is Hermet. > > I suggest a feature - port