Re: [E-devel] [patch] evas text block - bugfix in "_evas_textblock_node_format_remove_matching" func

2012-01-02 Thread Hyoyoung Chang
Sorry. previous version is incomplete. It's a more reliable patch. On Tue, Jan 3, 2012 at 3:21 PM, Hyoyoung Chang wrote: > Dear all, > > sometimes removing tag string in elm_entry, segfault is ocurring. > it seems to fail at getting format txt. but i'm not sure about it. > if this patch's correct

[E-devel] Edje Lua changes needed for Lua 5.2 (the current release as of last month)

2012-01-02 Thread David Seikel
Just quickly looking through the documentation, this is stuff we might have to deal with for Lua 5.2 - "Weak tables with weak keys now perform like ephemeron tables." We use a weak table, but not with a weak key. Still, may need to keep an eye on this. "Function luaL_register is deprecated. Use

[E-devel] [patch] evas text block - bugfix in "_evas_textblock_node_format_remove_matching" func

2012-01-02 Thread Hyoyoung Chang
Dear all, sometimes removing tag string in elm_entry, segfault is ocurring. it seems to fail at getting format txt. but i'm not sure about it. if this patch's correct, plz commit it. thanks. --- reproduce step --- 1. run elementary_test 2. entries -> entry 3. move the cursor to last char. 4. pre

Re: [E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs

2012-01-02 Thread Michael Blumenkrantz
On Tue, 3 Jan 2012 13:41:09 +0900 Hyoyoung Chang wrote: > Dear all. > > Currently, dragging is only supported in elm_photo. > Normally it works well but in overlapped region, elm_photo makes > multiple drag events. > However multiple objs dragging isn't supported by elm_cnp_helper(also > in xdnd

[E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs

2012-01-02 Thread Hyoyoung Chang
Dear all. Currently, dragging is only supported in elm_photo. Normally it works well but in overlapped region, elm_photo makes multiple drag events. However multiple objs dragging isn't supported by elm_cnp_helper(also in xdnd specs) It better to block multiple dragging events. Also I fixed dragd

Re: [E-devel] [Patch][ecore_con] Fix return value checking

2012-01-02 Thread Michael Blumenkrantz
On Tue, 3 Jan 2012 10:01:17 +0900 Bluezery wrote: > Hi, > > There is invalid return value checking of curl_multi_perform() in > ecore_con_url. Because CURLM_CALL_MULTI_PERFORM is also not CURLM_OK, > CURLM_CALL_MULTI_PERFORM checking should precede CURLM_OK checking. > It's simple fix. Please

[E-devel] [Patch][ecore_con] Fix return value checking

2012-01-02 Thread Bluezery
Hi, There is invalid return value checking of curl_multi_perform() in ecore_con_url. Because CURLM_CALL_MULTI_PERFORM is also not CURLM_OK, CURLM_CALL_MULTI_PERFORM checking should precede CURLM_OK checking. It's simple fix. Please review this -- BRs, Kim. Index: src/lib/ecore_con/ecore_con_ur

Re: [E-devel] trunk cleaning

2012-01-02 Thread Tom Hacohen
On 02/01/12 20:39, Michael Blumenkrantz wrote: > If anyone has looked around in trunk/ lately, there's a bunch of stuff that's > unmaintained/broken. Additionally, it's pretty disorganized. It would be great > if we had some better structure there like APPS/LIBS/etc. We already discussed it in IRC

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Tom Hacohen
On 02/01/12 21:50, Andreas Volz wrote: > Am Sun, 1 Jan 2012 15:36:42 +0100 schrieb Andreas Volz: > > Now I got it working. For all lazy people here is a screenshot: > > http://imagebin.org/191425 > > Nice work for a first EFL editor I see. Please keep up with it > as small editor. Maybe split ed

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Andreas Volz
Am Sun, 1 Jan 2012 15:36:42 +0100 schrieb Andreas Volz: Now I got it working. For all lazy people here is a screenshot: http://imagebin.org/191425 Nice work for a first EFL editor I see. Please keep up with it as small editor. Maybe split editor component as library to easy include it in other a

Re: [E-devel] trunk cleaning

2012-01-02 Thread Vincent Torri
On Mon, Jan 2, 2012 at 7:39 PM, Michael Blumenkrantz wrote: > If anyone has looked around in trunk/ lately, there's a bunch of stuff that's > unmaintained/broken. Additionally, it's pretty disorganized. It would be great > if we had some better structure there like APPS/LIBS/etc. we used to have

[E-devel] trunk cleaning

2012-01-02 Thread Michael Blumenkrantz
If anyone has looked around in trunk/ lately, there's a bunch of stuff that's unmaintained/broken. Additionally, it's pretty disorganized. It would be great if we had some better structure there like APPS/LIBS/etc. -- Ridi

Re: [E-devel] Deprecation of elm_entry_entry_set/get

2012-01-02 Thread Sachiel
2012/1/2 Michael Blumenkrantz : > On Mon, 02 Jan 2012 12:32:01 +0200 > Tom Hacohen wrote: > >> On 02/01/12 12:14, Carsten Haitzler (The Rasterman) wrote: >> > i really don't know... i'm torn between them. :/ >> > >> >> Same here, I'm also torn. :P >> >> That's why I was happy with the old status q

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Tom Hacohen
On 02/01/12 15:14, Sebastian Dransfeld wrote: > On 01/02/2012 12:59 PM, Tom Hacohen wrote: >> Yeah, you should manually change to 0.18. I can't find what's wrong and >> why it doesn't work. I also change it manually to 0.18 here, 0.17 just >> doesn't work for me... :| Maybe I need to ship some m4s

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Sebastian Dransfeld
On 01/02/2012 12:59 PM, Tom Hacohen wrote: > On 02/01/12 13:19, Mark Dickie wrote: >> make ecrire.pot-update >> *** error: gettext infrastructure mismatch: using a Makefile.in.in from >> gettext version 0.17 but the autoconf macros are from gettext version 0.18 >> >> r66743 ubuntu Oneiric > > Yeah,

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Tom Hacohen
On 02/01/12 13:19, Mark Dickie wrote: > make ecrire.pot-update > *** error: gettext infrastructure mismatch: using a Makefile.in.in from > gettext version 0.17 but the autoconf macros are from gettext version 0.18 > > r66743 ubuntu Oneiric Yeah, you should manually change to 0.18. I can't find wha

Re: [E-devel] E SVN: tasn IN trunk/ecrire: . po src src/bin src/bin/ui

2012-01-02 Thread Mark Dickie
On 1 January 2012 11:27, Tom Hacohen wrote: > Sorry, I made 0.17 the new requirement, should work now, hopefully. > > Getting the following.. make ecrire.pot-update *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettex

[E-devel] [Patch] Removing content resize callback before the ctxpopup is deleted.

2012-01-02 Thread cnook
Dear All, Hello! Sometimes, widget data is referred after ctxpopup is deleted. So before the ctxpopup is deleted, the content resize callback should be removed. Please review the attached patch. Thanks Sincerely, Shinwoo Kim. Index: src/lib/elc_ctxpopup.c =

Re: [E-devel] Deprecation of elm_entry_entry_set/get

2012-01-02 Thread Michael Blumenkrantz
On Mon, 02 Jan 2012 12:32:01 +0200 Tom Hacohen wrote: > On 02/01/12 12:14, Carsten Haitzler (The Rasterman) wrote: > > i really don't know... i'm torn between them. :/ > > > > Same here, I'm also torn. :P > > That's why I was happy with the old status quo (i.e no one deprecated it). > > But no

[E-devel] Using specifically written modules from Edje lua scripts.

2012-01-02 Thread David Seikel
Now that my last lot of Lua work has been a run away success (works for me, still dunno if anyone else uses it), it's time for me to move to the next big Lua project of mine. Actually, the second next one, but they are related. What I would like to add to edje Lua is the ability for the host appl

Re: [E-devel] [Patch] elc_ctxpopup, add restacking feature

2012-01-02 Thread Kim Shinwoo
Hey, I have attached example code for checking restacking feature of ctxpopup. Please review the code and give any feedbacks. Thanks. 2011/12/22 Daniel Juyung Seo > We need more test! Anyhow thanks! > > Daniel Juyung Seo (SeoZ) > > On Thu, Dec 22, 2011 at 10:34 AM, Michael Blumenkrantz > wrot

Re: [E-devel] [patch] elm_cnp_helper - bugfix that dnd won't start

2012-01-02 Thread Michael Blumenkrantz
On Mon, 2 Jan 2012 16:52:05 +0900 Hyoyoung Chang wrote: > Dear all. > > elementary supports ecore_x dnd feature. > But currently eocre_x_dnd_aware_set isn't set by default > Its patch fixes this bug. > > Thank you in. also, if you cast the callback that you set in a function, you can do somethi

Re: [E-devel] Deprecation of elm_entry_entry_set/get

2012-01-02 Thread Tom Hacohen
On 02/01/12 12:14, Carsten Haitzler (The Rasterman) wrote: > i really don't know... i'm torn between them. :/ > Same here, I'm also torn. :P That's why I was happy with the old status quo (i.e no one deprecated it). But now, since I have to choose, I'd have to say, keep em both, but really, tha

[E-devel] [Patch][elm_map] Fix zoom & rotated coordinates bug

2012-01-02 Thread Bluezery
Hi, In my point of view, elm_map did not consider zooming & rotation by using Evas_Map initially. There are no problems if you use only elm_map_zoom_set(). But if you use pinch gesture or wheel to do subtle zooming & rotating, the calculations of coordinates are not correct currently. I have fixe

Re: [E-devel] Deprecation of elm_entry_entry_set/get

2012-01-02 Thread The Rasterman
On Mon, 02 Jan 2012 09:38:58 +0200 Tom Hacohen said: > On 02/01/12 07:13, Carsten Haitzler (The Rasterman) wrote: > > i can see the logic - i'm waiting for tom to wake up... lazy bugger. i've > > been awake for hours already and he's still lounging about in bed! :) > > Damn you and your timezone

Re: [E-devel] Deprecation of elm_entry_entry_set/get

2012-01-02 Thread The Rasterman
On Mon, 02 Jan 2012 09:32:40 +0200 Tom Hacohen said: > On 02/01/12 05:00, Carsten Haitzler (The Rasterman) wrote: > > well the documentation said they were deprecated but the didn't have > > EINA_DEPRECATED, so i added it and stuffed them into elm_deprecated.h. there > > were many examples of thi

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

2012-01-02 Thread Tom Hacohen
On 02/01/12 10:27, ChunEon Park wrote: > I don't need it. ;p I can offer you a premium price! If you are interested, send me a private email. :) -- Tom. -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't nee

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

2012-01-02 Thread ChunEon Park
I don't need it. ;p -Regards, Hermet- -Original Message- From: "Tom Hacohen" To: "Enlightenment developer list" Cc: enlightenment-...@lists.sourceforge.net Sent: 12-01-02(월)