Re: [E-devel] [patch] elm_cnp_helper - adding paragraph separator() handling

2011-08-04 Thread Hyoyoung Chang
I found what we've been missing. "" is 4 bytes. And PS char is 3byte(in utf-8). So we don't need to allocate maximum buffer size. Isn't it? If it's correct, plz review it. Thanks > -Original Message- > From: Mike Blumenkrantz [mailto:m...@zentific.com] > Sent: Friday, August 05, 2011 11:

Re: [E-devel] Issues with elm map

2011-08-04 Thread Daniel Juyung Seo
haha they're confusing :) Daniel Juyung Seo (Seoz) On Fri, Aug 5, 2011 at 12:31 PM, Lucas De Marchi wrote: > On Thu, Aug 4, 2011 at 7:40 PM, Bruno Dilly wrote: >> Hey guys, >> >> trying to make automatic screenshots with elm engine shot for our >> docs, I had some problems, because function _pa

Re: [E-devel] E SVN: hermet trunk/devs/hermet

2011-08-04 Thread Daniel Juyung Seo
Thanks for the image. I set it as my background for e17. Daniel Juyung Seo (SeoZ) On Fri, Aug 5, 2011 at 12:43 PM, Enlightenment SVN wrote: > Log: > devs/hermet - updated TODO and added private images. > > > > Author:       hermet > Date:         2011-08-04 20:43:13 -0700 (Thu, 04 Aug 2011) > Ne

Re: [E-devel] Issues with elm map

2011-08-04 Thread Lucas De Marchi
On Thu, Aug 4, 2011 at 7:40 PM, Bruno Dilly wrote: > Hey guys, > > trying to make automatic screenshots with elm engine shot for our > docs, I had some problems, because function _pan_calculate wasn't > called until the shot delay. I read your email 3 times and was thinking: what's the matter wit

Re: [E-devel] HEADER SIZE POLL

2011-08-04 Thread Lucas De Marchi
On Thu, Jul 28, 2011 at 3:17 PM, Iván Briano (Sachiel) wrote: > Since this subject is annoying, I will also be annoying by top-posting. > > I like my docs in the .c files, and keep in the .h whatever is needed to > be there only. If needed, doxygen even supports having docs in some > other random

Re: [E-devel] espionnage fix for libface(>=0.2)/current svn

2011-08-04 Thread Mike Blumenkrantz
On Fri, 5 Aug 2011 03:55:00 +0200 Leif Middelschulte wrote: > 2011/8/5 Mike Blumenkrantz : > > On Fri, 5 Aug 2011 03:06:41 +0200 > > Leif Middelschulte wrote: > > > >> Hello all, especially Cedric ;-) > >> > >> Find attached a patch for espionnage, that makes it work with the > >> development ve

Re: [E-devel] [patch] elm_cnp_helper - adding paragraph separator() handling

2011-08-04 Thread Mike Blumenkrantz
On Fri, 05 Aug 2011 11:03:55 +0900 Hyoyoung Chang wrote: > I missed account char len. > Improved patch is attached. > > Thank you. > > > -Original Message- > > From: Mike Blumenkrantz [mailto:m...@zentific.com] > > Sent: Friday, August 05, 2011 10:26 AM > > To: Enlightenment developer

Re: [E-devel] [patch] elm_cnp_helper - adding paragraph separator() handling

2011-08-04 Thread Hyoyoung Chang
I missed account char len. Improved patch is attached. Thank you. > -Original Message- > From: Mike Blumenkrantz [mailto:m...@zentific.com] > Sent: Friday, August 05, 2011 10:26 AM > To: Enlightenment developer list > Cc: hyoyoung.ch...@samsung.com > Subject: Re: [E-devel] [patch] elm_cn

Re: [E-devel] espionnage fix for libface(>=0.2)/current svn

2011-08-04 Thread Leif Middelschulte
2011/8/5 Mike Blumenkrantz : > On Fri, 5 Aug 2011 03:06:41 +0200 > Leif Middelschulte wrote: > >> Hello all, especially Cedric ;-) >> >> Find attached a patch for espionnage, that makes it work with the >> development version >0.2 of libface. >> > in Wouw, slowdown cowboy ;-) Thanks for trusting m

Re: [E-devel] espionnage fix for libface(>=0.2)/current svn

2011-08-04 Thread Mike Blumenkrantz
On Fri, 5 Aug 2011 03:06:41 +0200 Leif Middelschulte wrote: > Hello all, especially Cedric ;-) > > Find attached a patch for espionnage, that makes it work with the > development version >0.2 of libface. > in -- Mike Blumenkrantz Zentific: Coding in binary since '10.

Re: [E-devel] [patch] elm_cnp_helper - adding paragraph separator() handling

2011-08-04 Thread Mike Blumenkrantz
On Fri, 05 Aug 2011 10:11:39 +0900 Hyoyoung Chang wrote: > Dear developers. > > > > This patch is about elm_cnp_helper. > > When using elm_entry, sometimes newline isn't copied. > > That's because tag. It's represent of 'paragraph separator'. > > (Other case is using . It works well) > >

[E-devel] [patch] elm_cnp_helper - adding paragraph separator() handling

2011-08-04 Thread Hyoyoung Chang
Dear developers. This patch is about elm_cnp_helper. When using elm_entry, sometimes newline isn't copied. That's because tag. It's represent of 'paragraph separator'. (Other case is using . It works well) I just adding handling for separated paragraph. After url entry bug (isn't copi

[E-devel] espionnage fix for libface(>=0.2)/current svn

2011-08-04 Thread Leif Middelschulte
Hello all, especially Cedric ;-) Find attached a patch for espionnage, that makes it work with the development version >0.2 of libface. -- Leif From 1f84d4a5dc416f7b22f7ea93beace07fac5f Mon Sep 17 00:00:00 2001 From: Leif Middelschulte Date: Fri, 5 Aug 2011 03:02:21 +0200 Subject: [PATCH] F

Re: [E-devel] [patch] elm_cnp_helper - adding handling

2011-08-04 Thread Hyoyoung Chang
Oops, it's my bad. I'll send again. Thank you > -Original Message- > From: Daniel Juyung Seo [mailto:seojuyu...@gmail.com] > Sent: Thursday, August 04, 2011 9:41 PM > To: Enlightenment developer list > Subject: Re: [E-devel] [patch] elm_cnp_helper - adding handling > > spank spank ihyoyo

Re: [E-devel] HEADER SIZE POLL

2011-08-04 Thread Sanjeev BA
My vote is for #1. I like the idea of having a single point of reference. On 08/05/2011 07:30 AM, Mike Blumenkrantz wrote: > On Thu, 28 Jul 2011 12:42:32 -0400 > Mike Blumenkrantz wrote: > >> This is a community project, so we can do stuff like having polls and taking >> votes right? Okay then, s

Re: [E-devel] HEADER SIZE POLL

2011-08-04 Thread Daniel Juyung Seo
Thanks stu! I raised header separation issues a couple of times but there was no progress. This time I hope we will get some good result. Anyhow, I vote for #2 and #3-vtorri's. Elementary.h is already so huge, so any solution will be still annoying. I just choose LESS ANNOYING solution. Thanks.

Re: [E-devel] Adobe's Edge

2011-08-04 Thread David Seikel
On Thu, 4 Aug 2011 14:06:06 +0200 (CEST) Vincent Torri wrote: > i guess most of you know this news: > > http://labs.adobe.com/technologies/edge/ > > their choice of the name is funny :) Or might lead to litigation. I wonder why they don't have a demo right there on the page? If it's all sing

Re: [E-devel] E SVN: bdilly trunk/elementary/doc/img

2011-08-04 Thread Mike Blumenkrantz
On Thu, 4 Aug 2011 15:34:51 -0700 "Enlightenment SVN" wrote: > Log: > Elementary: Improve some documentation images > Changes made by Marina Proni. > > > > Author: bdilly > Date: 2011-08-04 15:34:51 -0700 (Thu, 04 Aug 2011) > New Revision: 62114 > Trac: http://trac

[E-devel] Issues with elm map

2011-08-04 Thread Bruno Dilly
Hey guys, trying to make automatic screenshots with elm engine shot for our docs, I had some problems, because function _pan_calculate wasn't called until the shot delay. So it starts to download the map and take the SS. I've made a hack with evas_smart_objects_calculate but it's not nice. Also,

Re: [E-devel] HEADER SIZE POLL

2011-08-04 Thread Mike Blumenkrantz
On Thu, 28 Jul 2011 12:42:32 -0400 Mike Blumenkrantz wrote: > This is a community project, so we can do stuff like having polls and taking > votes right? Okay then, since there's been some disagreement with strong > opinions on either side we're voting on a super important issue - header size. >

[E-devel] Durfos Terminator invited you to Dropbox

2011-08-04 Thread Dropbox
Durfos Terminator wants you to try Dropbox! Dropbox lets you bring all your photos, docs and videos with you anywhere and share them easily. Get started here: http://www.dropbox.com/link/20.aKjVeiMtfd/NjExMzMwODQ4NTc?src=referrals_bulk9 - The Dropbox Team __

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread ChunEon Park
in svn. thank you. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Hyoyoung Chang" To: "'Enlightenment developer list'" Cc: Sent: 11-08-04(목)

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread Sachiel
2011/8/4 ChunEon Park : > But actually, we are using static strings. > It looks no need to free them explicitly on shutdown. The type register is stringsharing them, last I checked. > > Let's run together for the best moment! >  -Regards, Hermet- > > -Origi

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread ChunEon Park
But actually, we are using static strings. It looks no need to free them explicitly on shutdown. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Iván Briano (Sachiel)" To: "Enlightenment devel

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread ChunEon Park
There is a case when an EFL application load an extra library(DSO) which create the their own elementary widgets, If the application unloads the library while it is running then those widgets in lib should be unregistered. Let's run together for the best mome

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread Sachiel
2011/8/4 ChunEon Park : > I mean, it looks elm does not use the widtype list currently. The list is there to properly free all strings on shutdown, IIRC. I really don't see any valid reason why someone would one to unregister a type midway through the program. > -

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-04 Thread The Rasterman
On Thu, 4 Aug 2011 11:49:59 +0200 (CEST) Vincent Torri said: > so, as discomfitor said, last year you removed some piece of code saying > that it was too untested and the release being too close. There is the > same case here, and you don't remove it... the other code was enabled. this one is

Re: [E-devel] [patch] elm_genlist - bugfix evas_object_del at selected callback

2011-08-04 Thread Daniel Juyung Seo
This looks bettet than previous patch. How do you think raster? Daniel Juyung Seo (SeoZ) On Aug 4, 2011 7:10 PM, "Hyoyoung Chang" wrote: > Yeah, you're right. > Could review improve version of previous patch? > I attached it. > >> -Original Message- >> From: Carsten Haitzler (The Rasterma

Re: [E-devel] [patch] elm_cnp_helper - adding handling

2011-08-04 Thread Daniel Juyung Seo
spank spank ihyoyoung! Daniel Juyung Seo (SeoZ) On Aug 4, 2011 8:35 PM, "Tom Hacohen" wrote: > On 04/08/11 13:20, Hyoyoung Chang wrote: >> Dear developers. >> >> This patch is about elm_cnp_helper. >> When using elm_entry, sometimes newline isn't copied. >> That's because tag. It's represent 'par

[E-devel] Adobe's Edge

2011-08-04 Thread Vincent Torri
hey i guess most of you know this news: http://labs.adobe.com/technologies/edge/ their choice of the name is funny :) Vincent -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mob

Re: [E-devel] [Patch] for Build on Windows XP

2011-08-04 Thread Vincent Torri
On Thu, 4 Aug 2011, Vincent Torri wrote: >> 2. evas_font_dirr.diff >> strndup is GNU extension, anyhow, I'm not sure the 'tmp' is necessary stuff. >> If it is.. strndup() should be modified by using eina_unicode_strndup() > > i don't know if it is a windows specific problem. tmp is needed, I th

Re: [E-devel] [patch] elm_cnp_helper - adding handling

2011-08-04 Thread Tom Hacohen
On 04/08/11 13:20, Hyoyoung Chang wrote: > Dear developers. > > This patch is about elm_cnp_helper. > When using elm_entry, sometimes newline isn't copied. > That's because tag. It's represent 'paragraph separator'. > I just adding handling. > > After url entry bug (isn't copied in some browsers.

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread ChunEon Park
I mean, it looks elm does not use the widtype list currently. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment develo" C

Re: [E-devel] [Patch] for Build on Windows XP

2011-08-04 Thread Vincent Torri
Hey, On Thu, 4 Aug 2011, cnook wrote: > Hello, > > 1. evas_module.diff > Attached patch evas_module.diff had been removed with comment > "Unnecessary..." > Would you please let me know, if there is any thing for building on evil > Windows without this. i have fixed Evil so that this patch is no

[E-devel] [patch] elm_cnp_helper - adding handling

2011-08-04 Thread Hyoyoung Chang
Dear developers. This patch is about elm_cnp_helper. When using elm_entry, sometimes newline isn't copied. That's because tag. It's represent 'paragraph separator'. I just adding handling. After url entry bug (isn't copied in some browsers.), I'll clean up internal char handling. Thank you. In

Re: [E-devel] [patch] elm_widget - elm_widget_type_unregister

2011-08-04 Thread ChunEon Park
looks good for the API. But before that, I'm just wonder, why do user need to register widtype? for what? Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Hyoyoung Chang" To: "'Enlight

Re: [E-devel] [patch] elm_genlist - bugfix evas_object_del at selected callback

2011-08-04 Thread Hyoyoung Chang
Yeah, you're right. Could review improve version of previous patch? I attached it. > -Original Message- > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] > Sent: Thursday, August 04, 2011 3:10 PM > To: Hyoyoung Chang > Cc: 'Enlightenment developer list' > Subject: Re:

[E-devel] [Patch] for Build on Windows XP

2011-08-04 Thread cnook
Hello, 1. evas_module.diff Attached patch evas_module.diff had been removed with comment "Unnecessary..." Would you please let me know, if there is any thing for building on evil Windows without this. 2. evas_font_dirr.diff strndup is GNU extension, anyhow, I'm not sure the 'tmp' is necessary stu

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-04 Thread Vincent Torri
On Thu, 4 Aug 2011, Carsten Haitzler (The Rasterman) wrote: > On Thu, 4 Aug 2011 09:18:30 +0200 (CEST) Vincent Torri > said: > >> >> >> On Fri, 29 Jul 2011, Vincent Torri wrote: >> > On Fri, 29 Jul 2011 06:57:33 +0200 (CEST) Vincent Torri > > said: > >>> Secondly, this

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-04 Thread The Rasterman
On Thu, 4 Aug 2011 09:18:30 +0200 (CEST) Vincent Torri said: > > > On Fri, 29 Jul 2011, Vincent Torri wrote: > > >> > >>> On Fri, 29 Jul 2011 06:57:33 +0200 (CEST) Vincent Torri > >>> > >>> said: > >>> > > Secondly, this code is disabled, so it shouldn't affect anything right > >

[E-devel] [patch] elm_genlist - item unrealize patch

2011-08-04 Thread IlKook Yun
Dear developers. I have found problems during scrolling the genlist. Block in which it belongs when the item unrealize if its dragging option is checked, the item does not have an unrealize. Of course, the option to check at the "mouse up" to the item that unrealized it. But, "mouse up" event w

Re: [E-devel] [PATCH] ecore: Add basic thread safety

2011-08-04 Thread Vincent Torri
On Fri, 29 Jul 2011, Vincent Torri wrote: >> >>> On Fri, 29 Jul 2011 06:57:33 +0200 (CEST) Vincent Torri >>> >>> said: >>> > Secondly, this code is disabled, so it shouldn't affect anything right > now. > As I understand, it's normal in EFL development to add code that is >