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

2010-12-05 Thread Tom Hacohen
On Thu, 2010-12-02 at 19:47 +0100, Dave Andreoli wrote: The freeze hell will not be over at 1.0, we will have to freeze for 1.1 and so on, we must accustom ourself to real software life cycle. Obviously, but let's take it one hell at a time. Furthermore, in the future it will be different

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2010-12-05 Thread Fabiano Fidêncio
Why not use eina_stringshare_replace() ? On Sun, Dec 5, 2010 at 1:12 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: maybe fix del ref 0 string then add it back with same handle? Author:       raster Date:         2010-12-04 19:12:34 -0800 (Sat, 04 Dec 2010) New Revision:

Re: [E-devel] Link time optimization

2010-12-05 Thread Tom Hacohen
I generally agree with this claim, and it's true about many things, but I also think we should include recommended defaults for people who are unsure about what's good/wanted. If not in the configure so at least in the README/INSTALL :) Don't you think? This will mean more users will benefit from

[E-devel] Genlist group item

2010-12-05 Thread 김재환
Hello, We made group title in genlist. And the API elm_genlist_item_append_with_group is used when item is appended in group. But I want to use the same API when normal item, child item and the member item of the group are appended. So I changed the code of the API elm_genlist_item_append

Re: [E-devel] e.org trac images

2010-12-05 Thread Bertrand Jacquin
Hi, I can't find traces of included images. This is maybe broken this a long time. Anyway, images are still present on e2, so I reput them into database and for most of other pages too. Beber D'ar sadorn 04 a viz Kerzu 2010 e 12 eur 53, « Rui Miguel Silva Seabra » he deus skrivet : Em

Re: [E-devel] e.org trac images

2010-12-05 Thread Rui Miguel Silva Seabra
Thanks. But it's not broken for a long time, well, it may depend on the definition of long. I've been doing some finetunning of elmdentica's edc and I viewed the images and the next day not anymore. Rui Em 05-12-2010 11:48, Bertrand Jacquin escreveu: Hi, I can't find traces of included

Re: [E-devel] E SVN: raster trunk/edje/src/lib

2010-12-05 Thread Gustavo Sverzut Barbieri
On Sun, Dec 5, 2010 at 6:12 AM, Fabiano Fidêncio fiden...@profusion.mobi wrote: Why not use eina_stringshare_replace() ? because he'll never remember of such utility On Sun, Dec 5, 2010 at 1:12 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: maybe fix del ref 0 string then add

Re: [E-devel] Link time optimization

2010-12-05 Thread The Rasterman
On Sun, 05 Dec 2010 10:13:05 +0200 Tom Hacohen tom.haco...@partner.samsung.com said: i have no problems with the README suggestion optimizations you'd like to use. making it a configure --enable-optimizations isn't any better than saying 'recommended optimizations: export CFLAGS=...' with the

Re: [E-devel] e.org trac images

2010-12-05 Thread The Rasterman
On Sun, 05 Dec 2010 14:00:14 + Rui Miguel Silva Seabra r...@1407.org said: the problem is that it will continue to randomly lose the attachment db and thus the images. the files are there, but trac refuses o just use the files as-is. it needs them in the db too (stupid). if the losing the db

Re: [E-devel] e.org trac images

2010-12-05 Thread Bertrand Jacquin
Hi, Actually when I first do change on db structures/requests, I didn't check all pages but concentrate on db. This was a miss. But I'm pretty sure that it have been no images/attachements loose since 10/13. I can be wrong. Beber D'ar lun 06 a viz Kerzu 2010 e 00 eur 35, « Carsten Haitzler » he

[E-devel] [PATCH] elm_slider patch for disable state

2010-12-05 Thread Jihoon Kim
Hello, all. elm_slider does not support disable state, so I make this patch. Please review it and upload in svn if it is ok. Thanks. Index: src/lib/elm_slider.c === --- src/lib/elm_slider.c(¸®ºñÀü 55279) +++

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: include lib tests

2010-12-05 Thread Gustavo Sverzut Barbieri
Since ur breaking API, add void*data to callbacks, otherwise u make bindings harder if not impossible. On Sunday, December 5, 2010, Enlightenment SVN no-re...@enlightenment.org wrote: Log: api break: send return value of calls to client callbacks when set  typedef Eina_Error

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: include lib tests

2010-12-05 Thread Mike Blumenkrantz
On Sun, 5 Dec 2010 23:54:23 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Since ur breaking API, add void*data to callbacks, otherwise u make bindings harder if not impossible. On Sunday, December 5, 2010, Enlightenment SVN no-re...@enlightenment.org wrote: Log: api

Re: [E-devel] E SVN: discomfitor IN trunk/PROTO/azy/src: include lib tests

2010-12-05 Thread Mike Blumenkrantz
On Sun, 5 Dec 2010 21:07:35 -0500 Mike Blumenkrantz m...@zentific.com wrote: On Sun, 5 Dec 2010 23:54:23 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: Since ur breaking API, add void*data to callbacks, otherwise u make bindings harder if not impossible. On Sunday,