Re: [E-devel] eve bugs (acidx + abgrilo)

2010-12-01 Thread Treviño
Il giorno lun, 29/11/2010 alle 23.16 -0200, Gustavo Sverzut Barbieri ha scritto: scrolling on sites is broken. the scrollbar moves but the content does not redraw (it does move though, since you can't click links after scrolling) Indeed, weirdo but seems it's missing repaint. If you resize

[E-devel] [PATCH] eve: makes the reload button fully reload a page on error

2010-12-01 Thread Treviño
There's an issue in eve: if a page can't be loaded (due to network or other instability issues), a message error page is displayed, but if you try to reload that page to recover that, you still get the error because the reload button just calls the ewk_view_reload() function, and that's not

Re: [E-devel] eve bugs (acidx + abgrilo)

2010-12-01 Thread Lucas De Marchi
On Wed, Dec 1, 2010 at 11:34 AM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: Il giorno lun, 29/11/2010 alle 23.16 -0200, Gustavo Sverzut Barbieri ha scritto: scrolling on sites is broken.  the scrollbar moves but the content does not redraw (it does move though, since you can't click

[E-devel] [Patch] elm_index documentation

2010-12-01 Thread Daniel Juyung Seo
Dear all, I've attached elm_index smart callback documentations. I added level,up and level,down comments and fixed typo. This is so small. Please review and apply this to upstream. Thank you. Daniel Juyung Seo. Index: Elementary.h.in

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread Helen Fornazier
On Wed, Dec 1, 2010 at 12:45 AM, ChunEon Park chuneon.p...@samsung.comwrote: Hi, This is Hermet Because original elm_transit had event blocking for the objects in default, it had two APIs - elm_transit_event_block_disabled_set, elm_transit_event_block_disabled_get. But the concept is

Re: [E-devel] [Patch] elm_index documentation

2010-12-01 Thread Rui Miguel Silva Seabra
Em 01-12-2010 15:35, Daniel Juyung Seo escreveu: Dear all, I've attached elm_index smart callback documentations. I added level,up and level,down comments and fixed typo. This is so small. Please review and apply this to upstream. Thank you. Daniel Juyung Seo. Thanks for your patch, I

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread Daniel Juyung Seo
I agree with Helen. Even the event block is set by default and I understand why Hermet prefers elm_transit_event_block_disabled_set(), elm_transit_event_block_set(transit, EINA_TRUE) is less confusing than elm_transit_event_block_disabled_set(transit, EINA_TRUE). But I think BOTH are confusing.

Re: [E-devel] [PATCH] eve: use file realpath for file:// schema

2010-12-01 Thread Treviño
Il giorno mar, 30/11/2010 alle 10.37 -0200, Leandro Pereira ha scritto: On Mon, Nov 29, 2010 at 10:09 PM, Marco Trevisan (Treviño) m...@3v1n0.net wrote: In previous patches I forgot to use the file absolute path when processing a file:// schema. Webkit doesn't work with relative paths, so

Re: [E-devel] [Patch] elm_index documentation

2010-12-01 Thread Daniel Juyung Seo
Oh it was my mistake. I should have considered that. Thank you. Daniel Juyung Seo. On Thu, Dec 2, 2010 at 2:36 AM, Rui Miguel Silva Seabra r...@1407.org wrote: Em 01-12-2010 15:35, Daniel Juyung Seo escreveu: Dear all, I've attached elm_index smart callback documentations. I added level,up

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: data/themes src/bin src/lib

2010-12-01 Thread Bruno Dilly
On Wed, Dec 1, 2010 at 7:54 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: magnet-action (slider) Why are you changing this, Raster? Don't you think magnetslider explains much better what this widget do than actionslider? I would be glad to hear from you why are you changing the

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread Gustavo Sverzut Barbieri
On Wed, Dec 1, 2010 at 4:00 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: I agree with Helen. Even the event block is set by default and I understand why Hermet prefers elm_transit_event_block_disabled_set(), elm_transit_event_block_set(transit, EINA_TRUE) is less confusing than

[E-devel] [PATCH] eve: add support for Android User-Agent

2010-12-01 Thread Treviño
Here you are. From cf304bd2cedfd45452d2db3d55b7c92fd61110bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20(Trevi=C3=B1o)?= m...@3v1n0.net Date: Wed, 1 Dec 2010 19:58:27 +0100 Subject: [PATCH] eve: support Android useragent --- src/bin/chrome.c |1 + src/bin/main.c |4 +++-

Re: [E-devel] [Patch] elm_index documentation

2010-12-01 Thread Rui Miguel Silva Seabra
Hey, no problem, I just spotted that and rather than swapping emails back and forth I gave it a nudge. Please keep them coming :) Best, Rui Em 01-12-2010 18:11, Daniel Juyung Seo escreveu: Oh it was my mistake. I should have considered that. Thank you. Daniel Juyung Seo. On Thu, Dec 2,

[E-devel] [PATCH] eve: save history and favorites when added

2010-12-01 Thread Treviño
I often experience crashes when using eve, when I reload it no saved informations (like favorites) or history are kept. Why not saving them when something changes? What about saving the configuration as soon as something has changed, too? Bye. From ef308f5cab2d614570287127908186337592267c Mon

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: data/themes src/bin src/lib

2010-12-01 Thread The Rasterman
On Wed, 1 Dec 2010 16:32:02 -0200 Bruno Dilly bdi...@profusion.mobi said: 1. because actionslider vs magnetslider really makes little to no difference in name. in fact magnetslider.. is possibly worse. magnet? what does this do? well it sliders? magnet? - it's a choice of an action to do. so it's

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread Dave Andreoli
2010/12/1 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Wed, Dec 1, 2010 at 4:00 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: I agree with Helen. Even the event block is set by default and I understand why Hermet prefers elm_transit_event_block_disabled_set(),

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: data/themes src/bin src/lib

2010-12-01 Thread Daniel Juyung Seo
Many people are suffering from widget names :( As a contributor of actionslider, I prefer magnetslider. Someone already named it to actionslider before I came to this team. I rewrote actionslider from scratch because previous version does not follow elementary widget structures. And contributed

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread ChunEon Park
Hi this is Hermet. The reason why i used the API name is any other APIs follow the naming rule. For example, elm_object_disabled_set, elm_gengrid_item_disabled_set elm_entry_context_menu_disabled_set elm_toobl_item_disabled_set Frackly, I dont prefer

Re: [E-devel] [Patch] elm_transit

2010-12-01 Thread ChunEon Park
Ah.. of course when i named this API, I remember there are no enabled_set maybe. The problem is that current SLP developers may use this APIs. So if it did not need to change, i just prefered keeping. Thanks. :) --- Original Message --- Sender :

[E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-01 Thread Mike McCormack
Hi All, Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and frees as the main loop iterates. thanks, Mike From cd148e46e37f11b603df89faa5e0d86f7382ac9a Mon Sep 17 00:00:00 2001 From: Mike McCormack

Re: [E-devel] [PATCH] ecore main loop fd_handlers_to_call list optimization

2010-12-01 Thread Mike Blumenkrantz
On Thu, 02 Dec 2010 15:22:13 +0900 Mike McCormack mj.mccorm...@samsung.com wrote: Hi All, Rather than using malloc'ed list entries in the mail loop, use a single linked in-place list. This avoid lots of mallocs and frees as the main loop iterates. thanks, Mike Tested, produces a