Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-29 Thread Vincent Torri
On Fri, 29 Apr 2011, Carsten Haitzler (The Rasterman) wrote: On Wed, 27 Apr 2011 14:06:59 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: can do - that.. once it becomes useful to do it. ie.. when there is 1 binary :) pdf, dvi, ps djvu. once someone starts another blob of src for

Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore_imf

2011-04-29 Thread Vincent Torri
On Thu, 28 Apr 2011, Enlightenment SVN wrote: Log: From: Jihoon Kim jihoon48@samsung.com Subject: [E-devel] [PATCH] Add ecore_imf_context_autocapital_type_{set, get}, To support the autocapitalization feature, I'd like to add ecore_imf_context_autocapital_type_{set,get} API. I

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-29 Thread The Rasterman
On Fri, 29 Apr 2011 08:02:12 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: On Fri, 29 Apr 2011, Carsten Haitzler (The Rasterman) wrote: On Wed, 27 Apr 2011 14:06:59 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: can do - that.. once it becomes useful to do it. ie..

Re: [E-devel] Patch to the engage module

2011-04-29 Thread hannes.janet...@gmail.com
On Thu, Apr 28, 2011 at 6:29 AM, Alek Mosingiewicz almos...@gmail.com wrote: Hi,  Previously the Engage panel failed to show up after minimizing a previously maximized window if the autohide was set to Overlap. It irked me, so I went through the code and patched it. The new version of the

Re: [E-devel] Proposal on extending elm_notify functionalities for having title support

2011-04-29 Thread Daniel Juyung Seo
1. Add this feature to notify. 2. Make a new widget 3. Use elm_layout 1 doesn't look so promising. I prefer 2. Those kind of combination(title, content, action area) is common I think. We can do this by 3 even now :) But still 2 is useful :) Thanks. Daniel Juyung Seo (SeoZ) On Fri, Apr 29,

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-29 Thread Daniel Juyung Seo
It's already in SVN :) Thanks. Daniel Juyung Seo (SeoZ) On Fri, Apr 29, 2011 at 3:03 PM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 27 Apr 2011 09:51:05 +0900 sangho park gouach...@gmail.com said: approved. commit it to svn :) (you have access) :) Dear all, this patch is for

Re: [E-devel] [Patch] els_scroller default wheel control

2011-04-29 Thread The Rasterman
On Fri, 29 Apr 2011 15:35:26 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: pfpft! :-P :) It's already in SVN :) Thanks. Daniel Juyung Seo (SeoZ) On Fri, Apr 29, 2011 at 3:03 PM, Carsten Haitzler ras...@rasterman.comwrote: On Wed, 27 Apr 2011 09:51:05 +0900 sangho park

[E-devel] [Review] [Patch] Evas - evas_object_map_ y-invert case for Native Surface

2011-04-29 Thread Sung W. Park
Hi all, As I was testing evas_gl, I've ran into a bug when I'm using the evas_object_map_* functions. I don't necessarily want to say it's a bug because it did say // FIXME: handle yinvert ERR(not handling inverted y case for map); So i'm submitting a patch that handles the yinvert case.

[E-devel] [Patch] elm_gengrid calc_job bug patch

2011-04-29 Thread Jeonghyun Yun
Hello. I attached the patch file for calc_job bug. I found ecore_magic_fail problem when ecore_job_del(wd-calc_job). wd-calc_job should also to be NULL when pan_smart's cvw and cvh is 0 in calc_job(). Please check about this patch. Thanks. Index: src/lib/elm_gengrid.c

[E-devel] [Patch] els_scroller bug patch.

2011-04-29 Thread Jaehwan Kim
Dear Tom, I and Seoz found some problem about _elm_smart_scroller_wanted_region_set in els_scroller. While genlist items are appended, momentum animation in scroller cannot operate. It's why _elm_smart_Scroller_wanted_region_set is called continually. It's the problem which Seoz told you. and I

Re: [E-devel] [Patch] els_scroller bug patch.

2011-04-29 Thread Tom Hacohen
Dear Jaehwan, The patch looks reasonable. I don't have time to really test it at the moment, but I will test it as soon as I can. This needs proper testing because wanted x is really needed in some weird cases of resizing the scroller in certain ways, flipping ui-mirroring and etc. -- Tom.

Re: [E-devel] composite problem

2011-04-29 Thread Mathieu Taillefumier
Hi Carsten, next time you get it... go to a text console - get a backtrace. send it here. :) Did you have a look at the log file attached to the message I send previously ;-). I got a backtrace of the problem, but I am an expert in multi threading so... And as i pointed out it is random.

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-29 Thread Vincent Torri
On Fri, 29 Apr 2011, Carsten Haitzler (The Rasterman) wrote: On Wed, 27 Apr 2011 14:06:59 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: can do - that.. once it becomes useful to do it. ie.. when there is 1 binary :) pdf, dvi, ps djvu. once someone starts another blob of src for

Re: [E-devel] [Patch] els_scroller bug patch.

2011-04-29 Thread Jaehwan Kim
Dear Tom I know your situation. ^^ Please test it when you can. Thanks. Jaehwan. From: tta...@gmail.com [mailto:tta...@gmail.com] On Behalf Of Tom Hacohen Sent: Friday, April 29, 2011 6:46 PM To: jae.hwan@samsung.com Cc: enlightenment-devel@lists.sourceforge.net Subject: Re:

[E-devel] [Patch] Evas gl shader use binary shader

2011-04-29 Thread Jiyoun Park
Hi. I make patch related with evas gl binary shader. The concept of binary shader is compile shader only once. Some people want to use binary shader because of performance issue. In current evas gl engine, every application have to compile shader each time. But I modify code , so

Re: [E-devel] [Patch] elm_gengrid calc_job bug patch

2011-04-29 Thread Daniel Juyung Seo
This is right patch! Thanks in SVN! Daniel Juyung Seo (SeoZ) On Fri, Apr 29, 2011 at 4:23 PM, Jeonghyun Yun jh0506@samsung.comwrote: Hello. I attached the patch file for calc_job bug. I found ecore_magic_fail problem when ecore_job_del(wd-calc_job). wd-calc_job should also to be NULL

[E-devel] Weird icon sizes in EFM

2011-04-29 Thread Tom Hacohen
Dear all, Look at this image: http://img801.imageshack.us/i/screenshotjs.png/ For some reason the bottom icon is now very small and forces the text to be very small as well. This is very weird. :| Using latest e+efl. Didn't happen to me last week with rev 58979 (pretty sure), and I'm even more

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread Daniel Juyung Seo
btw.. can i find your discussion about splitting elm_map into a new library? This one? http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg31924.html http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg31924.htmlDaniel Juyung Seo (SeoZ) On Fri, Apr

Re: [E-devel] Weird icon sizes in EFM

2011-04-29 Thread Tom Hacohen
Just to avoid confusion: the small icon is an icon, not a thumbnail of an image or anything. On Fri, Apr 29, 2011 at 2:43 PM, Tom Hacohen t...@stosb.com wrote: Dear all, Look at this image: http://img801.imageshack.us/i/screenshotjs.png/ For some reason the bottom icon is now very small and

Re: [E-devel] [PATCH] Add monotonic clock implementation for Mac OS X

2011-04-29 Thread Gustavo Sverzut Barbieri
On Thu, Apr 28, 2011 at 7:11 PM, Lucas De Marchi lucas.demar...@profusion.mobi wrote: On Thu, Apr 28, 2011 at 1:18 PM, Eduardo Felipe eduardofelip...@gmail.com wrote: I would appreciate if I'm mentioned as the author of the patch and the commit message is preserved. This is the third time a

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-04-29 Thread Daniel Juyung Seo
〉〉I didn't understand. Are you using elm_layout_content_get to delete the content ? Nope. That was just an example. Users need to handle contents by their own needs. That's why another elm_xxx_content_get APIs in elm don't have const I guess. 〉〉 Why aren't you using elm_layout_unset to unparent

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-29 Thread The Rasterman
On Fri, 29 Apr 2011 11:58:43 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: On Fri, 29 Apr 2011, Carsten Haitzler (The Rasterman) wrote: On Wed, 27 Apr 2011 14:06:59 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: can do - that.. once it becomes useful to do it. ie..

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-04-29 Thread Bruno Dilly
On Fri, Apr 29, 2011 at 11:10 AM, Daniel Juyung Seo seojuyu...@gmail.com wrote: 〉〉I didn't understand. Are you using elm_layout_content_get to delete the content ? Nope. That was just an example. Users need to handle contents by their own needs. That's why another elm_xxx_content_get APIs in

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread sangho park
these days i surveyed some maps solution (google maps, decarta, osm, and so on). so i defined some categories. - map - position - route - address - poi i tried to mapping this categories to emap_xxx APIs. the result is: - emap_source_xxx (osm, module) - emap_position_xxx (default solution is

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread Atton Jonathan
you are doing a difference between a route and a track. A route is a track + navigation ? I didn't think about the navigation. (position, poi and route) but I am ok with your proposition. We do not need to reinvent what people as google, yahoo, osm have already done. Using a classic API is good.

Re: [E-devel] [Patch] Evas gl shader use binary shader

2011-04-29 Thread Gustavo Sverzut Barbieri
On Fri, Apr 29, 2011 at 3:32 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Fri, Apr 29, 2011 at 7:38 AM, Jiyoun Park jy0703.p...@samsung.com wrote: Hi. I make patch related with evas gl binary shader. The concept of binary shader is  compile shader only once. Some

Re: [E-devel] [Patch] Evas gl shader use binary shader

2011-04-29 Thread Gustavo Sverzut Barbieri
On Fri, Apr 29, 2011 at 7:38 AM, Jiyoun Park jy0703.p...@samsung.com wrote: Hi. I make patch related with evas gl binary shader. The concept of binary shader is  compile shader only once. Some people want to use binary shader because of performance issue. In current evas gl engine,

Re: [E-devel] Default widget/dialog/module heading text color

2011-04-29 Thread Don Harden
Thanks for the pointer.Since, according to the docs, the default theme is a complete theme I loaded it and changed every reasonable color_class and style in the default theme, but could not find how to change the headings color. I was able to change many other colors so I know I was

[E-devel] another freezing bproblem

2011-04-29 Thread المسالم المسالمة
hello there is a hang problem at systemtray module some times i use some programs that can use systray module like opera vlc any way some times when i closeing one of those application the whole E17 will freez --

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread David Seikel
On Sat, 30 Apr 2011 02:12:49 +0900 sangho park gouach...@gmail.com wrote: as basic concept, route information can be acquired by service, not local data. we can extend route for shortest path using local backing store, but it's just option. yes..yes.. it'll be very good feature that uses

Re: [E-devel] splitting elm_map into a new library

2011-04-29 Thread The Rasterman
On Sat, 30 Apr 2011 08:56:11 +1000 David Seikel onef...@gmail.com said: On Sat, 30 Apr 2011 02:12:49 +0900 sangho park gouach...@gmail.com wrote: as basic concept, route information can be acquired by service, not local data. we can extend route for shortest path using local backing

Re: [E-devel] E SVN: raster trunk/evas_generic_loaders

2011-04-29 Thread The Rasterman
On Fri, 29 Apr 2011 17:26:23 +0200 Joerg Sonnenberger jo...@britannica.bec.de said: On Fri, Apr 29, 2011 at 11:58:43AM +0200, Vincent Torri wrote: I'm still wondering aboutefficiency : for example, for pdf rendering, shouldn't the use of a pdf generic loader be slower than wht i can achieve