Re: [E-devel] Evas Object Size Hints

2008-03-05 Thread [EMAIL PROTECTED]
> > Also, how can one 'set' an object's min/max size? Wouldn't > > these be intrinsic to the object? > > for other objects it may or may not be, but thats why set() > calls exist - to set it. Makes no sense to me, nor for the 'request' one either if that means something like

Re: [E-devel] Evas Object Size Hints

2008-03-05 Thread The Rasterman
On Thu, 6 Mar 2008 06:49:05 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Also, how can one 'set' an object's min/max size? Wouldn't > these be intrinsic to the object? well for an edje no - its calculated or taken from hints. for other objects it may or may not be, but thats wh

Re: [E-devel] Evas Object Size Hints

2008-03-05 Thread The Rasterman
On Thu, 6 Mar 2008 06:17:06 GMT "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> babbled: > > Gustavo wrote: > > > We were discussing about this idea at IRC and the summary is > > written at: > > > >http://wiki.enlightenment.org/index.php/Evas_Object_Size_Hints > > > > Idea is to move this co

Re: [E-devel] Evas Object Size Hints

2008-03-05 Thread [EMAIL PROTECTED]
Also, how can one 'set' an object's min/max size? Wouldn't these be intrinsic to the object? _ A cleaner home is just a click away. Click now for great housekeeping services! http://thirdpartyoffers.juno.com/TGL2121/fc/Ioyw6i3nkM

Re: [E-devel] Evas Object Size Hints

2008-03-05 Thread [EMAIL PROTECTED]
Gustavo wrote: > We were discussing about this idea at IRC and the summary is > written at: > >http://wiki.enlightenment.org/index.php/Evas_Object_Size_Hints > > Idea is to move this common requirement to Evas_Object so it can be > shared by toolkits, Edje and even the layout smart

Re: [E-devel] EFL and Webkit

2008-03-05 Thread [EMAIL PROTECTED]
Carsten wrote: > ... what would be the right way would be to allow new extended > objects (smart objects) to set rendering calls - the same way > evas internal objects do, and then do their own rendering. > breaking this out to a nice public api would be really nice and > allow for objec

[E-devel] Evas Object Size Hints

2008-03-05 Thread Gustavo Sverzut Barbieri
We were discussing about this idea at IRC and the summary is written at: http://wiki.enlightenment.org/index.php/Evas_Object_Size_Hints Idea is to move this common requirement to Evas_Object so it can be shared by toolkits, Edje and even the layout smart objects I plan to add someday in futur

Re: [E-devel] [PATCH] new release of my wallpaper fetcher

2008-03-05 Thread Cedric BAIL
Ok, I found some little mistake in my code so there is 2 more patch to apply. And I also spotted some bugs in your code so their is also a patch for them. On Tue, Mar 4, 2008 at 7:17 PM, Massimiliano Calamelli <[EMAIL PROTECTED]> wrote: > Sure, but tomorrow, this evening i'm very busy. To do doubl

Re: [E-devel] License of your contribution to SMALL/PAWN

2008-03-05 Thread Greg Garner
Dear enlightenment developers: Please change the copyright to be the way zlib is. My intention was to release this to be freely used source. Let me know if you need any additional information to proceed. It is pretty cool that this code that I wrote so long ago is still being used! Thanks Gre

Re: [E-devel] License of your contribution to SMALL/PAWN

2008-03-05 Thread greg
Jan: Sounds good to me, make it so! Greg Garner > On Mon, 03 Mar 2008 19:28:52 +0100 Jan Lübbe <[EMAIL PROTECTED]> babbled: > > as long as you are happy to have it have an identical license statement as the > rest of pawn/small(we call it embryo as we have made modifications that mean > it's

Re: [E-devel] broken scrollframe?

2008-03-05 Thread The Rasterman
On Thu, 6 Mar 2008 00:25:27 -0300 "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> babbled: > Hi, > > The scrollframe seems broken, using mouse wheel don't trigger the > problem, what does is using the scrollbar knob, just drag it around > and it will do some weird action, looks like wrong math bec

Re: [E-devel] focus issue

2008-03-05 Thread Jesse Luehrs
On Wed, 5 Mar 2008 23:50:04 +0100 "Brian 'morlenxus' Miculcy" <[EMAIL PROTECTED]> wrote: > Will check that, thanks for the report. > > Greets, > Brian 'morlenxus' Miculcy > > On Mon, Mar 03, 2008 at 12:54:00PM +0100, Massimo Maiurana wrote: > > hi, > > I compiled yesterday cvs and now looks like

[E-devel] broken scrollframe?

2008-03-05 Thread Gustavo Sverzut Barbieri
Hi, The scrollframe seems broken, using mouse wheel don't trigger the problem, what does is using the scrollbar knob, just drag it around and it will do some weird action, looks like wrong math because the list quickly resets to some position and then goes back to the expected state. Ideas? --

Re: [E-devel] focus issue

2008-03-05 Thread Brian 'morlenxus' Miculcy
Will check that, thanks for the report. Greets, Brian 'morlenxus' Miculcy On Mon, Mar 03, 2008 at 12:54:00PM +0100, Massimo Maiurana wrote: > hi, > I compiled yesterday cvs and now looks like there are some problems > with focus settings. > I've always used "sloppy focus" and "only new dialogs ge

Re: [E-devel] E CVS: apps/e morlenxus

2008-03-05 Thread Brian 'morlenxus' Miculcy
Thanks for reporting, will check. Greets, Brian 'morlenxus' Miculcy On Wed, Mar 05, 2008 at 11:35:16PM +0100, new account wrote: > Hi, > > Now with a sloppy/pointer focus the window focus other than "no new windows > get focus" doesn't work; > it works only if "slide pointer to a new focused win

Re: [E-devel] [PATCH] evas_object_textblock more character fix.

2008-03-05 Thread Gustavo Sverzut Barbieri
On Wed, Mar 5, 2008 at 9:29 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > Hi, > > lok did find some bug generated by my previous patch for > evas_object_textblock. It was too simple :) So here is a new set of > patch that solve all the buffer overflow and without breaking > textblock this time.

Re: [E-devel] E CVS: apps/e morlenxus

2008-03-05 Thread new account
Hi, Now with a sloppy/pointer focus the window focus other than "no new windows get focus" doesn't work; it works only if "slide pointer to a new focused window" is activated. Aji. On Wed, Feb 6, 2008 at 1:03 AM, Enlightenment CVS < [EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > A

[E-devel] Nightly build log for E17 on 2008-03-05 07:09:31 -0800

2008-03-05 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-05 07:09:31 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edje_editor http://download.enlightenment.org/tests/logs/edj

Re: [E-devel] EFL and Webkit

2008-03-05 Thread Gustavo Sverzut Barbieri
On Wed, Mar 5, 2008 at 12:26 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 25 Feb 2008 23:50:41 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > > > > > On Mon, Feb 25, 2008 at 9:09 PM, raoul <[EMAIL PROTECTED]> wrote: > > > Hi there, > > > > > > I t

[E-devel] Wallpaper or Background

2008-03-05 Thread Toma
I stumbled across a directory bug. The GUI refers to it as a Wallpaper. The directory is infact ~/.e/e/background. Its not much of a bug, but it does initiate a bit of philosophical thought. *wanders off thinking* Toma - Thi

Re: [E-devel] [PATCH 1/5] Add comments for dbus peer functions.

2008-03-05 Thread Stefan Schmidt
On Wed, 2008-03-05 at 15:19, Carsten Haitzler wrote: > On Sat, 1 Mar 2008 22:46:27 +0100 Stefan Schmidt <[EMAIL PROTECTED]> > babbled: > > hey stefan... can you send the patches attached to a mail - not inlined? Sure. I attached all patches to this mail. No difference to the earlier ones. > mail

[E-devel] [PATCH] evas_object_textblock more character fix.

2008-03-05 Thread Cedric BAIL
Hi, lok did find some bug generated by my previous patch for evas_object_textblock. It was too simple :) So here is a new set of patch that solve all the buffer overflow and without breaking textblock this time. -- Cedric BAIL From da3bff749f61107df38d3ce2a7c1001331e8661b Mon Sep 17 00:00:00 2

Re: [E-devel] Systray - Ideas for a new spec

2008-03-05 Thread Toma
Great. Heres the spec in question if anyone wants to read and add anything. http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.2.html Also this interesting little article. http://www.xvsxp.com/interface/menuextrastray.php Toma On 05/03/2008, The Rasterman Carsten Haitzler <[EMAI

Re: [E-devel] [PATCH] new release of my wallpaper fetcher

2008-03-05 Thread The Rasterman
On Wed, 5 Mar 2008 09:35:32 +0100 Massimiliano Calamelli <[EMAIL PROTECTED]> babbled: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wed, 5 Mar 2008 13:39:59 +0800 > Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > > > that's pretty cool. one problem is that you download e

Re: [E-devel] [PATCH] new release of my wallpaper fetcher

2008-03-05 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 5 Mar 2008 13:39:59 +0800 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> wrote: > that's pretty cool. one problem is that you download everything first THEN put > it in the dir. put each thumbnail into the dir AS each finishes. also no >