[E-devel] Graphics on Trac

2010-11-16 Thread Luis Felipe Strano Moraes
Hey guys, I just replaced the graphics that were on the http://trac.enlightenment.org/e/wiki/EFLOverview page with new ones done by Marina, who works at ProFUSION as a designer. She also sent me the svg files that were used for them, if anyone wants to use it as a source for future graphics here

Re: [E-devel] Graphics on Trac

2010-11-16 Thread Luis Felipe Strano Moraes
If I had a nickel for every attachment that was lost in these mailing lists... http://people.profusion.mobi/~lfelipe/efl/graphic_svgs.tar.bz2 --lf On Tue, Nov 16, 2010 at 10:57 AM, Luis Felipe Strano Moraes wrote: > Hey guys, > > I just replaced the graphics that were on the > http://trac.enli

Re: [E-devel] [Patch] elm_animator

2010-11-16 Thread Bruno Dilly
Applied, thanks. 2010/11/14 박춘언 : > Oh. thanks. i tried again. > > -Original Message- > From: "Carsten Haitzler" > To: "박춘언" > Cc: enlightenment-devel@lists.sourceforge.net > Sent: 10-11-14(일) 11:15:42 > Subject: Re: [E-devel] [Patch] elm_animator >

[E-devel] [PATCH] eve cookies file support and cookie policy configuration

2010-11-16 Thread Treviño
These small patches allow a better cookie handling in eve. The first patch (eve-EWebKit-cookies-file-support-added.patch) sets the "cookies.txt" file in which eve should store cookies for keeping them throught sessions.. The policy configuration patches allow to set a configuration parameter for

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-16 Thread Bruno Dilly
On Sun, Nov 14, 2010 at 8:48 AM, Gustavo Sverzut Barbieri wrote: > On Sun, Nov 14, 2010 at 8:28 AM, Viktor Kojouharov > wrote: >> That doesn't seem right. >> >>  elm_gengrid_item_data_set effectively calls elm_widget_item_data_set, which >> sets the data in Elm_Widget_Item->data, whereas the data

[E-devel] [PATCH] eve: always sanitize input URIs

2010-11-16 Thread Treviño
Here you are a small patch for eve to make it always load an http:// link if no protocol is specified. Bye From bedf0cc1195c9f850c4c9dbefab5185397713744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20(Trevi=C3=B1o)?= Date: Tue, 16 Nov 2010 17:02:33 +0100 Subject: [PATCH] eve: sanitiz

Re: [E-devel] [PATCH] eve: always sanitize input URIs

2010-11-16 Thread Leandro Pereira
On Tue, Nov 16, 2010 at 3:28 PM, Marco Trevisan (Treviño) wrote: > Here you are a small patch for eve to make it always load an http:// > link if no protocol is specified. Patch looks fine, but look out for coding style: http://trac.enlightenment.org/e/wiki/ECoding -- Cheers,   Leandro ---

Re: [E-devel] [PATCH] eve: always sanitize input URIs

2010-11-16 Thread Treviño
Il giorno mar, 16/11/2010 alle 15.35 -0200, Leandro Pereira ha scritto: > On Tue, Nov 16, 2010 at 3:28 PM, Marco Trevisan (Treviño) > wrote: > > Here you are a small patch for eve to make it always load an http:// > > link if no protocol is specified. > > Patch looks fine, but look out for coding

Re: [E-devel] User Cannot Shutdown System

2010-11-16 Thread Andreas Volz
Am Sat, 13 Nov 2010 17:06:17 -0600 schrieb Jeff Hoogland: > Howdy All, > > So I've installed E17 from .debs I compiled and it works great except > for two issues. > > The first is that my default user cannot shutdown or restart the > system. I see this problem also since I recompiled E17 the l

[E-devel] Scrollering bug using bubble+anchorblock

2010-11-16 Thread Daniele Ricci
Greetings, I think there is a bug in scroller or bubble. You can reproduce it in Anchorblock test in elementary_test. If you try to click to scroll (starting from the bottom of the scroller viewport), the scroller moves to another position; this happens just on mouse down event. As soon as you beg

Re: [E-devel] [PATCH] eve: always sanitize input URIs

2010-11-16 Thread Vincent Torri
On Tue, 16 Nov 2010, Marco Trevisan (Treviño) wrote: Here you are a small patch for eve to make it always load an http:// link if no protocol is specified. shouldn't the sanitize function go into eina ? it can be used by emotion, too, or other tools like a photo viewer for displaying images

[E-devel] [Patch] added elm_genlist_item_item_class_update API and some other patches.

2010-11-16 Thread Daniel Juyung Seo
Hello, I have a patch for genlist. 1. elm_genlist_item_item_class_update() API It is required to change an item's item class on run-time. Applications want to change a certain item's style and callbacks dynamically. This looks ok because changing one item's style does not affect performance, And t

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-16 Thread Gustavo Sverzut Barbieri
On Tue, Nov 16, 2010 at 2:53 PM, Bruno Dilly wrote: > On Sun, Nov 14, 2010 at 8:48 AM, Gustavo Sverzut Barbieri > wrote: >> On Sun, Nov 14, 2010 at 8:28 AM, Viktor Kojouharov >> wrote: >>> That doesn't seem right. >>> >>>  elm_gengrid_item_data_set effectively calls elm_widget_item_data_set, whi

Re: [E-devel] [Patch] added elm_genlist_item_item_class_update API and some other patches.

2010-11-16 Thread Gustavo Sverzut Barbieri
On Tue, Nov 16, 2010 at 11:02 PM, Daniel Juyung Seo wrote: > Hello, > I have a patch for genlist. > > 1. elm_genlist_item_item_class_update() API > It is required to change an item's item class on run-time. > Applications want to change a certain item's style and callbacks > dynamically. > This lo

Re: [E-devel] gen(grid|list)_item del function and its parameters

2010-11-16 Thread The Rasterman
On Tue, 16 Nov 2010 23:15:43 -0200 Gustavo Sverzut Barbieri said: > On Tue, Nov 16, 2010 at 2:53 PM, Bruno Dilly wrote: > > On Sun, Nov 14, 2010 at 8:48 AM, Gustavo Sverzut Barbieri > > wrote: > >> On Sun, Nov 14, 2010 at 8:28 AM, Viktor Kojouharov > >> wrote: > >>> That doesn't seem right. >

Re: [E-devel] E SVN: discomfitor trunk/ecore/src/lib/ecore

2010-11-16 Thread Vincent Torri
On Tue, 16 Nov 2010, Enlightenment SVN wrote: > Log: > scaling optimizations round 2: add list for fd handler buffer functions > also delete fdhs from prep/buf lists on cleanups when possible shouldn't that stuff be done after 1.0 ? Vincent > > Author: discomfitor > Date: 2010