Re: [E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_context_window_get

2011-02-27 Thread Tom Hacohen
/me puts the James bond theme song in the background. I thought I did reply, well, apparently I forgot :) -- Tom. On Mon, Feb 28, 2011 at 7:00 AM, Carsten Haitzler wrote: > On Mon, 28 Feb 2011 08:47:52 +0900 Jihoon Kim > said: > > s... secret tom! :) > > > Yes, Tom did secretly :) > > > > -

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread Tom Hacohen
That's exactly what I described. 2011/2/28 GOVINDARAJU SM > Dear Tom, > > Elm_label behavior is different than the enhancement you have added in > EDJE. > > Example, > 1. Enable elm_label ellipsis > 2. Set the Min/Max font size example, 10, 30 > 3. Set the the text to label, > 4. label sets the

Re: [E-devel] RFC: eina simple (and stupid) XML parser

2011-02-27 Thread Vincent Torri
On Sun, 27 Feb 2011, Gustavo Sverzut Barbieri wrote: > Hi all, > > Find attached a test file that implements a very simple and stupid XML > parser for Eina. It's far from complete or standards compliant, yet it > should do fine for traditional xml files we have in our systems, > things such as F

Re: [E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_context_window_get

2011-02-27 Thread The Rasterman
On Mon, 28 Feb 2011 08:47:52 +0900 Jihoon Kim said: s... secret tom! :) > Yes, Tom did secretly :) > > -Original Message- > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] > Sent: Sunday, February 27, 2011 6:14 PM > To: Jihoon Kim > Cc: enlightenment-devel@list

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread GOVINDARAJU SM
Dear Tom, Elm_label behavior is different than the enhancement you have added in EDJE. Example, 1. Enable elm_label ellipsis 2. Set the Min/Max font size example, 10, 30 3. Set the the text to label, 4. label sets the font size to 30 ( configured max ) and checks whether the text can fit in,

Re: [E-devel] E SVN: discomfitor IN trunk/THEMES/darkness: . elm elm/config elm/config/default elm/config/illume elm/config/standard elm/macros elm/widgets

2011-02-27 Thread Daniel Juyung Seo
Hello zmike, I found out why button has some abnormal behavior with dragging out. In THEMES/darkness/elm/macros/widget.h, PART_EVENTS should not have ignore_flags: ON_HOLD. This ignores on_hold flags and it causes problem when it comes with scroller. See "Buttons" in elementary_test has a scroller

Re: [E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_context_window_get

2011-02-27 Thread Jihoon Kim
Yes, Tom did secretly :) -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Sunday, February 27, 2011 6:14 PM To: Jihoon Kim Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_cont

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Rui Miguel Silva Seabra
With EFL 1, deleting an elm_win with evas_object_del(win) gave me ERR<4032>:elm-externals elm_list.c:425 _del_hook() ERROR: list deleted while walking. ) This happened because that elm_win had somewhere an elm_list which had a callback on select and *data* to send to that callback. As soon as I

[E-devel] elm_transit_object_prop_hold_set/get

2011-02-27 Thread ChunEon Park
Hi, this is Hermet. I'm willing to add new APIs - elm_transit_object_prop_hold_set / elm_transit_object_prop_hold_get. Theses APIs enable / disable to keep the properties of the objects' when transition is over. If prop_hold is enabled, then the objects keep the properties of the end up statu

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Daniel Juyung Seo
Hello Rui, Do you have any core file or callstacks when you had crash? Or any way to reproduce it? That'll help us a lot. Thank you. Daniel Juyung Seo (SeoZ) On Sun, Feb 27, 2011 at 9:41 PM, Rui Miguel Silva Seabra wrote: > There might be something similar in elm_list, I had some elm_lists with

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

2011-02-27 Thread Rui Miguel Silva Seabra
Em 27-02-2011 20:52, Carsten Haitzler (The Rasterman) escreveu: > On Sun, 27 Feb 2011 20:38:52 + Rui Miguel Silva Seabra > said: > >> Em 25-02-2011 20:05, Christopher Michael escreveu: >>> Because 'conformant' is not for "don't resize this window when a >>> keyboard pops up". >> >> BTW, what

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

2011-02-27 Thread The Rasterman
On Sun, 27 Feb 2011 20:38:52 + Rui Miguel Silva Seabra said: > Em 25-02-2011 20:05, Christopher Michael escreveu: > > Because 'conformant' is not for "don't resize this window when a > > keyboard pops up". > > BTW, what is? We need this for SHR's lock screen... fullscreen mode. vkbd still w

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread Rui Miguel Silva Seabra
There might be something similar in elm_list, I had some elm_lists with data and I got weird errors related to eina_list complaining about data, which frequently, but not always, led to a crash. Rui Em 27-02-2011 11:10, Carsten Haitzler (The Rasterman) escreveu: > On Tue, 22 Feb 2011 18:59:07 +

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

2011-02-27 Thread Rui Miguel Silva Seabra
Em 25-02-2011 20:05, Christopher Michael escreveu: > Because 'conformant' is not for "don't resize this window when a > keyboard pops up". BTW, what is? We need this for SHR's lock screen... Rui -- Free Software Download

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread Tom Hacohen
2011/2/27 Gustavo Sverzut Barbieri > how about that PLUS change elm_label to use this as well? > I'm going away for a week and a half on Tuesday, and I have some things I need to do before, so I won't have time for at least two weeks. After that, we'll see. :P -- Tom. -

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread Gustavo Sverzut Barbieri
2011/2/27 Tom Hacohen : > Dear Daniel, > > As promised, I added size_range support to edje so they won't have to > use elm_label. > > Just set size_range to whatever you want, so for example you can set: > ellipsis: 0.0; > fit: 1 1; > size: 15; > size_range: 10 45; > > and it'll try to fit the text

Re: [E-devel] [Patch] elm_segment_control

2011-02-27 Thread Tom Hacohen
Dear Daniel, As promised, I added size_range support to edje so they won't have to use elm_label. Just set size_range to whatever you want, so for example you can set: ellipsis: 0.0; fit: 1 1; size: 15; size_range: 10 45; and it'll try to fit the text, but won't leave the 10-45 limit. So if for

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2011-02-27 Thread hannes.janet...@gmail.com
On Sun, Feb 27, 2011 at 5:15 PM, Sebastian Dransfeld wrote: > On 02/27/2011 12:09 PM, Enlightenment SVN wrote: >> Log: >> e17: startup: cancel cb. this needs to run just once > > This is wrong. The returns ECORE_CALLBACK_PASS_ON and > ECORE_CALLBACK_DONE are the only legit for a event return. > >

Re: [E-devel] Using Emotion on elementary windows

2011-02-27 Thread The Rasterman
On Sat, 26 Feb 2011 10:57:55 +0100 Yassin said: > Hello, > i have two problem : > > i have make a programme who start a video with emotion on elementary > windows. > the goal is change the video when cliked the butons on the program. > The problem he is on my function played : > > First my eva

Re: [E-devel] Segfault in Eina

2011-02-27 Thread The Rasterman
On Sat, 26 Feb 2011 22:12:36 +0100 Andreas Volz said: valgrind doesnt even catch it there. it would at least show a backtrace. what on earth is going on there? > Am Fri, 25 Feb 2011 00:09:27 +0100 (CET) schrieb Vincent Torri: > > nothing that really helps me: > > http://codepad.org/whUaAE71 >

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

2011-02-27 Thread The Rasterman
On Fri, 25 Feb 2011 13:42:21 +0900 Jeonghyun Yun said: > Hello. > > I attached the modified patch about calc_job problem. > > When I tested gengrid, sometimes gengrid renderd two times in different > shape in a moment. > So I checked gengrid code, I found cause in calc_job function. > > calc_j

Re: [E-devel] E SVN: jeffdameth trunk/e/src/bin

2011-02-27 Thread Sebastian Dransfeld
On 02/27/2011 12:09 PM, Enlightenment SVN wrote: > Log: > e17: startup: cancel cb. this needs to run just once This is wrong. The returns ECORE_CALLBACK_PASS_ON and ECORE_CALLBACK_DONE are the only legit for a event return. We should pass on the event, as others might also want it. We cancel the

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread Vincent Torri
On Sun, 27 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > On Sun, 27 Feb 2011 12:35:22 +0100 (CET) Vincent Torri > said: > >> >> >> On Sun, 27 Feb 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Wed, 23 Feb 2011 20:52:04 +0100 (CET) Vincent Torri >>> said: >>> >>> how about commit

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread The Rasterman
On Sun, 27 Feb 2011 12:35:22 +0100 (CET) Vincent Torri said: > > > On Sun, 27 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 23 Feb 2011 20:52:04 +0100 (CET) Vincent Torri > > said: > > > > how about commit 57373 ? > > as i said, i actually already fixed it. Maybe you should

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] with some options, eina compilation fails

2011-02-27 Thread Vincent Torri
On Sun, 27 Feb 2011, Joerg Sonnenberger wrote: > On Wed, Feb 23, 2011 at 08:52:04PM +0100, Vincent Torri wrote: >> ../../src/modules/mp/chained_pool/eina_chained_mempool.c: In function >> 'eina_chained_mempool_free': >> ../../src/modules/mp/chained_pool/eina_chained_mempool.c:324: error: label

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread Joerg Sonnenberger
On Wed, Feb 23, 2011 at 08:52:04PM +0100, Vincent Torri wrote: > ../../src/modules/mp/chained_pool/eina_chained_mempool.c: In function > 'eina_chained_mempool_free': > ../../src/modules/mp/chained_pool/eina_chained_mempool.c:324: error: label at > end of compound statement > > we can replace "go

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

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 ! >> > > now look at all the

Re: [E-devel] [PATCH] Add elm_entry_cursor_pos_{set, get} API

2011-02-27 Thread Tom Hacohen
Haha, unlucky me. I checked the edje patch to make sure you fixed all the consts and when I saw it ok, didn't even look at it in the elm patch. My bad, thanks, in svn. -- Tom. On Sun, 2011-02-27 at 20:27 +0900, Jihoon Kim wrote: > Tom, > I found my mistake in code that you apply in svn. > I shou

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread Vincent Torri
On Sun, 27 Feb 2011, Carsten Haitzler (The Rasterman) wrote: > On Wed, 23 Feb 2011 20:52:04 +0100 (CET) Vincent Torri > said: > > how about commit 57373 ? as i said, i actually already fixed it. Maybe you should revert it. Vincent > >> >> hey, >> >> ./configure -prefix=/home/torri/local/e17

Re: [E-devel] E SVN: raster trunk/eina/src/modules/mp/chained_pool

2011-02-27 Thread Vincent Torri
On Sun, 27 Feb 2011, Enlightenment SVN wrote: > Log: > make label not have nothing after it. fix err when valgrind and > threads disabled. i actually fixed it : i put a return; just before the last } so your patch should be useless Vincent > > > > Author: raster > Date: 2011-0

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread The Rasterman
On Wed, 23 Feb 2011 20:52:04 +0100 (CET) Vincent Torri said: how about commit 57373 ? > > hey, > > ./configure -prefix=/home/torri/local/e17 --disable-posix-threads > --disable-valgrind > > leads to: > > ../../src/modules/mp/chained_pool/eina_chained_mempool.c: In function > 'eina_chained_me

Re: [E-devel] [PATCH] Add elm_entry_cursor_pos_{set, get} API

2011-02-27 Thread Jihoon Kim
Tom, I found my mistake in code that you apply in svn. I should have remove "const " in elementary. I send patch for fixing it. On Sun, Feb 27, 2011 at 7:26 PM, Tom Hacohen < tom.haco...@partner.samsung.com> wrote: > Dear Jihoon, > > Again, thank you very much for your patch. You forgot adding >

Re: [E-devel] with some options, eina compilation fails

2011-02-27 Thread The Rasterman
On Wed, 23 Feb 2011 20:52:04 +0100 (CET) Vincent Torri said: aaah the ugliness of ifdefs in code. :( > > hey, > > ./configure -prefix=/home/torri/local/e17 --disable-posix-threads > --disable-valgrind > > leads to: > > ../../src/modules/mp/chained_pool/eina_chained_mempool.c: In function > '

Re: [E-devel] [PATCH] Add ecore_imf_context_preedit_string_with_attributes_get API

2011-02-27 Thread The Rasterman
On Wed, 23 Feb 2011 11:15:41 +0900 Jihoon Kim said: thanks! in svn! :) > Hello, > > This is patch for adding > ecore_imf_context_preedit_string_with_attributes_get API. > In ecore_imf, there is ecore_imf_context_preedit_string_get API, but the > attribute info from input method engine cannot be

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

2011-02-27 Thread The Rasterman
On Tue, 22 Feb 2011 22:29:37 +0100 Nicolas Aguirre said: that's rather cool. interestingly i also started a new home replacement. it's pure elm as stand-alone process, not e module, so different. > Hi, > > Let me introduce Elfe. A new project on which i'm currently working. > Elfe is the acrony

Re: [E-devel] elm_genlist - bug fix about del callback

2011-02-27 Thread The Rasterman
On Tue, 22 Feb 2011 18:59:07 +0900 Seunggyun Kim said: in svn! thanks! > Hello. All. > > I found one bug in elm_genlist_clear. > > In case append lots of items in genlist, > some items are still in genlist item queue before it is processed in > _item_queue. > > At that time, > if application

Re: [E-devel] [PATCH] Add elm_entry_cursor_pos_{set, get} API

2011-02-27 Thread Tom Hacohen
Dear Jihoon, Again, thank you very much for your patch. You forgot adding "@since 1.1.0" to the edje docs but I added it for you cause I felt bad for not noticing it the first time you sent the patches :) Anyhow, in SVN. Thanks a lot for doing it, Tom. On Fri, 2011-02-25 at 20:40 +0900, Jih

Re: [E-devel] Small bug in evas_textblock.

2011-02-27 Thread WooHyun Jung
Right ~ It's fixed and working well now ^^ -Original Message- From: Tom Hacohen [mailto:tom.haco...@partner.samsung.com] Sent: Sunday, February 27, 2011 7:18 PM To: Carsten Haitzler Cc: WooHyun Jung; enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] Small bug in evas_textb

Re: [E-devel] Small bug in evas_textblock.

2011-02-27 Thread Tom Hacohen
It is the fix to that bug. I'm 99% sure I sent an email to WooHyun and list, but maybe I only sent it to WooHyun, but yeah, it's fixed. (Unless my memory is wrong). WooHyun: right? -- Tom. On Sun, 2011-02-27 at 10:59 +0100, Carsten Haitzler wrote: > On Tue, 22 Feb 2011 18:15:30 +0900 WooHyun Jun

Re: [E-devel] Small bug in evas_textblock.

2011-02-27 Thread The Rasterman
On Tue, 22 Feb 2011 18:15:30 +0900 WooHyun Jung said: tom -> hmm somehow is this one related: http://trac.enlightenment.org/e/changeset/57229 suspiciously looks like its trying to fix the same bug. > I've checked with ~ setting cursor to 0. > And it worked fine :) > I made a patch for it ~

Re: [E-devel] E SVN: discomfitor IN trunk/edje: . src src/bin src/bin/epp

2011-02-27 Thread The Rasterman
On Mon, 21 Feb 2011 18:43:03 +0100 "Kim Woelders" said: > On Mon, 21 Feb 2011 09:21:23 +0100, Mike Blumenkrantz > wrote: > > > On Mon, 21 Feb 2011 00:04:45 -0800 > > "Enlightenment SVN" wrote: > > > >> Log: > >> edje now uses (and installs if not previously found) epp as its default > >> C

Re: [E-devel] [PATCH] ecore_imf_context_canvas_get, ecore_imf_context_window_get

2011-02-27 Thread The Rasterman
On Tue, 22 Feb 2011 23:39:28 +0900 Jihoon Kim said: yes - that's true. looks like someone put it in already :) > Thank you, raster. > Version information (@since 1.1.0) should be inserted, is it right? > Attached patch file includes it. > > On Mon, Feb 21, 2011 at 3:22 PM, Carsten Haitzler wrot

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

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

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-27 Thread The Rasterman
On Mon, 21 Feb 2011 18:05:33 +0900 sangho park said: sorry - my mails are often a stream of consciousness thing - whatever is going through my head at the time comes out. oh and forgot.. in svn! thanks! > always thanks for your good comments, but.. > for me... it takes too much time to decipher

Re: [E-devel] [Patch] elm_map_user_agent_set and get

2011-02-27 Thread The Rasterman
On Mon, 21 Feb 2011 18:05:33 +0900 sangho park said: sorry - my mails are often a stream of consciousness thing - whatever is going through my head at the time comes out. > always thanks for your good comments, but.. > for me... it takes too much time to decipher your mail. :):):) > > 1. moved

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

2011-02-27 Thread The Rasterman
On Fri, 25 Feb 2011 20:49:49 +0100 Nicolas Aguirre said: > 2011/2/25 Jeff Hoogland : > > Updated sources again - the launcher now goes behind the illume bars > > at the top and bottom of the screen, is this by design or a bit of a > > regression? > > > > ~Jeff Hoogland > > > > On Thu, Feb 24, 201

Re: [E-devel] Fwd: raw image format

2011-02-27 Thread The Rasterman
On Mon, 21 Feb 2011 10:42:21 +0100 michael bouchaud said: now i see your detection stuff... we have some problems. 1. libraw-list as shipped is a c++ lib - not c. your detection code assumes a c library withs symbols that don't exist int he c++ lib (no c interface so the loader would have to bec

Re: [E-devel] Crazy ... E17 About dialog

2011-02-27 Thread The Rasterman
On Fri, 25 Feb 2011 17:57:26 +0100 Marc Koschewski said: > * Tom Hacohen [2011-02-25 12:11:43 +0200]: > > > On Fri, Feb 25, 2011 at 12:04 PM, Vincent Torri wrote: > > > > > I do not agree. AUTHORS is a way to know who really touched a program. > > > that could be necessary to have the name of

Re: [E-devel] Crazy ... E17 About dialog

2011-02-27 Thread The Rasterman
On Fri, 25 Feb 2011 20:57:52 +0200 Tom Hacohen said: > Lol, thanks. I think I didn't do nearly as much as other guys who aren't > there as well. > > Anyhow, I like the idea of the EFL about. :P that's a totally different topic and frankly not something that should be solved by e. as i mentioned