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 <[email protected]>:
> commited, thanks.
>
> 2009/6/3 André Pedralho <[email protected]>:
>> 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: [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to