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

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

2011-06-26 Thread Atton Jonathan
without lines :) 2011/6/26 Atton Jonathan > ok. > > I am writting a specific widget without route. Cedric gave me a super idea > :D > > > 2011/6/26 sangho park > >> yes we need a new smart object for route.. >> hmm.. there is a problem if you use line in

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

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

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 > let's go for route. &g

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

2011-06-20 Thread Atton Jonathan
Evas is optimized, now Evas does not use a buffer. Data are in the cloud ! 2011/6/21 suxia li > > > 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

Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
2011/6/10 Gustavo Sverzut Barbieri > On Fri, Jun 10, 2011 at 2:06 PM, Atton Jonathan > wrote: > >> 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 wi

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 > I am not a expert, maybe I have wrong .. > > >- installing dbus on windows seems to be hard and a lot of dbus daemon

Re: [E-devel] ethumbd and azy

2011-06-10 Thread Atton Jonathan
le to install because it have very few (none ?) dependencies outside EFL. 2011/6/10 Gustavo Sverzut Barbieri > On Fri, Jun 10, 2011 at 1:22 PM, Atton Jonathan > wrote: > > hello people, > > > > What are you thinking about adding azy as communication canal between the > >

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

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

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

Re: [E-devel] Elementary and simple list

2011-05-22 Thread Atton Jonathan
ect_scroll_freeze_push(list); > > > > > > > Let's run together for the best moment! > > -Regards, Hermet- > > > > -Original Message- > *From:* "Atton Jonathan" > *To:* "e" > *Cc:* > *Sent:* 11-05-22(일) 06:38:22 > *Subject

[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_content&view=article&id=23&Itemid=45&lang=fr But this code does not works: source: "s

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

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

2011-05-16 Thread Atton Jonathan
me. > if you okay, pls give me a time to do that. > > On Sun, May 15, 2011 at 8:54 PM, Atton Jonathan > wrote: > >> >> ok emap can load a gpx file into a EMap_Track struct. >> >> >>- Maybe "Track" is not correct, what do you think about &q

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

2011-05-15 Thread Atton Jonathan
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 > On Tue, May 3, 2011 at 8:09 AM, Atton Jonathan > wrote: > > lol, I am not a god :D > &

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 > 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" a > écrit : > > > >

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 > If you set visible:0 you lost the animation :/ > > > 2011/5/15 Nicolas Aguirre > >> AFAIK There is no reason to add the hidden part. Setting alpha and visible >> to 0 in the same description

[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] [ELM] add a new style for the toggle

2011-05-05 Thread Atton Jonathan
cks.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) > &g

[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] (no subject)

2011-05-05 Thread Atton Jonathan
maybe the name is a bit different 2011/5/5 Daniel Juyung Seo > Oops. > (no subject). > My bad :) > > Daniel Juyung Seo (SeoZ) > > On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo > wrote: > > Hi, > > > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > > It's described in h

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

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

2011-05-04 Thread Atton Jonathan
2011/5/4 Carsten Haitzler > On Mon, 2 May 2011 16:49:25 +0900 sangho park 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

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 > On Mon, 2 May 2011 16:49:25 +0900 sangho park said: > > i always wondered if those custom things would survive. they seemed like > placeholders waiting for a future that never ca

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

2011-05-02 Thread Atton Jonathan
lol, I am not a god :D 2011/5/3 sangho park > 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 > > Subject: Re: [E-devel] splitting

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) > 2011/5/2 David Seikel : > > On Mon, 2 May 2011 17:28:08 +0200 Cedric BAIL > > wrote: > > > >> On Mon, May 2, 2011 at 5:00 PM, Carsten Haitzler > >> wrote: > >> > On Mon, 2 May 2011 20:20:04 +1000 David Seikel > >> > said: > >> >

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

2011-05-02 Thread Atton Jonathan
we are seing it ! 2011/5/2 sangho park > 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 wrote: > > > Dear all, > >

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 > On Sat, 30 Apr 2011 19:08:17 +0200 Atton Jonathan < > jonathan.at...@gmail.com> > said: > > in

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 > On Mon, 2 May 2011 16:12:14 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Sat, 30 Apr 2011 19:28:31 +0900 sangho pa

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

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 > On Sat, 30 Apr 2011 08:56:11 +1000 David Seikel said: > > > On Sat, 30 Apr 2011 02:12:49 +0900 sangho park > > wrote: > > > > > as basic concept, route informati

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

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

Re: [E-devel] Presentation of elm

2011-04-29 Thread Atton Jonathan
erials to > trunk/MARKETTING. > I'll update mine if I have a good one. > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Wed, Apr 6, 2011 at 10:42 PM, Carsten Haitzler wrote: > >> On Wed, 6 Apr 2011 13:23:01 +0200 Atton Jonathan < >> jonathan.at...@gmail.com>

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

2011-04-29 Thread Atton Jonathan
ailing 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 wrote: > >> On Wed, 27 Apr 2011 22:05:57 +0200 Atton Jonathan < >> jonathan.at...@gmail.com> >> said: >> &g

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

2011-04-28 Thread Atton Jonathan
ok 2011/4/28 Tom Hacohen > 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 WRA

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

2011-04-28 Thread Atton Jonathan
hum 2011/4/28 Enlightenment SVN > 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

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

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 > > > 2011/4/26 Daniel Juyung Seo > >> Something like elc_popup.c ? >> I like that! >> >> Thanks. >> Daniel Juyun

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 > Something like elc_popup.c ? > I like that! > > Thanks. > Daniel Juyung Seo (SeoZ) > > > On Tue, Apr 26, 2011 at 9:47 PM, Atton Jonathan > wrote: > >> hum. >> >> Maybe you should create a n

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

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

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 > > 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] ruby ffi binding

2011-04-20 Thread Atton Jonathan
If you test it you maintain it :p 2011/4/20 Lionel Orry > Jérémy Zurcher 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.

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

2011-04-15 Thread Atton Jonathan
> > could you help me :D? > > > On Fri, Apr 15, 2011 at 5:48 PM, Atton Jonathan > wrote: > >> 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 c

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 > okay, i fixed it and attach new patch. > > hmmm..

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 > Hello, > > While trying to use edje with externals (elm/button), i have encountered > errors with segfa

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

Re: [E-devel] Presentation of elm

2011-04-06 Thread Atton Jonathan
maybe malloc has eaten your presentations:( 2011/4/6 Carsten Haitzler > On Mon, 4 Apr 2011 10:15:17 +0200 Atton Jonathan > > said: > > > Hello great people of e > > > > > > I will make a presentation of Elementary next month at Paris. > > > > Is

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

2011-04-05 Thread Atton Jonathan
I ask him to improve it, I do not do it :D 2011/4/6 Carsten Haitzler > On Wed, 6 Apr 2011 12:05:55 +0900 sangho park 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 e

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

2011-04-05 Thread Atton Jonathan
Improve the root design please :) 2011/4/6 sangho park > 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,

Re: [E-devel] system monitor

2011-04-04 Thread Atton Jonathan
process list 2011/4/4 Brian 'morlenxus' Miculcy > Not sure what you mean, we have cpu, mem and net modules, what else do you > need? :) > > Kind regards, > Brian 'morlenxus' Miculcy > > On Mon, Apr 04, 2011 at 02:22:13AM +0300, المسالم المسالمة wrote: > > hello developers > > > > i just want to

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

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

2011-04-03 Thread Atton Jonathan
look in your console :) 2011/4/3 Daniel Juyung Seo > 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. >

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 > 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 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 > > > On Sun, 27 Feb 2011, Atton Jonathan wrote: > > A lot of warnings are because I replace flickr by eabzu. I have commented >> the flickr co

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

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 > > > On Sun, 27 Feb 2011, Atton Jonathan wrote: > > Whoua, thank you a lot ! >&g

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

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 > Log: > Enki: > * add the theme "default_small". This is a theme made for

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

2011-02-24 Thread Atton Jonathan
The bug still exists 2011/2/24 Cedric BAIL > Yop, > > On Wed, Feb 23, 2011 at 8:26 PM, Atton Jonathan > wrote: > > We still have some problems with complex part path. > > > > First > > > > I have a classic program: > > program { > &g

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

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

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 > Log: > Efreet: Reset changed before scanning fallback > > Changed must be EINA_FALSE before scanning fallback to not create false > positive. > > Author: englebass > Date:

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

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

2011-02-21 Thread Atton Jonathan
Add me as mentor 2011/2/21 Ian Caldwell > 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. > P

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

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

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

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

[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] [Patch] New Widget elm_segment_control

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

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

2011-02-10 Thread Atton Jonathan
tch :( > So busy :( > > > On Thu, Feb 10, 2011 at 10:37 PM, Atton Jonathan > wrote: > > hehe oki :) > > > > 2011/2/10 Tom Hacohen > > > >> They found their patch, please wait for them to revise it and then we'll > >> just commit that one (

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

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

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

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

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

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 > On Thu, 2011-02-10 at 17:27 +0530, GOVINDARAJU SM wrote: > > SegmentControl uses elm_label internally ( for font size reduction to >

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

2011-02-09 Thread Atton Jonathan
Fixed 2011/2/9 Nicolas Aguirre > 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 Enlig

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

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

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

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 > On Mon, Jan 10, 201

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

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

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 Enli

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 > On Tue, 21 Dec 2010 20:04:54 +0900 Jihoon Kim > said: > > happy! patch looks decent. in svn! :) tnx! > > > Hi, All. > > > > Most of elementary widgets can process keyboard input, but elm_map widget > > has not. >

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 > I have missed the directory tests :- > > ok I will do some tests and call back later :) > > > 2010/12/30 Mike Blu

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 > On Thu, 30 Dec 2010 14:00:11 -0500 > Atton Jonathan wrote: > > > Hello Nike. > > > > Have you a simple example of server and client ? > > > &

Re: [E-devel] Webservice.

2010-12-30 Thread Atton Jonathan
bytes ? 2010/12/30 Mike Blumenkrantz > On Thu, 30 Dec 2010 15:44:04 +0100 > Nicolas Aguirre wrote: > > > On Thu, Dec 30, 2010 at 3:36 PM, Atton Jonathan > > wrote: > > > Hello people, > > > > > > I plan to write a webservice (in XML) with

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

[E-devel] Docs of Enlil

2010-12-23 Thread Atton Jonathan
Hello people In http://www.enlightenment.org/?p=docs&l=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 (RA

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

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 > oh sorry, I mistyped

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 > > > On Sun, 14 Nov 2010, Gustavo Sverzut Barbieri wrote: > > On Sun, Nov 14, 2010 at 1:22 PM, Bertrand Jacquin >> wrote: >> >>> D'ar sul 14 a viz Du 2010 e 16 eur 19, « Gustavo Sverzut Barbieri » he >>> deus skrivet : >>> On

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

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

Re: [E-devel] elm Gengrid and header

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

Re: [E-devel] [Patch] elm_animator

2010-11-13 Thread Atton Jonathan
Use pastebin :) 2010/11/13 박춘언 > Ah... Sorry. > It seems failed to attach the patch file. > I try again. > > Thanks. > > -Hermet- > > -Original Message- > From: "박춘언" > > To: enlightenment-devel@lists.sourceforge.net > Cc: > Sent: 10-11-14(일) 03:46:48 > Subject: [E-dev

[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] [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 > Hello people > > > My situation : > - I have set a cusom elm theme with elementary_config > - I try to override 1 group

  1   2   3   4   >