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

2011-04-29 Thread Vincent Torri
On Sat, 30 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > On Fri, 29 Apr 2011 17:26:23 +0200 Joerg Sonnenberger > > 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

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

2011-04-29 Thread Mike Blumenkrantz
On Sat, 30 Apr 2011 11:33:51 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sat, 30 Apr 2011 08:56:11 +1000 David Seikel said: > > > On Sat, 30 Apr 2011 02:12:49 +0900 sangho park > > wrote: > > > > > as basic concept, route information can be acquired by service, not > > > local data. >

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 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 > > in eyesight ?

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 said: > On Sat, 30 Apr 2011 02:12:49 +0900 sangho park > 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

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 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 local map and rout

[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 -- W

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

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 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, every applica

[E-devel] [Patch] Engage doesn't show up after a previously maximized window is minimized

2011-04-29 Thread Alek Mosingiewicz
Hello, So here I am trying to once again send the patch, and to do it properly this time... The Engage dock would stay hidden after a window that was previously maximized became minimized. I've added another condition to the loop in e_win_intersects function to check the window state; if i

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 wrote: > On Fri, Apr 29, 2011 at 7:38 AM, Jiyoun Park 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 sh

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] 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 gpsd

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

2011-04-29 Thread Joerg Sonnenberger
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 > in eyesight ? Only if you fork once per page or something like that. Give it a min

Re: [E-devel] Presentation of elm

2011-04-29 Thread Nicolas Aguirre
2011/4/29 Atton Jonathan > I will create a new one. > > But some presentations and exemples for edje will be commit in the next > days. > > You mean mine ? If yes where is the best place to commit them ? Note that comments and text are in french. So i was thinking to commit them in trunk/DOCS/fr/

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 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 elm don't have c

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 said: > > > On Fri, 29 Apr 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 27 Apr 2011 14:06:59 +0200 (CEST) Vincent Torri > > said: > > > >>> can do - that.. once it becomes useful to do it. ie.. when there is > 1 > >>> bina

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 i

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

2011-04-29 Thread Bruno Dilly
On Fri, Apr 29, 2011 at 9:33 AM, Enlightenment SVN wrote: > Log: > Elementary layout: Removed 'const' from elm_layout_content_get() API. > >  This API callers can handle layout content. ex) >  evas_object_del(content); I didn't understand. Are you using elm_layout_content_get to delete the conten

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 wrote: > On Thu, Apr 28, 2011 at 1:18 PM, Eduardo Felipe > 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 patch of mine is accepted without >> attribution

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 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 forces th

Re: [E-devel] Presentation of elm

2011-04-29 Thread Atton Jonathan
I will create a new one. But some presentations and exemples for edje will be commit in the next days. 2011/4/29 Daniel Juyung Seo > Hi, any updates on this topic? > Atton, did you get any good material? > > I think now it's time to make this kind of presentation materials to > trunk/MARKETTING

Re: [E-devel] Presentation of elm

2011-04-29 Thread Daniel Juyung Seo
Hi, any updates on this topic? Atton, did you get any good material? I think now it's time to make this kind of presentation materials to trunk/MARKETTING. I'll update mine if I have a good one. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 6, 2011 at 10:42 PM, Carsten Haitzler wrote: > On Wed,

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 Daniel Juyung Seo (SeoZ) On Fri, Apr

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

2011-04-29 Thread Atton Jonathan
the discussion was short. It was only the idea :D I was planning to name it emap. *emap_tile* : download images from osm ... *emap_route*: data source used by elm_map. User can create a route by adding waypoints *emap_route_gpx* : create route from a gpx file *emap_route_search*: calculate route

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

2011-04-29 Thread sangho park
hi raster & watchwolf... i didn't do anything yet. :( but map manager is goood suggestion for me. if possible, i want to join the project. only i can guess that you'll make emap_ APIs... just guess :) if you commit the new library, pls let me know the svn path. btw.. can i find your discussi

[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 su

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 wrote: > 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'

[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 only

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-de

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 > 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 ano

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] [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. 2011/

Re: [E-devel] Elementary header fix

2011-04-29 Thread Lionel Orry
On Fri, Apr 29, 2011 at 11:05 AM, Daniel Juyung Seo wrote: > However changing API name suddenly is so dangerous. > So I'll announce this first and I will change all codes in trunk. Indeed, but it's still easier than after the 1.0 release where we can't change the API without increasing version.

Re: [E-devel] Elementary header fix

2011-04-29 Thread Daniel Juyung Seo
Thank you Lionel! Because of you I found that the name is so wrong in elementary :( Box and Toolbar use 'homogenous'. Genlist uses 'homogeneous'. Table uses both 'homogeneous' and 'homogenous'. This needs to be fixed. I think it's better to unify the names to 'homogenous'. However changing API na

[E-devel] Elementary header fix

2011-04-29 Thread Lionel Orry
Hi devs, while working on the ffi-efl Ruby bindings for the EFL, I noticed a wrong declaration in Elementary.h: s/elm_table_homogeneous_get/elm_table_homogenous_get/. The patch can be found here: http://pastie.org/1846490 To apply: cd wget -O - http://pastie.org/pastes/1846490/download | patch

[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] E SVN: cedric IN trunk/eio: . src/lib

2011-04-29 Thread Cedric BAIL
On Thu, Apr 28, 2011 at 7:07 PM, Vincent Torri wrote: > On Thu, 28 Apr 2011, Enlightenment SVN wrote: >> Log: >> eio: also copy xattr when available. >> >> Author:       cedric >> Date:         2011-04-28 09:45:45 -0700 (Thu, 28 Apr 2011) >> New Revision: 59015 >> Trac:         http://trac.enlight

[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