Re: [E-devel] Source tree - tidyup for 1.0 ?

2010-12-20 Thread Kim Lester
Dear Tom et al. Ok, sounds good. Let me know if I can help when it's time. A side question - I had thought from my use of SVN (admittedly 3-4 years ago when I deployed it at a commercial site and built some nice branch/merge/bug-ticket wrappers for it) that it was good at moving files (one of

Re: [E-devel] Source tree - tidyup for 1.0 ?

2010-12-20 Thread Tom Hacohen
Dear Kim, On Mon, 2010-12-20 at 18:59 +1100, Kim Lester wrote: > Ok, sounds good. Let me know if I can help when it's time. > Please re-post it after the release :) There's no way I will ever remember, although I think it's a good idea and I really want to see it done. > A side question - I had

Re: [E-devel] #666: e17 svn language module: change language problems

2010-12-20 Thread Vincent Torri
Damn, as the evil guy, it's me who should have opened this ticket :) Vincent On Sun, 19 Dec 2010, E-Trac wrote: #666: e17 svn language module: change language problems +--- Reporter: Franz Rogar | Owner:

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 09:46:24 +0900 Hyoyoung Chang said: and now for the slide patch... 1. slide_duration should be a double - not an int. in efl we do time in floats so we can do fractions of a second nicely as well as multi-second etc. durations. this also means the edc and edje message bits ha

[E-devel] [PATCH] patch for elm_button.

2010-12-20 Thread WooHyun Jung
Hello. I'm WooHyun Jung. Rajeev Ranjan(in India) made a patch for elm_button. Reasons for this patch are as follows. 1. Clicked signal is emitted from button when mouse release region coincides with button region and there has not been any drag outside the region during pressed state. (theme

Re: [E-devel] how to do ecore_con_url POSTs?

2010-12-20 Thread Rui Miguel Silva Seabra
Em 20-12-2010 01:13, Raphael Kubo da Costa escreveu: > At Sat, 18 Dec 2010 00:24:12 +, > Rui Miguel Silva Seabra wrote: >> >> Em 17-12-2010 15:51, Raphael Kubo da Costa escreveu: >>> Yes, I think so. My concern now is how you're going to decide whether to >>> send >>> a GET or a POST depending

Re: [E-devel] Using bold fonts in Edje

2010-12-20 Thread Olivier Duclos
Thanks a lot for your answers. I made a bold version of my font in Fontforge. It was surprisingly easy :) The fact that Evas connot generate bold or italic on the fly should be documented somewhere (at least in the edc reference?). I wouldn't mind doing it but i don't know how. --OD On Mon, 201

[E-devel] [PATCH] Deleting the same fdh twice is an error

2010-12-20 Thread Mike McCormack
>From 1ffcead31d05bd60918b7a9f3888215cbd1e5d2e Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 20 Dec 2010 17:47:19 +0900 Subject: [PATCH] Deleting the same fdh twice is an error --- trunk/ecore/src/lib/ecore/ecore_main.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-)

Re: [E-devel] Using bold fonts in Edje

2010-12-20 Thread Tom Hacohen
On Mon, 2010-12-20 at 11:11 +0100, Olivier Duclos wrote: > Thanks a lot for your answers. I made a bold version of my font in > Fontforge. It was surprisingly easy :) Yep, Fontforge is nice, that's where I usually send people, but since I'm no typographer, I can't give my stamp of quality. > > The

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Hyoyoung Chang
First of all, I appreciate for your detail answers. Do you suggest to move ellipsis feature from elm to edje textblock? So except that, I'm going to make clean up patch for elm_label. Thanks a lot. > -Original Message- > From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.c

Re: [E-devel] elm_cnp_helper patch(check string length)

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 15:37:32 +0900 Hyoyoung Chang said: ok. i've put this in svn - though looking here.. the code in general needs some real overview. the png handler is used already for jpg and png - and now bmp too... why was it not just named a generic img handler... and then the extension che

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
On Mon, 20 Dec 2010 19:35:09 +0900 Hyoyoung Chang said: > First of all, I appreciate for your detail answers. that's what code review is all about. :) patch submission is not just a "please just apply this" it's definitely a review process, so it can often mean rejecting of patches. right now i'

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
On Mon, 2010-12-20 at 20:16 +0900, Carsten Haitzler wrote: > > Do you suggest to move ellipsis feature from elm to edje textblock? > > absolutely - yes!. edje text, not textblock, textblock doesn't support ellipsis, so please make sure you use type: TEXT. :)

Re: [E-devel] E SVN: rfonseca trunk/SCRIPTS

2010-12-20 Thread Rafael Fonseca
> Also: are you going to support this script? This kind of stuff will be > outdated in a short time... > > I'm telling this because I tryed to do the same (with reasy) and I > fault. I marked my script as deprecatd on my site last week, because > keeping it 'on-sync' is a too-heavy task (change in

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread The Rasterman
On Mon, 20 Dec 2010 13:20:47 +0200 Tom Hacohen said: > On Mon, 2010-12-20 at 20:16 +0900, Carsten Haitzler wrote: > > > Do you suggest to move ellipsis feature from elm to edje textblock? > > > > absolutely - yes!. > > edje text, not textblock, textblock doesn't support ellipsis, so please > ma

Re: [E-devel] how to do ecore_con_url POSTs?

2010-12-20 Thread Raphael Kubo da Costa
At Mon, 20 Dec 2010 09:45:07 +, Rui Miguel Silva Seabra wrote: > > Em 20-12-2010 01:13, Raphael Kubo da Costa escreveu: > > At Sat, 18 Dec 2010 00:24:12 +, > > Rui Miguel Silva Seabra wrote: > >> > >> Em 17-12-2010 15:51, Raphael Kubo da Costa escreveu: > >>> Yes, I think so. My concern no

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/gadman

2010-12-20 Thread Sebastian Dransfeld
On 12/19/2010 11:06 PM, Mike Blumenkrantz wrote: > On Sun, 19 Dec 2010 13:36:28 -0800 > "Enlightenment SVN" wrote: > >> Log: >> fixes a segv when trying to add systray gadget to desktop; someone who knows >> gadman module please review! >> >> Author: discomfitor >> Date: 2010-12-19 1

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/gadman

2010-12-20 Thread Mike Blumenkrantz
On Mon, 20 Dec 2010 13:01:48 +0100 Sebastian Dransfeld wrote: > On 12/19/2010 11:06 PM, Mike Blumenkrantz wrote: > > On Sun, 19 Dec 2010 13:36:28 -0800 > > "Enlightenment SVN" wrote: > > > >> Log: > >> fixes a segv when trying to add systray gadget to desktop; someone who > >> knows gadman modul

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
On Mon, 2010-12-20 at 20:32 +0900, Carsten Haitzler wrote: > > but the aim here is to > add it to textblock... I generally give myself very good advice, but I very seldom followed it. I knew I shouldn't stick my nose where it doesn't belong :) -- Tom. -

Re: [E-devel] Order saving

2010-12-20 Thread Sebastian Dransfeld
On 12/20/2010 05:42 AM, Christopher Michael wrote: > SEB, > > W/ this commit, > http://trac.enlightenment.org/e/changeset/54232/trunk/e/src/modules/conf_applications, > you broke Order File Saving.. > > I'll fix if you don't have time ... ? > > dh > Fixed. S.

Re: [E-devel] Proposed new EFL Manual (and some wiki updates)

2010-12-20 Thread Thomas Gstädtner
On Fri, Dec 17, 2010 at 22:13, Lionel Orry wrote: > Kim Lester dfusion.com.au> writes: > >> >> All, >> >> A few notes and two requests (marked *** ) >> >> [...] >> Incidentally I wrote this in OO simply because writing either doxygen or xml >> is not a good way to evolve a >> large complex docume

Re: [E-devel] Proposed new EFL Manual (and some wiki updates)

2010-12-20 Thread Lionel Orry
On Mon, Dec 20, 2010 at 2:16 PM, Thomas Gstädtner wrote: > On Fri, Dec 17, 2010 at 22:13, Lionel Orry wrote: >> Kim Lester dfusion.com.au> writes: >> >>> >>> All, >>> >>> A few notes and two requests (marked *** ) >>> >>> [...] >>> Incidentally I wrote this in OO simply because writing either do

Re: [E-devel] [PATCH] Patch for password (showing the last character of password)

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 16:53:37 +0900 WooHyun Jung said: > Hello ~ all. > > Shilpa Onkar Singh (in India) made a patch for the password. > > After adapting enveloped patches, please export > ELM_PASSWORD_SHOW_LAST_CHARACTER=1. > > Then the last charcter of password will be shown. (You can check

Re: [E-devel] [PATCH] elm box: extended mode added

2010-12-20 Thread Gustavo Sverzut Barbieri
On Mon, Dec 20, 2010 at 2:28 AM, Daniel Juyung Seo wrote: > Hello, > > For these two APIs, > 'elm_box_pack_start / evas_object_box_prepend', 'elm_box_pack_end / > evas_object_box_append', > it looks like evas_object_box APIs are more general compared to other > elementary API names. > Why elm_box

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Daniel Juyung Seo
Yes. Once this is done, we don't need to use elm_label just for the textblock ellipsis. Looking forward to see this feature soon. Performance would be the key issue though. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Dec 20, 2010 at 8:32 PM, Carsten Haitzler wrote: > On Mon, 20 Dec 2010 13:20:47 +

Re: [E-devel] elm_label patch(ellipsis, sliding)

2010-12-20 Thread Tom Hacohen
It's not really hard, just annoying. :) Regarding the feature: well, I don't see myself getting to it any time soon. On Mon, 2010-12-20 at 23:56 +0900, Daniel Juyung Seo wrote: > Yes. > Once this is done, we don't need to use elm_label just for the > textblock ellipsis. > Looking forward to see th

Re: [E-devel] E SVN: raster trunk/TMP/st/elementary/src/lib

2010-12-20 Thread Daniel Juyung Seo
Good! Finally we have elm_util.c! > +char               *_elm_util_mkup_to_text(const char *mkup); > +char               *_elm_util_text_to_mkup(const char *text); How about opening above two functions to EAPI? Applications still need to use elm_entry_markup_to_utf8(const char *s) instead of _elm

Re: [E-devel] Order saving

2010-12-20 Thread Christopher Michael
On 12/20/2010 07:49 AM, Sebastian Dransfeld wrote: > On 12/20/2010 05:42 AM, Christopher Michael wrote: >> SEB, >> >> W/ this commit, >> http://trac.enlightenment.org/e/changeset/54232/trunk/e/src/modules/conf_applications, >> you broke Order File Saving.. >> >> I'll fix if you don't have time ...

[E-devel] [Patch] Eina_Bool fix for elm_genlist

2010-12-20 Thread Daniel Juyung Seo
Hello, here is a patch for elm_genlist. Fixing Eina_Bool in elm_genlist. 0 -> EINA_FALSE 1 -> EINA_TRUE And fixed return value of _item_block_recalc from int to Eina_Bool. Anybody can review this and apply it to upstream? Thanks. Daniel Juyung Seo (SeoZ)

Re: [E-devel] [Patch] Eina_Bool fix for elm_genlist

2010-12-20 Thread Daniel Juyung Seo
Oops! I missed the attachment! On Tue, Dec 21, 2010 at 1:42 AM, Daniel Juyung Seo wrote: > Hello, > here is a patch for elm_genlist. > > Fixing Eina_Bool in elm_genlist. > 0 -> EINA_FALSE > 1 -> EINA_TRUE > And fixed return value of _item_block_recalc from int to Eina_Bool. > > Anybody can review

Re: [E-devel] [Patch] Eina_Bool fix for elm_genlist

2010-12-20 Thread Mike Blumenkrantz
On Tue, 21 Dec 2010 01:44:28 +0900 Daniel Juyung Seo wrote: > Oops! I missed the attachment! > > On Tue, Dec 21, 2010 at 1:42 AM, Daniel Juyung Seo > wrote: > > Hello, > > here is a patch for elm_genlist. > > > > Fixing Eina_Bool in elm_genlist. > > 0 -> EINA_FALSE > > 1 -> EINA_TRUE > > And fi

Re: [E-devel] [PATCH] Deleting the same fdh twice is an error

2010-12-20 Thread Mike Blumenkrantz
On Mon, 20 Dec 2010 19:32:23 +0900 Mike McCormack wrote: > >From 1ffcead31d05bd60918b7a9f3888215cbd1e5d2e Mon Sep 17 00:00:00 2001 > From: Mike McCormack > Date: Mon, 20 Dec 2010 17:47:19 +0900 > Subject: [PATCH] Deleting the same fdh twice is an error > > --- > trunk/ecore/src/lib/ecore/ecore

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Mike Blumenkrantz
On Sun, 19 Dec 2010 15:19:31 -0800 Michael Jennings wrote: > On Sunday, 19 December 2010, at 23:47:43 (+0100), > Joerg Sonnenberger wrote: > > > > The spec files use: > > > > > > svnversion | sed 's/[^0-9].*$//' || echo > > > > > > which is portable. > > > > One important differences is

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread The Rasterman
On Mon, 20 Dec 2010 16:30:33 -0500 Mike Blumenkrantz said: > On Sun, 19 Dec 2010 15:19:31 -0800 > Michael Jennings wrote: > > > On Sunday, 19 December 2010, at 23:47:43 (+0100), > > Joerg Sonnenberger wrote: > > > > > > The spec files use: > > > > > > > > svnversion | sed 's/[^0-9].*$//' || e

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Michael Jennings
On Tuesday, 21 December 2010, at 08:37:01 (+0900), Carsten Haitzler wrote: > i'd say no - why change what works just to make the shell script shorter by a > bit? michael already made a point - you will get the M. by changing this you: > > 1. risk breaking things where grep isn't a full gnu grep >

Re: [E-devel] E SVN: raster trunk/TMP/st/elementary/src/lib

2010-12-20 Thread Jihoon Kim
I think this function should be located in evas layer. There are lots of API related to markup in evas_object_textblock, but there is no way to convert markup to utf8 in evas layer. Raster and Tom, what is your opinion? -Original Message- From: Daniel Juyung Seo [mailto:seojuyu...@gmail.co

Re: [E-devel] [PATCH] elm box: extended mode added

2010-12-20 Thread Daniel Juyung Seo
Raster, can you review this? Barbieri doesn't look like having enough time to check this patch. Thanks. Daniel Juyung Seo (SeoZ) On Mon, Dec 20, 2010 at 12:24 PM, Myungjae Lee wrote: > Hi, Gustavo. Thank you for your opinion. > > First, I'd like to ask one thing. Why does elm_box use its own lay

Re: [E-devel] e segv

2010-12-20 Thread Sebastian Dransfeld
On 11/19/2010 03:45 AM, Mike Blumenkrantz wrote: > Found a way to break e: load and unload any module which is currently > displaying a module repeatedly. Boom. > > I don't know the code and don't have time to figure it out, so here's a > backtrace for someone who does: > > #0 0xb58af3dd in gadma

Re: [E-devel] [PATCH] elm box: extended mode added

2010-12-20 Thread The Rasterman
On Tue, 21 Dec 2010 10:13:00 +0900 Daniel Juyung Seo said: i'm working through patches :) it's on my list as are several others on this list :) > Raster, can you review this? > Barbieri doesn't look like having enough time to check this patch. > > Thanks. > Daniel Juyung Seo (SeoZ) > > On Mon,

Re: [E-devel] configure.ac change proposal

2010-12-20 Thread Mike Blumenkrantz
On Mon, 20 Dec 2010 15:52:52 -0800 Michael Jennings wrote: > On Tuesday, 21 December 2010, at 08:37:01 (+0900), > Carsten Haitzler wrote: > > > i'd say no - why change what works just to make the shell script shorter by > > a bit? michael already made a point - you will get the M. by changing th

[E-devel] [PATCH] ecore/src/lib/ecore_fb/ecore_fb_kbd.c - Zero is a valid fd

2010-12-20 Thread Mike McCormack
>From 91f35f479bec1d2a71630cf2dc5754bedcaeac34 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 15 Dec 2010 12:25:14 +0900 Subject: [PATCH 1/2] Zero is a valid fd --- trunk/ecore/src/lib/ecore_fb/ecore_fb_kbd.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t

[E-devel] problems with keyboard for my shoot'm up

2010-12-20 Thread Vincent Torri
Hey, While writing my shoot'm up, I faced 2 problems with the keyboard: 1) when I want to move the ship, i press an arrow key and let it pressed. There is some delay before the key is repeated. Is it possible to set this delay with ecore_x or ecore_evas ? 2) When I want to move and shoot at t

Re: [E-devel] [PATCH] elm box: extended mode added

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 16:55:14 +0900 Myungjae Lee said: ok. review time: 1. Elmentary.h.in.patch.txt contains patches for scroller propagate events api changes too! bad1 check your patches to make sure they include only what you want to include :) 2. testing. when u resize the window with the test

Re: [E-devel] [Patch] embryo documentation fix

2010-12-20 Thread The Rasterman
On Thu, 16 Dec 2010 23:45:17 +0900 Daniel Juyung Seo said: tnx muchly! in svn! > I made a patch for embryo documentation. > > The name of Small programming language was renamed to Pawn. > http://www.compuphase.com/small.htm > I modified embryo documentation according to that change. -- -