Re: [E-devel] E SVN: cedric trunk/eet/src/lib

2009-06-16 Thread Vincent Torri


cedric

can you please update Changelog each time you modify eet ?

Vincent

On Mon, 15 Jun 2009, Vincent Torri wrote:




ChangeLog :p

Vincent

On Mon, 15 Jun 2009, Enlightenment SVN wrote:


Log:
* Eet: Add a clean way to create struct child.


Author:   cedric
Date: 2009-06-15 09:48:31 -0700 (Mon, 15 Jun 2009)
New Revision: 41053

Modified:
 trunk/eet/src/lib/Eet.h trunk/eet/src/lib/eet_node.c

Modified: trunk/eet/src/lib/Eet.h
===
--- trunk/eet/src/lib/Eet.h 2009-06-15 16:22:01 UTC (rev 41052)
+++ trunk/eet/src/lib/Eet.h 2009-06-15 16:48:31 UTC (rev 41053)
@@ -1376,6 +1376,7 @@
   EAPI Eet_Node *eet_node_var_array_new(const char *name, Eina_List 
*nodes);
   EAPI Eet_Node *eet_node_hash_new(const char *name, const char *key, 
Eet_Node *node);

   EAPI Eet_Node *eet_node_struct_new(const char *name, Eina_List *nodes);
+   EAPI Eet_Node *eet_node_struct_child_new(const char *parent, Eet_Node 
*child);

   EAPI void eet_node_del(Eet_Node *n);

   EAPI void *eet_data_node_encode_cipher(Eet_Node *node, const char *key, 
int *size_ret);


Modified: trunk/eet/src/lib/eet_node.c
===
--- trunk/eet/src/lib/eet_node.c2009-06-15 16:22:01 UTC (rev 41052)
+++ trunk/eet/src/lib/eet_node.c2009-06-15 16:48:31 UTC (rev 41053)
@@ -160,6 +160,22 @@
   return n;
}

+Eet_Node *
+eet_node_struct_child_new(const char *parent, Eet_Node *child)
+{
+   Eet_Node *n;
+
+   if (child->type != EET_G_UNKNOWN)
+ return child;
+
+   n = _eet_node_new(parent, EET_G_UNKNOWN);
+   if (!n) return NULL;
+
+   _eet_node_append(n, eina_list_prepend(NULL, child));
+
+   return n;
+}
+
void
eet_node_del(Eet_Node *n)
{



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-svn mailing list
enlightenment-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EnlightenmentCommunityNews - now ready for service

2009-06-16 Thread Thomas Gstädtner
On Mon, Jun 15, 2009 at 21:42, andres wrote:
> On Monday 15 June 2009 13:51:26 Dave Andreoli wrote:
>> 2009/6/13 Thomas Gstädtner 
>>
>> > Hey guys,
>> >
>> > Unfortunately I haven't got any feedback from the people responsible
>> > for www.enlightenment.org where I would like to see a section for the
>> > news, so new and irregular visitors can find it. I'd really appreciate
>> > if the webmasters would use this thread to find a good solution.
>
> Why not the news page in enlightenment.org? The current news page isn't
> precisely overflowing with content.
>
> I really like the idea of having everyone pitch-in a given wiki page and once
> it reaches the required amount of information someone copy&pastes the whole
> page as a new article for the main website news page (after some editing, of
> course).
>

Yes, that's exactly what I have in mind. Everyone can contribute, I
will do the editing.
I'd also like to have it in the News-section directly on e.org, for
that the current News-section would have to be remained to
"Announcements".
Still waiting for one of the webmasters to comment this ;)

>
> --
> Crystal Reports - New Free Runtime and 30 Day Trial
> Check out the new simplified licensing option that enables unlimited
> royalty-free distribution of the report engine for externally facing
> server and web deployment.
> http://p.sf.net/sfu/businessobjects
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EnlightenmentCommunityNews - now ready for service

2009-06-16 Thread Thomas Gstädtner
On Mon, Jun 15, 2009 at 18:51, Dave Andreoli wrote:
>
>
> 2009/6/13 Thomas Gstädtner 
>>
>> Hey guys,
>>
>> I hope you remember the discussion we had about the coming regular
>> Enlightenment news source, formerly known as Enlightenment Weekly
>> News.
>> I've gotten _only_ positive feedback, so I think most people like the
>> idea and we can do this as proposed.
>>
>> One criticized point was, that weekly might not be the best idea, so I
>> changed the concept a bit. I still would like to keep the
>> 'kind-of-weekly' approach, doing releases of the news on Sundays, but
>> now not based on time, but on mass of information. As soon a certain
>> point of news is reached, it will be release on the following Sunday.
>> If it takes 1,2,3 or 4 weeks, no problem. So I changed the name toe
>> EnlightenmentCommunityNews, because everyone can contribute and I hope
>> many people do. :)
>>
>> As discussed, the Wiki is a good possibility to write the stuff, so
>> that's what we will use. I put all relevant information on [1], please
>> read, discuss and improve it however you like.
>> I will post the ECN releases on the users mailinglist, starting with
>> the first release (most likely next week, called ECN 2009/25).
>>
>> Unfortunately I haven't got any feedback from the people responsible
>> for www.enlightenment.org where I would like to see a section for the
>> news, so new and irregular visitors can find it. I'd really appreciate
>> if the webmasters would use this thread to find a good solution.
>
> Why not using the trac blog instead of the wiki? It's the 'news' submenu in
> 'tracker' main menu.
> I think it can do the work you need better than the wiki. And we can easily
> rename 'News' in something you like :)
> Just my 2 cents
> Dave
>

I agree, that the wiki is a bad place to release the news, but that's
not the plan. The wiki is just there to work on it.
The trac-blog would of course fit better, but it's still hidden for
irregular users (I wouldn't know what to expect behind "tracker" if I
wasn't looking for trac specifically - and than click on the small
"News" section in the trac-submenu, while there is a big "News" in the
main menu).

>>
>> Thanks in advance,
>>
>> thomasg
>>
>> [1] http://trac.enlightenment.org/e/wiki/EnlightenmentCommunityNews
>>
>>
>> --
>> Crystal Reports - New Free Runtime and 30 Day Trial
>> Check out the new simplified licensing option that enables unlimited
>> royalty-free distribution of the report engine for externally facing
>> server and web deployment.
>> http://p.sf.net/sfu/businessobjects
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
>

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas and RAW images format

2009-06-16 Thread Nicolas Aguirre
2009/6/16 Peter Wehrfritz :
>
> Since lbraw seems to be GPL licensed, I'd prefer libopenraw. If libraw has
> features that libopenraw does not provided, we can maybe have both loaders,
> like it is in emotion with the gstreamer and the xine plugin.
>

libraw is a GLP lib, but we can found LGPL 2.1 version (libraw-lite)
on their website. This lite version doesn't provide some image format
due to restricted licences of underlying sofware. I didn't found
exhaustive list of formats supported by libraw and libraw-lite.
This lib exists for Linux, Mac OS X, FreeBSD and Windows 32/64Bits. It
is written with a mix of C and C++

Libopenraw is LGPL and supports :
Adobe DNG
Canon_CR2
Canon_CRW
Epson_ERF
Nikon_NEF
Olympus_ORF
Pentax PEF
Sony ARW
Minolta_MRW

This lib is written in C++ and a C API is provided. It doesn't support
Windows. MacOS seems to be support  (darwin ports). And bsd seems
supported though.

I didn't look at the APIs, but I will do soon.

regards,
-- 
Nicolas Aguirre
Mail: aguirre.nico...@gmail.com
Web: http://www.digital-corner.org

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas and RAW images format

2009-06-16 Thread Vincent Torri


On Tue, 16 Jun 2009, Nicolas Aguirre wrote:

> Libopenraw is LGPL and supports :
> Adobe DNG
> Canon_CR2
> Canon_CRW
> Epson_ERF
> Nikon_NEF
> Olympus_ORF
> Pentax PEF
> Sony ARW
> Minolta_MRW
>
> This lib is written in C++ and a C API is provided. It doesn't support
> Windows.

This is BAD !!! :-)

Vincent

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Windows XP installer

2009-06-16 Thread Marco Trevisan (Treviño)
Vincent Torri wrote:
> Hi,
> 
> I have created a Windows installer for the EFL. You can find it here:
> 
> http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl.exe
> 
> What it can install:
> 
> evil, eina, eet, evas, ecore, embryo, edje, elementary, ewl and expedite
> 
> I have compiled the EFL with debug symbols (there are some seg fault), 
> that's why the installer is so big.

Thanks. When I compiled it (under virtualbox, BTW :P) it took some
time... This really saves time to port E applications to windows...
Does it include the headers too?

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Windows XP installer

2009-06-16 Thread Vincent Torri

Hey,

>> I have created a Windows installer for the EFL. You can find it here:
>>
>> http://www.maths.univ-evry.fr/pages_perso/vtorri/files/Efl.exe
>>
>> What it can install:
>>
>> evil, eina, eet, evas, ecore, embryo, edje, elementary, ewl and expedite
>>
>> I have compiled the EFL with debug symbols (there are some seg fault),
>> that's why the installer is so big.
>
> Thanks. When I compiled it (under virtualbox, BTW :P) it took some
> time...

yes, a *lot* of time :/

> This really saves time to port E applications to windows...
> Does it include the headers too?

you can install the static and import lib, and the headers too, of course. 
Everything to develop with the efl (I hope :) )

Vincent

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] EFL on framebuffer VNC support

2009-06-16 Thread Daniele Venzano
Hello,
In the coming months I'm going to start a new project for my company based on 
evas + ecore (no widget library). It will use the Linux framebuffer driver and 
run on an ARM embedded system.
For various reasons we will have to offer the possibility to remote the display 
through the net via the VNC protocol.

In the past we had hacked microwindows/nano-X with libvncserver to add said 
support. I'm willing to do something similar again, if it has not already been 
done, and share back the patch for an eventual inclusion in mainstream.

So, did someone already thought or wrote some code about VNC support ?
If not, how would you go about it ? The library basically needs a copy in 
memory of the framebuffer. Then every area that is modified needs to be passed 
to the library. There are pointer and keyboard events coming in from the other 
side that should be passed as if they where generated locally.
Probably ecore should be modified, but before starting to dig inside ecore and 
evas sources I prefer to ask to people with better understanding of EFL.

Thank you.

(Sorry if you receive this mail twice, my wrong)

-- 
Daniele Venzano
Software Chief Engineer
Motronica Division - Reggiane Cranes and Plants S.p.A.
Tel. +390106142220 --  Fax +390106142275



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL on framebuffer VNC support

2009-06-16 Thread Cedric BAIL
Hi,

On Tue, Jun 16, 2009 at 3:53 PM, Daniele Venzano
 wrote:
> In the coming months I'm going to start a new project for my company based on
> evas + ecore (no widget library). It will use the Linux framebuffer driver and
> run on an ARM embedded system.
> For various reasons we will have to offer the possibility to remote the 
> display
> through the net via the VNC protocol.

> In the past we had hacked microwindows/nano-X with libvncserver to add said
> support. I'm willing to do something similar again, if it has not already been
> done, and share back the patch for an eventual inclusion in mainstream.

> So, did someone already thought or wrote some code about VNC support ?

Not as far as I know.

> If not, how would you go about it ? The library basically needs a copy in
> memory of the framebuffer. Then every area that is modified needs to be passed
> to the library. There are pointer and keyboard events coming in from the other
> side that should be passed as if they where generated locally.

In fact it sounds like almost all software based efl engine. In my
opinion, you will just need to write an evas module engine for the
graphic part that use the evas software engine and ecore_vnc library
that retrieve the event and send them with ecore-input. Then just
another small piece of code will be needed in ecore-evas so the link
with both library will be done.

> Probably ecore should be modified, but before starting to dig inside ecore and
> evas sources I prefer to ask to people with better understanding of EFL.

It sounds like a really interesting engine to me, so if you need help
during don't hesite to poke me. But anyway many people can certainly
help you here or on irc #edevelop channel.

Regards,
--
Cedric BAIL

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL on framebuffer VNC support

2009-06-16 Thread Gustavo Sverzut Barbieri
On Tue, Jun 16, 2009 at 10:53 AM, Daniele
Venzano wrote:
> Hello,
> In the coming months I'm going to start a new project for my company based on
> evas + ecore (no widget library). It will use the Linux framebuffer driver and
> run on an ARM embedded system.
> For various reasons we will have to offer the possibility to remote the 
> display
> through the net via the VNC protocol.
>
> In the past we had hacked microwindows/nano-X with libvncserver to add said
> support. I'm willing to do something similar again, if it has not already been
> done, and share back the patch for an eventual inclusion in mainstream.
>
> So, did someone already thought or wrote some code about VNC support ?
> If not, how would you go about it ? The library basically needs a copy in
> memory of the framebuffer. Then every area that is modified needs to be passed
> to the library. There are pointer and keyboard events coming in from the other
> side that should be passed as if they where generated locally.
> Probably ecore should be modified, but before starting to dig inside ecore and
> evas sources I prefer to ask to people with better understanding of EFL.

Raster will probably have something to add to this, but you can do
this based on the "buffer" engine, providing the glue of
events/exposes using ecore.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Eyelight + 2 question about edje

2009-06-16 Thread Atton Jonathan
hey :)

Currently I m rewriting eyelight and change the way a presentation is
creating. the "old" eyelight created an edje file from 2 edc files (the
theme: a list of macro and the presentation). The new Eyelight use a classic
way:
- the elt presentation file
- the edje theme file, a list of group (item text, image ...)
Eyelight read the presentation file and create an evas_object for each item
and add them in a box part. This way allows to create a theme with
edje_editor and a presentation editor will be easy to write.

Now my 2 questions :) :

Edje_Edit :
if I change the relative property of a part, this change will be apply in
the evas_object or in the source group ? If I create a new object from the
same group, it will be created with or without the change ?
It seems the object will be create with the change.
When a user want add a custom area, I create an evas_object from a group
"custom_area",  then I need to change the relative property of a part to
place the area as the user request. currently all areas are placed at the
position of the last area !


Textblock :
If we use a glow effect on the text and if the text is align to the left,
the glow effect will be not draw at the left because it is outside the text
part :( Is there a way to add an offset to the text ? The property align fix
this problem but it is relative and not fix.

-- 
Regards.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas and RAW images format

2009-06-16 Thread Peter Wehrfritz
Nicolas Aguirre schrieb:
> 2009/6/16 Peter Wehrfritz :
>   
>> Since lbraw seems to be GPL licensed, I'd prefer libopenraw. If libraw has
>> features that libopenraw does not provided, we can maybe have both loaders,
>> like it is in emotion with the gstreamer and the xine plugin.
>>
>> 
>
> libraw is a GLP lib, but we can found LGPL 2.1 version (libraw-lite)
> on their website. This lite version doesn't provide some image format
> due to restricted licences of underlying sofware.

Ah ok, I didn't saw the lite-version.


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL on framebuffer VNC support

2009-06-16 Thread Lars Munch
On Tue, Jun 16, 2009 at 03:53:15PM +0200, Daniele Venzano wrote:
> Hello,
> In the coming months I'm going to start a new project for my company based on 
> evas + ecore (no widget library). It will use the Linux framebuffer driver 
> and 
> run on an ARM embedded system.
> For various reasons we will have to offer the possibility to remote the 
> display 
> through the net via the VNC protocol.
> 
> In the past we had hacked microwindows/nano-X with libvncserver to add said 
> support. I'm willing to do something similar again, if it has not already 
> been 
> done, and share back the patch for an eventual inclusion in mainstream.
> 
> So, did someone already thought or wrote some code about VNC support ?
> If not, how would you go about it ? The library basically needs a copy in 
> memory of the framebuffer. Then every area that is modified needs to be 
> passed 
> to the library. There are pointer and keyboard events coming in from the 
> other 
> side that should be passed as if they where generated locally.
> Probably ecore should be modified, but before starting to dig inside ecore 
> and 
> evas sources I prefer to ask to people with better understanding of EFL.
> 
> Thank you.
> 
> (Sorry if you receive this mail twice, my wrong)

I am using a modified version of http://fbvncserver.sourceforge.net/ on
my arm system running in framebuffer. It is useable, but slow.  Writing
an real vnc engine for evas *will* make it much faster as you dont have
to monitor the whole framebuffer for changes. I am unsure on how you can
render to a vnc engine *and* the fb engine (or some other backend) at
the same time. You still want to be able to use the framebuffer while
device it's being remoted, right?

Regards
Lars Munch

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Eyelight + 2 question about edje

2009-06-16 Thread Atton Jonathan
2009/6/16 Atton Jonathan 

> hey :)
>
> Currently I m rewriting eyelight and change the way a presentation is
> creating. the "old" eyelight created an edje file from 2 edc files (the
> theme: a list of macro and the presentation). The new Eyelight use a classic
> way:
> - the elt presentation file
> - the edje theme file, a list of group (item text, image ...)
> Eyelight read the presentation file and create an evas_object for each item
> and add them in a box part. This way allows to create a theme with
> edje_editor and a presentation editor will be easy to write.
>
> Now my 2 questions :) :
>
> Edje_Edit :
> if I change the relative property of a part, this change will be apply in
> the evas_object or in the source group ? If I create a new object from the
> same group, it will be created with or without the change ?
> It seems the object will be create with the change.
> When a user want add a custom area, I create an evas_object from a group
> "custom_area",  then I need to change the relative property of a part to
> place the area as the user request. currently all areas are placed at the
> position of the last area !
>

Problem solved, now I use the public method "message", Thank to Sachiel !


>
>
> Textblock :
> If we use a glow effect on the text and if the text is align to the left,
> the glow effect will be not draw at the left because it is outside the text
> part :( Is there a way to add an offset to the text ? The property align fix
> this problem but it is relative and not fix.
>
> --
> Regards.
>



-- 
Regards.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Update Eve according to the new WebKit/Efl API

2009-06-16 Thread André Pedralho
Hi guys,

follows a new patch to run Eve using the WebKit/Efl released today.

Index: src/bin/eve_navigator.c
 ===
 --- src/bin/eve_navigator.c (revision 41059)
 +++ src/bin/eve_navigator.c (working copy)
 @@ -262,7 +262,7 @@

 edje_object_part_unswallow(priv->edje, priv->scrolled);

 -   ewk_theme_set(priv->file);
 +   ewk_webview_object_theme_set(priv->webview, priv->file);

 if (!edje_object_file_set(priv->edje, priv->file, priv->group))
   {

Barbieri, can you commit it?

Thanks,

--
Andre Pedralho

2009/6/6 Gustavo Sverzut Barbieri :
> commited, thanks.
>
> 2009/6/3 André Pedralho :
>> Hi all,
>>
>> follows two patches that allow Eve to run using the newest WebKit/Efl API.
>>
>> The first one just changes the names of some vars (all of them
>> regarding the load progress feature).
>>
>> The second one removes the keyboard and mouse feed functions, which is
>> now a WebKit/Efl duty. We are now able to use mouse wheel in Google
>> Maps. :)
>>
>> TODO:
>> * fix Eve theme. It can use the default WebKit/Efl theme (installed by
>> default in /usr/local/share/webkit-1.0/theme/default.edj) or can be
>> refactored according to the new theme architecture.
>> * fix plugins. Plugins area are shown, but content is just gray. It is
>> also bad positioned. So it seems to be a WebKit/Efl issue.
>>
>> PS.: glima has approved the patches and asked me to send it to you all.
>>
>> See you,
>>
>> --
>> André Pedralho
>>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] WebKit/EFL 0.1 released

2009-06-16 Thread André Pedralho
Hi all,

I'm very proud to announce that the first WebKit/Efl release is out.

Antonio has prepared a more detailed post in his blog:
http://tonikitoo.blogspot.com/

I've just sent a patch to fix Eve build. As soon as it is commited you
can build and run it.

Eve: http://svn.enlightenment.org/svn/e/trunk/PROTO/eve
WebKit/Efl:

# git clone git://gitorious.org/webkit-efl/webkit-efl.git webkit
# cd webkit
# git checkout origin/master
# git checkout -b # e.g. webkit-efl
# get all dependencies installed - run |configure| to get a list of
needed packages
# WebKitTools/Scripts/build-webkit --efl --makeargs=<-s -jXX>
# WebKitTools/Scripts/run-launcher --efl

Best regards,

-- 
André Pedralho

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri IN trunk/evas/src: lib modules/engines modules/loaders modules/savers

2009-06-16 Thread Vincent Torri


On Tue, 16 Jun 2009, Enlightenment SVN wrote:

> Log:
>  be explicit about SUBDIRS and DIST_SUBDIRS, fix maintainer-clean.
>
>  automake was "smart enough" to include in DIST_SUBDIRS even when 'if'
>  clause didn't add it to SUBDIRS, that was causing modules like XPM be
>  added twice, resulting maintainer-clean to double-clean the directory
>  (one from src/modules/loaders and other from src/lib), failing on the
>  second time.

to be more precise, from automake manual:

"If SUBDIRS contains AC_SUBST variables, DIST_SUBDIRS will not be defined 
correctly because Automake does not know the possible values of these 
variables. In this case DIST_SUBDIRS needs to be defined manually."

this is actually the case

Vincent

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri IN trunk/evas/src: lib modules/engines modules/loaders modules/savers

2009-06-16 Thread Vincent Torri


On Tue, 16 Jun 2009, Vincent Torri wrote:
> On Tue, 16 Jun 2009, Enlightenment SVN wrote:
>
>> Log:
>>  be explicit about SUBDIRS and DIST_SUBDIRS, fix maintainer-clean.
>>
>>  automake was "smart enough" to include in DIST_SUBDIRS even when 'if'
>>  clause didn't add it to SUBDIRS, that was causing modules like XPM be
>>  added twice, resulting maintainer-clean to double-clean the directory
>>  (one from src/modules/loaders and other from src/lib), failing on the
>>  second time.
>
> to be more precise, from automake manual:
>
> "If SUBDIRS contains AC_SUBST variables, DIST_SUBDIRS will not be defined 
> correctly because Automake does not know the possible values of these 
> variables. In this case DIST_SUBDIRS needs to be defined manually."

Also:

"If SUBDIRS is defined conditionally using Automake conditionals, Automake 
will define DIST_SUBDIRS automatically from the possible values of SUBDIRS 
in all conditions."

So, instead of adding DIST_SUBDIR, we can use conditionals. If you want, i 
can do that. It's easy.

Vincent

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: barbieri IN trunk/evas/src: lib modules/engines modules/loaders modules/savers

2009-06-16 Thread Gustavo Sverzut Barbieri
On Tue, Jun 16, 2009 at 6:08 PM, Vincent Torri wrote:
>
>
> On Tue, 16 Jun 2009, Vincent Torri wrote:
>> On Tue, 16 Jun 2009, Enlightenment SVN wrote:
>>
>>> Log:
>>>  be explicit about SUBDIRS and DIST_SUBDIRS, fix maintainer-clean.
>>>
>>>  automake was "smart enough" to include in DIST_SUBDIRS even when 'if'
>>>  clause didn't add it to SUBDIRS, that was causing modules like XPM be
>>>  added twice, resulting maintainer-clean to double-clean the directory
>>>  (one from src/modules/loaders and other from src/lib), failing on the
>>>  second time.
>>
>> to be more precise, from automake manual:
>>
>> "If SUBDIRS contains AC_SUBST variables, DIST_SUBDIRS will not be defined
>> correctly because Automake does not know the possible values of these
>> variables. In this case DIST_SUBDIRS needs to be defined manually."
>
> Also:
>
> "If SUBDIRS is defined conditionally using Automake conditionals, Automake
> will define DIST_SUBDIRS automatically from the possible values of SUBDIRS
> in all conditions."
>
> So, instead of adding DIST_SUBDIR, we can use conditionals. If you want, i
> can do that. It's easy.

that was the old way... I did th full DIST_SUBDIR changes to keep it
similar, but you could change cedric's to SUBDIRS+= instead of new
variables and it would work EXCEPT by src/lib/Makefile.am, where they
should NOT be listed in SUBDIRS.


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Update Eve according to the new WebKit/Efl API

2009-06-16 Thread Gustavo Sverzut Barbieri
in svn, thanks.

2009/6/16 André Pedralho :
> Hi guys,
>
> follows a new patch to run Eve using the WebKit/Efl released today.
>
> Index: src/bin/eve_navigator.c
>  ===
>  --- src/bin/eve_navigator.c (revision 41059)
>  +++ src/bin/eve_navigator.c (working copy)
>  @@ -262,7 +262,7 @@
>
>     edje_object_part_unswallow(priv->edje, priv->scrolled);
>
>  -   ewk_theme_set(priv->file);
>  +   ewk_webview_object_theme_set(priv->webview, priv->file);
>
>     if (!edje_object_file_set(priv->edje, priv->file, priv->group))
>       {
>
> Barbieri, can you commit it?
>
> Thanks,
>
> --
> Andre Pedralho
>
> 2009/6/6 Gustavo Sverzut Barbieri :
>> commited, thanks.
>>
>> 2009/6/3 André Pedralho :
>>> Hi all,
>>>
>>> follows two patches that allow Eve to run using the newest WebKit/Efl API.
>>>
>>> The first one just changes the names of some vars (all of them
>>> regarding the load progress feature).
>>>
>>> The second one removes the keyboard and mouse feed functions, which is
>>> now a WebKit/Efl duty. We are now able to use mouse wheel in Google
>>> Maps. :)
>>>
>>> TODO:
>>> * fix Eve theme. It can use the default WebKit/Efl theme (installed by
>>> default in /usr/local/share/webkit-1.0/theme/default.edj) or can be
>>> refactored according to the new theme architecture.
>>> * fix plugins. Plugins area are shown, but content is just gray. It is
>>> also bad positioned. So it seems to be a WebKit/Efl issue.
>>>
>>> PS.: glima has approved the patches and asked me to send it to you all.
>>>
>>> See you,
>>>
>>> --
>>> André Pedralho
>>>
>> --
>> Gustavo Sverzut Barbieri
>> http://profusion.mobi embedded systems
>> --
>> MSN: barbi...@gmail.com
>> Skype: gsbarbieri
>> Mobile: +55 (19) 9225-2202
>>
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel