[E-devel] [Patch] elementary gettext patch from Govin.

2011-02-12 Thread Daniel Juyung Seo
Dear all, this is an elementary gettext patch from Govindaraju. I attached the patch and pasted Govindaraju's messge below. Please review this patch. Thanks. Daniel Juyung Seo (SeoZ) = Dear Daniel, Can you please post the small pat

Re: [E-devel] Patch for the download page on the website

2011-02-12 Thread The Rasterman
On Sat, 12 Feb 2011 23:23:52 +0900 Jerome Pinot said: > On Sat, Feb 12, 2011 at 6:38 PM, Carsten Haitzler > wrote: > > On Fri, 4 Feb 2011 18:31:31 +0900 Jerome Pinot said: > > > > would love to apply... but the patch is malformed - at least if i copy and > > paste it out of your mail - it's bee

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread John Dovers
> check that the dev package of libpng is installed on your distro. Then > configure evas. Check the output of the configure and be sure that the png > module is enabled. Then install evas again. Thanks, this worked! John D. --

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread Vincent Torri
On Sat, 12 Feb 2011, John Dovers wrote: > >> >> first check it is installed ($prefix/lib/evas/modules/engines) >> >> if it is installed, then you can look at the possible errors with logs: >> >> EINA_LOG_LEVEL=5 ./my_app >> > > I am now using the X11 render engine and X11 window system to displa

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread John Dovers
> > first check it is installed ($prefix/lib/evas/modules/engines) > > if it is installed, then you can look at the possible errors with logs: > > EINA_LOG_LEVEL=5 ./my_app > I am now using the X11 render engine and X11 window system to display the canvas on a X11 window. I get the following

Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2011-02-12 Thread Atton Jonathan
yes I have a title now ! 2011/2/12 Enlightenment SVN > Log: > I hereby dub thee, Atton Jonathan, Official Azy Bug Finder. > > fix b64 header detection (random extra trailing newline) > also small optimization following this > > > Author: discomfitor > Date: 2011-02-12 10:33:38 -0

Re: [E-devel] evas - wordwrapping text and text alignment

2011-02-12 Thread Tom Hacohen
Implementing alignment yourself is *very* easy. You just get the actual size of the text object and place it where you want according to your alignment values. Ellipsis is a bit more complicated but textblock supports it, so maybe just use textblock? -- Tom. On Sat, Feb 12, 2011 at 7:23 PM, John

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread Vincent Torri
On Sat, 12 Feb 2011, John Dovers wrote: > >> >>> About my question, I found out that evas_object_image_load_error_get(the >>> object) returns: >>> >>> EVAS_LOAD_ERROR_UNKNOWN_FORMAT >>> >>> What could be a reason for that? >> >> That could be one reason. >> >> 1) You use the 'buffer' engine, so

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread John Dovers
> > > About my question, I found out that evas_object_image_load_error_get(the > > object) returns: > > > > EVAS_LOAD_ERROR_UNKNOWN_FORMAT > > > > What could be a reason for that? > > That could be one reason. > > 1) You use the 'buffer' engine, so you will not be able to display the > conten

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread Vincent Torri
On Sat, 12 Feb 2011, John Dovers wrote: > >> Date: Sat, 12 Feb 2011 18:28:23 +0100 >> From: vto...@univ-evry.fr >> To: j30...@hotmail.com >> CC: enlightenment-devel@lists.sourceforge.net >> Subject: Re: [E-devel] ecanvas - invas in canvas not showing >> >> >> Is there any reason why you do not u

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread John Dovers
> Date: Sat, 12 Feb 2011 18:28:23 +0100 > From: vto...@univ-evry.fr > To: j30...@hotmail.com > CC: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] ecanvas - invas in canvas not showing > > > Is there any reason why you do not use ecore_evas instead of setting all > the evas s

Re: [E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread Vincent Torri
On Sat, 12 Feb 2011, John Dovers wrote: > > Hello, > > I am trying to display an image on a canvas, but for some reason it isn't > working. Could you help me? > > This is how I initialize the canvas (error checking is removed to shorten the > code): > >canvas = evas_new(); > >evas_outp

Re: [E-devel] evas - wordwrapping text and text alignment

2011-02-12 Thread John Dovers
Thanks a lot for your answer. Since I am only using Evas (and not Edje and Ecore), I will look to the source code of Edje to find out how they did it. Best regards, John D. From: t...@stosb.com Date: Fri, 11 Feb 2011 13:03:07 +0200 Subject: Re: [E-devel] evas - wordwrapping text and text

[E-devel] ecanvas - invas in canvas not showing

2011-02-12 Thread John Dovers
Hello, I am trying to display an image on a canvas, but for some reason it isn't working. Could you help me? This is how I initialize the canvas (error checking is removed to shorten the code): canvas = evas_new(); evas_output_method_set(canvas, evas_render_method_lookup("buffer"));

Re: [E-devel] Patch for the download page on the website

2011-02-12 Thread Jerome Pinot
On Sat, Feb 12, 2011 at 6:38 PM, Carsten Haitzler wrote: > On Fri, 4 Feb 2011 18:31:31 +0900 Jerome Pinot said: > > would love to apply... but the patch is malformed - at least if i copy and > paste it out of your mail - it's been wrapped and messed up. can you attach it > instead? > >> Hi, >> >>

Re: [E-devel] EFL, Linux & the future in light of Nokia's move to Windows Phone 7

2011-02-12 Thread The Rasterman
On Sat, 12 Feb 2011 06:32:47 -0600 Jeff Hoogland said: no. it doesn't. bada actually doesn't even use linux. it CAN be put on linux. bada is a middleware layer - not a kernel. but bada ships on top of an RTOS, not linux. search for info on bada and samsung wave handset - you'll find mentions of n

Re: [E-devel] EFL Windows installer

2011-02-12 Thread Sachiel
2011/2/12 Vincent Torri : > > > On Sat, 12 Feb 2011, Iván Briano (Sachiel) wrote: > >> 2011/2/12 Vincent Torri : >>> >>> Hey >>> >>> For those interested in the EFL on Windows, here is a newer installer: >>> >>> http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl-1.0.0.exe >>> >>> It's post

Re: [E-devel] EFL Windows installer

2011-02-12 Thread Vincent Torri
On Sat, 12 Feb 2011, Iván Briano (Sachiel) wrote: 2011/2/12 Vincent Torri : Hey For those interested in the EFL on Windows, here is a newer installer: http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl-1.0.0.exe It's post 1.0 contrary to what the name says. Reports any problem you

Re: [E-devel] EFL Windows installer

2011-02-12 Thread Sachiel
2011/2/12 Vincent Torri : > > Hey > > For those interested in the EFL on Windows, here is a newer installer: > > http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl-1.0.0.exe > > It's post 1.0 contrary to what the name says. Reports any problem you can > find with it. Libraries that are prov

Re: [E-devel] EFL, Linux & the future in light of Nokia's move to Windows Phone 7

2011-02-12 Thread Jeff Hoogland
Searching around does Bada - http://www.bada.com/ - contain EFL in it? I found mention on their page that it uses a Linux kernel. ~Jeff Hoogland On Fri, Feb 11, 2011 at 11:11 PM, Daniel Juyung Seo wrote: > Thanks for the summarize Raster. > It is quite clear that EFL got an opportunity. > > Dani

Re: [E-devel] Listing E Distros on Enlightenment.org

2011-02-12 Thread Jeff Hoogland
Cool Raster - thanks for adding that list up there. ~Jeff On Sat, Feb 12, 2011 at 3:29 AM, Carsten Haitzler wrote: > On Thu, 3 Feb 2011 02:10:30 -0600 Jeff Hoogland > said: > > I added your list in - there is no point linking to isos and their sizes... > those change all the time with new relea

Re: [E-devel] osnews article

2011-02-12 Thread Jochen Schröder
On 02/12/2011 07:39 AM, Mike Blumenkrantz wrote: > Kapelonis Kostis is writing an article about EFL 1.0 for OSnews. The draft can > be found at http://pastebin.com/zAAQDJQy > > Feedback: > "Need just the canvas and nothing else? You got it! You want a toolkit like > experience? Add elementary into

[E-devel] EFL Windows installer

2011-02-12 Thread Vincent Torri
Hey For those interested in the EFL on Windows, here is a newer installer: http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl-1.0.0.exe It's post 1.0 contrary to what the name says. Reports any problem you can find with it. Libraries that are provided: eina to edje + elementary and ex

Re: [E-devel] commits policy

2011-02-12 Thread The Rasterman
On Fri, 4 Feb 2011 10:26:59 -0500 Mike Blumenkrantz said: > I don't think it's the best option, but we're a community so I'll go with > whatever the majority (aka raster) decides. hahahahahah! but seriously - i went over this. the POINT of the changelog is to document the changes made for the P

Re: [E-devel] Listing E Distros on Enlightenment.org

2011-02-12 Thread The Rasterman
On Thu, 3 Feb 2011 02:10:30 -0600 Jeff Hoogland said: I added your list in - there is no point linking to isos and their sizes... those change all the time with new releases. pointing people to the respective distro pages is good. > The ones I could round up are listed here - > http://jeffhoogla

Re: [E-devel] Patch for the download page on the website

2011-02-12 Thread The Rasterman
On Fri, 4 Feb 2011 18:31:31 +0900 Jerome Pinot said: would love to apply... but the patch is malformed - at least if i copy and paste it out of your mail - it's been wrapped and messed up. can you attach it instead? > Hi, > > The following patch add a link to the SlackE17 project, which holds >

Re: [E-devel] Other path then ~/.e for E17?

2011-02-12 Thread The Rasterman
On Sat, 05 Feb 2011 08:18:20 +0100 Sebastian Dransfeld said: > > Xephy_E17 > > #!/bin/sh > > > > Xephyr -ac -screen 1024x768 :1& > > > > sleep 3s&& /opt/e17/bin/enlightenment_start -display :1 > > Xephy_E17 > > > > This runs a complete separated instance of E17. I'm not sure if a