Re: [E-devel] [PATCH] Ecore_Con_Url additional headers feature for POST

2009-08-12 Thread Cedric BAIL
On Mon, Aug 10, 2009 at 11:19 PM, Andre Dieb wrote: > This new version of the patch also enables ecore_con_url to make custom HTTP > requests (such as HEAD, SUBSCRIBE, UNSUBSCRIBE and other obscure stuff). Ok, it's in svn. I have just a question regarding the possible leak of the headers structur

[E-devel] Bad behaviour !

2009-08-12 Thread Cedric BAIL
Guys, something wrong is going on in E17. Specifically inside e_icon.c and e_int_menus.c. We are calling specific evas object function that are not supposed to be called on other type of evas object. Like evas_object_image_fill_set on some smart object. Evas protect bad developper from calling fun

[E-devel] Box and textarea

2009-08-12 Thread Atton Jonathan
hello, I have made some test with a vertical layout and a list of items which contains a textarea and my conclusion is : we can't do something perfect :p let me explain, maybe I don't understand correctly how layouts work. We can use a weight to let the layout calculate the size of the item, in

Re: [E-devel] [Patch] Edje and Lua

2009-08-12 Thread Sachiel
On Wed, Aug 12, 2009 at 11:31 AM, Hanspeter Portner wrote: > This concerns Ticket #109: Add Lua support for Edje > > It adds Lua as scripting facility to Edje, letting Embryo untouched. > It should be easier to use and be more flexible than Embryo, imho ;-) > > --- > The patch > --- > > Lua 5.1 is

Re: [E-devel] [Patch] Edje and Lua

2009-08-12 Thread Gustavo Sverzut Barbieri
On Wed, Aug 12, 2009 at 11:31 AM, Hanspeter Portner wrote: > This concerns Ticket #109: Add Lua support for Edje > > It adds Lua as scripting facility to Edje, letting Embryo untouched. > It should be easier to use and be more flexible than Embryo, imho ;-) > > --- > The patch > --- > > Lua 5.1 is

[E-devel] blank (resend dem patches!)

2009-08-12 Thread The Rasterman
ok ok... time to poke my head out again. the short version: i went on a bit of a trip. during that extended trip i came down with an illness. apparently it's genetic and it's now reared it's head - it's called "graves disease" and it makes my thyroid overactive. i had a bit of an incident where i w

Re: [E-devel] Elementary FileSelector widget

2009-08-12 Thread The Rasterman
On Tue, 14 Jul 2009 21:17:24 +0200 Dave Andreoli said: hey hey! ok - i know it's not totally pretty and perfect, and yes - it needs work but i'll put this in svn so it can be "out there" and worked on. anyone wanting to use it.. bwware - it may break api! let it settle! > Hi raster, hi all.

Re: [E-devel] RE : Re: elementary progressbar

2009-08-12 Thread The Rasterman
On Thu, 6 Aug 2009 15:36:34 +0200 michael bouchaud said: and in svn! thanks a lot! awesome! > a clean patch sorry. I'm wrong with the last files. :( > > 2009/8/6 michael bouchaud > > > A little correction in the edc files. > > > > 2009/8/6 michael bouchaud > > > > Hi everybody, I post a new

Re: [E-devel] differences in the navigation bar in e.org and in the tracker

2009-08-12 Thread The Rasterman
On Thu, 06 Aug 2009 16:03:05 +0530 Noorul Islam K M said: > Vincent Torri writes: > > > Hey, > > > > I've just remarked that the navigation bar (home, news, about, etc...) is > > left aligned in e.org, and right aligned in trac. The font is also > > different and the labels are middle aligned

Re: [E-devel] [patch] Ecore_Con and broadcast

2009-08-12 Thread The Rasterman
On Thu, 6 Aug 2009 15:48:06 +0200 Atton Jonathan said: > I have written a patch to add the possibility to send a broadcast with > Ecore_Con. > > I suppose than we use a UDP socket to send a broadcast consequently the > modification is simple. But I don't have a lot of skills in network so maybe

[E-devel] [patch] patch to fix {horizontal, vertical}_flow box layouts.

2009-08-12 Thread Fabiano Fidêncio
The {horizontal,vertical}_flows box layouts bypassed the box padding when set yours objects on the screen. Moreover, checking for known how many objects would serve in the box was always into account a padding (the box) more. Patch made from dir /trunk/evas/src/lib/canvas/ []'s Fabiano Fidêncio

Re: [E-devel] [patch] patch to fix {horizontal, vertical}_flow box layouts.

2009-08-12 Thread Sachiel
On Wed, Aug 12, 2009 at 11:13 PM, Fabiano Fidêncio wrote: > The {horizontal,vertical}_flows box layouts bypassed the box padding when > set yours objects on the screen. > Moreover, checking for known how many objects would serve in the box was > always into account a padding (the box) more. > > Pat

Re: [E-devel] [patch] patch to fix {horizontal, vertical}_flow box layouts.

2009-08-12 Thread Fabiano Fidêncio
Sorry. Who knows, this time... On Wed, Aug 12, 2009 at 11:47 PM, Iván Briano (Sachiel) wrote: > On Wed, Aug 12, 2009 at 11:13 PM, Fabiano > Fidêncio wrote: > > The {horizontal,vertical}_flows box layouts bypassed the box padding when > > set yours objects on the screen. > > Moreover, checking f

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-08-12 Thread Vincent Torri
On Wed, 12 Aug 2009, Enlightenment SVN wrote: > +fields = sscanf(_eina_hamster_time, "%02i:%02i:%02i", &hrs, &min, > &sec); > +if (fields == 3) > + { > + _eina_hamsters = (hrs * 60) + min; > + fields = sscanf(_eina_hamster_date, "%s %i %i", mon, &

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2009-08-12 Thread Vincent Torri
also eina_hamster_init() is not called in eina_init() :-) poor hamsters ! (and eina_tiler init() as well) Vincent On Thu, 13 Aug 2009, Vincent Torri wrote: On Wed, 12 Aug 2009, Enlightenment SVN wrote: +fields = sscanf(_eina_hamster_time, "%02i:%02i:%02i", &hrs, &min, &sec); +

Re: [E-devel] Hi there!

2009-08-12 Thread The Rasterman
On Mon, 10 Aug 2009 20:26:12 +0200 Viktor Kojouharov said: > On Mon, 2009-08-10 at 14:21 -0400, Christopher Michael wrote: > > Iván Briano (Sachiel) wrote: > > > On Fri, Aug 7, 2009 at 10:40 PM, Christopher > > > Michael wrote: > > >> Found some time to test the shelf_resize patch finally :) No a

Re: [E-devel] Edje programs question

2009-08-12 Thread The Rasterman
On Fri, 07 Aug 2009 18:05:34 -0400 Christopher Michael said: > Carlo Ascani wrote: > > Hi all, > > this is a simple edj theme section: > > ... > > part{ > > name: "xxx"; > > type:RECT; > > mouse_events:1; > > description{ > > state: "default" 0.0; > > color: 255 0