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

2011-06-26 Thread Atton Jonathan
ok.

I am writting a specific widget without route. Cedric gave me a super idea
:D

2011/6/26 sangho park gouach...@gmail.com

 yes we need a new smart object for route..
 hmm.. there is a problem if you use line instead of polygon.
 when the map is rotated, some line object is disappear. T_T

 2011/6/25 Atton Jonathan jonathan.at...@gmail.com

 In my latest elm commit I am using emap.

 What need to be done:
 - remove the current route API from elm_map
 - rename the track API from elm_map_track to elm_map_route

 - add in emap the API to calculate a route (From A to B). This is what the
 API  elm_map_route do in elm_map

 I have replace objects polygon by line because polygon are too slow. I
 think using polygon is a good idea if we have only one polygon for the
 route.
 But I think we will need a specific smart object to manage color,
 selection of segments, move/add segment ...


 2011/5/16 Atton Jonathan jonathan.at...@gmail.com

 let's go for route.


 2011/5/16 sangho park gouach...@gmail.com

 i'm not good at english, but 'path' is unfamiliar to me.
 anyhow it's just naming issue. english-speaking people can confirm that
 easily :-)

 and..

 'split route  track' is good to me.
 if you okay, pls give me a time to do that.

 On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan 
 jonathan.at...@gmail.com wrote:


 ok emap can load a gpx file into a EMap_Track struct.


- Maybe Track is not correct, what do you think about path ?
- I think we should split route and track (of course route can use
track). Route is more complex (direction, notifications, calcul ...). 
 What
do you think about using two types in elementary:
   - map_track_add(EMap_Track) - Elm_Map_Track
   - map_route_add(EMap_Route) - Elm_Map_Route


 2011/5/3 Cedric BAIL cedric.b...@free.fr

 On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan 
 jonathan.at...@gmail.com wrote:
  lol, I am not a god :D

 Yes, we know that you are just worshiping Enki and Enlil !
 --
 Cedric BAIL




 --
 Regards.





 --
 Regards.




 --
 Regards.





-- 
Regards.
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-06-26 Thread Atton Jonathan
without lines :)

2011/6/26 Atton Jonathan jonathan.at...@gmail.com

 ok.

 I am writting a specific widget without route. Cedric gave me a super idea
 :D


 2011/6/26 sangho park gouach...@gmail.com

 yes we need a new smart object for route..
 hmm.. there is a problem if you use line instead of polygon.
 when the map is rotated, some line object is disappear. T_T

 2011/6/25 Atton Jonathan jonathan.at...@gmail.com

 In my latest elm commit I am using emap.

 What need to be done:
 - remove the current route API from elm_map
 - rename the track API from elm_map_track to elm_map_route

 - add in emap the API to calculate a route (From A to B). This is what
 the API  elm_map_route do in elm_map

 I have replace objects polygon by line because polygon are too slow. I
 think using polygon is a good idea if we have only one polygon for the
 route.
 But I think we will need a specific smart object to manage color,
 selection of segments, move/add segment ...


 2011/5/16 Atton Jonathan jonathan.at...@gmail.com

 let's go for route.


 2011/5/16 sangho park gouach...@gmail.com

 i'm not good at english, but 'path' is unfamiliar to me.
 anyhow it's just naming issue. english-speaking people can confirm that
 easily :-)

 and..

 'split route  track' is good to me.
 if you okay, pls give me a time to do that.

 On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan 
 jonathan.at...@gmail.com wrote:


 ok emap can load a gpx file into a EMap_Track struct.


- Maybe Track is not correct, what do you think about path ?
- I think we should split route and track (of course route can use
track). Route is more complex (direction, notifications, calcul ...). 
 What
do you think about using two types in elementary:
   - map_track_add(EMap_Track) - Elm_Map_Track
   - map_route_add(EMap_Route) - Elm_Map_Route


 2011/5/3 Cedric BAIL cedric.b...@free.fr

 On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan 
 jonathan.at...@gmail.com wrote:
  lol, I am not a god :D

 Yes, we know that you are just worshiping Enki and Enlil !
 --
 Cedric BAIL




 --
 Regards.





 --
 Regards.




 --
 Regards.





 --
 Regards.




-- 
Regards.
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-06-26 Thread Atton Jonathan
yep. Cedric told me to use edje + map.

2011/6/26 Carsten Haitzler ras...@rasterman.com

 On Sun, 26 Jun 2011 12:17:00 +0200 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

 and instead of lines... what will you use? my suggestion is to use images +
 map
 to rotate and stretch them. allows full freedom of syle and design and gets
 you
 anti-aliasing too. they can join at the vertices's directly.. or you can
 even
 put little image objects like circles so it looks like:

 O---O
 \
  O

 or without to be:
 .
 \
  \

 the image just needs to have a border of transparent pixels of at least 1
 pixel
 in size to make sure anti-aliasing works. it only has to be like a 3, 4, 5
 or
 so pixel wide line (image).

  Attached a little document of the widget I am making.
 
  2011/6/26 Atton Jonathan jonathan.at...@gmail.com
 
   without lines :)
  
  
   2011/6/26 Atton Jonathan jonathan.at...@gmail.com
  
   ok.
  
   I am writting a specific widget without route. Cedric gave me a super
 idea
   :D
  
  
   2011/6/26 sangho park gouach...@gmail.com
  
   yes we need a new smart object for route..
   hmm.. there is a problem if you use line instead of polygon.
   when the map is rotated, some line object is disappear. T_T
  
   2011/6/25 Atton Jonathan jonathan.at...@gmail.com
  
   In my latest elm commit I am using emap.
  
   What need to be done:
   - remove the current route API from elm_map
   - rename the track API from elm_map_track to elm_map_route
  
   - add in emap the API to calculate a route (From A to B). This is
 what
   the API  elm_map_route do in elm_map
  
   I have replace objects polygon by line because polygon are too slow.
 I
   think using polygon is a good idea if we have only one polygon for
 the
   route.
   But I think we will need a specific smart object to manage color,
   selection of segments, move/add segment ...
  
  
   2011/5/16 Atton Jonathan jonathan.at...@gmail.com
  
   let's go for route.
  
  
   2011/5/16 sangho park gouach...@gmail.com
  
   i'm not good at english, but 'path' is unfamiliar to me.
   anyhow it's just naming issue. english-speaking people can confirm
   that easily :-)
  
   and..
  
   'split route  track' is good to me.
   if you okay, pls give me a time to do that.
  
   On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan 
   jonathan.at...@gmail.com wrote:
  
  
   ok emap can load a gpx file into a EMap_Track struct.
  
  
  - Maybe Track is not correct, what do you think about path
 ?
  - I think we should split route and track (of course route can
  use track). Route is more complex (direction, notifications,
   calcul ...). What do you think about using two types in
 elementary:
 - map_track_add(EMap_Track) - Elm_Map_Track
 - map_route_add(EMap_Route) - Elm_Map_Route
  
  
   2011/5/3 Cedric BAIL cedric.b...@free.fr
  
   On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan 
   jonathan.at...@gmail.com wrote:
lol, I am not a god :D
  
   Yes, we know that you are just worshiping Enki and Enlil !
   --
   Cedric BAIL
  
  
  
  
   --
   Regards.
  
  
  
  
  
   --
   Regards.
  
  
  
  
   --
   Regards.
  
  
  
  
  
   --
   Regards.
  
  
  
  
   --
   Regards.
  
 
 
 
  --
  Regards.


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




-- 
Regards.
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-06-25 Thread Atton Jonathan
In my latest elm commit I am using emap.

What need to be done:
- remove the current route API from elm_map
- rename the track API from elm_map_track to elm_map_route

- add in emap the API to calculate a route (From A to B). This is what the
API  elm_map_route do in elm_map

I have replace objects polygon by line because polygon are too slow. I think
using polygon is a good idea if we have only one polygon for the route.
But I think we will need a specific smart object to manage color, selection
of segments, move/add segment ...


2011/5/16 Atton Jonathan jonathan.at...@gmail.com

 let's go for route.


 2011/5/16 sangho park gouach...@gmail.com

 i'm not good at english, but 'path' is unfamiliar to me.
 anyhow it's just naming issue. english-speaking people can confirm that
 easily :-)

 and..

 'split route  track' is good to me.
 if you okay, pls give me a time to do that.

 On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan jonathan.at...@gmail.com
  wrote:


 ok emap can load a gpx file into a EMap_Track struct.


- Maybe Track is not correct, what do you think about path ?
- I think we should split route and track (of course route can use
track). Route is more complex (direction, notifications, calcul ...). 
 What
do you think about using two types in elementary:
   - map_track_add(EMap_Track) - Elm_Map_Track
   - map_route_add(EMap_Route) - Elm_Map_Route


 2011/5/3 Cedric BAIL cedric.b...@free.fr

 On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan 
 jonathan.at...@gmail.com wrote:
  lol, I am not a god :D

 Yes, we know that you are just worshiping Enki and Enlil !
 --
 Cedric BAIL




 --
 Regards.





 --
 Regards.




-- 
Regards.
--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Atton Jonathan
Evas is optimized, now Evas does not use a buffer. Data are in the cloud !

2011/6/21 suxia li suxia...@samsung.com



 Hi,
  Here i want to get the buffer of current evas, so i tried by the 2 API ,
 firstly get the ecore evas, then get the buffer pixels of current
 Ecore_Evas, but the second API return NULL. is there any one help me on this
 issue, thanks in advance.

 ecore_evas_ecore_evas_get(const Evas *e);
 ecore_evas_buffer_pixels_get(Ecore_Evas *ee);

 Best Regards

 --
 EditLive Enterprise is the world's most technically advanced content
 authoring tool. Experience the power of Track Changes, Inline Image
 Editing and ensure content is compliant with Accessibility Checking.
 http://p.sf.net/sfu/ephox-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
hello people,

What are you thinking about adding azy as communication canal between the
application and the daemon ethumb ?

Some environment doesn't have dbus.

Of course dbus stay !

-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
I am not a expert, maybe I have wrong ..


   - installing dbus on windows seems to be hard and a lot of dbus daemon
   doesn't work on windows. Consequently dbus is a bit useless on windows
   - some simple software/environnement does not have X ... and dbus.

I think azy is very simple to install because it have very few (none
?) dependencies outside EFL.

2011/6/10 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 On Fri, Jun 10, 2011 at 1:22 PM, Atton Jonathan
 jonathan.at...@gmail.com wrote:
  hello people,
 
  What are you thinking about adding azy as communication canal between the
  application and the daemon ethumb ?
 
  Some environment doesn't have dbus.
 
  Of course dbus stay !

 Although I like Azy, I find it a bit useless to have such thing. The
 cost of installing Azy or DBus is basically the same, but DBus is
 useful beyond EFL scope.

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202




-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
OF course if dbus is available we compile the daemon/client with dbus else
we azy if available.

dbus must stay the default service.

2011/6/10 Atton Jonathan jonathan.at...@gmail.com

 I am not a expert, maybe I have wrong ..


- installing dbus on windows seems to be hard and a lot of dbus daemon
doesn't work on windows. Consequently dbus is a bit useless on windows
- some simple software/environnement does not have X ... and dbus.

 I think azy is very simple to install because it have very few (none
 ?) dependencies outside EFL.

 2011/6/10 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 On Fri, Jun 10, 2011 at 1:22 PM, Atton Jonathan
 jonathan.at...@gmail.com wrote:
  hello people,
 
  What are you thinking about adding azy as communication canal between
 the
  application and the daemon ethumb ?
 
  Some environment doesn't have dbus.
 
  Of course dbus stay !

 Although I like Azy, I find it a bit useless to have such thing. The
 cost of installing Azy or DBus is basically the same, but DBus is
 useful beyond EFL scope.

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202




 --
 Regards.




-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
2011/6/10 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 On Fri, Jun 10, 2011 at 2:06 PM, Atton Jonathan 
 jonathan.at...@gmail.comwrote:

 I am not a expert, maybe I have wrong ..


- installing dbus on windows seems to be hard and a lot of dbus daemon
doesn't work on windows. Consequently dbus is a bit useless on windows


 Do you have concrete data about it? AFAIK KDE maintains it and they even
 pushed for the new systray replacement using DBus instead of X11 messages
 because of that. This looks like FUD on your side.


ok, we will see what vtorri can do :)





- some simple software/environnement does not have X ... and dbus.

 I think azy is very simple to install because it have very few (none
 ?) dependencies outside EFL.


 Again, another FUD. DBus is simple, very simple. It doesn't even depend on
 EFL, it's even lighter on dependencies. It's broadly used, packaged and
 supported. It's not related to X11, it's not tied to Glib, it's not stuck
 with Linux.


ok I didn't know.



 People like to hate dbus without actual technical background to do so and
 that makes me sad. Being part of systemd project, which also happen to use
 DBus, but at a much lower level component, I also read people complaining
 about it without proper knowledge of their reasons... it's a bad thing.

 Let's keep the NIH syndrome out of EFL, we managed to do well for a while,
 but things are changing recently... what we'll end like? Another GNOME? :-D

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202




-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Working on Docs

2011-06-06 Thread Atton Jonathan
Amnell has made a general EFL first step documentation in french, maybe it
could help you. http://louis-du-verdier.developpez.com/efl/debuter/


If I can have 1 request about the documentation: explain to the developpers
how to use edje external + elm instead of show them how to use elm in the
c-code. I think it is very important if we want to show something different
from QT/GTK.
I think this tutorial is a good and short demo :
http://watchwolf.fr/index.php?option=com_contentview=articleid=3Itemid=17lang=en
http://louis-du-verdier.developpez.com/efl/debuter/

2011/6/6 Gustavo Sverzut Barbieri barbi...@profusion.mobi

 Hi all,

 ProFUSION is proud to be back to work on EFL, thanks Samsung ;-)

 Our current work is to improve documentation of core EFL so we can
 match competitors like Android and iPhone, it should not just improve
 parts of API, but lots of examples, diagrams and things that lead
 third party application developers to use our libraries properly.

 Rasterman requested us to cover few goals:
   - examples should be external files that can be compiled and
 checked, avoiding bogus examples ;-)
   - all doc should be in doxygen
   - example files should be installable
   - all examples/docs in the package itself (see below for some
 shortcomings)
   - big picture should be provided to introduce users to concepts and
 ways of doing things, with diagrams and screenshots whenever possible.
 Screenshots should be auto-generated to match theme changes with ease.

 Shortcomings: EFL is well split into independent modules, Evas does
 not depend on Ecore, for instance. But to make actual useful examples,
 we rather focus on the important bits and instead of creating our own
 implementation to keep modules independent, we'll depend on these
 external libraries FOR THE EXAMPLES.
That means that if you --enable-build-examples it will pull in
 ecore-evas so we have ecore_evas_new() and ecore_main_loop_begin().
 This will require examples to have 2 phase builds.
An alternative we could do is to create a new sub project inside
 examples/, with it's own autogen.sh, configure.ac and
 Makefile.am that can even be installed into
 /usr/share/$PACKAGE/examples/.  We can link the main project to have
 make examples to enter examples and run the build on it.   I like
 this idea more, but let's see what others think.

 We're currently starting with Eina, Eet, Evas and Elementary. Please
 try to avoid endless commits changing whitespaces, okay? (/me looks at
 Seoz and Hermet).

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


 --
 Simplify data backup and recovery for your virtual environment with
 vRanger.
 Installation's a snap, and flexible recovery options mean your data is
 safe,
 secure and there when you need it. Discover what all the cheering's about.
 Get your free trial download today.
 http://p.sf.net/sfu/quest-dev2dev2
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [ELM] Genlist tree: manage subitems in genlist

2011-05-27 Thread Atton Jonathan
Hello,

Curently when we which to have a tree in a genlist the application must:
- when an item is expand : the application add subitems
- when an item is collapse : the application delete subitems

why this comportment is not directly in genlist. The genlist could show/add
items automaticaly ?

This way we have less code in the application and we do not create/delete
items.

-- 
Regards.
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Elementary and simple list

2011-05-22 Thread Atton Jonathan
I do not exactly what freeze does but I need that the list fit its size to
the content (like a box does).

2011/5/22 ChunEon Park her...@naver.com

 HI,

 elm_list with no scroll?

 how about just freezing the scroll?



 ex) elm_object_scroll_freeze_push(list);





 
 Let's run together for the best moment!

 -Regards, Hermet-



 -Original Message-
 *From:* Atton Jonathanjonathan.at...@gmail.com
 *To:* eenlightenment-devel@lists.sourceforge.net
 *Cc:*
 *Sent:* 11-05-22(일) 06:38:22
 *Subject:* [E-devel] Elementary and simple listHello,

 for Enki I need a specific widget:

 - a vertical list of items: one item can be selected - like a elm_list
 - no scroll - like a box


 Do you think we can create this object ? maybe we can split elm_list, the
 content of a elm_list is what I need. I think elm_list should herits this
 widget.



 --
 Regards.

 --
 What Every C/C++ and Fortran developer Should Know!
 Read this article and learn how Intel has extended the reach of its
 next-generation tools to help Windows* and Linux* C/C++ and Fortran
 developers boost performance applications - including clusters.
 http://p.sf.net/sfu/intel-dev2devmay
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





-- 
Regards.
--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Elementary and simple list

2011-05-21 Thread Atton Jonathan
Hello,

for Enki I need a specific widget:

   - a vertical list of items: one item can be selected - like a elm_list
   - no scroll - like a box


Do you think we can create this object ? maybe we can split elm_list, the
content of a elm_list is what I need. I think elm_list should herits this
widget.



-- 
Regards.
--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Edje external and signal

2011-05-21 Thread Atton Jonathan
Hello,

In Edje we can do:

source: box\\[bt_bx\\]:bt_in_bx;

see this tutorial:
http://watchwolf.fr/index.php?option=com_contentview=articleid=23Itemid=45lang=fr


http://watchwolf.fr/index.php?option=com_contentview=articleid=23Itemid=45lang=frBut
this code does not works:

source: scroller\\[content\\]:menu:bt_libraries;

I think this is because scroller is a elementary widget and not a evas box.
Can you tell me where to look in Edje or maybe Cedric can fix it ?



-- 
Regards.
--
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-05-16 Thread Atton Jonathan
let's go for route.

2011/5/16 sangho park gouach...@gmail.com

 i'm not good at english, but 'path' is unfamiliar to me.
 anyhow it's just naming issue. english-speaking people can confirm that
 easily :-)

 and..

 'split route  track' is good to me.
 if you okay, pls give me a time to do that.

 On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan 
 jonathan.at...@gmail.comwrote:


 ok emap can load a gpx file into a EMap_Track struct.


- Maybe Track is not correct, what do you think about path ?
- I think we should split route and track (of course route can use
track). Route is more complex (direction, notifications, calcul ...). What
do you think about using two types in elementary:
   - map_track_add(EMap_Track) - Elm_Map_Track
   - map_route_add(EMap_Route) - Elm_Map_Route


 2011/5/3 Cedric BAIL cedric.b...@free.fr

 On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan jonathan.at...@gmail.com
 wrote:
  lol, I am not a god :D

 Yes, we know that you are just worshiping Enki and Enlil !
 --
 Cedric BAIL




 --
 Regards.





-- 
Regards.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Edje: alpha:0 and visible:0

2011-05-15 Thread Atton Jonathan
Hello,

I was talking with Cedric about a amelioration of Edje.


*Add a keyword to tell to Edje:*
*- when aplha = 0, set visible:0*
*- when alpha  0, set visible:1*

Currently if we which to hide a part with a animation we use:

part {
description {
 name: display;
 visible: 1;
 alpha: 255;
}

description {
 name: hide;
 visible: 1;
 alpha: 0;
}

description {
 name: hidden;
 visible: 0;
}
}

pgm{
   name: hide;
   set: hide;
   after: hide2;
}

pgm{
   name: hide2;
   set: hidden;
}



I see two problems:

   - lot of descriptions and programs
   - lot of GUI are not optimized because we do not set visible:0 (enki for
   example !)


If we add a keyword we could have:


part {
description {
 name: display;
 link_alpha_visible: 1;
 alpha: 255;
}

description {
 name: hide;
 inherit: display;
 alpha: 0;
}
}

pgm{
   name: hide;
   set: hide;
}




-- 
Regards.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Edje: alpha:0 and visible:0

2011-05-15 Thread Atton Jonathan
or we set visible:0 at the end of the animation ?

2011/5/15 Atton Jonathan jonathan.at...@gmail.com

 If you set visible:0 you lost the animation :/


 2011/5/15 Nicolas Aguirre aguirre.nico...@gmail.com

 AFAIK There is no reason to add the hidden part. Setting alpha and visible
 to 0 in the same description is enough.

 Le 15 mai 2011 11:47, Atton Jonathan jonathan.at...@gmail.com a
 écrit :

 
  Hello,
 
  I was talking with Cedric about a amelioration of Edje.
 
 
  *Add a keyword to tell to Edje:*
  *- when aplha = 0, set visible:0*
  *- when alpha  0, set visible:1*
 
  Currently if we which to hide a part with a animation we use:
 
  part {
 description {
  name: display;
  visible: 1;
  alpha: 255;
 }
 
 description {
  name: hide;
  visible: 1;
  alpha: 0;
 }
 
 description {
  name: hidden;
  visible: 0;
 }
  }
 
  pgm{
name: hide;
set: hide;
after: hide2;
  }
 
  pgm{
name: hide2;
set: hidden;
  }
 
 
 
  I see two problems:
 
- lot of descriptions and programs
- lot of GUI are not optimized because we do not set visible:0 (enki
 for
example !)
 
 
  If we add a keyword we could have:
 
 
  part {
 description {
  name: display;
  link_alpha_visible: 1;
  alpha: 255;
 }
 
 description {
  name: hide;
  inherit: display;
  alpha: 0;
 }
  }
 
  pgm{
name: hide;
set: hide;
  }
 
 
 
 
  --
  Regards.
 
 --
  Achieve unprecedented app performance and reliability
  What every C/C++ and Fortran developer should know.
  Learn how Intel has extended the reach of its next-generation tools
  to help boost performance applications - inlcuding clusters.
  http://p.sf.net/sfu/intel-dev2devmay
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




 --
 Regards.




-- 
Regards.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Edje: alpha:0 and visible:0

2011-05-15 Thread Atton Jonathan
If you set visible:0 you lost the animation :/

2011/5/15 Nicolas Aguirre aguirre.nico...@gmail.com

 AFAIK There is no reason to add the hidden part. Setting alpha and visible
 to 0 in the same description is enough.

 Le 15 mai 2011 11:47, Atton Jonathan jonathan.at...@gmail.com a
 écrit :

 
  Hello,
 
  I was talking with Cedric about a amelioration of Edje.
 
 
  *Add a keyword to tell to Edje:*
  *- when aplha = 0, set visible:0*
  *- when alpha  0, set visible:1*
 
  Currently if we which to hide a part with a animation we use:
 
  part {
 description {
  name: display;
  visible: 1;
  alpha: 255;
 }
 
 description {
  name: hide;
  visible: 1;
  alpha: 0;
 }
 
 description {
  name: hidden;
  visible: 0;
 }
  }
 
  pgm{
name: hide;
set: hide;
after: hide2;
  }
 
  pgm{
name: hide2;
set: hidden;
  }
 
 
 
  I see two problems:
 
- lot of descriptions and programs
- lot of GUI are not optimized because we do not set visible:0 (enki
 for
example !)
 
 
  If we add a keyword we could have:
 
 
  part {
 description {
  name: display;
  link_alpha_visible: 1;
  alpha: 255;
 }
 
 description {
  name: hide;
  inherit: display;
  alpha: 0;
 }
  }
 
  pgm{
name: hide;
set: hide;
  }
 
 
 
 
  --
  Regards.
 
 --
  Achieve unprecedented app performance and reliability
  What every C/C++ and Fortran developer should know.
  Learn how Intel has extended the reach of its next-generation tools
  to help boost performance applications - inlcuding clusters.
  http://p.sf.net/sfu/intel-dev2devmay
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-05-15 Thread Atton Jonathan
ok emap can load a gpx file into a EMap_Track struct.


   - Maybe Track is not correct, what do you think about path ?
   - I think we should split route and track (of course route can use
   track). Route is more complex (direction, notifications, calcul ...). What
   do you think about using two types in elementary:
  - map_track_add(EMap_Track) - Elm_Map_Track
  - map_route_add(EMap_Route) - Elm_Map_Route


2011/5/3 Cedric BAIL cedric.b...@free.fr

 On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan jonathan.at...@gmail.com
 wrote:
  lol, I am not a god :D

 Yes, we know that you are just worshiping Enki and Enlil !
 --
 Cedric BAIL




-- 
Regards.
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ELM] add a new style for the toggle

2011-05-06 Thread Atton Jonathan
2011/5/6 Daniel Juyung Seo seojuyu...@gmail.com

 Hello,
 2 comments.

 1. Mine doesn't work :(
 It just looks like a normal toggle widget. Even I applied your patch :(


haha I am so stupid. The nem toggle theme is in my own theme and not in
the elm theme. :p

Apply toggle_clicks.txt in trunk/enki/data/theme/default_elementary
then make  make install

2. Use elm_object_style_set() API.
 elm_widget_xxx() APIs are for elm internal use only.
 Use elm_object_xxx() APIs from application side.


oki


 Thanks.
 Daniel Juyung Seo (SeoZ)

 On Fri, May 6, 2011 at 3:26 AM, Atton Jonathan jonathan.at...@gmail.com
 wrote:
  hello,
 
  See a patch which add a new style called demo for the toggle widget. In
  this style instead of using a slide we use a click. This is a demo I have
  made for a presentation.
 
  I am not planning to commit it.
 
  --
  Regards.
 
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 




-- 
Regards.
Index: detour-elm.edj
===
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: main.edc
===
--- main.edc(revision 59222)
+++ main.edc(working copy)
@@ -7499,5 +7499,461 @@
}
}
}
+
+
+
+///
+group {
+name: elm/toggle/base/demo;
+script {
+public bt_txt_visible;
+public bt_icon_visible;
+public bt_pressed;
+}
+parts {
+part {
+name: base;
+mouse_events: 0;
+description {
+state: default 0.0;
+min: 32 32;
+rel1 {
+offset: 3 4;
+}
+rel2 {
+offset: -4 -5;
+}
+fill {
+smooth: 1;
+}
+}
+description {
+state: disabled 0.0;
+inherit: default 0.0;
+}
+}
+part {
+name: button_clip;
+type: RECT;
+mouse_events: 0;
+description {
+state: default 0.0;
+color: 255 255 255 255;
+rel1 {
+to: base;
+relative: 0.0 0.0;
+offset: 3 1;
+}
+rel2 {
+to: base;
+relative: 1.0 1.0;
+offset: -4 -2;
+}
+}
+description {
+state: disabled 0.0;
+inherit: default 0.0;
+color: 255 255 255 0;
+}
+}
+part {
+name: focus;
+mouse_events: 0;
+description {
+state: default 0.0;
+image.normal: images/button_im3.png;
+image.border: 7 7 7 7;
+color: 255 255 255 0;
+rel1.offset: 5 4;
+rel2.offset: -6 -5;
+}
+description {
+state: visible 0.0;
+inherit: default 0.0;
+color: 255 255 255 255;
+}
+}
+part {
+name: mouse_hover;
+mouse_events: 0;
+description {
+state: default 0.0;
+image.normal: images/button_im3.png;
+image.border: 7 7 7 7;
+color: 255 255 255 0;
+rel1.offset: 5 4;
+rel2.offset: -6 -5;
+}
+description {
+state: visible 0.0;
+inherit: default 0.0;
+color: 255 255 255 200;
+}
+}
+part {
+name: enabled_button;
+type: IMAGE;
+mouse_events: 1;
+clip_to: button_clip;
+description {
+state: default 0.0;
+min: 24 24

Re: [E-devel] (no subject)

2011-05-05 Thread Atton Jonathan
maybe the name is a bit different

2011/5/5 Daniel Juyung Seo seojuyu...@gmail.com

 Oops.
 (no subject).
 My bad :)

 Daniel Juyung Seo (SeoZ)

 On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo seojuyu...@gmail.com
 wrote:
  Hi,
 
  I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine.
  It's described in http://trac.enlightenment.org/e/wiki/Ubuntu
 
  Any reason?
 
  Thanks.
  Daniel Juyung Seo (SeoZ)
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [ELM] add a new style for the toggle

2011-05-05 Thread Atton Jonathan
hello,

See a patch which add a new style called demo for the toggle widget. In
this style instead of using a slide we use a click. This is a demo I have
made for a presentation.

I am not planning to commit it.

-- 
Regards.
Index: src/lib/Elementary.h.in
===
--- src/lib/Elementary.h.in (revision 59220)
+++ src/lib/Elementary.h.in (working copy)
@@ -2327,6 +2327,7 @@
EAPI void  elm_map_user_agent_set(Evas_Object *obj, const 
char *user_agent) EINA_ARG_NONNULL(1, 2);
EAPI const char   *elm_map_user_agent_get(const Evas_Object *obj) 
EINA_ARG_NONNULL(1);
EAPI Elm_Map_Route*elm_map_route_add(Evas_Object *obj, 
Elm_Map_Route_Type type, Elm_Map_Route_Method method, double flon, double flat, 
double tlon, double tlat) EINA_ARG_NONNULL(1);
+   EAPI Elm_Map_Route*elm_map_route_from_gpx_file_add(Evas_Object 
*obj, const char *file) EINA_ARG_NONNULL(1);
EAPI void  elm_map_route_remove(Elm_Map_Route *route) 
EINA_ARG_NONNULL(1);
EAPI void  elm_map_route_color_set(Elm_Map_Route *route, 
int r, int g , int b, int a) EINA_ARG_NONNULL(1);
EAPI void  elm_map_route_color_get(const Elm_Map_Route 
*route, int *r, int *g , int *b, int *a) EINA_ARG_NONNULL(1);
Index: src/bin/test_toggle.c
===
--- src/bin/test_toggle.c   (revision 59220)
+++ src/bin/test_toggle.c   (working copy)
@@ -81,7 +81,33 @@
elm_box_pack_end(bx, tg);
evas_object_show(tg);
evas_object_show(ic);
+   
 
+   ic = elm_icon_add(win);
+   snprintf(buf, sizeof(buf), %s/images/logo_small.png, PACKAGE_DATA_DIR);
+   elm_icon_file_set(ic, buf, NULL);
+   elm_icon_scale_set(ic, 0, 0);
+
+   tg = elm_toggle_add(win);
+   elm_toggle_label_set(tg, Slide);
+   elm_toggle_icon_set(tg, ic);
+   elm_box_pack_end(bx, tg);
+   evas_object_show(tg);
+   evas_object_show(ic);
+
+   ic = elm_icon_add(win);
+   snprintf(buf, sizeof(buf), %s/images/logo_small.png, PACKAGE_DATA_DIR);
+   elm_icon_file_set(ic, buf, NULL);
+   elm_icon_scale_set(ic, 0, 0);
+
+   tg = elm_toggle_add(win);
+   elm_toggle_label_set(tg, Click);
+   elm_widget_style_set(tg, demo);
+   elm_toggle_icon_set(tg, ic);
+   elm_box_pack_end(bx, tg);
+   evas_object_show(tg);
+   evas_object_show(ic);
+
evas_object_show(win);
 }
 #endif
Index: data/themes/default.edc
===
--- data/themes/default.edc (revision 59220)
+++ data/themes/default.edc (working copy)
@@ -3053,7 +3053,453 @@
   }
}
 
+
 ///
+   group { name: elm/toggle/base/demo;
+  images {
+ image: shelf_inset.png COMP;
+ image: bt_basew.png COMP;
+ image: bt_bases.png COMP;
+ image: bt_hilightw.png COMP;
+ image: tog_base_on.png COMP;
+ image: tog_base_off.png COMP;
+ image: tog_dis_base_on.png COMP;
+ image: tog_dis_base_off.png COMP;
+  }
+  script {
+ public is_rtl;
+  }
+  parts {
+ part { name: bg;
+type: RECT;
+mouse_events: 0;
+scale: 1;
+description { state: default 0.0;
+   rel1.relative: 1.0 0.0;
+   rel1.offset: -4 3;
+   rel2.offset: -4 -4;
+   align: 1.0 0.5;
+   min: 96 16;
+   max: 96 16;
+   aspect: 4.0 4.0;
+   aspect_preference: VERTICAL;
+   color: 255 255 255 255;
+}
+ }
+ part { name: clipper;
+type: RECT;
+mouse_events: 0;
+description { state: default 0.0;
+   rel1.to: bg;
+   rel2.to: bg;
+   color: 255 255 255 255;
+}
+ }
+ part { name: button;
+type: RECT;
+scale: 1;
+clip_to: clipper;
+mouse_events: 1;
+ dragable {
+   x: 1 1 0;
+   y: 0 0 0;
+   confine: bg;
+}
+description { state: default 0.0;
+   fixed: 1 1;
+   rel1.to: bg;
+   rel2.to: bg;
+   min: 16 16;
+   max: 16 16;
+   aspect: 1.0 1.0;
+   aspect_preference: VERTICAL;
+   color: 0 0 0 0;
+}
+ }
+ part { name: button_events;
+type: RECT;
+ dragable {
+   events: button;
+}
+description { state: default 0.0;
+   rel1.to_x: bg;
+   rel1.offset: 0 0;
+   rel1.relative: 0.0 0.0;
+   rel2.to_x: bg;
+   rel2.offset: -1 -1;
+   rel2.relative: 1.0 1.0;
+   color: 0 0 0 0;
+}
+

Re: [E-devel] [Patch] elm_map source patch

2011-05-04 Thread Atton Jonathan
I think elm_map_source will be move to emap. Maybe we should do it
immediately in emap ?

2011/5/4 Carsten Haitzler ras...@rasterman.com

 On Mon, 2 May 2011 16:49:25 +0900 sangho park gouach...@gmail.com said:

 i always wondered if those custom things would survive. they seemed like
 placeholders waiting for a future that never came :)

  Dear all,
 
  i removed all custom enum  url callback of elm_map.
  (ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb,
  _custom2_url_cb, ... etc)
  instead of those, i made sources list.
  changed APIs are almost internal APIs...
  but some APIs were changed for intuitive usage of map source.
  user can make map module instead of setting custom APIs.
 
  another change is elm_module - eina_module.
  the reason of this change, is that elm_module uses environment value (i.e
  getenv, setenv.. ELM_MODULES)
  i don't want to have a environment value dependency.

 hmmm elm_module actually uses env var to OVERRIDE config-modules in the
 system
 config file. this defines what modules are enabled (for what). are you sure
 you
 want to do this? unless you are providing another way to determine what
 module
 will be used when? (elm_module was about defining the loaded modules that
 can
 augment/change elm functionality)

  as i know, changing API is very critical issue.
  so please review this patch.

 it's ok.

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map source patch

2011-05-04 Thread Atton Jonathan
2011/5/4 Carsten Haitzler ras...@rasterman.com

 On Mon, 2 May 2011 16:49:25 +0900 sangho park gouach...@gmail.com said:

 i always wondered if those custom things would survive. they seemed like
 placeholders waiting for a future that never came :)



 I do not know why I have done this instead of a correct data source object.
I suppose I was young ... :D


-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: cedric IN trunk/elementary/src: bin lib

2011-05-04 Thread Atton Jonathan
wouha now Mystrale is here too !

2011/5/4 Enlightenment SVN no-re...@enlightenment.org

 Log:
 elementary: fix aspect ratio of thumbnail.


 Author:   cedric
 Date: 2011-05-04 07:11:12 -0700 (Wed, 04 May 2011)
 New Revision: 59192
 Trac: http://trac.enlightenment.org/e/changeset/59192

 Modified:
  trunk/elementary/src/bin/test_thumb.c trunk/elementary/src/lib/elm_thumb.c

 Modified: trunk/elementary/src/bin/test_thumb.c
 ===
 --- trunk/elementary/src/bin/test_thumb.c   2011-05-04 13:53:22 UTC
 (rev 59191)
 +++ trunk/elementary/src/bin/test_thumb.c   2011-05-04 14:11:12 UTC
 (rev 59192)
 @@ -9,7 +9,7 @@
Evas_Object *win, *bg, *sc, *tb, *th;
int i, j, n;
char buf[PATH_MAX];
 -   const char *img[9] =
 +   const char *img[11] =
  {
 panel_01.jpg,
 plant_01.jpg,
 @@ -20,6 +20,8 @@
 sky_03.jpg,
 sky_04.jpg,
 wood_01.jpg,
 +   mystrale.jpg,
 +   mystrale_2.jpg
  };

elm_need_ethumb();
 @@ -44,7 +46,7 @@
  th = elm_thumb_add(win);
  snprintf(buf, sizeof(buf), %s/images/%s, PACKAGE_DATA_DIR,
   img[n]);
 - n = (n + 1) % 9;
 + n = (n + 1) % 11;
  elm_thumb_file_set(th, buf, img[n]);
  evas_object_size_hint_weight_set(th, EVAS_HINT_EXPAND,
   EVAS_HINT_EXPAND);

 Modified: trunk/elementary/src/lib/elm_thumb.c
 ===
 --- trunk/elementary/src/lib/elm_thumb.c2011-05-04 13:53:22 UTC
 (rev 59191)
 +++ trunk/elementary/src/lib/elm_thumb.c2011-05-04 14:11:12 UTC
 (rev 59192)
 @@ -172,7 +172,12 @@
  _thumb_ready(Widget_Data *wd, const char *thumb_path, const char
 *thumb_key)
  {
Evas_Coord mw, mh;
 +   Evas_Coord aw, ah;

 +   evas_object_image_size_get(wd-view, aw, ah);
 +   evas_object_size_hint_aspect_set(wd-view,
 +   EVAS_ASPECT_CONTROL_BOTH,
 +   aw, ah);
edje_object_part_swallow(wd-frame, elm.swallow.content, wd-view);
edje_object_size_min_get(wd-frame, mw, mh);
edje_object_size_min_restricted_calc(wd-frame, mw, mh, mw, mh);



 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-05-03 Thread Atton Jonathan
lol, I am not a god :D

2011/5/3 sangho park gouach...@gmail.com

 ohh.. emap started..
 can i contribute to emap? if you think that my commit bothers you, pls tell
 me~ :)


  Date: Mon, 2 May 2011 20:05:41 +0200
  From: Atton Jonathan jonathan.at...@gmail.com
  Subject: Re: [E-devel] splitting elm_map into a new library
  To: Iv?n Briano (Sachiel) sachi...@gmail.com
  Cc: enlightenment-devel@lists.sourceforge.net, David Seikel
 onef...@gmail.com
  Message-ID: BANLkTi=k-XW1A2P4tWDd6RZ=y9tbyc8...@mail.gmail.com
  Content-Type: text/plain; charset=UTF-8
 
  emap is init. see in PROTO/emap
 
  2011/5/2 Iv?n Briano (Sachiel) sachi...@gmail.com
 
   2011/5/2 David Seikel onef...@gmail.com:
On Mon, 2 May 2011 17:28:08 +0200 Cedric BAIL cedric.b...@free.fr
wrote:
   
On Mon, May 2, 2011 at 5:00 PM, Carsten Haitzler
ras...@rasterman.com wrote:
 On Mon, 2 May 2011 20:20:04 +1000 David Seikel onef...@gmail.com
 
 said:
 On Mon, 2 May 2011 16:12:14 +0900 Carsten Haitzler (The
 Rasterman)
 ras...@rasterman.com wrote:
  On Sat, 30 Apr 2011 19:28:31 +0900 sangho park
  gouach...@gmail.com said:
 
   some years ago, i made route application using local map
 data.
   at that time, dijkstra's algorithm was a perfect solution.
   now I'm downloading 'asia.osm.bz2'. it is 2.3 Gbytes..
   the size is reasonable for recent mobile external memory.
 
  did it take into account speed limits, traffic lights, possible
  traffic patterns at times of day, favor routes with fewer
  turns or (right turns on right-side-of-road driving maps, vs
  left turns on left-side-of-road driving maps etc.), know about
  tolls, highways vs local roads and more. as best i know about
  the whole mapping and routing world there is a massive amount
 of
  such more fuzzy logic involved in making a good mapping/routing
  algorithm and it requires both lots of extra metadata and
 fuzzy
  logic. users also should be able to tweak the route shortest
  distance, fastest trip, least number of turns, favor
  highways, avoid tolls. this is where the whole work reallly
  becomes meaty. :)

 Lucky for my purposes, I'm walking and don't need any of that
 fancy
 stuff.  B-)

 u'd need the can get there by foot option :) many times a road
 exists that allows cars but not pedestrians :)

 Something simple and flexible to start with would be great.  With
 the ability to add modules for the fancy things.

 Things like avoid current traffic jams would require 'net
 access
 anyway.

 sure but general it's 5:30pm and its a good idea to avoid road X
 because statistically its jammed around that time can be part of
 your road data set. :)

 On the other hand, things like favour routes near reliable
 sources of water would be good for me.  Though I doubt that data
 would be available.

 sure... roads near the ocean will do :)
   
Hum, a better option will be drinkable water ! Ocean isn't that nice
to drink :-)
   
Not to mention salt water crocodiles, blue ringed octopi, sea wasps,
and aquatic drop bears.  Being near the ocean can be hazardous.
   
  
   There are aquatic drop bears too? That country is a menace!
  
--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
   
   
  
 
 --
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today.  Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
   
  
  
  
 
 --
   WhatsUp Gold - Download Free Network Management Software
   The most intuitive, comprehensive, and cost-effective network
   management toolset available today.  Delivers lowest initial
   acquisition cost and overall TCO of any competing solution.
   http://p.sf.net/sfu/whatsupgold-sd
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 
  --
  Regards.
 
 
  --
 
  Message: 5
  Date: Tue, 3 May 2011 07:18:25 +0900
  From: Carsten Haitzler (The Rasterman) ras...@rasterman.com
  Subject: Re: [E-devel] splitting elm_map into a new library
  To: Cedric BAIL cedric.b...@free.fr
  Cc: enlightenment-devel@lists.sourceforge.net, David Seikel
 onef

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

2011-05-02 Thread Atton Jonathan
personnally I will only implement:
- basic path type
- load path from gpx file
- elm map will display a path.

Then you can do what you want :)


2011/5/2 David Seikel onef...@gmail.com

 On Mon, 2 May 2011 16:12:14 +0900 Carsten Haitzler (The Rasterman)
 ras...@rasterman.com wrote:

  On Sat, 30 Apr 2011 19:28:31 +0900 sangho park gouach...@gmail.com
  said:
 
   some years ago, i made route application using local map data.
   at that time, dijkstra's algorithm was a perfect solution.
   now I'm downloading 'asia.osm.bz2'. it is 2.3 Gbytes..
   the size is reasonable for recent mobile external memory.
 
  did it take into account speed limits, traffic lights, possible
  traffic patterns at times of day, favor routes with fewer turns or
  (right turns on right-side-of-road driving maps, vs left turns on
  left-side-of-road driving maps etc.), know about tolls, highways vs
  local roads and more. as best i know about the whole mapping and
  routing world there is a massive amount of such more fuzzy logic
  involved in making a good mapping/routing algorithm and it requires
  both lots of extra metadata and fuzzy logic. users also should be
  able to tweak the route shortest distance, fastest trip, least
  number of turns, favor highways, avoid tolls. this is where the
  whole work reallly becomes meaty. :)

 Lucky for my purposes, I'm walking and don't need any of that fancy
 stuff.  B-)

 Something simple and flexible to start with would be great.  With the
 ability to add modules for the fancy things.

 Things like avoid current traffic jams would require 'net access
 anyway.

 On the other hand, things like favour routes near reliable sources of
 water would be good for me.  Though I doubt that data would be
 available.

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] What make elm better than gtk or qt ?

2011-05-02 Thread Atton Jonathan
hum

- performance, memory print
- widget can be touchscreen widgets or normal widgets, no need two different
widgets
- theme = edje, very powerful.

2011/5/2 Carsten Haitzler ras...@rasterman.com

 On Sat, 30 Apr 2011 19:08:17 +0200 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

 in both qt and gtk, they have touchscreen widgets and normal widgets.
 so
 you have to WRITE or REWRITE your app for one or the other. elm has
 universal
 widgets that do both. example - scroller. yes elm is mostly touch based
 now
 but it's gaining a more general desktop ability (desktop == mouse +
 keyboard). so an elm app is more likely to work on BOTH with no changes.
 other
 people have given their reasons :) elm also started with touchscreen in
 mind
 BUT with the also stretch to desktop with the same widgets philosophy,
 where
 the others started on desktop and ADD totally NEW touchscreen systems, so
 they are effectively new widgets sets.

 efl's theme capabilities are also pretty much best bar none in that you
 have
 just a data file you can slide in and presto.. change look MASSIVELY with
 layering animation and more.

  Simple question :)
 
  I need to do a presentation and I think the important part is the
 response
  to this question. Can you help me ? :)
 
  --
  Regards.
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map source patch

2011-05-02 Thread Atton Jonathan
we are seing it !

2011/5/2 sangho park gouach...@gmail.com

 can you see this mail??
 i can't see this mail thread on '

 http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/index.html
 '
  :-(
 i don't know why

 On Mon, May 2, 2011 at 4:49 PM, sangho park gouach...@gmail.com wrote:

  Dear all,
 
  i removed all custom enum  url callback of elm_map.
  (ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb,
  _custom2_url_cb, ... etc)
  instead of those, i made sources list.
  changed APIs are almost internal APIs...
  but some APIs were changed for intuitive usage of map source.
  user can make map module instead of setting custom APIs.
 
  another change is elm_module - eina_module.
  the reason of this change, is that elm_module uses environment value (i.e
  getenv, setenv.. ELM_MODULES)
  i don't want to have a environment value dependency.
 
  as i know, changing API is very critical issue.
  so please review this patch.
 
  Thanks.
  BR
 


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-05-02 Thread Atton Jonathan
emap is init. see in PROTO/emap

2011/5/2 Iván Briano (Sachiel) sachi...@gmail.com

 2011/5/2 David Seikel onef...@gmail.com:
  On Mon, 2 May 2011 17:28:08 +0200 Cedric BAIL cedric.b...@free.fr
  wrote:
 
  On Mon, May 2, 2011 at 5:00 PM, Carsten Haitzler
  ras...@rasterman.com wrote:
   On Mon, 2 May 2011 20:20:04 +1000 David Seikel onef...@gmail.com
   said:
   On Mon, 2 May 2011 16:12:14 +0900 Carsten Haitzler (The Rasterman)
   ras...@rasterman.com wrote:
On Sat, 30 Apr 2011 19:28:31 +0900 sangho park
gouach...@gmail.com said:
   
 some years ago, i made route application using local map data.
 at that time, dijkstra's algorithm was a perfect solution.
 now I'm downloading 'asia.osm.bz2'. it is 2.3 Gbytes..
 the size is reasonable for recent mobile external memory.
   
did it take into account speed limits, traffic lights, possible
traffic patterns at times of day, favor routes with fewer
turns or (right turns on right-side-of-road driving maps, vs
left turns on left-side-of-road driving maps etc.), know about
tolls, highways vs local roads and more. as best i know about
the whole mapping and routing world there is a massive amount of
such more fuzzy logic involved in making a good mapping/routing
algorithm and it requires both lots of extra metadata and fuzzy
logic. users also should be able to tweak the route shortest
distance, fastest trip, least number of turns, favor
highways, avoid tolls. this is where the whole work reallly
becomes meaty. :)
  
   Lucky for my purposes, I'm walking and don't need any of that fancy
   stuff.  B-)
  
   u'd need the can get there by foot option :) many times a road
   exists that allows cars but not pedestrians :)
  
   Something simple and flexible to start with would be great.  With
   the ability to add modules for the fancy things.
  
   Things like avoid current traffic jams would require 'net access
   anyway.
  
   sure but general it's 5:30pm and its a good idea to avoid road X
   because statistically its jammed around that time can be part of
   your road data set. :)
  
   On the other hand, things like favour routes near reliable
   sources of water would be good for me.  Though I doubt that data
   would be available.
  
   sure... roads near the ocean will do :)
 
  Hum, a better option will be drinkable water ! Ocean isn't that nice
  to drink :-)
 
  Not to mention salt water crocodiles, blue ringed octopi, sea wasps,
  and aquatic drop bears.  Being near the ocean can be hazardous.
 

 There are aquatic drop bears too? That country is a menace!

  --
  A big old stinking pile of genius that no one wants
  coz there are too many silver coated monkeys in the world.
 
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 


 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-04-30 Thread Atton Jonathan
osm does all this no ? maybe we do not need to write it. But it will a
request a big storage for tiles.

2011/4/30 Carsten Haitzler ras...@rasterman.com

 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 store, but
   it's just option.
   yes..yes.. it'll be very good feature that uses local map and route
   data, but we should overcome so many license issues.
 
  Personally I think it's absolutely critical to be able to do local
  routing.  That's my main use case, navigating out in the wild when I
  have no data connection.  Semi manual routing is OK, that's even
  a desired feature.  Pick out a few waypoints, draw some route
  segments, tell it to follow this road or river from waypoint C to
  waypoint D, but keep the A to B to C and D to E segments...
 
  Perhaps, if we have to, precalculate route segments when there is a data
  connection, store them; then manipulate them later, adding or removing
  them to a particular route.
 
  /me does not want to be stuck out in the middle of nowhere with no
  routing ability.

 to me this all seems like it would be best done as client-server locally
 too.
 unlike remote map server, it has 1 shortcut - you don't DOWNLOAD map tiles.
 you
 are directly pointed to the file. this way routing can be offloaded to the
 local mapserver (and calculating a route can take a long time, and need a
 lot
 of route data, so this makes sense). all the abstraction needs is the short
 cut
 ability for tiles.

 someone still then has to write that local server and routing engine :) do
 you
 want to? :) (a local tile server would be trivial, but routing... that's
 another matter as technically it may not be that hard as its just solving a
 graph, the problem is having the right graph data with the right weighting,
 and
 then a whole tonne of fuzzy logic thrown in to cover up odd solutions
 that
 may come out of the graph that a human would never make).

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] What make elm better than gtk or qt ?

2011-04-30 Thread Atton Jonathan
Simple question :)

I need to do a presentation and I think the important part is the response
to this question. Can you help me ? :)

-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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.

Maybe we should use azy when we call a webservice (google ...) ?



2011/4/29 sangho park gouach...@gmail.com

 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)
 - emap_route_xxx
 - emap_name_xxx (geocode / reverse geocode)
 - emap_poi_xxx
 - emap_track_xxx (gpx, kml, etc)
 - emap_utils_xxx (coordination)

 . source is map source provider.
 . position is just current my poistion.

 . the point of route is ... future or past.
 IMO route is future. so it can be used by turn-by-trurn navigation to go
 somewhere.
 and track is just logging of past. i think that gpx is just one of
 tracking.

 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 route data,
 but we should overcome so many license issues.

 so my suggestion about route is :
 1. let's define typical and reasonable api categories
 2. and extend features...

 . name is gecode or reverse geocode.
 . track is logging.
 . util is coordination and some utilities...

 that's all. indeed all are my private thoughts.

 *watchwolf~ you are founder of elm_map. so i entirely respect your
 opinion.*
 pls consider my opinion and let's discuss for better map manager.

 Thanks.
 Regards.


 On Fri, Apr 29, 2011 at 9:56 PM, Atton Jonathan 
 jonathan.at...@gmail.comwrote:

 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 from A to B
 *emap_tools* : some tools like get the closest city


 I do not know if I will do eveything but I will start it and then we will
 see.


 2011/4/29 sangho park gouach...@gmail.com

 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 discussion about splitting elm_map into a new
 library? mailing list or irc
 if then, i can easily understand the motive of this project and join in.


 On Fri, Apr 29, 2011 at 2:08 PM, Carsten Haitzler 
 ras...@rasterman.comwrote:

 On Wed, 27 Apr 2011 22:05:57 +0200 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

 sangho was talking of doing this too. sangho?

  hello great people of big E,
 
  We had a discussion about splitting elm_map into a new library which
 will
  manage all coordinates methods (route, download tiles ...). This way
 elm_map
  will only be a widget and not a complete map manager.
 
  I am planning to start it (this week end ?) because I have a patch for
  elm_map but I prefer to create the new library before commit it.
 
  Someone is already working on this new library ?
 
 
  --
  Regards.
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com





 --
 Regards.





-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: cedric trunk/enki/src/bin

2011-04-28 Thread Atton Jonathan
hum

2011/4/28 Enlightenment SVN no-re...@enlightenment.org

 Log:
 enki: always delete child before deleting parent.


 Author:   cedric
 Date: 2011-04-28 02:04:02 -0700 (Thu, 28 Apr 2011)
 New Revision: 58993
 Trac: http://trac.enlightenment.org/e/changeset/58993

 Modified:
  trunk/enki/src/bin/main.c

 Modified: trunk/enki/src/bin/main.c
 ===
 --- trunk/enki/src/bin/main.c   2011-04-28 09:03:03 UTC (rev 58992)
 +++ trunk/enki/src/bin/main.c   2011-04-28 09:04:02 UTC (rev 58993)
 @@ -51,10 +51,10 @@

tabpanel_item_del(enlil_data-library_item);
tabpanel_del(enlil_data-tabpanel);
 -   free(enlil_data);
free(enlil_data-list_photo);
free(enlil_data-list_left);
free(enlil_data-win);
 +   free(enlil_data);

EINA_STRINGSHARE_DEL(media_player);




 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Changing elm_entry/label API - wrapping

2011-04-28 Thread Atton Jonathan
ok

2011/4/28 Tom Hacohen tom.haco...@partner.samsung.com

 Dear All,

 How are you?

 Currently elm_entry and elm_label have:
 elm_entry_line_wrap_set
 elm_entry_line_char_wrap_set

 Which is bad, I want to have
 elm_entry_line_wrap_set(obj, WRAP_TYPE)

 WRAP_TYPE can be either WRAP_NONE, WRAP_CHAR, WRAP_WORD or WRAP_MIXED
 (which is not even supported in elm at the moment).

 This is a lot cleaner and also makes adding new wrap modes (for example
 MIXED) easy.

 What do you think?

 --
 Tom.



 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] splitting elm_map into a new library

2011-04-27 Thread Atton Jonathan
hello great people of big E,

We had a discussion about splitting elm_map into a new library which will
manage all coordinates methods (route, download tiles ...). This way elm_map
will only be a widget and not a complete map manager.

I am planning to start it (this week end ?) because I have a patch for
elm_map but I prefer to create the new library before commit it.

Someone is already working on this new library ?


-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-04-26 Thread Atton Jonathan
hum.

Maybe you should create a new widget which use elm_notify ?

2011/4/26 RAJEEV RANJAN rajee...@samsung.com


   Hi All,

  I am planning to use elm_notify which provides a nice functionality
 for
   showing  alert message/important information on the screen.

   In addition to the existing functionalities, we need to have title
 support
   so that we can show the  title to the notify if needed.


   For this I am proposing following changes in the content part of Notify.

   Content == Title(optional) + Content + Action-area(optional)


   Action-area can hold button item(s) in the current content region of
 notify
   and on clicking on these, user will be notified

   and can handle the event in the callback, say hiding of the notify and/or
   doing some logic operations . This will enable to handle the action not
 only
   on blocked event area but to action area as well.

   User should be able to set new button items to action-area through API
 like
   [Evas_Object *elm_notify_action_area_button_add(Evas_Object* notify,
   Evas_Object*button)].

   Please let me know about your valuable opinion on this as whether
 extending
   elm_notify for this functionality is a good idea.

   Thanks.

   Regards,

   Rajeev




 [SeenTimeChecker?do=9213de45efed55c3c2f82d733db96f82385dda2b8b7eb147f1d2345d

 123b7a3c770255183a8f81f75f2c6c48df01bb6e980b3871b38ac2d74ed859d628c32758
   cd62c5cf0684a728c55b39cc59eacf878f9a26ce15a0]

 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-04-26 Thread Atton Jonathan
yes or elc_dialog ?


2011/4/26 Daniel Juyung Seo seojuyu...@gmail.com

 Something like elc_popup.c ?
 I like that!

 Thanks.
 Daniel Juyung Seo (SeoZ)


 On Tue, Apr 26, 2011 at 9:47 PM, Atton Jonathan 
 jonathan.at...@gmail.comwrote:

 hum.

 Maybe you should create a new widget which use elm_notify ?

 2011/4/26 RAJEEV RANJAN rajee...@samsung.com

 
Hi All,
 
   I am planning to use elm_notify which provides a nice functionality
  for
showing  alert message/important information on the screen.
 
In addition to the existing functionalities, we need to have title
  support
so that we can show the  title to the notify if needed.
 
 
For this I am proposing following changes in the content part of
 Notify.
 
Content == Title(optional) + Content + Action-area(optional)
 
 
Action-area can hold button item(s) in the current content region of
  notify
and on clicking on these, user will be notified
 
and can handle the event in the callback, say hiding of the notify
 and/or
doing some logic operations . This will enable to handle the action
 not
  only
on blocked event area but to action area as well.
 
User should be able to set new button items to action-area through API
  like
[Evas_Object *elm_notify_action_area_button_add(Evas_Object* notify,
Evas_Object*button)].
 
Please let me know about your valuable opinion on this as whether
  extending
elm_notify for this functionality is a good idea.
 
Thanks.
 
Regards,
 
Rajeev
 
 
 
 
 
 [SeenTimeChecker?do=9213de45efed55c3c2f82d733db96f82385dda2b8b7eb147f1d2345d
 
 
 123b7a3c770255183a8f81f75f2c6c48df01bb6e980b3871b38ac2d74ed859d628c32758
cd62c5cf0684a728c55b39cc59eacf878f9a26ce15a0]
 
 
 --
  WhatsUp Gold - Download Free Network Management Software
  The most intuitive, comprehensive, and cost-effective network
  management toolset available today.  Delivers lowest initial
  acquisition cost and overall TCO of any competing solution.
  http://p.sf.net/sfu/whatsupgold-sd
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 



 --
 Regards.

 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network
 management toolset available today.  Delivers lowest initial
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-04-26 Thread Atton Jonathan
no new windows :o I do no like it !

elm_notify can be use to do more than displaying a dialog windows, that's
why I think we should do it in a new widget.

2011/4/26 Nicolas Aguirre aguirre.nico...@gmail.com



 2011/4/26 Daniel Juyung Seo seojuyu...@gmail.com

 Something like elc_popup.c ?
 I like that!

 Thanks.
 Daniel Juyung Seo (SeoZ)



 It would be usefull to have the popup/notify who displayed in his own
 window whith an extra API. What do you think about it ?

 IMO, ELM_Notify is the right place for it.


 --
 Nicolas Aguirre
 Mail: aguirre.nico...@gmail.com
 Web: http://enna.geexbox.org
 Blog: http://dev.enlightenment.fr/~captainigloo/




-- 
Regards.
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: cedric IN trunk/enlil: . src/enlil

2011-04-21 Thread Atton Jonathan
I will fix this if cedric does not do it !

2011/4/21 Vincent Torri vto...@univ-evry.fr



 On Thu, 21 Apr 2011, Enlightenment SVN wrote:

  Log:
  enlil: fix build.
 
 
  Author:   cedric
  Date: 2011-04-21 06:53:21 -0700 (Thu, 21 Apr 2011)
  New Revision: 58798
  Trac: http://trac.enlightenment.org/e/changeset/58798
 
  Modified:
   trunk/enlil/configure.ac trunk/enlil/src/enlil/Makefile.am
 trunk/enlil/src/enlil/enlil.c trunk/enlil/src/enlil/net_sync.c
 
  Modified: trunk/enlil/configure.ac
  ===
  --- trunk/enlil/configure.ac  2011-04-21 12:33:35 UTC (rev 58797)
  +++ trunk/enlil/configure.ac  2011-04-21 13:53:21 UTC (rev 58798)
  @@ -63,11 +63,11 @@
 
  ### Checks for libraries
 
  -requirements=ethumb_client = 0.1.0 ecore-file = 1.0.0 ecore = 1.0.0
 evas = 1.0.0 eet = 1.2.2 eina = 1.0.0 libexif = 0.6.16 libiptcdata =
 1.0.2 libxml-2.0 = 0.1.1
  +requirements=ethumb_client = 0.1.0 ecore-file = 1.0.0 ecore = 1.0.0
 evas = 1.0.0 eet = 1.2.2 eina = 1.0.0 libexif = 0.6.16 libiptcdata =
 1.0.2 libxml-2.0 = 0.1.1 azy
 
  -PKG_CHECK_EXISTS([eabzu_client = 0.0.1],
  +PKG_CHECK_EXISTS([azy = 0.0.1],
 [
  -requirements=eabzu_client = 0.0.1 ${requirements}
  +requirements=azy = 0.0.1 ${requirements}
  have_eabzu=yes
  AC_DEFINE_UNQUOTED(HAVE_EABZU, [1], [have network synchronization
 (eabzu) support])

 the 2 lines above should also be killed, and you have to check that
 HAVE_EABZU is not used anymore in the code. Also, check all the lines
 where have_eabzu is used in configure.ac (if any)

 Vincent


 ],
 
  Modified: trunk/enlil/src/enlil/Makefile.am
  ===
  --- trunk/enlil/src/enlil/Makefile.am 2011-04-21 12:33:35 UTC (rev 58797)
  +++ trunk/enlil/src/enlil/Makefile.am 2011-04-21 13:53:21 UTC (rev 58798)
  @@ -38,10 +38,21 @@
  pwg_Common.c \
  pwg_Common_Azy.c
 
  -BUILT_SOURCES = .sources
  -.sources: ws_piwigo/services.azy
  +pwg_Common.c: ws_piwigo/services.azy
azy_parser -H -p -o ./ ws_piwigo/services.azy
 
  +pwg_Common_Azy.c: ws_piwigo/services.azy
  + azy_parser -H -p -o ./ ws_piwigo/services.azy
  +
  +pwg_categories.azy_client.c: ws_piwigo/services.azy
  + azy_parser -H -p -o ./ ws_piwigo/services.azy
  +
  +pwg_images.azy_client.c: ws_piwigo/services.azy
  + azy_parser -H -p -o ./ ws_piwigo/services.azy
  +
  +pwg_session.azy_client.c: ws_piwigo/services.azy
  + azy_parser -H -p -o ./ ws_piwigo/services.azy
  +
  installed_headersdir = $(prefix)/include/enlil
  installed_headers_DATA = Enlil.h
  libenlil_la_CFLAGS =  @EFL_PTHREAD_CFLAGS@
 
  Modified: trunk/enlil/src/enlil/enlil.c
  ===
  --- trunk/enlil/src/enlil/enlil.c 2011-04-21 12:33:35 UTC (rev 58797)
  +++ trunk/enlil/src/enlil/enlil.c 2011-04-21 13:53:21 UTC (rev 58798)
  @@ -2,7 +2,7 @@
  #include eina_main.h
 
  #ifdef HAVE_EABZU
  -#include Eabzu.h
  +#include Azy.h
  #endif
 
  int ENLIL_LOG_DOMAIN_99;
 
  Modified: trunk/enlil/src/enlil/net_sync.c
  ===
  --- trunk/enlil/src/enlil/net_sync.c  2011-04-21 12:33:35 UTC (rev 58797)
  +++ trunk/enlil/src/enlil/net_sync.c  2011-04-21 13:53:21 UTC (rev 58798)
  @@ -4,7 +4,7 @@
  #include ../../config.h
 
  #ifdef HAVE_EABZU
  -#include Eabzu.h
  +#include Azy.h
  #endif
 
  //mmap()
 
 
 
 --
  Benefiting from Server Virtualization: Beyond Initial Workload
  Consolidation -- Increasing the use of server virtualization is a top
  priority.Virtualization can reduce costs, simplify management, and
 improve
  application availability and disaster protection. Learn more about
 boosting
  the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 


 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a 

Re: [E-devel] ruby ffi binding

2011-04-20 Thread Atton Jonathan
If you test it you maintain it :p

2011/4/20 Lionel Orry lionel.o...@gmail.com

 Jérémy Zurcher jeremy at asynk.ch writes:

 
  Hello,
  I've just launched version 0.0.1 of ffi-e17 in the wild.
  I hope it will move fast and that I'll get some help.

 Awesome! Can't wait to test it. I hope I can give feedback soon.

 Lionel




 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map rotate feature

2011-04-20 Thread Atton Jonathan
yes the center should be the center of the world :)

2011/4/20 ChunEon Park her...@naver.com


 Hi gouache.

 I'm not sure what you intended exactly.

 I think, even the map image is consisted of piece of images (as the grid
 type),
 user may need to set the rotation center anyhow.

 Thanks!

 
 Let's run together for the best moment!
 -Regards, Hermet-

 -Original Message-
 From: sangho parklt;gouach...@gmail.comgt;
 To: ChunEon Parklt;her...@naver.comgt;
 Cc: EFLlt;enlightenment-devel@lists.sourceforge.netgt;
 Sent: 11-04-20(수) 11:39:03
 Subject: Re: Re: [E-devel] [Patch] elm_map rotate feature
 hermet,
 thanks for your good suggestion.
 as your suggestion, i revised APIs.
 but now center coordinates are useless, because rotated map is grid images.
 so center coordinates are decided by each grid image.
 what do you think about this?
 /**
  * Set the rotate degree of the map
  *
  * @param obj The map object
  * @param dx amount of degrees from 0.0 to 360.0 to rotate arount X axis.
  * @param dy amount of degrees from 0.0 to 360.0 to rotate arount Y axis.
  * @param dz amount of degrees from 0.0 to 360.0 to rotate arount Z axis.
  *
  * @ingroup Map
  */
 EAPI void elm_map_rotate_set(Evas_Object *obj, double dx, double dy, double
 dz) EINA_ARG_NONNULL(1);
 /**
  * Get the rotate degree of the map
  *
  * @param obj The map object
  * @param dx amount of degrees from 0.0 to 360.0 to rotate arount X axis.
  * @param dy amount of degrees from 0.0 to 360.0 to rotate arount Y axis.
  * @param dz amount of degrees from 0.0 to 360.0 to rotate arount Z axis.
  *
  * @ingroup Map
  */
 EAPI void elm_map_rotate_get(const Evas_Object *obj, double *dx, double
 *dy, double *dz) EINA_ARG_NONNULL(1, 2, 3);
 /**
  * Convert a pixel coordinate into a roated pixcel coordinate.
  *
  * @param obj The map object
  * @param x x to rotate.
  * @param y y to rotate.
  * @param z z to rotate.
  * @param dx amount of degrees from 0.0 to 360.0 to rotate arount X axis.
  * @param dy amount of degrees from 0.0 to 360.0 to rotate arount Y axis.
  * @param dz amount of degrees from 0.0 to 360.0 to rotate arount Z axis.
  * @param xx rotated x.
  * @param yy rotated y.
  * @param zz rotated z.
  *
  * @ingroup Map
  */
 API void elm_map_utils_rotate_coord(const Evas_Object *obj, const
 Evas_Coord x, const Evas_Coord y, const double z, const double dx, const
 double dy, const double dz, Evas_Coord *xx, Evas_Coord *yy, Evas_Coord *zz)
 EINA_ARG_NONNULL(1, 8, 9, 10);
 2011/4/20 ChunEon Park lt;her...@naver.com
 how about just rotate_set as you add elm_map_rotate_get

 elm_map_rotate_set(obj, center_x, center_y, center_z, degree_x, degree_y,
 degree_z);

 and I think it will be better if it returns the above arguments also.

 elm_map_rotate_get(const Evas_Object *obj, center_x, center_y, center_z,
 degree_x, degree_y, degree_z);
 Thanks.

 
 Let's run together for the best moment!
 -Regards, Hermet-

 -Original Message-
 From: sangho parklt;gouach...@gmail.com
 To: Daniel Juyung Seolt;seojuyu...@gmail.com
 Cc: enlightenment-devel@lists.sourceforge.net
 Sent: 11-04-19(화) 11:43:33
 Subject: Re: [E-devel] [Patch] elm_map rotate featurethanks for your
 lightning comments~~ :)
 1) I'll apply const ~
 2) the reference code is 'evas_map_util_3d_rotate'. i can't find another
 api
 which is containing rotate keyword. actually, I have a plan to support 3d
 map. anyway, what is your recommendation?
 On Tue, Apr 19, 2011 at 11:33 AM, Daniel Juyung Seo 
 lt;seojuyu...@gmail.comwrote:
  Video looks good!
  It's getting better and better.
 
  Just two comments from my side.
 
  1)
 
   + EAPI double elm_map_rotate_get(Evas_Object *obj)
  EINA_ARG_NONNULL(1);
  According to EFL coding convention, we add const to getter's parameter
  like below:
  EAPI double elm_map_rotate_get(const Evas_Object *obj)
  EINA_ARG_NONNULL(1);
 
  Actually this needs to be done to other APIs.
  EAPI const char *elm_map_name_address_get(Elm_Map_Name *name)
  EINA_ARG_NONNULL(1);
  EAPI void elm_map_name_region_get(Elm_Map_Name *name,
  double *lon, double *lat) EINA_ARG_NONNULL(1);
 
  2)
   + EAPI void elm_map_util_3d_rotate(Evas_Object *obj,
  double dx, double dy, double dz, Evas_Coord cx, Evas_Coord cy, Evas_Coord
  cz, Evas_Coord *ox, Evas_Coord *oy, Evas_Coord *oz) EINA_ARG_NONNULL(1,
 8,
  9, 10);
  From youtube video, it looks like a 2d rotation.
  Why it's named 3d_rotate?
 
  Thanks.
  Daniel Juyung Seo (SeoZ)
 
  On Tue, Apr 19, 2011 at 11:25 AM, sangho park lt;gouach...@gmail.com
 wrote:
 
  Dear all,
 
  I just implement map rotate feature.
  it's the start of turn-by-turn navigation. :)
 
  because of some added APIs, I need your reviews.
 
  you can find demo youtube.
  http://www.youtube.com/watch?v=juxKrrHVU4U
 
  pls review this patch.
 
  Thanks.
  BR
 
 
 
 --
  Benefiting from Server 

Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Atton Jonathan
hum. What do you think about adding a library in the EFL project to manage
all geographic methods. (get map, get path, load GPX file ...) ?

I think we can add a library or create a specific file/directory in
elementary ?

2011/4/15 sangho park gouach...@gmail.com

 okay, i fixed it and attach new patch.

 hmmm.. btw, would you please consider make me able to commit?
 recently i made elm_map and ecore_file patches. my goal is ..
 make the elm_map be better than google maps.
 If i can join efl, i'll do my best for contribution. :)

 thanks.

 On Fri, Apr 15, 2011 at 4:36 PM, Carsten Haitzler ras...@rasterman.com
 wrote:

  On Thu, 14 Apr 2011 13:41:15 +0900 sangho park gouach...@gmail.com
 said:
 
  that seems ok - but some things like:
 
  Route_Dump *dump = (Route_Dump*)data;
 
  aren't really needed - u assign from a void * which doesn't generate
  warnings as a void * is a universal plug (can plug any ptr into/out of
  it) or
  it should be.
 
   I resend patch again with removing build warnings.
   pls confirm this patch~
  
   On Wed, Apr 13, 2011 at 10:23 AM, sangho park gouach...@gmail.com
  wrote:
  
Dear all,
   
This is a patch for elm_map name(address) feature.
I added some APIs for name to elm_map.c and added some test code to
test_map.c
   
I used nominatim OSM service. (http://
  http://nominatim.openstreetmap.org/)
as i felt, it's response time was very good to use.
   
added APIs are:
   EAPI Elm_Map_Name *elm_map_utils_convert_coord_into_name(const
Evas_Object *obj, double lon, double lat);
   EAPI Elm_Map_Name *elm_map_utils_convert_name_into_coord(const
Evas_Object *obj, char *address);
   
   EAPI const char *elm_map_name_address_get(Elm_Map_Name *name);
   EAPI void elm_map_name_region_get(Elm_Map_Name *name, double *lon,
double *lat);
   EAPI void elm_map_name_remove(Elm_Map_Name *name);
   
you can get the address from coordinate and also get coordinate from
freeform address;
   
please review this patch.
   
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 


 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and improve
 application availability and disaster protection. Learn more about boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map name(address) feature

2011-04-15 Thread Atton Jonathan
not a lot sorry. I need time to work on enki.

I will write a GPX parser for the library but that's all I think.

2011/4/15 sangho park gouach...@gmail.com

 that sounds good!!
 I'll start to design the geographic solution...
 First.. I'll make cool turn-by-turn navi using the solution.

 could you help me :D?


 On Fri, Apr 15, 2011 at 5:48 PM, Atton Jonathan 
 jonathan.at...@gmail.comwrote:

 hum. What do you think about adding a library in the EFL project to manage
 all geographic methods. (get map, get path, load GPX file ...) ?

 I think we can add a library or create a specific file/directory in
 elementary ?

 2011/4/15 sangho park gouach...@gmail.com

  okay, i fixed it and attach new patch.

 hmmm.. btw, would you please consider make me able to commit?
 recently i made elm_map and ecore_file patches. my goal is ..
 make the elm_map be better than google maps.
 If i can join efl, i'll do my best for contribution. :)

 thanks.

 On Fri, Apr 15, 2011 at 4:36 PM, Carsten Haitzler ras...@rasterman.com
 wrote:

  On Thu, 14 Apr 2011 13:41:15 +0900 sangho park gouach...@gmail.com
 said:
 
  that seems ok - but some things like:
 
  Route_Dump *dump = (Route_Dump*)data;
 
  aren't really needed - u assign from a void * which doesn't generate
  warnings as a void * is a universal plug (can plug any ptr into/out
 of
  it) or
  it should be.
 
   I resend patch again with removing build warnings.
   pls confirm this patch~
  
   On Wed, Apr 13, 2011 at 10:23 AM, sangho park gouach...@gmail.com
  wrote:
  
Dear all,
   
This is a patch for elm_map name(address) feature.
I added some APIs for name to elm_map.c and added some test code to
test_map.c
   
I used nominatim OSM service. (http://
  http://nominatim.openstreetmap.org/)
as i felt, it's response time was very good to use.
   
added APIs are:
   EAPI Elm_Map_Name *elm_map_utils_convert_coord_into_name(const
Evas_Object *obj, double lon, double lat);
   EAPI Elm_Map_Name *elm_map_utils_convert_name_into_coord(const
Evas_Object *obj, char *address);
   
   EAPI const char *elm_map_name_address_get(Elm_Map_Name *name);
   EAPI void elm_map_name_region_get(Elm_Map_Name *name, double
 *lon,
double *lat);
   EAPI void elm_map_name_remove(Elm_Map_Name *name);
   
you can get the address from coordinate and also get coordinate
 from
freeform address;
   
please review this patch.
   
 
 
  --
  - Codito, ergo sum - I code, therefore I am
 --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 


 --
 Benefiting from Server Virtualization: Beyond Initial Workload
 Consolidation -- Increasing the use of server virtualization is a top
 priority.Virtualization can reduce costs, simplify management, and
 improve
 application availability and disaster protection. Learn more about
 boosting
 the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




 --
 Regards.





-- 
Regards.
--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] edje with external parts gives segfault

2011-04-11 Thread Atton Jonathan
I have no problem in Enki and I use elm_external a lot.

Are you deleting some objects yourself or you only delete the edje object ?

What elm objects are you using ?

2011/4/11 clement.leger clemvange...@gmail.com

 Hello,

 While trying to use edje with externals (elm/button), i have encountered
 errors with segfault when i wanted to deallocate the edje object
 (evas_object_del).
 I have seen that it also does that with edje_player and the official
 examples with external parts.
 I'm using the latest efl from trunk and i recompiled all of them and I'm
 running on an ubuntu 10.10.
 Here is the gdb output :

 (gdb) run external_elm_button.edj
 Starting program: /usr/local/bin/edje_player external_elm_button.edj
 [Thread debugging using libthread_db enabled]

 Program received signal SIGSEGV, Segmentation fault.
 0x00bf16ad in elm_coords_finger_size_adjust (times_w=1, w=0xbfffee1c,
times_h=1, h=0xbfffee18) at elm_main.c:1875
 1875   if ((w)  (*w  (_elm_config-finger_size * times_w)))

 Any ideas about why it fails ? a bad library in ubuntu ?

 Concerning the software, I'm trying to make a really light photo viewer and
 radio listener. It aims at repurposing old laptops into digital picture
 frame and will be control without keyboard or mouse :
 http://eriamond.dyndns.org/doku.php?id=eframe#software
 I'm also making it to learn how to us the EFL.

 Thanks in advance

 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] discussion of elementary header separation.

2011-04-10 Thread Atton Jonathan
Maybe we can split headers by type of widget: simple, list(genlist, list,
gengrid), map (it is a big header) ...

2011/4/9 Daniel Juyung Seo seojuyu...@gmail.com

 Hello all,
 I wanna raise a discussion of elementary header separation like eina.

 Raster is moving dox into headers.
 I agree with him to put dox into headers because developers can refer
 headers directly.
 (they could refer doxygen html as well.)

 But Elementary.h.in is already full and it will be mess if all dox come
 in.
 I suggest to separate elementary headers widget by widget.
 Just like eina.

 $PREFIX/include/eina-1/Eina.h
 $PREFIX/include/eina-1/eina/eina_list.h
 ...

 I have a prototype and it's working well. I'm ready to commit that.
 This is a big change so I want to raise a discussion.

 Any ideas?

 Thanks.
 Daniel Juyung Seo (SeoZ)

 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map route feature

2011-04-06 Thread Atton Jonathan
Improve the root design please :)

2011/4/6 sangho park gouach...@gmail.com

 I tested attached source code. It's good for me.
 when the code is in svn, I can replace all xml sutff using it.

 okay..  after eina parser is submitted, I'll make a new mail thread for map
 route.

 On Tue, Apr 5, 2011 at 5:36 PM, Carsten Haitzler ras...@rasterman.com
 wrote:

  On Tue, 5 Apr 2011 10:30:56 +0900 sangho park gouach...@gmail.com
 said:
 
  it's not yet - he proposed it. i guess i'm asking how does that parser
  look to
  you? could you work with that? see the mails i attached and sent to you
 -
  they
  have attached source.
 
   I really want to work with eina xml parser... but
   i can't find gustavo's source code in svn.
  
   how can i use eina xml parser? should i write into elm_map internally?
  
   On Mon, Apr 4, 2011 at 8:09 PM, Carsten Haitzler ras...@rasterman.com
  wrote:
  
On Mon, 4 Apr 2011 12:01:32 +0900 sangho park gouach...@gmail.com
  said:
   
aaah ok. you added the configure check here still. my question
remains...
that other xml parser? :)
   
 sorry, I found some build warnings...
 I remove warnings and fix coordinate problem..

 pls review this new patch.

 On Mon, Apr 4, 2011 at 10:16 AM, sangho park gouach...@gmail.com
wrote:

  did you build ecore with curl?
  elm_map uses ecore_file_download() for getting map.
  as i know, if you don't install curl before building ecore,
  downloading
  remote feature is disabled.
 
  anyway, I resend new patch except formatting/white space removal
  patch.
  thanks for your comments, and pls review this patch.
 
  Thanks.
  BR.
 
 
  On Mon, Apr 4, 2011 at 1:31 AM, Daniel Juyung Seo
  seojuyu...@gmail.comwrote:
 
  Hello, thanks for your patch.
  But I can't test this on my computer.
  Do I have to set any option to use elm_map?
  It was working at the office but not at my home :(
  When I ran elementary_test Map, I could just see markers but
 no
  map.
 
  And can you separate formatting/white space removal patch from
  your
patch?
  For reviewers it's hard to check the code which has a new
 feature
  and
  formatting fix at the same time.
 
  Thanks.
  Daniel Juyung Seo (SeoZ)
 
  On Sat, Apr 2, 2011 at 6:40 PM, sangho park 
 gouach...@gmail.com
wrote:
 
  Dear all,
 
  This is a patch for elm_map route feature.
  I added some APIs for route to elm_map.c
 
  there are some route services provided by Open Street Map
 (yours,
open
  route
  service, monav...)
  I just added 'yours' url callback and will add ors, monav)
 
  and add some test code to test_map.c
 
  attached fie : route-example.png
 
  pls review this patch.
 
  Thanks.
  BR
 
 
 
   
 
 --
  Create and publish websites with WebMatrix
  Use the most popular FREE web apps or write code yourself;
  WebMatrix provides all the features you need to develop and
  publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
 
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
 
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 
   
   
--
- Codito, ergo sum - I code, therefore I am
  --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
   
   
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 

 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map route feature

2011-04-06 Thread Atton Jonathan
I ask him to improve it, I do not do it :D

2011/4/6 Carsten Haitzler ras...@rasterman.com

 On Wed, 6 Apr 2011 12:05:55 +0900 sangho park gouach...@gmail.com said:

 nothing attached... :(

  I tested attached source code. It's good for me.
  when the code is in svn, I can replace all xml sutff using it.
 
  okay..  after eina parser is submitted, I'll make a new mail thread for
 map
  route.
 
  On Tue, Apr 5, 2011 at 5:36 PM, Carsten Haitzler ras...@rasterman.com
 wrote:
 
   On Tue, 5 Apr 2011 10:30:56 +0900 sangho park gouach...@gmail.com
 said:
  
   it's not yet - he proposed it. i guess i'm asking how does that parser
   look to
   you? could you work with that? see the mails i attached and sent to
 you -
   they
   have attached source.
  
I really want to work with eina xml parser... but
i can't find gustavo's source code in svn.
   
how can i use eina xml parser? should i write into elm_map
 internally?
   
On Mon, Apr 4, 2011 at 8:09 PM, Carsten Haitzler 
 ras...@rasterman.com
   wrote:
   
 On Mon, 4 Apr 2011 12:01:32 +0900 sangho park gouach...@gmail.com
 
   said:

 aaah ok. you added the configure check here still. my question
 remains...
 that other xml parser? :)

  sorry, I found some build warnings...
  I remove warnings and fix coordinate problem..
 
  pls review this new patch.
 
  On Mon, Apr 4, 2011 at 10:16 AM, sangho park 
 gouach...@gmail.com
 wrote:
 
   did you build ecore with curl?
   elm_map uses ecore_file_download() for getting map.
   as i know, if you don't install curl before building ecore,
   downloading
   remote feature is disabled.
  
   anyway, I resend new patch except formatting/white space
 removal
   patch.
   thanks for your comments, and pls review this patch.
  
   Thanks.
   BR.
  
  
   On Mon, Apr 4, 2011 at 1:31 AM, Daniel Juyung Seo
   seojuyu...@gmail.comwrote:
  
   Hello, thanks for your patch.
   But I can't test this on my computer.
   Do I have to set any option to use elm_map?
   It was working at the office but not at my home :(
   When I ran elementary_test Map, I could just see markers but
 no
   map.
  
   And can you separate formatting/white space removal patch from
   your
 patch?
   For reviewers it's hard to check the code which has a new
 feature
   and
   formatting fix at the same time.
  
   Thanks.
   Daniel Juyung Seo (SeoZ)
  
   On Sat, Apr 2, 2011 at 6:40 PM, sangho park 
 gouach...@gmail.com
 wrote:
  
   Dear all,
  
   This is a patch for elm_map route feature.
   I added some APIs for route to elm_map.c
  
   there are some route services provided by Open Street Map
 (yours,
 open
   route
   service, monav...)
   I just added 'yours' url callback and will add ors, monav)
  
   and add some test code to test_map.c
  
   attached fie : route-example.png
  
   pls review this patch.
  
   Thanks.
   BR
  
  
  

  
 --
   Create and publish websites with WebMatrix
   Use the most popular FREE web apps or write code yourself;
   WebMatrix provides all the features you need to develop and
   publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
  
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
  
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  
  
  


 --
 - Codito, ergo sum - I code, therefore I am
   --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


  
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
enlightenment-devel mailing list

Re: [E-devel] Presentation of elm

2011-04-06 Thread Atton Jonathan
maybe malloc has eaten your presentations:(

2011/4/6 Carsten Haitzler ras...@rasterman.com

 On Mon, 4 Apr 2011 10:15:17 +0200 Atton Jonathan jonathan.at...@gmail.com
 
 said:

  Hello great people of e
 
 
  I will make a presentation of Elementary next month at Paris.
 
  Is there any existing presentation of elm somewhere in the world  ? :)

 gah. i can't find them. they aren't brilliant though... and they aren't
 french! :)


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




-- 
Regards.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map route feature

2011-04-04 Thread Atton Jonathan
look in your console :)

2011/4/3 Daniel Juyung Seo seojuyu...@gmail.com

 Hello, thanks for your patch.
 But I can't test this on my computer.
 Do I have to set any option to use elm_map?
 It was working at the office but not at my home :(
 When I ran elementary_test Map, I could just see markers but no map.

 And can you separate formatting/white space removal patch from your patch?
 For reviewers it's hard to check the code which has a new feature and
 formatting fix at the same time.

 Thanks.
 Daniel Juyung Seo (SeoZ)

 On Sat, Apr 2, 2011 at 6:40 PM, sangho park gouach...@gmail.com wrote:

  Dear all,
 
  This is a patch for elm_map route feature.
  I added some APIs for route to elm_map.c
 
  there are some route services provided by Open Street Map (yours, open
  route
  service, monav...)
  I just added 'yours' url callback and will add ors, monav)
 
  and add some test code to test_map.c
 
  attached fie : route-example.png
 
  pls review this patch.
 
  Thanks.
  BR
 
 
 
 --
  Create and publish websites with WebMatrix
  Use the most popular FREE web apps or write code yourself;
  WebMatrix provides all the features you need to develop and
  publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
 
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 

 --
 Create and publish websites with WebMatrix
 Use the most popular FREE web apps or write code yourself;
 WebMatrix provides all the features you need to develop and
 publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Presentation of elm

2011-04-04 Thread Atton Jonathan
Hello great people of e


I will make a presentation of Elementary next month at Paris.

Is there any existing presentation of elm somewhere in the world  ? :)


-- 
Regards.
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elementary: Filter/search Gengrids

2011-03-09 Thread Atton Jonathan
wouha I like it. I need this to use gengrid in enki instead of my custom
widget. This is a great idea and thank you to implement it !

2011/2/25 Frederik Sdun frederik.s...@googlemail.com

 Moin,

 I wrote a (not yet finished) patch to filter and search in gengrids. If
 you like this feature I would step up to implement it for the other
 grids/lists/...

 But there are some questions in current stage:
 * to allow the user to show a widget with the current searchstring:
  should i emit a signal or allow him to set a methods to
  start,hide,delete,update his widgets?
 * should i add a default indicator?

 current BUGS:
 * item not shown after cancel: press w - scroll - backspace
 * Your bug here

 Any additional ideas I should implement, too?
 Maybe sort by rating of the compare callback?

 If you want to test it: the patch includes some addional lines for
 elementary_test- Gengrid in filter mode. If you want to test search
 mode: replace elm_gengrid_filter_set by elm_gengrid_search_set.

 Regards, Frederik

 P.S.: Yes. the patch is not ecrustified, but it's not finished yet.
 --
 IRC: playya @ Freenode, Gimpnet
 xmpp: pla...@draugr.de
 identi.ca: playya

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAk1nyoAACgkQvbwBzXsbjypTbwCgg+Z7vlPt4WQXnS1Y5NPta2mv
 lIEAn1mWkRo9xez/uJSg/DuTQFCIYQ6d
 =ZeLB
 -END PGP SIGNATURE-


 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: caro IN trunk/enlil: . m4 src/bin_geocaching_print src/bin_load_sync src/bin_print src/bin_sync src/bin_transformations src/enlil

2011-03-01 Thread Atton Jonathan
I am doing the replacement stop by stop because I keep the same logic in
enki. Give me some times :o


2011/2/27 Vincent Torri vto...@univ-evry.fr



 On Sun, 27 Feb 2011, Atton Jonathan wrote:

  A lot of warnings are because I replace flickr by eabzu. I have commented
 the flickr code in order to have a code which compile, that's why some
 warning appears.


 then kill all the flickr code completely.

 Vincent


 2011/2/27 Vincent Torri vto...@univ-evry.fr



 On Sun, 27 Feb 2011, Atton Jonathan wrote:

  Whoua, thank you a lot !



 now look at all the warnings (there is one undef variable (time)) and the
 FIXME's about threads (you don't destroy them, but you init them with
 pthread_mutex_init()) :)

 Also it would be good to use the common directory structure:

 src/
  lib/--- enlil lib
 src/
  bin/--- the 5 bins

 putting the 5 bins in src/bin would in addition make the compilation
 faster
 (no need to run make in 5 different directories)

 Vincent

  2011/2/26 Enlightenment SVN no-re...@enlightenment.org


  Log:

 Enlil:

  * make it work on Windows
  * clean up autotools


 Author:   caro
 Date: 2011-02-26 13:34:04 -0800 (Sat, 26 Feb 2011)
 New Revision: 57343
 Trac: http://trac.enlightenment.org/e/changeset/57343

 Added:
  trunk/enlil/m4/efl_compiler_flag.m4 trunk/enlil/m4/efl_threads.m4
 Removed:
  trunk/enlil/m4/efl_pthread.m4
 Modified:
  trunk/enlil/AUTHORS
 trunk/enlil/configure.actrunk/enlil/enlil.pc.intrunk/enlil/src/bin_geocaching_print/Makefile.am


 trunk/enlil/src/bin_load_sync/Makefile.am
 trunk/enlil/src/bin_print/Makefile.am
 trunk/enlil/src/bin_sync/Makefile.am
 trunk/enlil/src/bin_transformations/Makefile.am
 trunk/enlil/src/enlil/Enlil.h trunk/enlil/src/enlil/Makefile.am
 trunk/enlil/src/enlil/enlil_private.h
 trunk/enlil/src/enlil/file_manager.c
 trunk/enlil/src/enlil/load.c trunk/enlil/src/enlil/sync.c

 Modified: trunk/enlil/AUTHORS
 ===
 --- trunk/enlil/AUTHORS 2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/AUTHORS 2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1 +1,2 @@
  Atton Jonathan alias Watchwolf (jonathan.at...@gmail.com)
 +Vincent Torri vtorri at univ-evry dot fr

 Modified: trunk/enlil/configure.ac
 ===
 --- trunk/enlil/configure.ac2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/configure.ac2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1,94 +1,118 @@
  # get rid of that stupid cache mechanism
  rm -f config.cache

 -AC_INIT(configure.ac)
 +m4_define([v_maj], [0])
 +m4_define([v_min], [6])
 +m4_define([v_mic], [0])
 +m4_define([v_ver], [v_maj.v_min.v_mic])
 +
 +m4_define([lt_rev], m4_eval(v_maj + v_min))
 +m4_define([lt_cur], v_mic)
 +m4_define([lt_age], v_min)
 +
 +AC_INIT([enlil], [v_ver])
 +AC_PREREQ([2.52])
 +AC_CONFIG_SRCDIR([configure.ac])
 +AC_CONFIG_MACRO_DIR([m4])
 +AC_CONFIG_HEADERS([config.h])
 +
  AC_CANONICAL_TARGET
  AC_CANONICAL_BUILD
  AC_CANONICAL_HOST

 -AM_INIT_AUTOMAKE(Enlil, 0.6)
 -AM_CONFIG_HEADER(config.h)
 +AM_INIT_AUTOMAKE([1.6 dist-bzip2])
  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

 -AC_PROG_CC
 -AM_PROG_CC_STDC
 -AC_HEADER_STDC
 -AC_C_CONST
 -AM_PROG_CC_C_O
 -
 +AC_LIBTOOL_WIN32_DLL
 +define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 +define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
  AM_PROG_LIBTOOL
 -
 +version_info=lt_rev:lt_cur:lt_age
  AC_SUBST(version_info)
 -AC_SUBST(requirements)
 -AC_SUBST(packagesrcdir)
 -AC_SUBST(packagedatadir)

 +
 +### Needed information
 +
 +AC_CANONICAL_BUILD
 +AC_CANONICAL_HOST
 +
 +### Default options with respect to host
 +
 +
 +### Additional options to configure
 +
 +
 +### Checks for programs
 +AC_PROG_CC
 +
 +# pkg-config
  PKG_PROG_PKG_CONFIG

 -define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 -define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
 -# Find edje_cc
 -PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
 -AC_ARG_WITH(edje-cc,
 -  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to
 edje_cc]),
 -  [
 -v=$withval;
 -EDJE_CC=$v
 -  ],[
 -EDJE_CC=$(pkg-config --variable=prefix edje)/bin/edje_cc
 -  ]
 -)
 +# Check whether pkg-config supports Requires.private
 +if $PKG_CONFIG --atleast-pkgconfig-version 0.22; then
 +   pkgconfig_requires_private=Requires.private
 +else
 +   pkgconfig_requires_private=Requires
 +fi
 +AC_SUBST(pkgconfig_requires_private)

  # doxygen program for documentation building
 +
  EFL_CHECK_DOXYGEN([build_doc=yes], [build_doc=no])

 -EFL_CHECK_PTHREAD([yes],
 -  [have_pthread=yes],
 -  [have_pthread=no],
 -  [have_pthread_spinlock=yes],
 -  [have_pthread_spinlock=no])

 +### Checks for libraries

 -requirement_flickr=
 -have_flickr=no
 +requirements=ethumb_client = 0.1.0 ecore-file = 1.0.0 ecore =
 1.0.0
 evas = 1.0.0 eet = 1.2.2 eina = 1.0.0 libexif = 0.6.16 libiptcdata
 =
 1.0.2

 -PKG_CHECK_MODULES(EABZU, [eabzu_client  0.0.1

Re: [E-devel] E SVN: caro IN trunk/enlil: . m4 src/bin_geocaching_print src/bin_load_sync src/bin_print src/bin_sync src/bin_transformations src/enlil

2011-02-27 Thread Atton Jonathan
Whoua, thank you a lot !

2011/2/26 Enlightenment SVN no-re...@enlightenment.org

 Log:
 Enlil:

   * make it work on Windows
   * clean up autotools


 Author:   caro
 Date: 2011-02-26 13:34:04 -0800 (Sat, 26 Feb 2011)
 New Revision: 57343
 Trac: http://trac.enlightenment.org/e/changeset/57343

 Added:
  trunk/enlil/m4/efl_compiler_flag.m4 trunk/enlil/m4/efl_threads.m4
 Removed:
  trunk/enlil/m4/efl_pthread.m4
 Modified:
  trunk/enlil/AUTHORS trunk/enlil/configure.ac 
 trunk/enlil/enlil.pc.intrunk/enlil/src/bin_geocaching_print/Makefile.am
 trunk/enlil/src/bin_load_sync/Makefile.am
 trunk/enlil/src/bin_print/Makefile.am trunk/enlil/src/bin_sync/Makefile.am
 trunk/enlil/src/bin_transformations/Makefile.am
 trunk/enlil/src/enlil/Enlil.h trunk/enlil/src/enlil/Makefile.am
 trunk/enlil/src/enlil/enlil_private.h trunk/enlil/src/enlil/file_manager.c
 trunk/enlil/src/enlil/load.c trunk/enlil/src/enlil/sync.c

 Modified: trunk/enlil/AUTHORS
 ===
 --- trunk/enlil/AUTHORS 2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/AUTHORS 2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1 +1,2 @@
  Atton Jonathan alias Watchwolf (jonathan.at...@gmail.com)
 +Vincent Torri vtorri at univ-evry dot fr

 Modified: trunk/enlil/configure.ac
 ===
 --- trunk/enlil/configure.ac2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/configure.ac2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1,94 +1,118 @@
  # get rid of that stupid cache mechanism
  rm -f config.cache

 -AC_INIT(configure.ac)
 +m4_define([v_maj], [0])
 +m4_define([v_min], [6])
 +m4_define([v_mic], [0])
 +m4_define([v_ver], [v_maj.v_min.v_mic])
 +
 +m4_define([lt_rev], m4_eval(v_maj + v_min))
 +m4_define([lt_cur], v_mic)
 +m4_define([lt_age], v_min)
 +
 +AC_INIT([enlil], [v_ver])
 +AC_PREREQ([2.52])
 +AC_CONFIG_SRCDIR([configure.ac])
 +AC_CONFIG_MACRO_DIR([m4])
 +AC_CONFIG_HEADERS([config.h])
 +
  AC_CANONICAL_TARGET
  AC_CANONICAL_BUILD
  AC_CANONICAL_HOST

 -AM_INIT_AUTOMAKE(Enlil, 0.6)
 -AM_CONFIG_HEADER(config.h)
 +AM_INIT_AUTOMAKE([1.6 dist-bzip2])
  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

 -AC_PROG_CC
 -AM_PROG_CC_STDC
 -AC_HEADER_STDC
 -AC_C_CONST
 -AM_PROG_CC_C_O
 -
 +AC_LIBTOOL_WIN32_DLL
 +define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 +define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
  AM_PROG_LIBTOOL
 -
 +version_info=lt_rev:lt_cur:lt_age
  AC_SUBST(version_info)
 -AC_SUBST(requirements)
 -AC_SUBST(packagesrcdir)
 -AC_SUBST(packagedatadir)

 +
 +### Needed information
 +
 +AC_CANONICAL_BUILD
 +AC_CANONICAL_HOST
 +
 +### Default options with respect to host
 +
 +
 +### Additional options to configure
 +
 +
 +### Checks for programs
 +AC_PROG_CC
 +
 +# pkg-config
  PKG_PROG_PKG_CONFIG

 -define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 -define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
 -# Find edje_cc
 -PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
 -AC_ARG_WITH(edje-cc,
 -  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to
 edje_cc]),
 -  [
 -v=$withval;
 -EDJE_CC=$v
 -  ],[
 -EDJE_CC=$(pkg-config --variable=prefix edje)/bin/edje_cc
 -  ]
 -)
 +# Check whether pkg-config supports Requires.private
 +if $PKG_CONFIG --atleast-pkgconfig-version 0.22; then
 +   pkgconfig_requires_private=Requires.private
 +else
 +   pkgconfig_requires_private=Requires
 +fi
 +AC_SUBST(pkgconfig_requires_private)

  # doxygen program for documentation building
 +
  EFL_CHECK_DOXYGEN([build_doc=yes], [build_doc=no])

 -EFL_CHECK_PTHREAD([yes],
 -  [have_pthread=yes],
 -  [have_pthread=no],
 -  [have_pthread_spinlock=yes],
 -  [have_pthread_spinlock=no])

 +### Checks for libraries

 -requirement_flickr=
 -have_flickr=no
 +requirements=ethumb_client = 0.1.0 ecore-file = 1.0.0 ecore = 1.0.0
 evas = 1.0.0 eet = 1.2.2 eina = 1.0.0 libexif = 0.6.16 libiptcdata =
 1.0.2

 -PKG_CHECK_MODULES(EABZU, [eabzu_client  0.0.1 ],
 -  requirement_eabzu=eabzu_client
 -  have_eabzu=yes
 -  AC_DEFINE_UNQUOTED(HAVE_EABZU, ${have_eabzu}, [have
 network synchronization (eabzu) support]),
 -  have_eabzu=no
 -  )
 -# required libs / cflags
 -flickr_libs=$FLICKR_LIBS
 -flickr_cflags=$FLICKR_CFLAGS
 -AC_SUBST(flickr_libs)
 -AC_SUBST(flickr_cflags)
 +PKG_CHECK_EXISTS([eabzu_client = 0.0.1],
 +   [
 +requirements=eabzu_client = 0.0.1 ${requirements}
 +have_eabzu=yes
 +AC_DEFINE_UNQUOTED(HAVE_EABZU, [1], [have network synchronization
 (eabzu) support])
 +   ],
 +   [have_eabzu=no])

 -requirements=ecore eet ecore-file evas ethumb_client
 -requirements=${requirements} ${requirement_flickr}
 -AC_SUBST(requirements)
 +PKG_CHECK_MODULES([ENLIL], [${requirements}])

 +EFL_CHECK_THREADS(
 +   [
 +if test x${_efl_have_posix_threads} = xyes ; then
 +   have_threads=POSIX
 +else

Re: [E-devel] E SVN: caro IN trunk/enlil: . m4 src/bin_geocaching_print src/bin_load_sync src/bin_print src/bin_sync src/bin_transformations src/enlil

2011-02-27 Thread Atton Jonathan
A lot of warnings are because I replace flickr by eabzu. I have commented
the flickr code in order to have a code which compile, that's why some
warning appears.

2011/2/27 Vincent Torri vto...@univ-evry.fr



 On Sun, 27 Feb 2011, Atton Jonathan wrote:

  Whoua, thank you a lot !


 now look at all the warnings (there is one undef variable (time)) and the
 FIXME's about threads (you don't destroy them, but you init them with
 pthread_mutex_init()) :)

 Also it would be good to use the common directory structure:

 src/
   lib/--- enlil lib
 src/
   bin/--- the 5 bins

 putting the 5 bins in src/bin would in addition make the compilation faster
 (no need to run make in 5 different directories)

 Vincent

  2011/2/26 Enlightenment SVN no-re...@enlightenment.org

  Log:
 Enlil:

  * make it work on Windows
  * clean up autotools


 Author:   caro
 Date: 2011-02-26 13:34:04 -0800 (Sat, 26 Feb 2011)
 New Revision: 57343
 Trac: http://trac.enlightenment.org/e/changeset/57343

 Added:
  trunk/enlil/m4/efl_compiler_flag.m4 trunk/enlil/m4/efl_threads.m4
 Removed:
  trunk/enlil/m4/efl_pthread.m4
 Modified:
  trunk/enlil/AUTHORS 
 trunk/enlil/configure.actrunk/enlil/enlil.pc.intrunk/enlil/src/bin_geocaching_print/Makefile.am

 trunk/enlil/src/bin_load_sync/Makefile.am
 trunk/enlil/src/bin_print/Makefile.am
 trunk/enlil/src/bin_sync/Makefile.am
 trunk/enlil/src/bin_transformations/Makefile.am
 trunk/enlil/src/enlil/Enlil.h trunk/enlil/src/enlil/Makefile.am
 trunk/enlil/src/enlil/enlil_private.h
 trunk/enlil/src/enlil/file_manager.c
 trunk/enlil/src/enlil/load.c trunk/enlil/src/enlil/sync.c

 Modified: trunk/enlil/AUTHORS
 ===
 --- trunk/enlil/AUTHORS 2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/AUTHORS 2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1 +1,2 @@
  Atton Jonathan alias Watchwolf (jonathan.at...@gmail.com)
 +Vincent Torri vtorri at univ-evry dot fr

 Modified: trunk/enlil/configure.ac
 ===
 --- trunk/enlil/configure.ac2011-02-26 20:08:21 UTC (rev 57342)
 +++ trunk/enlil/configure.ac2011-02-26 21:34:04 UTC (rev 57343)
 @@ -1,94 +1,118 @@
  # get rid of that stupid cache mechanism
  rm -f config.cache

 -AC_INIT(configure.ac)
 +m4_define([v_maj], [0])
 +m4_define([v_min], [6])
 +m4_define([v_mic], [0])
 +m4_define([v_ver], [v_maj.v_min.v_mic])
 +
 +m4_define([lt_rev], m4_eval(v_maj + v_min))
 +m4_define([lt_cur], v_mic)
 +m4_define([lt_age], v_min)
 +
 +AC_INIT([enlil], [v_ver])
 +AC_PREREQ([2.52])
 +AC_CONFIG_SRCDIR([configure.ac])
 +AC_CONFIG_MACRO_DIR([m4])
 +AC_CONFIG_HEADERS([config.h])
 +
  AC_CANONICAL_TARGET
  AC_CANONICAL_BUILD
  AC_CANONICAL_HOST

 -AM_INIT_AUTOMAKE(Enlil, 0.6)
 -AM_CONFIG_HEADER(config.h)
 +AM_INIT_AUTOMAKE([1.6 dist-bzip2])
  m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

 -AC_PROG_CC
 -AM_PROG_CC_STDC
 -AC_HEADER_STDC
 -AC_C_CONST
 -AM_PROG_CC_C_O
 -
 +AC_LIBTOOL_WIN32_DLL
 +define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 +define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
  AM_PROG_LIBTOOL
 -
 +version_info=lt_rev:lt_cur:lt_age
  AC_SUBST(version_info)
 -AC_SUBST(requirements)
 -AC_SUBST(packagesrcdir)
 -AC_SUBST(packagedatadir)

 +
 +### Needed information
 +
 +AC_CANONICAL_BUILD
 +AC_CANONICAL_HOST
 +
 +### Default options with respect to host
 +
 +
 +### Additional options to configure
 +
 +
 +### Checks for programs
 +AC_PROG_CC
 +
 +# pkg-config
  PKG_PROG_PKG_CONFIG

 -define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
 -define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
 -# Find edje_cc
 -PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
 -AC_ARG_WITH(edje-cc,
 -  AC_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to
 edje_cc]),
 -  [
 -v=$withval;
 -EDJE_CC=$v
 -  ],[
 -EDJE_CC=$(pkg-config --variable=prefix edje)/bin/edje_cc
 -  ]
 -)
 +# Check whether pkg-config supports Requires.private
 +if $PKG_CONFIG --atleast-pkgconfig-version 0.22; then
 +   pkgconfig_requires_private=Requires.private
 +else
 +   pkgconfig_requires_private=Requires
 +fi
 +AC_SUBST(pkgconfig_requires_private)

  # doxygen program for documentation building
 +
  EFL_CHECK_DOXYGEN([build_doc=yes], [build_doc=no])

 -EFL_CHECK_PTHREAD([yes],
 -  [have_pthread=yes],
 -  [have_pthread=no],
 -  [have_pthread_spinlock=yes],
 -  [have_pthread_spinlock=no])

 +### Checks for libraries

 -requirement_flickr=
 -have_flickr=no
 +requirements=ethumb_client = 0.1.0 ecore-file = 1.0.0 ecore = 1.0.0
 evas = 1.0.0 eet = 1.2.2 eina = 1.0.0 libexif = 0.6.16 libiptcdata =
 1.0.2

 -PKG_CHECK_MODULES(EABZU, [eabzu_client  0.0.1 ],
 -  requirement_eabzu=eabzu_client
 -  have_eabzu=yes
 -  AC_DEFINE_UNQUOTED(HAVE_EABZU, ${have_eabzu}, [have
 network synchronization (eabzu) support]),
 -  have_eabzu

Re: [E-devel] E SVN: caro IN trunk/enki: . src/bin

2011-02-27 Thread Atton Jonathan
I have fixed enlil.


2011/2/27 Enlightenment SVN no-re...@enlightenment.org

 Log:
  * autotools improvments
   * it's almost compiling on Windows. I have some undef ref:

  enlil_library_netsync_account_set() not defined

  I can't find that function in enlil. Is enki currently broken ?

 Author:   caro
 Date: 2011-02-27 04:51:28 -0800 (Sun, 27 Feb 2011)
 New Revision: 57379
 Trac: http://trac.enlightenment.org/e/changeset/57379

 Modified:
  trunk/enki/ABOUT-NLS trunk/enki/Makefile.am trunk/enki/autogen.sh
 trunk/enki/configure.ac trunk/enki/src/bin/Makefile.am
 trunk/enki/src/bin/list_photo.c trunk/enki/src/bin/main.h
 trunk/enki/src/bin/map.c trunk/enki/src/bin/slideshow.c

 Modified: trunk/enki/ABOUT-NLS
 ===
 --- trunk/enki/ABOUT-NLS2011-02-27 12:40:50 UTC (rev 57378)
 +++ trunk/enki/ABOUT-NLS2011-02-27 12:51:28 UTC (rev 57379)
 @@ -0,0 +1,625 @@
 +Notes on the Free Translation Project
 +*
 +
 +   Free software is going international!  The Free Translation Project
 +is a way to get maintainers of free software, translators, and users all
 +together, so that will gradually become able to speak many languages.
 +A few packages already provide translations for their messages.
 +
 +   If you found this `ABOUT-NLS' file inside a distribution, you may
 +assume that the distributed package does use GNU `gettext' internally,
 +itself available at your nearest GNU archive site.  But you do _not_
 +need to install GNU `gettext' prior to configuring, installing or using
 +this package with messages translated.
 +
 +   Installers will find here some useful hints.  These notes also
 +explain how users should proceed for getting the programs to use the
 +available translations.  They tell how people wanting to contribute and
 +work at translations should contact the appropriate team.
 +
 +   When reporting bugs in the `intl/' directory or bugs which may be
 +related to internationalization, you should tell about the version of
 +`gettext' which is used.  The information can be found in the
 +`intl/VERSION' file, in internationalized packages.
 +
 +Quick configuration advice
 +==
 +
 +   If you want to exploit the full power of internationalization, you
 +should configure it using
 +
 + ./configure --with-included-gettext
 +
 +to force usage of internationalizing routines provided within this
 +package, despite the existence of internationalizing capabilities in the
 +operating system where this package is being installed.  So far, only
 +the `gettext' implementation in the GNU C library version 2 provides as
 +many features (such as locale alias, message inheritance, automatic
 +charset conversion or plural form handling) as the implementation here.
 +It is also not possible to offer this additional functionality on top
 +of a `catgets' implementation.  Future versions of GNU `gettext' will
 +very likely convey even more functionality.  So it might be a good idea
 +to change to GNU `gettext' as soon as possible.
 +
 +   So you need _not_ provide this option if you are using GNU libc 2 or
 +you have installed a recent copy of the GNU gettext package with the
 +included `libintl'.
 +
 +INSTALL Matters
 +===
 +
 +   Some packages are localizable when properly installed; the
 +programs they contain can be made to speak your own native language.
 +Most such packages use GNU `gettext'.  Other packages have their own
 +ways to internationalization, predating GNU `gettext'.
 +
 +   By default, this package will be installed to allow translation of
 +messages.  It will automatically detect whether the system already
 +provides the GNU `gettext' functions.  If not, the GNU `gettext' own
 +library will be used.  This library is wholly contained within this
 +package, usually in the `intl/' subdirectory, so prior installation of
 +the GNU `gettext' package is _not_ required.  Installers may use
 +special options at configuration time for changing the default
 +behaviour.  The commands:
 +
 + ./configure --with-included-gettext
 + ./configure --disable-nls
 +
 +will respectively bypass any pre-existing `gettext' to use the
 +internationalizing routines provided within this package, or else,
 +_totally_ disable translation of messages.
 +
 +   When you already have GNU `gettext' installed on your system and run
 +configure without an option for your new package, `configure' will
 +probably detect the previously built and installed `libintl.a' file and
 +will decide to use this.  This might be not what is desirable.  You
 +should use the more recent version of the GNU `gettext' library.  I.e.
 +if the file `intl/VERSION' shows that the library which comes with this
 +package is more recent, you should use
 +
 + ./configure --with-included-gettext
 +
 +to prevent auto-detection.
 +
 +   The configuration process will not test for the `catgets' 

Re: [E-devel] E SVN: watchwolf IN trunk/enki: . data/themes data/themes/default_small data/themes/default_small/fonts src/bin src/bin/evas_object

2011-02-26 Thread Atton Jonathan
Video:http://watchwolf.fr/big_small.ogv

With the small theme I have small bug that's why the list of buttons (top
ond bottom) overlapp the scroller/genlist. This is a bug with box in edje.



2011/2/26 Enlightenment SVN no-re...@enlightenment.org

 Log:
 Enki:
  * add the theme default_small. This is a theme made for small screen
 (like phone). This is only a POC, it require time to do something complete
 but the layout for menu/libraries/albums/photos change a lot. It is a good
 example about using edje to describe the layout.
  * add the argument --size w*h
  * add the argument -t theme.edj




 Author:   watchwolf
 Date: 2011-02-26 00:34:10 -0800 (Sat, 26 Feb 2011)
 New Revision: 57333
 Trac: http://trac.enlightenment.org/e/changeset/57333

 Added:
  trunk/enki/data/themes/default_small/
 trunk/enki/data/themes/default_small/Makefile.am
 trunk/enki/data/themes/default_small/album_header.edc
 trunk/enki/data/themes/default_small/albums.edc
 trunk/enki/data/themes/default_small/default.edc
 trunk/enki/data/themes/default_small/elm.edc
 trunk/enki/data/themes/default_small/flickr.edc
 trunk/enki/data/themes/default_small/fonts/
 trunk/enki/data/themes/default_small/fonts/DejaVuSans-Bold.ttf
 trunk/enki/data/themes/default_small/fonts/DejaVuSans.ttf
 trunk/enki/data/themes/default_small/fonts/DejaVuSansMono-Bold.ttf
 trunk/enki/data/themes/default_small/fonts/DejaVuSansMono.ttf
 trunk/enki/data/themes/default_small/geocaching.edc
 trunk/enki/data/themes/default_small/geocaching_bubble.edc
 trunk/enki/data/themes/default_small/icons.edc
 trunk/enki/data/themes/default_small/libraries.edc
 trunk/enki/data/themes/default_small/list_left.edc
 trunk/enki/data/themes/default_small/list_left_menu.edc
 trunk/enki/data/themes/default_small/main.edc
 trunk/enki/data/themes/default_small/main_page.edc
 trunk/enki/data/themes/default_small/main_panel.edc
 trunk/enki/data/themes/default_small/map.edc
 trunk/enki/data/themes/default_small/minislideshow.edc
 trunk/enki/data/themes/default_small/panel_image.edc
 trunk/enki/data/themes/default_small/photo.edc
 trunk/enki/data/themes/default_small/photo_import.edc
 trunk/enki/data/themes/default_small/photo_library.edc
 trunk/enki/data/themes/default_small/photo_menu_parts.edc
 trunk/enki/data/themes/default_small/photo_simple.edc
 trunk/enki/data/themes/default_small/photo_slideshow.edc
 trunk/enki/data/themes/default_small/slideshow.edc
 trunk/enki/data/themes/default_small/utils.edc
 trunk/enki/data/themes/default_small/win_album_collection_new.edc
 trunk/enki/data/themes/default_small/win_album_delete.edc
 trunk/enki/data/themes/default_small/win_album_new.edc
 trunk/enki/data/themes/default_small/win_album_rename.edc
 trunk/enki/data/themes/default_small/win_album_tag_new.edc
 trunk/enki/data/themes/default_small/win_library_delete.edc
 trunk/enki/data/themes/default_small/win_photo_delete.edc
 trunk/enki/data/themes/default_small/win_preferences.edc
 Modified:
  trunk/enki/configure.ac trunk/enki/data/themes/Makefile.am
 trunk/enki/src/bin/evas_object/photo_object.c
 trunk/enki/src/bin/flickr_menu.c trunk/enki/src/bin/flickr_sync.c
 trunk/enki/src/bin/import.c trunk/enki/src/bin/inwin.c
 trunk/enki/src/bin/list_left.c trunk/enki/src/bin/list_photo.c
 trunk/enki/src/bin/main.c trunk/enki/src/bin/main.h
 trunk/enki/src/bin/main_menu.c trunk/enki/src/bin/main_slideshow.c
 trunk/enki/src/bin/map.c trunk/enki/src/bin/panel_geocaching.c
 trunk/enki/src/bin/panel_image.c trunk/enki/src/bin/slideshow.c
 trunk/enki/src/bin/slideshow.h

 Modified: trunk/enki/configure.ac
 ===
 --- trunk/enki/configure.ac 2011-02-26 07:26:02 UTC (rev 57332)
 +++ trunk/enki/configure.ac 2011-02-26 08:34:10 UTC (rev 57333)
 @@ -69,6 +69,7 @@
  data/Makefile
  data/themes/Makefile
  data/themes/default/Makefile
 +data/themes/default_small/Makefile
  ])



 Modified: trunk/enki/data/themes/Makefile.am
 ===
 --- trunk/enki/data/themes/Makefile.am  2011-02-26 07:26:02 UTC (rev 57332)
 +++ trunk/enki/data/themes/Makefile.am  2011-02-26 08:34:10 UTC (rev 57333)
 @@ -1,4 +1,4 @@
  MAINTAINERCLEANFILES = Makefile.in

 -SUBDIRS = default
 +SUBDIRS = default default_small



 Property changes on:
 trunk/enki/data/themes/default_small/fonts/DejaVuSans-Bold.ttf
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on:
 trunk/enki/data/themes/default_small/fonts/DejaVuSans.ttf
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on:
 trunk/enki/data/themes/default_small/fonts/DejaVuSansMono-Bold.ttf
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on:
 

Re: [E-devel] Edje, signal, parts and source

2011-02-24 Thread Atton Jonathan
The bug still exists 

2011/2/24 Cedric BAIL cedric.b...@free.fr

 Yop,

 On Wed, Feb 23, 2011 at 8:26 PM, Atton Jonathan
 jonathan.at...@gmail.com wrote:
  We still have some problems with complex part path.
 
  First
 
  I have a classic program:
  program {
 name: home_show;
 signal: clicked;
 *source: bt_home;*
 action: STATE_SET home_show 0.0;
 target: home;
}
  bt_home is a elementary button, *it works*
 
 
  Second
 
  program {
 name: home_show;
 signal: clicked;
 source:* group:bt_home;*
 action: STATE_SET home_show 0.0;
 target: home;
}
 
  group is a GROUP. *it works*
 
 
  Third
 
  program {
 name: home_show;
 signal: clicked;
* source: box[0]:bt_home;*
 action: STATE_SET home_show 0.0;
 target: home;
}
 
  box is a BOX. *It failed !*
 
  See the attached test file.

 Thanks for the test case, should be fixed in svn.
 --
 Cedric BAIL




-- 
Regards.
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Elfe : Enlightenment Launcher for Embedded

2011-02-23 Thread Atton Jonathan
Generally the phone has a button Home no ?

2011/2/23 Jeff Hoogland jeffhoogl...@gmail.com

 Couple comments/questions/ideas after using it for a bit.

 How do you remove an icon after it is created?

 The buttons on either side of the home icon do not do anything when I press
 them - should they?

 Can you create a simple button for the top bar that when pressed takes the
 user back to Elfe Home? There is one current that jumps back to illume home
 and it is very useful.

 Cheers and great work thus far - really sleek on my tablet computer!
 ~Jeff Hoogland

 On Wed, Feb 23, 2011 at 6:36 AM, Jeff Hoogland jeffhoogl...@gmail.com
 wrote:

  Thanks much - compiling it up now :D
 
  ~Jeff Hoogland
 
 
  On Wed, Feb 23, 2011 at 4:41 AM, Nicolas Aguirre 
  aguirre.nico...@gmail.com wrote:
 
  2011/2/23 Simon Busch morp...@gravedo.de:
   On 02/23/11 at 03:03pm, Daniel Juyung Seo wrote:
   Wow cool!!!
  
   How's the performance?
   Did you test that on devices?
   I'd love to see that.
   I'll be good to be shown in CeBIT 2011.
  
   Thanks.
   Daniel Juyung Seo (SeoZ)
  
   As I will be at cebit on 03.02/04.03 I will bring my Palm Pre device
   installed with elfe as launcher (if I get it build and installed with
 OE
   until next week).
  
   regards,
   Simon
  
  
 
 --
   Free Software Download: Index, Search  Analyze Logs and other IT data
  in
   Real-Time with Splunk. Collect, index and harness all the fast moving
 IT
  data
   generated by your applications, servers and devices whether physical,
  virtual
   or in the cloud. Deliver compliance at lower cost and gain new
 business
   insights. http://p.sf.net/sfu/splunk-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
  Ok I pushed it on SVN :)
  There is some layouts bugs for the Palm Pre resolution, I will fix them
  tonight.
  I use gengrid in the app menu, and it seems there is some performance
  issue with them. Event on my dual core gengrid are sloow. Problem
  can be on my code on in my theme, or in gengrid. I need more time to
  investigate.
  If it's not usable, i will change that part to use a genlist for your
 palm
  pre.
 
  regards,
  Nico
 
  --
  Nicolas Aguirre
  Mail: aguirre.nico...@gmail.com
  Web: http://enna.geexbox.org
  Blog: http://dev.enlightenment.fr/~captainigloo/
 
 
 
 --
  Free Software Download: Index, Search  Analyze Logs and other IT data
 in
  Real-Time with Splunk. Collect, index and harness all the fast moving IT
  data
  generated by your applications, servers and devices whether physical,
  virtual
  or in the cloud. Deliver compliance at lower cost and gain new business
  insights. http://p.sf.net/sfu/splunk-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 

 --
 Free Software Download: Index, Search  Analyze Logs and other IT data in
 Real-Time with Splunk. Collect, index and harness all the fast moving IT
 data
 generated by your applications, servers and devices whether physical,
 virtual
 or in the cloud. Deliver compliance at lower cost and gain new business
 insights. http://p.sf.net/sfu/splunk-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Edje, signal, parts and source

2011-02-23 Thread Atton Jonathan
Hello,


We still have some problems with complex part path.

First

I have a classic program:
program {
name: home_show;
signal: clicked;
*source: bt_home;*
action: STATE_SET home_show 0.0;
target: home;
   }
bt_home is a elementary button, *it works*


Second

program {
name: home_show;
signal: clicked;
source:* group:bt_home;*
action: STATE_SET home_show 0.0;
target: home;
   }

group is a GROUP. *it works*


Third

program {
name: home_show;
signal: clicked;
   * source: box[0]:bt_home;*
action: STATE_SET home_show 0.0;
target: home;
   }

box is a BOX. *It failed !*



See the attached test file.


-- 
Regards.


edje_external.tar.gz
Description: GNU Zip compressed data
--
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: englebass trunk/efreet/src/bin

2011-02-22 Thread Atton Jonathan
If the problem is in e why you don't fix e instead of revert a fix in efreet
?


2011/2/22 Enlightenment SVN no-re...@enlightenment.org

 Log:
 Efreet: Reset changed before scanning fallback

  Changed must be EINA_FALSE before scanning fallback to not create false
  positive.

 Author:   englebass
 Date: 2011-02-22 04:52:58 -0800 (Tue, 22 Feb 2011)
 New Revision: 57240
 Trac: http://trac.enlightenment.org/e/changeset/57240

 Modified:
  trunk/efreet/src/bin/efreet_icon_cache_create.c

 Modified: trunk/efreet/src/bin/efreet_icon_cache_create.c
 ===
 --- trunk/efreet/src/bin/efreet_icon_cache_create.c 2011-02-22 12:52:46
 UTC (rev 57239)
 +++ trunk/efreet/src/bin/efreet_icon_cache_create.c 2011-02-22 12:52:58
 UTC (rev 57240)
 @@ -897,6 +897,8 @@
 }
 eina_iterator_free(it);

 +changed = EINA_FALSE;
 +
 /* open icon file */
 icon_ef = eet_open(efreet_icon_cache_file(EFREET_CACHE_ICON_FALLBACK),
 EET_FILE_MODE_READ_WRITE);
 if (!icon_ef) goto on_error_efreet;



 --
 Index, Search  Analyze Logs and other IT data in Real-Time with Splunk
 Collect, index and harness all the fast moving IT data generated by your
 applications, servers and devices whether physical, virtual or in the
 cloud.
 Deliver compliance at lower cost and gain new business insights.
 Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




-- 
Regards.
--
Index, Search  Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Summer of Code 2011 deadlines

2011-02-21 Thread Atton Jonathan
Add me as mentor

2011/2/21 Ian Caldwell inchost...@gmail.com

 hello all,
 Lets not forget the deadline for Google Summer of Code is fast approaching
 if you would like to participate please. Add your Name As a Mentor and or
 project ideas to the list. Also feel free to modify and or revise the
 application.
 Project Ideas are located here -
 http://trac.enlightenment.org/e/wiki/GSoC_2011_Project_Ideas
 Our Application is also located Here -
 http://trac.enlightenment.org/e/wiki/GSoC_2011_Application
 and our list of mentors is also located here.
 http://trac.enlightenment.org/e/wiki/GSoC_2011_Mentors
 Please feel free to add or revise to any of the lists. Realize that we will
 be freezing everything by 0800AM PST On March 1st in order to prepare for
 submission of everything therefore the only document that can change after
 that are our project ideas.
 Thanks,
 Ian Caldwell

 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: watchwolf IN trunk/enki: data/themes/default src/bin

2011-02-21 Thread Atton Jonathan
old menu: http://watchwolf.fr/menu1.ogv
new menu: http://watchwolf.fr/menu2.ogv

2011/2/21 Enlightenment SVN no-re...@enlightenment.org

 Log:
 enki: replace elm_menu by a edje menu (better for touch screen and small
 screen)



 Author:   watchwolf
 Date: 2011-02-21 11:39:26 -0800 (Mon, 21 Feb 2011)
 New Revision: 57226
 Trac: http://trac.enlightenment.org/e/changeset/57226

 Added:
  trunk/enki/data/themes/default/photo_menu_parts.edc
 Modified:
  trunk/enki/data/themes/default/Makefile.am
 trunk/enki/data/themes/default/album_header.edc
 trunk/enki/data/themes/default/default.edc
 trunk/enki/data/themes/default/main_page.edc
 trunk/enki/data/themes/default/main_panel.edc
 trunk/enki/data/themes/default/win_photo_delete.edc
 trunk/enki/data/themes/default/win_preferences.edc
 trunk/enki/src/bin/flickr_menu.c trunk/enki/src/bin/inwin.c
 trunk/enki/src/bin/list_photo.c trunk/enki/src/bin/main.c
 trunk/enki/src/bin/map.c trunk/enki/src/bin/objects.h
 trunk/enki/src/bin/photo_menu.c

 Modified: trunk/enki/data/themes/default/Makefile.am
 ===
 --- trunk/enki/data/themes/default/Makefile.am  2011-02-21 19:19:12 UTC
 (rev 57225)
 +++ trunk/enki/data/themes/default/Makefile.am  2011-02-21 19:39:26 UTC
 (rev 57226)
 @@ -34,7 +34,8 @@
  win_album_tag_new.edc \
  win_album_collection_new.edc \
  win_photo_delete.edc\
 -win_library_delete.edc
 +win_library_delete.edc \
 +photo_menu_parts.edc
$(EDJE_CC) $(EDJE_FLAGS) default.edc -id ../images/

  icondir = $(pkgdatadir)/themes

 Modified: trunk/enki/data/themes/default/album_header.edc
 ===
 --- trunk/enki/data/themes/default/album_header.edc 2011-02-21 19:19:12
 UTC (rev 57225)
 +++ trunk/enki/data/themes/default/album_header.edc 2011-02-21 19:39:26
 UTC (rev 57226)
 @@ -51,7 +51,8 @@
 align: 0.0 1.0;

 rel2.to_x: background;
 -rel2.relative: 1.0 1.0;
 +rel2.relative: 0.6 1.0;
 +rel2.offset: 0 -5;
 }
 }
 part {

 Modified: trunk/enki/data/themes/default/default.edc
 ===
 --- trunk/enki/data/themes/default/default.edc  2011-02-21 19:19:12 UTC
 (rev 57225)
 +++ trunk/enki/data/themes/default/default.edc  2011-02-21 19:39:26 UTC
 (rev 57226)
 @@ -92,6 +92,7 @@
#include win_preferences.edc
#include win_photo_delete.edc
#include win_library_delete.edc
 +

#include libraries.edc
#include map.edc
 @@ -101,7 +102,6 @@
#include list_left.edc
#include main_page.edc

 -
#include main.edc



 Modified: trunk/enki/data/themes/default/main_page.edc
 ===
 --- trunk/enki/data/themes/default/main_page.edc2011-02-21 19:19:12
 UTC (rev 57225)
 +++ trunk/enki/data/themes/default/main_page.edc2011-02-21 19:39:26
 UTC (rev 57226)
 @@ -16,7 +16,17 @@
//

//
 -   alias: object.photos.swallow
  panes[right]:object.photos.swallow;
 +   alias: object.photos.swallow
  panes[right]:object.photos.swallow;
 +   alias: object.photo_menu.tools.reload_thumb
 panes[right]:object.photo_menu.tools.reload_thumb;
 +   alias: object.photo_menu.tools.reload_exifs
 panes[right]:object.photo_menu.tools.reload_exifs;
 +   alias: object.photo_menu.tools.reload_iptcs
 panes[right]:object.photo_menu.tools.reload_iptcs;
 +   alias: object.photo_menu.delete
 panes[right]:object.photo_menu.delete;
 +   alias: object.photo_menu.album.move
 panes[right]:object.photo_menu.album.move;
 +   alias: object.photo_menu.library.photo.front
  panes[right]:object.photo_menu.library.photo.front;
 +   alias: object.photo_menu.library.photo.back
 panes[right]:object.photo_menu.library.photo.back;
 +   alias: object.photo_menu.wallpaper.application
 panes[right]:object.photo_menu.wallpaper.application;
 +   alias: object.photo_menu.tags_remove.list
 panes[right]:object.photo_menu.tags_remove.list;
 +   alias: object.photo_menu.tags_add.list
  panes[right]:object.photo_menu.tags_add.list;
//

//list left
 @@ -68,5 +78,10 @@
transfers_signal(, list_left,collections,show, ,
 panes, left)
transfers_signal(, list_left,tags,show, , panes,
 left)
//
 +
 +   //photo menu
 +   transfers_signal(, photo,menu,show, , panes,
 right)
 +   transfers_signal(, photo,menu,hide, , panes,
 right)
 +   //
}
  }
 \ No newline at end of file

 Modified: trunk/enki/data/themes/default/main_panel.edc
 ===
 --- trunk/enki/data/themes/default/main_panel.edc   2011-02-21 19:19:12
 UTC (rev 57225)
 +++ 

Re: [E-devel] Need your opinion about elm_ctxpopup !!

2011-02-17 Thread Atton Jonathan
Using the finger size is perfert for me, this is why this option exists.

2011/2/17 ChunEon Park chuneon.p...@samsung.com

 Hello, This is Hermet.



 I hope to receive your opinions about elm_ctxpopup.



 As you can see the attached image, the ctxpopup shows up far from the
 position where a user set currently.



 It is designed to show up the ctxpopup to not to be hidden by user's finger
 at a moment.



 Including galaxy S, and IPhone, ctxpopup(I don't know exactly what they
 call
 this widget) shows up far from the position where center of item.



 I think our ctxpopup needs to keep this concept also.



 So, currently the ctxpopup is affected by elm_finger_size internally to far
 away from the position where the user set.



 Cause of the reason, it can be adjusted flexibly on the desktop, mobile and
 big multiple touch screen envrionements.



 I think ctxpopup should do support this by itself since final position of
 ctxpopup is determined by the widget internally.



 If not, Users don't know where ctxpopup shows up exactly so they can't
 determine the position if they hope to apply this concept.

 (If you don't understand, you can test the ctxpopup in elementary_test)



 However, some people think it looks some ridiculous. why it shows up far
 away from the position where I set?



 So, Please give me your opinions about this concept if you are interested
 in
 this -Is it good to apply or not-



 Thanks.





 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-02-12 Thread Atton Jonathan
yes I have a title now !

2011/2/12 Enlightenment SVN no-re...@enlightenment.org

 Log:
 I hereby dub thee, Atton Jonathan, Official Azy Bug Finder.

  fix b64 header detection (random extra trailing newline)
  also small optimization following this


 Author:   discomfitor
 Date: 2011-02-12 10:33:38 -0800 (Sat, 12 Feb 2011)
 New Revision: 56969
 Trac: http://trac.enlightenment.org/e/changeset/56969

 Modified:
  trunk/PROTO/azy/src/lib/azy_events.c

 Modified: trunk/PROTO/azy/src/lib/azy_events.c
 ===
 --- trunk/PROTO/azy/src/lib/azy_events.c2011-02-12 16:43:59 UTC
 (rev 56968)
 +++ trunk/PROTO/azy/src/lib/azy_events.c2011-02-12 18:33:38 UTC
 (rev 56969)
 @@ -300,7 +300,25 @@
  if ((x - r)  0)
s = \r\n;
  else
 -   s = \n\r;
 +   { /* we currently have \n\r: b64 encoding can leave a
 trailing \n
 +  * so we have to check for an extra \n
 +  */
 +  if ((x - r  0)  ((unsigned int)(r + 1 - start)  len)
  (r[1] == '\n'))
 +{ /* \n\r\n */
 +   if (((unsigned int)(r + 2 - start)  len)  (r[2]
 == '\r'))
 + { /* \n\r\n\r */
 +if (((unsigned int)(r + 3 - start)  len) 
 (r[3] == '\n'))
 +  /* \n\r\n\r\n oh hey I'm gonna stop here
 before it gets too insane */
 +  s = \r\n;
 +else
 +  s = \n\r;
 + }
 +   else
 + s = \r\n;
 +}
 +  else
 +s = \n\r;
 +   }
   }
 else
   s = \r;
 @@ -311,7 +329,7 @@
slen = strlen(s);
snprintf((char *)sep, sizeof(sep), %s%s, s, s);
/* by spec, this is only found between header and content */
 -   if (azy_memstr(start, sep, len, 2 * slen))
 +   if (azy_memstr(r - 1, sep, len - (r - 1 - start), 2 * slen))
  net-headers_read = EINA_TRUE;

p = start;



 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-svn mailing list
 enlightenment-...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-svn




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EFL, Linux the future in light of Nokia's move to Windows Phone 7

2011-02-11 Thread Atton Jonathan
The first link is really interesting. Ty !

2011/2/11 Carsten Haitzler ras...@rasterman.com

 I guess it's time we put a bit of information out there, but first some
 background.

 For a while now Enlightenment has been much less about its window manager
 and
 more about the libraries behind it - EFL. And EFL have been focused on
 bringing
 to the world beautiful experiences graphically - and in other areas too.
 Not
 only this, but EFL has been doing it with minimal resources, always being
 aimed
 at thinking: What if I wanted this to run on my phone, TV, or some other
 very
 low powered device, not my massively powerful PC. It has paid off. It
 manages
 this now, and has for a long time. EFL is improving steadily. Recently we
 released 1.0 of our core EFL libraries introducing a solid base of
 stability.

 For a while now, Samsung Electronics has been very interested in EFL. Not
 just
 interested, but actively using it to build a Linux based OS. This isn't
 really
 a secret, but not many may know because it hasn't been publicized. See the
 following for example:


 http://www.oss.kr/?module=fileact=procFileDownloadfile_srl=1609sid=96028cc2f522ec804ec973e9b92d5bd9

 This isn't just a backroom research effort by some nutty engineers. It's a
 solid backed effort to build a working mobile Linux OS capable of driving
 devices (such as phones, tablets or other things). Unless you've been
 living
 under a rock, the PC operating system space has ceased being interesting or
 gathering much press, and all the interest and momentum is on the device
 side.
 Android, iOS (iPhone/iPod/iPad), WebOS, Windows Phone 7 and Meego... that's
 where all the chatter seems to be now. This is also the space where there
 is
 room to move and grow, for EFL and Linux.

 So this brings up today's news. Nokia has taken a major left turn at
 Albuquerque. It has moved Windows Mobile Phone 7 into the spotlight as its
 primary and premier SmartPhone OS. For the past year now since Meego was
 announced, Nokia have been pushing Meego and QT as seemingly a big future
 thing
 for them. Meego has been gaining momentum and mindshare. I'll echo what
 many
 people have now been saying (for example):


 http://www.reddit.com/r/programming/comments/fjc6m/nokia_will_partner_with_microsoft_and_use_windows/

 and Nokia has said in all but explicit words, if you read between the
 lines.
 Today's move puts the future of Meego in serious doubt. At least for
 Nokia's
 product lineup. Only time will tell, but one thing is clear. Enlightenment
 and
 EFL are only growing and strengthening support. Maybe those hoping for an
 army
 of Meego Phones to invade the world may want to keep and eye out for EFL
 centric devices to appear with an open Linux OS that they can develop for.

 What comes out and when is still to be decided, but be sure than EFL is on
 the
 up, and is gaining momentum, not losing it. If you fear that it may suffer
 a
 similar fate that Meego and QT seem to be on a path to suffering due to
 Nokia's
 change in direction, do not fear. E is solid and gaining more backing that
 ever.

 Let's work together to build a path into the future. What I have written
 today
 is not really secret. It's already made public. I am just summarizing it
 and
 making it clear.

 Cheers. :)

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
Maybe we should have a list of widgets which do not implement ui-mirroring ?
This way we will not forget to do it before a stable version ?

2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com

 On Thu, 2011-02-10 at 17:27 +0530, GOVINDARAJU SM wrote:
  SegmentControl uses elm_label internally ( for font size reduction to
  fit the text and for ellipsis ).  There is a bug in elm_label  which
  makes segment control crash on opensource SVN.
  We will submit patch for elm_label to fix the issue.
 Cool, please attach the patch so we'll be able to test this widget
 before committing it.
 
  And, detail on Segment control Widget:  Segment control groups toggle
  button kind of items  and allows only one item to be in selected state.
  In overall, it will look like a Single button, with multiple segments
  and any one segment can be in selected state.
 Very nice, thanks for the info. :)
 
  ui-mirroring : This is not show stopper, and prefer to make follow on
  patch.  Hope this is okay.
 I don't mind, but please be sure to remember to add it (I'll bug you
 about it very soon if you won't :P).

 In conclusion, until the elm_label fix is in, we can't test it and
 therefore can't commit it.

 --
 Tom.



 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
The patch of elm_label. Maybe somsung has a better patch. Tell me if I
should commit it or not.

2011/2/10 GOVINDARAJU SM govi...@samsung.com

 Hi Tom,

 SegmentControl uses elm_label internally ( for font size reduction to
 fit the text and for ellipsis ).  There is a bug in elm_label  which
 makes segment control crash on opensource SVN.
 We will submit patch for elm_label to fix the issue.

 And, detail on Segment control Widget:  Segment control groups toggle
 button kind of items  and allows only one item to be in selected state.
 In overall, it will look like a Single button, with multiple segments
 and any one segment can be in selected state.

 ui-mirroring : This is not show stopper, and prefer to make follow on
 patch.  Hope this is okay.


 Regards,
 Govind


 Tom Hacohen wrote:
  Ok, correction:
  I applied the patch and tried it, the test at elementary test segs for
  me. Please make sure it works in EFL without samsung modifications.
 
  --
  Tom.
 
  On Thu, 2011-02-10 at 07:52 +, Tom Hacohen wrote:
 
  Hey Daniel,
 
  Could you please explain a bit about this widget? (for those of us that
  are too lazy to try it)
 
  And please also generate a patch so it'll be easier for all of us to
  test.
 
  One last comment: I didn't yet test it, so I don't know if it even makes
  sense for this widget, but it doesn't have any ui-mirroring support.
  Please forward them my previous email about ui-mirroring in elementary
  and what developers are required to do in new widgets. As it stands,
  this widget is not complete.
 
  Thanks,
  Tom.
 
  On Thu, 2011-02-10 at 14:13 +0900, Daniel Juyung Seo wrote:
 
  Hello,
  Govindaraju SM and Prince Kumar Dubey sent me a new widget
  elm_segment_control.
  They're not allowed to send a file to out of company. :(
  Anybody can review this?
  I attached screenshot and patch codes.
  And below are an email from them.
  Thanks.
 
  Daniel Juyung Seo (SeoZ)
 
  --
  Dear Daniel,
 
  Can you post the attached patch to EFL community?  This patch contains
 a
  fresh new widget Segment Control.
 
  This code went through many rounds internal review ( including
  Rasterman's review ) and finally ready for upstreaming.
 
  Patch:  New elementary widget: elm_segment_control.
  
  Authors: Govindaraju SM govi...@samsung.com, Prince Kumar Dubey
  prince.du...@samsung.com
  Change Log:   New widget elm_segment_control.  Segment Control Widget
 is
  a horizontal control made of multiple segment items together, each
  segment item functioning similar to discrete two state button. Only one
  Segment item can be at selected state.
  
 
  Please refer the attached file  SegmentControl_screenshot.png  for the
  widget screenshot.
 
  Thank you.
 
  Regards,
  Govind
 
 
 --
  The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio
 XE:
  Pinpoint memory and threading errors before they happen.
  Find and fix more than 250 security defects in the development cycle.
  Locate bottlenecks in serial and parallel code that limit performance.
  http://p.sf.net/sfu/intel-dev2devfeb
  ___ enlightenment-devel
 mailing list enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 --
  The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio
 XE:
  Pinpoint memory and threading errors before they happen.
  Find and fix more than 250 security defects in the development cycle.
  Locate bottlenecks in serial and parallel code that limit performance.
  http://p.sf.net/sfu/intel-dev2devfeb
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 
 
 
 --
  The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
  Pinpoint memory and threading errors before they happen.
  Find and fix more than 250 security defects in the development cycle.
  Locate bottlenecks in serial and parallel code that limit performance.
  http://p.sf.net/sfu/intel-dev2devfeb
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 


 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
I prefer to use  != '\0' because everyone can understand this code, young
devs. But ok I commit your version.

2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com

 It's cleaner and more readable to do to do
 (*replocater) instead of (*replocater != '\0').
 But other than that it looks like a solid patch that should go in
 anyway...

 --
 Tom.

 On Thu, 2011-02-10 at 14:19 +0100, Atton Jonathan wrote:
 
  The patch of elm_label. Maybe somsung has a better patch. Tell me if I
  should commit it or not.
 
  2011/2/10 GOVINDARAJU SM govi...@samsung.com
  Hi Tom,
 
  SegmentControl uses elm_label internally ( for font size
  reduction to
  fit the text and for ellipsis ).  There is a bug in elm_label
   which
  makes segment control crash on opensource SVN.
  We will submit patch for elm_label to fix the issue.
 
  And, detail on Segment control Widget:  Segment control groups
  toggle
  button kind of items  and allows only one item to be in
  selected state.
  In overall, it will look like a Single button, with multiple
  segments
  and any one segment can be in selected state.
 
  ui-mirroring : This is not show stopper, and prefer to make
  follow on
  patch.  Hope this is okay.
 
 
  Regards,
  Govind
 
 
 
  Tom Hacohen wrote:
   Ok, correction:
   I applied the patch and tried it, the test at elementary
  test segs for
   me. Please make sure it works in EFL without samsung
  modifications.
  
   --
   Tom.
  
   On Thu, 2011-02-10 at 07:52 +, Tom Hacohen wrote:
  
   Hey Daniel,
  
   Could you please explain a bit about this widget? (for
  those of us that
   are too lazy to try it)
  
   And please also generate a patch so it'll be easier for all
  of us to
   test.
  
   One last comment: I didn't yet test it, so I don't know if
  it even makes
   sense for this widget, but it doesn't have any ui-mirroring
  support.
   Please forward them my previous email about ui-mirroring in
  elementary
   and what developers are required to do in new widgets. As
  it stands,
   this widget is not complete.
  
   Thanks,
   Tom.
  
   On Thu, 2011-02-10 at 14:13 +0900, Daniel Juyung Seo wrote:
  
   Hello,
   Govindaraju SM and Prince Kumar Dubey sent me a new widget
   elm_segment_control.
   They're not allowed to send a file to out of company. :(
   Anybody can review this?
   I attached screenshot and patch codes.
   And below are an email from them.
   Thanks.
  
   Daniel Juyung Seo (SeoZ)
  
   --
   Dear Daniel,
  
   Can you post the attached patch to EFL community?  This
  patch contains a
   fresh new widget Segment Control.
  
   This code went through many rounds internal review
  ( including
   Rasterman's review ) and finally ready for upstreaming.
  
   Patch:  New elementary widget: elm_segment_control.
   
   Authors: Govindaraju SM govi...@samsung.com, Prince
  Kumar Dubey
   prince.du...@samsung.com
   Change Log:   New widget elm_segment_control.  Segment
  Control Widget is
   a horizontal control made of multiple segment items
  together, each
   segment item functioning similar to discrete two state
  button. Only one
   Segment item can be at selected state.
   
  
   Please refer the attached file
   SegmentControl_screenshot.png  for the
   widget screenshot.
  
   Thank you.
  
   Regards,
   Govind
  
  
 
 --
   The ultimate all-in-one performance toolkit: Intel(R)
  Parallel Studio XE:
   Pinpoint memory and threading errors before they happen.
   Find and fix more than 250 security defects in the
  development cycle.
   Locate bottlenecks in serial and parallel code that limit
  performance.
   http://p.sf.net/sfu/intel-dev2devfeb
   ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
hehe oki :)

2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com

 They found their patch, please wait for them to revise it and then we'll
 just commit that one (just to make the small merge easier).

 Thanks,
 Tom.

 On Thu, 2011-02-10 at 15:26 +0200, Tom Hacohen wrote:
  It's cleaner and more readable to do to do
  (*replocater) instead of (*replocater != '\0').
  But other than that it looks like a solid patch that should go in
  anyway...
 
  --
  Tom.
 
  On Thu, 2011-02-10 at 14:19 +0100, Atton Jonathan wrote:
  
   The patch of elm_label. Maybe somsung has a better patch. Tell me if I
   should commit it or not.
  
   2011/2/10 GOVINDARAJU SM govi...@samsung.com
   Hi Tom,
  
   SegmentControl uses elm_label internally ( for font size
   reduction to
   fit the text and for ellipsis ).  There is a bug in elm_label
which
   makes segment control crash on opensource SVN.
   We will submit patch for elm_label to fix the issue.
  
   And, detail on Segment control Widget:  Segment control groups
   toggle
   button kind of items  and allows only one item to be in
   selected state.
   In overall, it will look like a Single button, with multiple
   segments
   and any one segment can be in selected state.
  
   ui-mirroring : This is not show stopper, and prefer to make
   follow on
   patch.  Hope this is okay.
  
  
   Regards,
   Govind
  
  
  
   Tom Hacohen wrote:
Ok, correction:
I applied the patch and tried it, the test at elementary
   test segs for
me. Please make sure it works in EFL without samsung
   modifications.
   
--
Tom.
   
On Thu, 2011-02-10 at 07:52 +, Tom Hacohen wrote:
   
Hey Daniel,
   
Could you please explain a bit about this widget? (for
   those of us that
are too lazy to try it)
   
And please also generate a patch so it'll be easier for all
   of us to
test.
   
One last comment: I didn't yet test it, so I don't know if
   it even makes
sense for this widget, but it doesn't have any ui-mirroring
   support.
Please forward them my previous email about ui-mirroring in
   elementary
and what developers are required to do in new widgets. As
   it stands,
this widget is not complete.
   
Thanks,
Tom.
   
On Thu, 2011-02-10 at 14:13 +0900, Daniel Juyung Seo wrote:
   
Hello,
Govindaraju SM and Prince Kumar Dubey sent me a new widget
elm_segment_control.
They're not allowed to send a file to out of company. :(
Anybody can review this?
I attached screenshot and patch codes.
And below are an email from them.
Thanks.
   
Daniel Juyung Seo (SeoZ)
   
--
Dear Daniel,
   
Can you post the attached patch to EFL community?  This
   patch contains a
fresh new widget Segment Control.
   
This code went through many rounds internal review
   ( including
Rasterman's review ) and finally ready for upstreaming.
   
Patch:  New elementary widget: elm_segment_control.

Authors: Govindaraju SM govi...@samsung.com, Prince
   Kumar Dubey
prince.du...@samsung.com
Change Log:   New widget elm_segment_control.  Segment
   Control Widget is
a horizontal control made of multiple segment items
   together, each
segment item functioning similar to discrete two state
   button. Only one
Segment item can be at selected state.

   
Please refer the attached file
SegmentControl_screenshot.png  for the
widget screenshot.
   
Thank you.
   
Regards,
Govind
   
   
  
 --
The ultimate all-in-one performance toolkit: Intel(R)
   Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the
   development cycle.
Locate bottlenecks in serial and parallel code that limit
   performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
   enlightenment

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
I don't like teh idea to use elm_label instead of a part of type TEXT. All
widgets (especially button) use a part. We can't set a specific font/color
... with elm_label.

2011/2/10 Daniel Juyung Seo seojuyu...@gmail.com

 Process looks OK here :)
 But I should have tested before I forward a patch :(
 So busy :(


 On Thu, Feb 10, 2011 at 10:37 PM, Atton Jonathan
 jonathan.at...@gmail.com wrote:
  hehe oki :)
 
  2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com
 
  They found their patch, please wait for them to revise it and then we'll
  just commit that one (just to make the small merge easier).
 
  Thanks,
  Tom.
 
  On Thu, 2011-02-10 at 15:26 +0200, Tom Hacohen wrote:
   It's cleaner and more readable to do to do
   (*replocater) instead of (*replocater != '\0').
   But other than that it looks like a solid patch that should go in
   anyway...
  
   --
   Tom.
  
   On Thu, 2011-02-10 at 14:19 +0100, Atton Jonathan wrote:
   
The patch of elm_label. Maybe somsung has a better patch. Tell me if
 I
should commit it or not.
   
2011/2/10 GOVINDARAJU SM govi...@samsung.com
Hi Tom,
   
SegmentControl uses elm_label internally ( for font size
reduction to
fit the text and for ellipsis ).  There is a bug in
 elm_label
 which
makes segment control crash on opensource SVN.
We will submit patch for elm_label to fix the issue.
   
And, detail on Segment control Widget:  Segment control
 groups
toggle
button kind of items  and allows only one item to be in
selected state.
In overall, it will look like a Single button, with multiple
segments
and any one segment can be in selected state.
   
ui-mirroring : This is not show stopper, and prefer to make
follow on
patch.  Hope this is okay.
   
   
Regards,
Govind
   
   
   
Tom Hacohen wrote:
 Ok, correction:
 I applied the patch and tried it, the test at elementary
test segs for
 me. Please make sure it works in EFL without samsung
modifications.

 --
 Tom.

 On Thu, 2011-02-10 at 07:52 +, Tom Hacohen wrote:

 Hey Daniel,

 Could you please explain a bit about this widget? (for
those of us that
 are too lazy to try it)

 And please also generate a patch so it'll be easier for
 all
of us to
 test.

 One last comment: I didn't yet test it, so I don't know
 if
it even makes
 sense for this widget, but it doesn't have any
 ui-mirroring
support.
 Please forward them my previous email about ui-mirroring
 in
elementary
 and what developers are required to do in new widgets. As
it stands,
 this widget is not complete.

 Thanks,
 Tom.

 On Thu, 2011-02-10 at 14:13 +0900, Daniel Juyung Seo
 wrote:

 Hello,
 Govindaraju SM and Prince Kumar Dubey sent me a new
 widget
 elm_segment_control.
 They're not allowed to send a file to out of company. :(
 Anybody can review this?
 I attached screenshot and patch codes.
 And below are an email from them.
 Thanks.

 Daniel Juyung Seo (SeoZ)

 --
 Dear Daniel,

 Can you post the attached patch to EFL community?  This
patch contains a
 fresh new widget Segment Control.

 This code went through many rounds internal review
( including
 Rasterman's review ) and finally ready for upstreaming.

 Patch:  New elementary widget: elm_segment_control.
 
 Authors: Govindaraju SM govi...@samsung.com, Prince
Kumar Dubey
 prince.du...@samsung.com
 Change Log:   New widget elm_segment_control.  Segment
Control Widget is
 a horizontal control made of multiple segment items
together, each
 segment item functioning similar to discrete two state
button. Only one
 Segment item can be at selected state.
 

 Please refer the attached file
 SegmentControl_screenshot.png  for the
 widget screenshot.

 Thank you.

 Regards,
 Govind

Re: [E-devel] [Patch] New Widget elm_segment_control

2011-02-10 Thread Atton Jonathan
The widget does not fit correctly to the size of each items. I think the
minimum width of the widget should be : min(item 1) + min(item 2) ... It
seems not working but maybe I have done something wrong.

2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com

 elm_label uses part TEXT to do that, why don't you do the same?

 Btw, ellipsis already has ellipsis support :)) but still no fit support.
 But as I said, TEXT does have it, you should probably use TEXT for that.

 --
 Tom.


 On Thu, 2011-02-10 at 21:14 +0530, GOVINDARAJU SM wrote:
  Hi Tom,
 
  Its just for auto font resizing ( between Max and Min range configured in
 elm-label edc) to fit the text with in widget area, and do auto ellipsis, if
 the text doesn't fit in the widget area with min font size.
 
  IMO, every widget with text requires auto text shrinking/ellipsis
 feature, to display any i18n string. Display string length will vary on each
 language.
 
  Until this feature is added to TEXTBLOCK, we have only elm_label option
 :)
 
  Regards,
  Govind
 
  Tom Hacohen wrote:
   I agree. Govind: why are you using elm_label? any specific reason (a
   feature not supported by part TEXTBLOCK maybe?)
  
   Thanks,
   Tom.
  
   On Thu, 2011-02-10 at 15:31 +0100, Atton Jonathan wrote:
  
   I don't like teh idea to use elm_label instead of a part of type TEXT.
   All widgets (especially button) use a part. We can't set a specific
   font/color ... with elm_label.
  
   2011/2/10 Daniel Juyung Seo seojuyu...@gmail.com
   Process looks OK here :)
   But I should have tested before I forward a patch :(
   So busy :(
  
  
  
   On Thu, Feb 10, 2011 at 10:37 PM, Atton Jonathan
   jonathan.at...@gmail.com wrote:
hehe oki :)
   
2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com
   
They found their patch, please wait for them to revise it
   and then we'll
just commit that one (just to make the small merge easier).
   
Thanks,
Tom.
   
On Thu, 2011-02-10 at 15:26 +0200, Tom Hacohen wrote:
 It's cleaner and more readable to do to do
 (*replocater) instead of (*replocater != '\0').
 But other than that it looks like a solid patch that
   should go in
 anyway...

 --
 Tom.

 On Thu, 2011-02-10 at 14:19 +0100, Atton Jonathan wrote:
 
  The patch of elm_label. Maybe somsung has a better
   patch. Tell me if I
  should commit it or not.
 
  2011/2/10 GOVINDARAJU SM govi...@samsung.com
  Hi Tom,
 
  SegmentControl uses elm_label internally ( for
   font size
  reduction to
  fit the text and for ellipsis ).  There is a
   bug in elm_label
   which
  makes segment control crash on opensource SVN.
  We will submit patch for elm_label to fix the
   issue.
 
  And, detail on Segment control Widget:  Segment
   control groups
  toggle
  button kind of items  and allows only one item
   to be in
  selected state.
  In overall, it will look like a Single button,
   with multiple
  segments
  and any one segment can be in selected state.
 
  ui-mirroring : This is not show stopper, and
   prefer to make
  follow on
  patch.  Hope this is okay.
 
 
  Regards,
  Govind
 
 
 
  Tom Hacohen wrote:
   Ok, correction:
   I applied the patch and tried it, the test at
   elementary
  test segs for
   me. Please make sure it works in EFL without
   samsung
  modifications.
  
   --
   Tom.
  
   On Thu, 2011-02-10 at 07:52 +, Tom
   Hacohen wrote:
  
   Hey Daniel,
  
   Could you please explain a bit about this
   widget? (for
  those of us that
   are too lazy to try it)
  
   And please also generate a patch so it'll be
   easier for all
  of us to
   test.
  
   One last comment: I didn't yet test it, so I

[E-devel] [Elementary] use elm_label into widgets

2011-02-10 Thread Atton Jonathan
Hello,

Peaple which to use elm_label in widgets like button because elm_label has
font size reduction to
fit the text and ellipsis.

I have talked with Cedric and Captainigloo and we have conclude that we
should use elm_external to do this.

- The elm_label widget is defined in the button group
- This way we have a elm_label and the application can use it
- And the theme can access to the label. For example if I wish to change the
text color when the mouse is over my button.


-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Elementary] use elm_label into widgets

2011-02-10 Thread Atton Jonathan
It does not work with textblock.

2011/2/10 Tom Hacohen tom.haco...@partner.samsung.com

 Use edje and part text, no need to shove externals when not needed.

 ...
 text {
   fit: 1 1;
   ellipsis: 1.0;
   ...
 }
 ...

 what's wrong with that?

 --
 Tom.


 On Thu, 2011-02-10 at 17:12 +0100, Atton Jonathan wrote:
  Hello,
 
  Peaple which to use elm_label in widgets like button because elm_label
 has
  font size reduction to
  fit the text and ellipsis.
 
  I have talked with Cedric and Captainigloo and we have conclude that we
  should use elm_external to do this.
 
  - The elm_label widget is defined in the button group
  - This way we have a elm_label and the application can use it
  - And the theme can access to the label. For example if I wish to change
 the
  text color when the mouse is over my button.
 
 





-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map_marker_remove bug fix

2011-02-09 Thread Atton Jonathan
I have checked, this is  ok. You can commit.

2011/2/9 sangho park gouach...@gmail.com

 Dear all,

 This is a patch for elm_map_marker_remove.
 there are two seg-fault issues in this function.

 1. the range of marker to remove.
 2. after free(marker-groups[i]), reuse the value.

 pls review this patch.

 Thanks.
 BR


 --
 The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
 Pinpoint memory and threading errors before they happen.
 Find and fix more than 250 security defects in the development cycle.
 Locate bottlenecks in serial and parallel code that limit performance.
 http://p.sf.net/sfu/intel-dev2devfeb
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: watchwolf IN trunk/THEMES/detour-elm: . images

2011-02-09 Thread Atton Jonathan
Fixed

2011/2/9 Nicolas Aguirre aguirre.nico...@gmail.com

 Spank !
 edje_cc: Error. Unable to load image images/scrollframe_im2.png used
 by file detour-elm.edj: File (or file path) does not exist. Check if
 path to file images/scrollframe_im2.png is correct (both directory
 and file name).


 2011/2/9 Enlightenment SVN no-re...@enlightenment.org:
  Log:
  detour-elm: add entry and improve some widgets
 
 
 
  Author:   watchwolf
  Date: 2011-02-09 08:30:36 -0800 (Wed, 09 Feb 2011)
  New Revision: 56847
  Trac: http://trac.enlightenment.org/e/changeset/56847
 
  Added:
   trunk/THEMES/detour-elm/entry_text.edc
 trunk/THEMES/detour-elm/images/entry_im0.png
 trunk/THEMES/detour-elm/images/entry_im1.png
  Modified:
   trunk/THEMES/detour-elm/Makefile trunk/THEMES/detour-elm/images.edc
 trunk/THEMES/detour-elm/images/shelf_def_im0.png
 trunk/THEMES/detour-elm/images/win_background.png
 trunk/THEMES/detour-elm/main.edc
 
  Modified: trunk/THEMES/detour-elm/Makefile
  ===
  --- trunk/THEMES/detour-elm/Makefile2011-02-09 16:14:02 UTC (rev
 56846)
  +++ trunk/THEMES/detour-elm/Makefile2011-02-09 16:30:36 UTC (rev
 56847)
  @@ -7,7 +7,7 @@
   RM = /bin/rm -f
   TAIL = /usr/bin/tail
   COMPILE = $(CC) $(EDJE_CC_FLAGS)
  -SRC = main.edc
  +SRC = main.edc entry_text.edc
   OUT = detour-elm.edj
   PATH_INSTALL = $(HOME)/.elementary/themes
 
 
 
  Property changes on: trunk/THEMES/detour-elm/images/entry_im0.png
  ___
  Added: svn:mime-type
+ application/octet-stream
 
 
  Property changes on: trunk/THEMES/detour-elm/images/entry_im1.png
  ___
  Added: svn:mime-type
+ application/octet-stream
 
  Modified: trunk/THEMES/detour-elm/images/shelf_def_im0.png
  ===
  (Binary files differ)
 
  Modified: trunk/THEMES/detour-elm/images/win_background.png
  ===
  (Binary files differ)
 
  Modified: trunk/THEMES/detour-elm/images.edc
  ===
  --- trunk/THEMES/detour-elm/images.edc  2011-02-09 16:14:02 UTC (rev
 56846)
  +++ trunk/THEMES/detour-elm/images.edc  2011-02-09 16:30:36 UTC (rev
 56847)
  @@ -14,6 +14,11 @@
   //~ Window
   image: images/win_background.png COMP; /* background */
 
  +//~ entry
  +image: images/entry_im0.png COMP; /* base */
  +image: images/entry_im1.png COMP; /* focus */
  +
  +
   //~ button
   image: images/button_im0.png COMP; /* base */
   image: images/button_im1.png COMP; /* enabled */
  @@ -42,6 +47,7 @@
 
   //~ scrollframe
   image: images/scrollframe_im1.png COMP; /* inset */
  +image: images/scrollframe_im2.png COMP; /* focus */
   image: images/scrollframe-bar_im0.png COMP; /* vertical bar */
   image: images/scrollframe-bar_im1.png COMP; /* vertical bar */
   image: images/scrollframe-bar_im2.png COMP; /* vertical bar */
 
  Modified: trunk/THEMES/detour-elm/main.edc
  ===
  --- trunk/THEMES/detour-elm/main.edc2011-02-09 16:14:02 UTC (rev
 56846)
  +++ trunk/THEMES/detour-elm/main.edc2011-02-09 16:30:36 UTC (rev
 56847)
  @@ -34,6 +34,7 @@
 
 
   collections {
  +#include entry_text.edc
 
 ///
  group {
  name: elm/bg/base/default;
  @@ -44,18 +45,11 @@
  image.normal: images/win_background.png;
  }
  }
  -part {
  -name: popover;
  -mouse_events: 0;
  -description {
  -state: default 0.0;
  -rel1.offset: -20 -20;
  -rel2.relative: 1.0 0.5;
  -rel2.offset: 20 0;
  -image {
  -normal: images/button_im4.png;
  -border: 4 4 4 0;
  -}
  +   part { name: base2;
  +type: RECT;
  +mouse_events:  0;
  +description { state: default 0.0;
  +   color: 0 0 0 100;
  }
  }
  part { name: elm.swallow.background;
  @@ -142,6 +136,22 @@
fill.smooth : 0;
 }
  }
  + part { name: focus;
  +   mouse_events:  0;
  +   description { state: default 0.0;
  +  rel1.offset: 0 0;
  +  rel2.offset: -1 -1;
  +  image {
  + normal: images/scrollframe_im2.png;
  + border: 7 7 7 7;
  +  }
  +   color: 255 255 255 0;
  +   }
  +   description { state: visible 0.0;
  +   inherit: default 0.0;
  +   

Re: [E-devel] [Elementary] - fileselected and folder_only

2011-02-08 Thread Atton Jonathan
Forget this patch. The real solution is to add a button new folder

2011/2/8 Atton Jonathan jonathan.at...@gmail.com

 Hello,

  I attached a patch for the elm_fileselector and a screenshots.


 *The first part is simple. We activate the textblock in the save mode.


 The second part*

 I use the mode folder_only. The user select a folder and can add a new
 folder in the path. My application will create it if necessary. This way the
 user can create a new folder.

 If I:

- select the folder: /home/watchwolf
- add TEST in the textblock area

 selected_get() return /home/TEST

 With the patch the method return /home/watchwolf/TEST.

 I am not sure if it is a bug or a feature, that's why I do not commit the
 patch.

 --
 Regards.




-- 
Regards.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_map downloading progress info bug fix

2011-01-10 Thread Atton Jonathan
It's nice to see people working on elm map. It a very usefull widget but I
do not have the time to complete it.

2011/1/10 Carsten Haitzler ras...@rasterman.com

 On Mon, 10 Jan 2011 18:59:38 +0900 Mike McCormack 
 mj.mccorm...@samsung.com
 said:

 
  On 01/10/2011 03:45 PM, sangho park wrote:
 
   I added one new signal, one new API and fixed seg fault bug.
 
  Separate changes are better submitted (and committed) as separate
 patches.
 
  This way, rollbacks only affect bad changes, reviewing changes is easier,
  some patches can be applied while you rework others, etc.
 
  thanks,

 that too :)

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Gaining the trust of online customers is vital for the success of any
 company
 that requires sensitive data to be transmitted over the Web.   Learn how to
 best implement a security strategy that keeps consumers' information secure
 and instills the confidence they need to proceed with transactions.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] questions about animations with edje

2011-01-10 Thread Atton Jonathan
It is delaying because :
- the first image is empty
- the transition set to the program is apply for each image.
- consequently edje wait a time before the second image is displayed.

Thi first image has to be empty because this is also the last image.

2011/1/10 Bruno Dilly bdi...@profusion.mobi

 On Mon, Jan 10, 2011 at 4:27 AM, Vincent Torri vto...@univ-evry.fr
 wrote:
 
  Hey
 
  for the shoot'm up i'm writing, i would like to have some animations
  (explosions, power ups, ...). I have 2 questions about these animations:
 
  1) For explosions, it's just a sequence of images and the animation
  finishes when the last image is reached. I used tween images like that:
 
 group {
name: explosion1;
images {
   image: explode1_1.png COMP;
   image: explode1_2.png COMP;
   image: explode1_3.png COMP;
   image: explode1_4.png COMP;
   image: explode1_5.png COMP;
   image: explode1_6.png COMP;
   image: explode1_7.png COMP;
   image: explode1_8.png COMP;
}
min: 49 49;
max: 49 49;
parts {
   part {
  name: explosion1;
  type: IMAGE;
  mouse_events: 0;
  description {
 state: default 0.0;
 visible: 0;
 aspect: 1.0 1.0;
 color: 0 0 0 0;
 image {
tween: explode1_1.png;
tween: explode1_2.png;
tween: explode1_3.png;
tween: explode1_4.png;
tween: explode1_5.png;
tween: explode1_6.png;
tween: explode1_7.png;
normal: explode1_8.png;
 }
  }
  description {
 state: explode 0.0;
 inherit: default 0.0;
 visible: 1;
 color: 255 255 255 255;
  }
   }
}
program {
   name: start_explosion;
   signal: start;
   action: STATE_SET explode 0.0;
   transition: LINEAR 0.5;
   target: explosion1;
   after: end_explosion;
}
program {
   name: end_explosion;
   action: SIGNAL_EMIT end_explosion ;
}
 }
 
 
  Images #1 to #7 are the animation and image #8 is an empty. #8 is
  'normal', hence the sequence of the animation is:
 
  #8 #1 #2  #7 #8
 
  The problem is that the is a delay at the beginning of the animation
  (which is the display of the image #8 the first time). raster told me to
  add another state, but i don't know what i have to do. Does someone know
  what what i have to add ?

 Do you know why is it delaying ? Is it taking too much time to load images
 ?
 Maybe can you preload this image ?

 
  2) For power ups, ennemies, etc..., the animation is infinite. It's the
  same than explosions except that it does not end. If there are 4 images
  for the animation, the sequence is
 
  #1 #2 #3 #4 #1 #2 #3 #4 #1 #2 etc...
 
  I just have no idea on how to achive that with edje (maybe using embryo
  ?).

 Maybe just setting the program to run after itself. In your explosion
 example,

   program {
  name: start_explosion;
  signal: start;
  action: STATE_SET explode 0.0;
  transition: LINEAR 0.5;
  target: explosion1;
   after: start_explosion;
   }

 Give it a try and give us feedback if it works =)

 
  thanks
 
  Vincent
 
  PS: the ultimate goal : Ikaruga (look at videos on youtube) :)

 heheh, amazing.

 Regards

 
 
 --
  Gaining the trust of online customers is vital for the success of any
 company
  that requires sensitive data to be transmitted over the Web.   Learn how
 to
  best implement a security strategy that keeps consumers' information
 secure
  and instills the confidence they need to proceed with transactions.
  http://p.sf.net/sfu/oracle-sfdevnl
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 Gaining the trust of online customers is vital for the success of any
 company
 that requires sensitive data to be transmitted over the Web.   Learn how to
 best implement a security strategy that keeps consumers' information secure
 and instills the confidence they need to proceed with transactions.
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Gaining the 

[E-devel] The documentation is not working on IE

2011-01-10 Thread Atton Jonathan
The documentations is not working on IE 7.

An exemple : http://docs.enlightenment.org/auto/eina/

-- 
Regards.
--
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas map and the attribute color and clip

2011-01-06 Thread Atton Jonathan
Very good and thank you.

I will check later.

2011/1/6 Carsten Haitzler ras...@rasterman.com

 On Sun, 14 Nov 2010 06:11:06 -0500 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

 finally rolled around to this.. sorry for it being a while! fixed in svn
 now! :)

  Here a application. The test here is a bit different from the case in my
  appliaction.
 
  I have :
  - 1 gengrid
  - 1 elm layout as icon in the grid item
  - a edje group swallowed in the elm layout. This group has a rotation. It
 is
  a red rectangle.
 
  When I select the item :
  - if no map : the rectangle disappear because the grid item add a
 rectangle
  in front of the red rectangle.
  - if map : only a part of the red rectangle disappear. If I resize the
  window sometime the rectangle disappear, sometimes a part appear.
 
  2 screenshots are in the archive.
 
 
  *I have no video driver installed with my nvidia card. I can't look a
 video
  ... consequently the problem can be me.*
 
  2010/11/13 Carsten Haitzler ras...@rasterman.com
 
   On Sat, 13 Nov 2010 16:18:19 -0500 Atton Jonathan 
   jonathan.at...@gmail.com
   said:
  
Hello,
   
Evas map seems buggy with the software engine (can't test with with
different engine).
   
The situation :
- A gengrid
- a icon by item
- each icon is a elm_layout with rotation on some parts (it is a edje
   group
of course)
   
The gengrid become not visible (alpha 0, not the attribute visible
 )
   but
the parts with a rotation are still visible !
   
If I remove all evas maps effect, the parts become not visible.
   
I do not have a little code to test because I need to sleep :)
  
   code please :) (once you've slept a bit) :)
  
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
 
 
  --
  Regards.


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elm_map patch for supporting keyboard input

2011-01-05 Thread Atton Jonathan
We c'ant implement rigt/left/up/down in the scroller ?

2011/1/4 Carsten Haitzler ras...@rasterman.com

 On Tue, 21 Dec 2010 20:04:54 +0900 Jihoon Kim jihoon48@samsung.com
 said:

 happy! patch looks decent. in svn! :) tnx!

  Hi, All.
 
  Most of elementary widgets can process keyboard input, but elm_map widget
  has not.
  This patch makes elm_map be able to process keyboard input such as Left,
  Right, Up, Down, PgDn, and PgUp key.
  In addition, map image will be zoomed in or out when '+' or '-' key in
  keypad.
 
  Please review it and let me know if there is any problem in this patch.
  Merry Christmas!


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows customers
 to consolidate database storage, standardize their database environment,
 and,
 should the need arise, upgrade to a full multi-node Oracle RAC database
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2011-01-05 Thread Atton Jonathan
This patch broke everything.

If the signal is o*bj[id]:signal*.

Elementary is waiting *[id]:signal* and this patch provides *signal *which
is not enough. Elm need the* id.*
I do not know what cedric was trying to do and he is at holidays for 2
weeks.

I think we should revert it.

2010/11/30 Enlightenment SVN no-re...@enlightenment.org

 Log:
* edje: the most simple and usefull case of alias convertion
wasn't implemented at all. Should be working now, please test
all your code that relly on part1:part2[index]:sig behaviour.


 Author:   cedric
 Date: 2010-11-30 05:09:03 -0800 (Tue, 30 Nov 2010)
 New Revision: 55086
 Trac: http://trac.enlightenment.org/e/changeset/55086

 Modified:
  trunk/edje/src/lib/edje_program.c

 Modified: trunk/edje/src/lib/edje_program.c
 ===
 --- trunk/edje/src/lib/edje_program.c   2010-11-30 12:59:08 UTC (rev 55085)
 +++ trunk/edje/src/lib/edje_program.c   2010-11-30 13:09:03 UTC (rev 55086)
 @@ -1001,83 +1001,61 @@

if (ed-delete_me) return;

 -   sep = strchr(sig, EDJE_PART_PATH_SEPARATOR);
 +   sep = strrchr(sig, EDJE_PART_PATH_SEPARATOR);

/* If we are not sending the signal to a part of the child, the
 * signal if for ourself
 */
if (sep)
  {
 -char *idx, *newsig;
 +Edje_Real_Part *rp;
 +char *newsig;
 size_t length;
 char *part;
 -unsigned int i;

 -/* the signal contains a colon, split the signal into
 part:signal,
 - * and deliver it to part (if there is a GROUP or EXTERNAL part
 named part)
 +/* the signal contains a colon, split the signal into
 parts:signal,
 + * use _edje_real_part_recursive_get_helper to find the real part.
  */
 length = strlen(sig) + 1;
 part = alloca(length);
 memcpy(part, sig, length);

 -/* The part contain a [index], retrieve it */
 -idx = strchr(sig, EDJE_PART_PATH_SEPARATOR_INDEXL);
 -if (!idx || sep  idx) newsig = part + (sep - sig);
 -else newsig = part + (idx - sig);
 +newsig = part + (sep - sig);

 *newsig = '\0';
 newsig++;

 -for (i = 0; i  ed-table_parts_size; i++)
 +rp = _edje_real_part_recursive_get(ed, part);
 +if (rp  rp-part)
   {
 - Edje_Real_Part *rp = ed-table_parts[i];
 - if rp-part-type == EDJE_PART_TYPE_GROUP
 -|| rp-part-type == EDJE_PART_TYPE_EXTERNAL)
 -(rp-swallowed_object))
 -  || rp-part-type == EDJE_PART_TYPE_BOX ||
 rp-part-type == EDJE_PART_TYPE_TABLE) 
 - (rp-part)  (rp-part-name) 
 - (strcmp(rp-part-name, part) == 0))
 + switch (rp-part-type)
{
 -  if (rp-part-type == EDJE_PART_TYPE_GROUP)
 -{
 -   Edje *ed2 = _edje_fetch(rp-swallowed_object);
 -   if (ed2) _edje_emit(ed2, newsig, src);
 -   return; /* stop processing.
 -* XXX maybe let signal be processed
 anyway?
 -* XXX in this case, just comment this line
 -*/
 -}
 -  else if (rp-part-type == EDJE_PART_TYPE_EXTERNAL)
 -{
 -   _edje_external_signal_emit(rp-swallowed_object,
 newsig, src);
 -   return;
 -}
 -  else if (rp-part-type == EDJE_PART_TYPE_BOX
 -   || rp-part-type == EDJE_PART_TYPE_TABLE)
 -{
 -   const char *partid;
 -   Evas_Object *child;
 -   Edje *ed2 = NULL;
 +case EDJE_PART_TYPE_GROUP:
 +  {
 + Edje *ed2;

 -   idx = strchr(newsig,
 EDJE_PART_PATH_SEPARATOR_INDEXR);
 + if (!rp-swallowed_object) break ;

 -   if (!idx) return ;
 -   if (idx[1] != ':') return ;
 -   if (!rp-object) return;
 + ed2 = _edje_fetch(rp-swallowed_object);
 + if (ed2) _edje_emit(ed2, newsig, src);
 + return; /* stop processing.
 +  * XXX maybe let signal be processed anyway?
 +  * XXX in this case, just comment this line
 +  */
 +  }
 +case EDJE_PART_TYPE_EXTERNAL:
 +  {
 + if (!rp-swallowed_object) break ;

 -   partid = newsig;
 -   newsig = idx;
 -
 -   *newsig = '\0';
 -   newsig += 2; /* we jump over ']' and ':' */
 -
 -   

Re: [E-devel] Webservice.

2010-12-31 Thread Atton Jonathan
Helo Mike.

There is something I do not understand in the client part.

the method *retval = azy_client_call(cli, content, tr,
(Azy_Content_Cb)azy_value_to_T_AllTypes); *call the server.

*azy_value_to_T_AllTypes(Azy_Value *azy_value_struct, T_AllTypes *
*azy_user_type) *seems to be the method call when the client receive the
response. I suppose the call is aynchrone.



Why this method does not have a content as parameter ? The server can send a
content with a of struct/string... no ?

About *azy_user_type*, why this parameter ? An other callback is called
after *azy_value_to_T_AllTypes*() ?

When I use *azy_client_call(), can I add a data and retrieve it when I work
on the response ? (in **azy_value_to_T_AllTypes()**)*



2010/12/30 Atton Jonathan jonathan.at...@gmail.com

 I have missed the directory tests :-

 ok I will do some tests and call back later :)


 2010/12/30 Mike Blumenkrantz m...@zentific.com

 On Thu, 30 Dec 2010 14:00:11 -0500
 Atton Jonathan jonathan.at...@gmail.com wrote:

  Hello Nike.
 
  Have you a simple example of server and client ?
 
  In fact I need:
 
 - call a service with string arguments
 - send a eet file. Can we easily send a eet file ? By using the eet
 descriptor or I will need to describe a copy in the azy descriptor ?
 Or
 maybe I can send a array of bytes ?
 
 
  2010/12/30 Mike Blumenkrantz m...@zentific.com
 
   On Thu, 30 Dec 2010 15:44:04 +0100
   Nicolas Aguirre aguirre.nico...@gmail.com wrote:
  
On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan
jonathan.at...@gmail.com wrote:
 Hello people,

 I plan to write a webservice  (in XML) with EFL, the server side
 and
   the
 client side.

 Is there in the EFL some library which can help me ?

 --
 Regards.

  
 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows
   customers
 to consolidate database storage, standardize their database
   environment,
 and, should the need arise, upgrade to a full multi-node Oracle
 RAC
   database
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
You should take a look at azy (PROTO/azy). If I'm not mistaken is
exactly what you need.
   
   This is correct, however please note that Azy is under heavy
 development
   and so
   some features are not currently implemented.  If you want to do XMLRPC
 by
   spec
   (http://xmlrpc.org), then this will work flawlessly for you with no
   further
   work.  If not, I'll need you to send me more information about what
 you
   intend
   to do.
  
   --
   Mike Blumenkrantz
   Zentific: We run the three-legged race individually.
  
 
 
 
 src/tests/ has some example server/client examples of varying complexity.

 It sounds like Azy will suit your needs.  I will have to add the mime type
 for
 eet (application/eet I guess?) so that it can parse the header properly,
 but
 aside from that you should be able to implement the client using
 azy_client_call (method calls) and azy_client_send (eet data in raw
 bytes).

 One thing to note is that Azy adheres extremely strictly to the XMLRPC
 standard, so if you use a client/server which fudges the XML structure
 at all
 you will probably run into errors.

 --
 Mike Blumenkrantz
 Zentific: We run the three-legged race individually.




 --
 Regards.




-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
Hello people,

I plan to write a webservice  (in XML) with EFL, the server side and the
client side.

Is there in the EFL some library which can help me ?

-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
Hello Nike.

Have you a simple example of server and client ?

In fact I need:

   - call a service with string arguments
   - send a eet file. Can we easily send a eet file ? By using the eet
   descriptor or I will need to describe a copy in the azy descriptor ? Or
   maybe I can send a array of bytes ?


2010/12/30 Mike Blumenkrantz m...@zentific.com

 On Thu, 30 Dec 2010 15:44:04 +0100
 Nicolas Aguirre aguirre.nico...@gmail.com wrote:

  On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan
  jonathan.at...@gmail.com wrote:
   Hello people,
  
   I plan to write a webservice  (in XML) with EFL, the server side and
 the
   client side.
  
   Is there in the EFL some library which can help me ?
  
   --
   Regards.
  
 --
   Learn how Oracle Real Application Clusters (RAC) One Node allows
 customers
   to consolidate database storage, standardize their database
 environment,
   and, should the need arise, upgrade to a full multi-node Oracle RAC
 database
   without downtime or disruption
   http://p.sf.net/sfu/oracle-sfdevnl
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
  You should take a look at azy (PROTO/azy). If I'm not mistaken is
  exactly what you need.
 
 This is correct, however please note that Azy is under heavy development
 and so
 some features are not currently implemented.  If you want to do XMLRPC by
 spec
 (http://xmlrpc.org), then this will work flawlessly for you with no
 further
 work.  If not, I'll need you to send me more information about what you
 intend
 to do.

 --
 Mike Blumenkrantz
 Zentific: We run the three-legged race individually.




-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
I have missed the directory tests :-

ok I will do some tests and call back later :)

2010/12/30 Mike Blumenkrantz m...@zentific.com

 On Thu, 30 Dec 2010 14:00:11 -0500
 Atton Jonathan jonathan.at...@gmail.com wrote:

  Hello Nike.
 
  Have you a simple example of server and client ?
 
  In fact I need:
 
 - call a service with string arguments
 - send a eet file. Can we easily send a eet file ? By using the eet
 descriptor or I will need to describe a copy in the azy descriptor ?
 Or
 maybe I can send a array of bytes ?
 
 
  2010/12/30 Mike Blumenkrantz m...@zentific.com
 
   On Thu, 30 Dec 2010 15:44:04 +0100
   Nicolas Aguirre aguirre.nico...@gmail.com wrote:
  
On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan
jonathan.at...@gmail.com wrote:
 Hello people,

 I plan to write a webservice  (in XML) with EFL, the server side
 and
   the
 client side.

 Is there in the EFL some library which can help me ?

 --
 Regards.

  
 --
 Learn how Oracle Real Application Clusters (RAC) One Node allows
   customers
 to consolidate database storage, standardize their database
   environment,
 and, should the need arise, upgrade to a full multi-node Oracle RAC
   database
 without downtime or disruption
 http://p.sf.net/sfu/oracle-sfdevnl
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
You should take a look at azy (PROTO/azy). If I'm not mistaken is
exactly what you need.
   
   This is correct, however please note that Azy is under heavy
 development
   and so
   some features are not currently implemented.  If you want to do XMLRPC
 by
   spec
   (http://xmlrpc.org), then this will work flawlessly for you with no
   further
   work.  If not, I'll need you to send me more information about what you
   intend
   to do.
  
   --
   Mike Blumenkrantz
   Zentific: We run the three-legged race individually.
  
 
 
 
 src/tests/ has some example server/client examples of varying complexity.

 It sounds like Azy will suit your needs.  I will have to add the mime type
 for
 eet (application/eet I guess?) so that it can parse the header properly,
 but
 aside from that you should be able to implement the client using
 azy_client_call (method calls) and azy_client_send (eet data in raw bytes).

 One thing to note is that Azy adheres extremely strictly to the XMLRPC
 standard, so if you use a client/server which fudges the XML structure at
 all
 you will probably run into errors.

 --
 Mike Blumenkrantz
 Zentific: We run the three-legged race individually.




-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Docs of Enlil

2010-12-23 Thread Atton Jonathan
Hello people

In http://www.enlightenment.org/?p=docsl=en we can see the documentation of
EPHOTO MANAGER.
- Can we remove it ?
- Can we add the doc of Enlil ?

-- 
Regards.
--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: watchwolf IN trunk/THEMES/detour-elm: . images

2010-11-15 Thread Atton Jonathan
Current status : http://img812.imageshack.us/f/screendetourelm.png/

2010/11/15 Enlightenment SVN no-re...@enlightenment.org

 Log:
  detour-elm : add checkbox and radio

 Author:   watchwolf
 Date: 2010-11-15 10:50:38 -0800 (Mon, 15 Nov 2010)
 New Revision: 54568

 Added:
  trunk/THEMES/detour-elm/images/check_bt0.png
 trunk/THEMES/detour-elm/images/check_bt1.png
 trunk/THEMES/detour-elm/images/check_bt2.png
 trunk/THEMES/detour-elm/images/radio_bt0.png
 trunk/THEMES/detour-elm/images/radio_bt1.png
 trunk/THEMES/detour-elm/images/radio_bt2.png
 Modified:
  trunk/THEMES/detour-elm/images.edc trunk/THEMES/detour-elm/main.edc


 Property changes on: trunk/THEMES/detour-elm/images/check_bt0.png
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on: trunk/THEMES/detour-elm/images/check_bt1.png
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on: trunk/THEMES/detour-elm/images/check_bt2.png
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on: trunk/THEMES/detour-elm/images/radio_bt0.png
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on: trunk/THEMES/detour-elm/images/radio_bt1.png
 ___
 Added: svn:mime-type
   + application/octet-stream


 Property changes on: trunk/THEMES/detour-elm/images/radio_bt2.png
 ___
 Added: svn:mime-type
   + application/octet-stream

 Modified: trunk/THEMES/detour-elm/images.edc
 ===
 --- trunk/THEMES/detour-elm/images.edc  2010-11-15 17:49:20 UTC (rev 54567)
 +++ trunk/THEMES/detour-elm/images.edc  2010-11-15 18:50:38 UTC (rev 54568)
 @@ -41,3 +41,13 @@
  image: images/scrollframe_im1.png COMP; /* inset */
  image: images/scrollframe-bar_im2.png COMP; /* vertical bar */

 +//~ check
 +image: images/check_bt0.png COMP;
 +image: images/check_bt1.png COMP;
 +image: images/check_bt2.png COMP;
 +
 +//~ radio
 +image: images/radio_bt0.png COMP;
 +image: images/radio_bt1.png COMP;
 +image: images/radio_bt2.png COMP;
 +

 Modified: trunk/THEMES/detour-elm/main.edc
 ===
 --- trunk/THEMES/detour-elm/main.edc2010-11-15 17:49:20 UTC (rev 54567)
 +++ trunk/THEMES/detour-elm/main.edc2010-11-15 18:50:38 UTC (rev 54568)
 @@ -4844,5 +4844,518 @@
 }
 }

 ///
 +
 +
 +
  
 ///
 +   group { name: elm/check/base/default;
 +  parts {
 + part { name: bg_check;
 +   mouse_events: 0;
 +   scale: 1;
 +   description { state: default 0.0;
 +   rel1 {
 +  to: bg;
 +   }
 +   rel2 {
 +  to: bg;
 +   }
 +   color: 255 255 255 0;
 +   image.normal: images/check_bt0.png;
 +   }
 +   description { state: visible 0.0;
 +   inherit: default 0.0;
 +   color: 255 255 255 255;
 +}
 +   description { state: disabled 0.0;
 +  inherit: default 0.0;
 +  color: 128 128 128 0;
 +   }
 +   description { state: disabled_visible 0.0;
 +  inherit: default 0.0;
 +  color: 128 128 128 0;
 +   }
 +
 +}
 + part { name: bg;
 +   mouse_events: 0;
 +   scale: 1;
 +   description { state: default 0.0;
 +  rel2.relative: 0.0 1.0;
 +  align: 0.0 0.5;
 +  min: 20 18;
 +  max: 20 18;
 +  aspect: 1.0 1.0;
 +  aspect_preference: BOTH;
 +   image {
 +  normal: images/check_bt1.png;
 +  border: 8 7 8 7;
 +  middle: 0;
 +   }
 +   fill.smooth : 0;
 +   }
 +}
 + part { name: check;
 +   mouse_events: 0;
 +   scale: 1;
 +   description { state: default 0.0;
 +   rel1 {
 +  to: bg;
 +   }
 +   rel2 {
 +  to: bg;
 +   }
 +   color: 255 255 255 0;
 +   image.normal: images/check_bt2.png;
 +   }
 +   description { state: visible 0.0;
 +   inherit: default 0.0;
 +   color: 255 255 255 255;
 +}
 +   description { state: disabled 0.0;
 +  inherit: default 0.0;
 +  color: 

Re: [E-devel] elm Gengrid and header

2010-11-14 Thread Atton Jonathan
in my case I have 1000 photos :p

2010/11/13 Carsten Haitzler ras...@rasterman.com

 On Sat, 13 Nov 2010 00:48:51 -0200 Gustavo Sverzut Barbieri
 barbi...@profusion.mobi said:

  On Sat, Nov 13, 2010 at 12:43 AM, Daniel Juyung Seo
  seojuyu...@gmail.com wrote:
   Gello,
   We have a sample view which is very similar to
  
 http://watchwolf.fr/images/stories/Enki/thumbnails/thumb_screen_2010_07_01.png
   using BOX.
   Pack layout, gengrid, layout, gengrid and etc.
   We've done this in the application side but it is needed to be done in
   widget side which is not available at this moment.
 
  yeah, problem is that would be slow :-/

 well slow.. once you get a few hundred+ entries of course. with only 10 or
 20..
 it will never matter :)

   We implemented grouptitle in genlist..
   It just looks and acts like
  
 http://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/Art/tv_indexed_list.jpg
   Grouptitle ('A' in the picture) stays there until the next grouptitle
   (it would be 'B') comes up there.
  
   This concept could be applied to gengrid as well.
   Although this might acts differently from what Atton Jonathan wants,
   I prefer to try it once it is contributed.
 
  that would be amazing! :-)
 
 
  --
  Gustavo Sverzut Barbieri
  http://profusion.mobi embedded systems
  --
  MSN: barbi...@gmail.com
  Skype: gsbarbieri
  Mobile: +55 (19) 9225-2202
 
 
 --
  Centralized Desktop Delivery: Dell and VMware Reference Architecture
  Simplifying enterprise desktop deployment and management using
  Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
  client virtualization framework. Read more!
  http://p.sf.net/sfu/dell-eql-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com



 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas map and the attribute color and clip

2010-11-14 Thread Atton Jonathan
Here a application. The test here is a bit different from the case in my
appliaction.

I have :
- 1 gengrid
- 1 elm layout as icon in the grid item
- a edje group swallowed in the elm layout. This group has a rotation. It is
a red rectangle.

When I select the item :
- if no map : the rectangle disappear because the grid item add a rectangle
in front of the red rectangle.
- if map : only a part of the red rectangle disappear. If I resize the
window sometime the rectangle disappear, sometimes a part appear.

2 screenshots are in the archive.


*I have no video driver installed with my nvidia card. I can't look a video
... consequently the problem can be me.*

2010/11/13 Carsten Haitzler ras...@rasterman.com

 On Sat, 13 Nov 2010 16:18:19 -0500 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

  Hello,
 
  Evas map seems buggy with the software engine (can't test with with
  different engine).
 
  The situation :
  - A gengrid
  - a icon by item
  - each icon is a elm_layout with rotation on some parts (it is a edje
 group
  of course)
 
  The gengrid become not visible (alpha 0, not the attribute visible )
 but
  the parts with a rotation are still visible !
 
  If I remove all evas maps effect, the parts become not visible.
 
  I do not have a little code to test because I need to sleep :)

 code please :) (once you've slept a bit) :)


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Evas map and the attribute color and clip

2010-11-14 Thread Atton Jonathan
The file ...

http://dl.free.fr/efURdJ0j2

2010/11/14 Atton Jonathan jonathan.at...@gmail.com


 Here a application. The test here is a bit different from the case in my
 appliaction.

 I have :
 - 1 gengrid
 - 1 elm layout as icon in the grid item
 - a edje group swallowed in the elm layout. This group has a rotation. It
 is a red rectangle.

 When I select the item :
 - if no map : the rectangle disappear because the grid item add a rectangle
 in front of the red rectangle.
 - if map : only a part of the red rectangle disappear. If I resize the
 window sometime the rectangle disappear, sometimes a part appear.

 2 screenshots are in the archive.


 *I have no video driver installed with my nvidia card. I can't look a
 video ... consequently the problem can be me.*

 2010/11/13 Carsten Haitzler ras...@rasterman.com

 On Sat, 13 Nov 2010 16:18:19 -0500 Atton Jonathan 
 jonathan.at...@gmail.com
 said:

  Hello,
 
  Evas map seems buggy with the software engine (can't test with with
  different engine).
 
  The situation :
  - A gengrid
  - a icon by item
  - each icon is a elm_layout with rotation on some parts (it is a edje
 group
  of course)
 
  The gengrid become not visible (alpha 0, not the attribute visible )
 but
  the parts with a rotation are still visible !
 
  If I remove all evas maps effect, the parts become not visible.
 
  I do not have a little code to test because I need to sleep :)

 code please :) (once you've slept a bit) :)


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com




 --
 Regards.




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] help with web site

2010-11-14 Thread Atton Jonathan
Ok I will translate them in English !

2010/11/14 Vincent Torri vto...@univ-evry.fr



 On Sun, 14 Nov 2010, Gustavo Sverzut Barbieri wrote:

  On Sun, Nov 14, 2010 at 1:22 PM, Bertrand Jacquin be...@meleeweb.net
 wrote:

 D'ar sul 14 a viz Du 2010 e 16 eur 19, « Gustavo Sverzut Barbieri » he
 deus skrivet :

 On Sun, Nov 14, 2010 at 12:15 PM, Bertrand Jacquin be...@meleeweb.net
 wrote:

 Gustavo,

 D'ar sul 14 a viz Du 2010 e 11 eur 32, « Gustavo Sverzut Barbieri » he
 deus skrivet :

 when we make the official 1.0 release I'll try to start one git per
 project


 One git repo per project already exist there :
 http://git.enlightenment.fr/

 Sync is done every 30 minutes.


 damn, I keep forgetting that you French dudes are quite exclusive and
 put these stuff at .fr domain! Bastards ;-)


 No no, this is for generic use in futurs, but that still need some
 works, so didn't do announce for now :)


 Ok, but I still do not forgive you French people that have a planet
 that is more active than the generic/official planet! Come on, post
 your stuff in English so we can know about those news as well.


 It takes me hours to write all the new things that has been done each
 month. I write it in french. I guess that some french people can translate
 what i wrote. Don't ask me to translate it, i'm almost alone writing news in
 french, and i'm a bit fed up with that as nobody helps me.

 Vincent


   If
 you're afraid of English, then fear not... most of us are not native
 English speakers and we don't mind errors... we all do.
   OTOH if you like to post in French because you like to inform some
 non-E friends about EFL, we could aggregate your posts in
 planet.enlightenment.org anyway... these days auto-translations work
 quite well and is even integrated into Chromium, so it's easy to
 understand what you wrote by using some tool.

 BR

 --
 Gustavo Sverzut Barbieri
 http://profusion.mobi embedded systems
 --
 MSN: barbi...@gmail.com
 Skype: gsbarbieri
 Mobile: +55 (19) 9225-2202


 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: watchwolf trunk/TMP/st/elementary/src/edje_externals

2010-11-14 Thread Atton Jonathan
It is for synchronizing it. In fact the assert failed without this patch.

assert(sizeof(list_horizontal_mode_choices)/sizeof(list_horizontal_mode_choices[0])
== ELM_LIST_LAST + 1);

Then maybe we need a different solution, update the assert ?

2010/11/15 Daniel Juyung Seo seojuyu...@gmail.com

 oh sorry, I mistyped your name, Jonathan Atton.


 On Mon, Nov 15, 2010 at 3:45 PM, Daniel Juyung Seo seojuyu...@gmail.com
 wrote:
  Hello, Janathan Atton (watchwolf),
  i'm just curious about your changes.
 
  +static const char* list_horizontal_mode_choices[] = {compress,
  scroll, limit, expand, NULL};
 
  does genlist need expand mode?
  or is this just for synchronizing genlist externals with Elm_List_Mode?
 
  thanks.
  Daniel Juyung Seo.
 
 
  On Thu, Nov 11, 2010 at 7:44 AM, Enlightenment SVN
  no-re...@enlightenment.org wrote:
  Log:
   elm : add expand in the edje external genlist
 
 
  Author:   watchwolf
  Date: 2010-11-10 14:44:44 -0800 (Wed, 10 Nov 2010)
  New Revision: 54445
 
  Modified:
   trunk/TMP/st/elementary/src/edje_externals/Makefile.am
 trunk/TMP/st/elementary/src/edje_externals/elm_genlist.c
 trunk/TMP/st/elementary/src/edje_externals/modules.inc
 
  Modified: trunk/TMP/st/elementary/src/edje_externals/Makefile.am
  ===
  --- trunk/TMP/st/elementary/src/edje_externals/Makefile.am
  2010-11-10 21:47:32 UTC (rev 5)
  +++ trunk/TMP/st/elementary/src/edje_externals/Makefile.am
  2010-11-10 22:44:44 UTC (rev 54445)
  @@ -52,7 +52,10 @@
   elm_toggle.c \
   elm_toolbar.c \
   elm_notify.c \
  -elm_panes.c
  +elm_panes.c \
  +elm_label.c \
  +elm_icon.c \
  +elm_scroller.c
 
   module_la_LIBADD = $(top_builddir)/src/lib/libelementary.la
   module_la_LDFLAGS = -no-undefined -module -avoid-version -shared -fPIC
 
  Modified: trunk/TMP/st/elementary/src/edje_externals/elm_genlist.c
  ===
  --- trunk/TMP/st/elementary/src/edje_externals/elm_genlist.c
  2010-11-10 21:47:32 UTC (rev 5)
  +++ trunk/TMP/st/elementary/src/edje_externals/elm_genlist.c
  2010-11-10 22:44:44 UTC (rev 54445)
  @@ -22,7 +22,7 @@
 Eina_Bool v_bounce_exists:1;
   } Elm_Params_Genlist;
 
  -static const char* list_horizontal_mode_choices[] = {compress,
 scroll, limit, NULL};
  +static const char* list_horizontal_mode_choices[] = {compress,
 scroll, limit, expand, NULL};
 
   static Elm_List_Mode
   _list_horizontal_mode_setting_get(const char *horizontal_mode_str)
 
  Modified: trunk/TMP/st/elementary/src/edje_externals/modules.inc
  ===
  --- trunk/TMP/st/elementary/src/edje_externals/modules.inc
  2010-11-10 21:47:32 UTC (rev 5)
  +++ trunk/TMP/st/elementary/src/edje_externals/modules.inc
  2010-11-10 22:44:44 UTC (rev 54445)
  @@ -23,3 +23,6 @@
   DEFINE_TYPE(toolbar)
   DEFINE_TYPE(notify)
   DEFINE_TYPE(panes)
  +DEFINE_TYPE(label)
  +DEFINE_TYPE(icon)
  +DEFINE_TYPE(scroller)
 
 
 
 --
  Centralized Desktop Delivery: Dell and VMware Reference Architecture
  Simplifying enterprise desktop deployment and management using
  Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
  client virtualization framework. Read more!
  http://p.sf.net/sfu/dell-eql-dev2dev
  ___
  enlightenment-svn mailing list
  enlightenment-...@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 
 


 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [ELM] using custom parts from my edje

2010-11-13 Thread Atton Jonathan
Hello people


My situation :
- I have set a cusom elm theme with elementary_config
- I try to override 1 group with the edje theme of enki

How am I suppose to do it ? I have made some tests but my only success was
to override the complete elm theme with the edje of enki :/


-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [ELM] using custom parts from my edje

2010-11-13 Thread Atton Jonathan
Finally I have found :

Elm_Theme *theme = elm_theme_default_get();
elm_theme_extension_add(theme, theme.edj);




2010/11/13 Atton Jonathan jonathan.at...@gmail.com

 Hello people


 My situation :
 - I have set a cusom elm theme with elementary_config
 - I try to override 1 group with the edje theme of enki

 How am I suppose to do it ? I have made some tests but my only success was
 to override the complete elm theme with the edje of enki :/


 --
 Regards.




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Evas map and the attribute color and clip

2010-11-13 Thread Atton Jonathan
Hello,

Evas map seems buggy with the software engine (can't test with with
different engine).

The situation :
- A gengrid
- a icon by item
- each icon is a elm_layout with rotation on some parts (it is a edje group
of course)

The gengrid become not visible (alpha 0, not the attribute visible ) but
the parts with a rotation are still visible !

If I remove all evas maps effect, the parts become not visible.

I do not have a little code to test because I need to sleep :)

-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] elm_animator

2010-11-13 Thread Atton Jonathan
Use pastebin :)

2010/11/13 박춘언 her...@naver.com

 Ah... Sorry.
 It seems failed to attach the patch file.
 I try again.

 Thanks.

 -Hermet-

 -Original Message-
 From: quot;박춘언quot;lt;her...@naver.comquot%3b%26lt%3bher...@naver.com
 gt;
 To: enlightenment-devel@lists.sourceforge.net
 Cc:
 Sent: 10-11-14(일) 03:46:48
 Subject: [E-devel][Patch] elm_animator

 Hello there.

 Please apply this simple patch for Elementary elm_animator

 Thanks.


 --
 Centralized Desktop Delivery: Dell and VMware Reference Architecture
 Simplifying enterprise desktop deployment and management using
 Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
 client virtualization framework. Read more!
 http://p.sf.net/sfu/dell-eql-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] elm Gengrid and header

2010-11-11 Thread Atton Jonathan
Hello,


I plan to use elm_gengrid in Enki instead of my own list, see
http://watchwolf.fr/images/stories/Enki/thumbnails/thumb_screen_2010_07_01.png

But i need a way to add a header, see the item with the name of the album.
Is there a way to do it ? Can we add this possiblity ?


-- 
Regards.
--
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [elm_map] google map provider

2010-11-02 Thread Atton Jonathan
I can't test right now but :
- Have you tested with zoom in - zoom out  ?
- Have you tested the boundaries of the map ?


Sse :
You embed a Static Maps API image within a webpage inside an img
tag's srcattribute. When the webpage is displayed, the browser
requests the image
from the the Static Maps API and it renders within the image location. Note
that static maps may only be displayed within browser content; use of static
maps outside of the browser is not allowed. (Google Maps API
Premierhttp://code.google.com/apis/maps/documentation/premier/users
are waived of this requirement.)
source :
http://code.google.com/intl/fr/apis/maps/documentation/staticmaps/#Limits

Do not commit your code.

2010/11/2 [박상호] gouach...@gmail.com

 hi,

 I found google map repository on maemo talk.
 http://talk.maemo.org/showthread.php?t=5209
 so I've tested google map using elm_map like below.
 it works fine. very good performance...

  static char *
  _google_street_url_cb(void *data, int x, int y, int zoom)
  {
 char buf[PATH_MAX];
 snprintf(buf, sizeof(buf), 
 http://mt1.google.com/vt/hl=enx=%dy=%dz=%d;,
  x, y, zoom);
 return strdup(buf);
  }
 
  static char *
  _google_satellite_url_cb(void *data, int x, int y, int zoom)
  {
 char buf[PATH_MAX];
 snprintf(buf, sizeof(buf), 
 http://khm2.google.com/kh/v=46x=%dy=%dz=%d;,
  x, y, zoom);
 return strdup(buf);
  }

 can I check-in this code to elm_map.c?
 is there any problem?

 --
 Nokia and ATT present the 2010 Calling All Innovators-North America
 contest
 Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
 $10 million total in prizes - $4M cash, 500 devices, nearly $6M in
 marketing
 Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
 http://p.sf.net/sfu/nokia-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Regards.
--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


  1   2   3   4   >