Re: [E-devel] RFC: script-only edje objects

2008-06-14 Thread Jose Gonzalez
I wrote: >>> BTW, this is only tangentially related to scripting, but one thing >>> that's sometimes noted as an 'issue' with edje is that if one changes >>> the state of a part object (via evas calls), then the result isn't >>> updated in edje's internal description (part of the edje sma

Re: [E-devel] RFC: script-only edje objects

2008-06-14 Thread Jose Gonzalez
While I'm carrying on with this nonsense here: > > Just to clarify this remark a bit.. All this really means, in this > particular case of edje, is a means by which an edje object would setup, > on each of its member parts, a function that would allow for changing > the part description su

[E-devel] Nightly build log for E17 on 2008-06-14 07:09:55 -0700

2008-06-14 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-06-14 07:09:55 -0700 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: edvi http://download.enlightenment.org/tests/logs/edvi.log enna http://download.enlightenment.org/tests/logs/enna.log epdf htt

Re: [E-devel] Imlib2: Patch: add various checks to various image loaders

2008-06-14 Thread Hans de Goede
Mike Frysinger wrote: > On Thursday 12 June 2008, Hans de Goede wrote: >> Some time ago there was a bunch of security advisories for various imlib2 >> image loaders. Some of the fixes which were circulating then never seem to >> have been applied to imlib2, the attached patch includes these fixes.

[E-devel] E17 freeze on network plug

2008-06-14 Thread Damon LaCrosse
HiQ, for a while now I've been experienced a quite odd freeze in E17. In practice, after five or six seconds I configured a network device on my linux box, E17 freezes. This occurs with any interface, let it ethernet, wifi or point-to-point. Neither x86 and x86_64 architectures make difference: E1

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Christopher Michael
Hmmm, no problems here. Damon LaCrosse wrote: > HiQ, > > for a while now I've been experienced a quite odd freeze in E17. In > practice, after five or six seconds I configured a network device on my > linux box, E17 freezes. This occurs with any interface, let it ethernet, > wifi or point-to-poin

Re: [E-devel] xdnd patch for the shelf and the gadcon

2008-06-14 Thread Dave Andreoli
- "Dave Andreoli" <[EMAIL PROTECTED]> ha scritto: > - "Sebastian Dransfeld" <[EMAIL PROTECTED]> ha scritto: > > > Dave Andreoli wrote: > > > Hi list! > > > Attached a patch to solve 2 bugs related to the dnd on shelfs and > on > > the desktop: > > > > > > 1. The first fix simply check if

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Brian 'morlenxus' Miculcy
Hi, this is a bug in the forecasts module... Greets, Brian 'morlenxus' Miculcy On Sun, Jun 15, 2008 at 01:51:08AM +0200, Damon LaCrosse wrote: > HiQ, > > for a while now I've been experienced a quite odd freeze in E17. In > practice, after five or six seconds I configured a network device on my

Re: [E-devel] Imlib2: Patch: add various checks to various image loaders

2008-06-14 Thread Mike Frysinger
On Saturday 14 June 2008, Hans de Goede wrote: > Mike Frysinger wrote: > > On Thursday 12 June 2008, Hans de Goede wrote: > >> Some time ago there was a bunch of security advisories for various > >> imlib2 image loaders. Some of the fixes which were circulating then > >> never seem to have been app

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Viktor Kojouharov
I've noticed that e crashes when the network status changes, due to ecore_con, when it calls SSL_write with a foobared pointer. I don't know whether that's doe to forecasts or another network module, as it happens at the beginning of the main loop cycle. On Sun, 2008-06-15 at 03:49 +, Brian '

Re: [E-devel] E17 freeze on network plug

2008-06-14 Thread Christopher Michael
Viktor Kojouharov wrote: > I've noticed that e crashes when the network status changes, due to > ecore_con, when it calls SSL_write with a foobared pointer. I don't know > whether that's doe to forecasts or another network module, as it happens > at the beginning of the main loop cycle. > What mod