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

2011-06-26 Thread Atton Jonathan
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

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

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

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

2011-06-25 Thread Atton Jonathan
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

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

[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

Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
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

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

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

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

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

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);

[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

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

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

2011-05-16 Thread Atton Jonathan
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

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

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

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

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

2011-05-15 Thread Atton Jonathan
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

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

2011-05-06 Thread Atton Jonathan
/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

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

[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

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

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

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:

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

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

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

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

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

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

[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

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

2011-04-29 Thread Atton Jonathan
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

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:

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,

[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

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

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

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

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:

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

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!

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

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

2011-04-15 Thread Atton Jonathan
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

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

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

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

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

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

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

[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

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

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

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

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

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 ?

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.

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

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?

[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

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:

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

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

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

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

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 -

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 (

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

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

2011-02-10 Thread Atton Jonathan
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

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

2011-02-10 Thread Atton Jonathan
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

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

2011-02-10 Thread Atton Jonathan
:( 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

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

2011-02-10 Thread Atton Jonathan
. 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

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

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

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

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).

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

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:

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

[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

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

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,

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

Re: [E-devel] Webservice.

2010-12-31 Thread Atton Jonathan
*() ? 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

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

Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
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

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

[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

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:

Re: [E-devel] elm Gengrid and header

2010-11-14 Thread Atton Jonathan
/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

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

2010-11-14 Thread Atton Jonathan
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

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

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

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

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

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

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

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:

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

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

  1   2   3   4   >