Re: [E-devel] [PATCH] fix build warning in scim-immodule

2011-12-27 Thread Cedric BAIL
On Tue, Dec 27, 2011 at 3:13 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2011/12/27 Jihoon Kim imfin...@gmail.com: Here are two simple patches. 'fix_warning_scim_imcontext.patch' is for fixing build warning 'warning: unused parameter' in scim-immodule. 'fix_indent_Makefile.patch' is

Re: [E-devel] [PATCH] fix build warning in scim-immodule

2011-12-27 Thread Sachiel
2011/12/27 Jihoon Kim imfin...@gmail.com: Hi, Here are two simple patches. 'fix_warning_scim_imcontext.patch' is for fixing build warning 'warning: unused parameter' in scim-immodule. 'fix_indent_Makefile.patch' is for fixing indentation of Makefile.am in immodules/scim directory. Would

[E-devel] [patch] elm_cnp_helper - change elm_cnp_selection_set and code cleanup

2011-12-27 Thread Hyoyoung Chang
Dear all. As discomfitor suggested, I cleanup some codes. elm_cnp_selection_set : add buffer length argument and check for image type. (i think it's urgent issue before elm_cnp_selection_set api is widely used.) enum defines : add 'type' prefix. Thanks Index: elementary/src/lib/elm_entry.c

Re: [E-devel] [patch] elm_cnp_helper - change elm_cnp_selection_set and code cleanup

2011-12-27 Thread Michael Blumenkrantz
On Tue, 27 Dec 2011 20:15:14 +0900 Hyoyoung Chang hyoyo...@gmail.com wrote: Dear all. As discomfitor suggested, I cleanup some codes. elm_cnp_selection_set : add buffer length argument and check for image type. (i think it's urgent issue before elm_cnp_selection_set api is widely used.)

[E-devel] [Patch] elc_ctxpopup, using elm_smart_scroller_freeze_set() not elm_object_scroll_freeze_push(), pop()

2011-12-27 Thread cnook
Dear All, Hello~ The ctxpopup had used elm_ojbect_scroll_freeze_push(), pop() for the scroll-freeze-on,of callback. If user calls elm_object_scroll_freeze_pop() only after elm_ojbect_scroll_freeze_push(), then it will be fine. But sometimes user calls elm_object_scroll_freeze_pop() two times in a

[E-devel] [Patch] elm_conform patch

2011-12-27 Thread PRINCE KUMAR DUBEY
Hi, Attachment to the mail is elm_conform patch. Change Description: When no geometry information of ind/sft/kbd, resetting the geometry. Thanks, Prince elm_conform.patch Description: Binary data -- Write once.

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

2011-12-27 Thread mh
I learned how to record the gdb session. The attached gdb sessions may provide more useful information. One gdb session run as root, the other as user. Ran to break, then stepped through. Hope this helps. mike GNU gdb (GDB) 7.3-debian Copyright (C) 2011 Free Software Foundation, Inc. License

Re: [E-devel] on whitespaces

2011-12-27 Thread Rafael Antognolli
On Mon, Dec 26, 2011 at 5:56 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Dec 26, 2011 at 8:53 PM, Christopher Michael cpmicha...@comcast.net wrote: On 12/26/11 05:22, Michael Blumenkrantz wrote: On Mon, 26 Dec 2011 03:27:17 -0500 Christopher Michaelcpmicha...@comcast.net  wrote: On

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Cedric BAIL
On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_Evas (Wayland_Shm):  Add an actual 'frame' to ecore_evas_wayland. (just a boring rectangle frame w/ the title). Couldn't you reuse in some way what Gustavo did in the EWL backend ?  Add support

Re: [E-devel] [PATCH] fix build warning in scim-immodule

2011-12-27 Thread Daniel Juyung Seo
+1 here. He's been sending many patches so far and done a good job mainly on ecore imf. Daniel Juyung Seo (SeoZ) On Tue, Dec 27, 2011 at 11:28 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Dec 27, 2011 at 3:13 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: 2011/12/27 Jihoon Kim

Re: [E-devel] on whitespaces

2011-12-27 Thread Daniel Juyung Seo
There were a couple of discussions before on this topic. I gave up removing trailing white spaces because they're out of concern for the most e-devs. And even committers are continuously pushing them in. Daniel Juyung Seo (SeoZ) On Wed, Dec 28, 2011 at 3:10 AM, Rafael Antognolli

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
Not sure what you are referring to here...what is it that he did ?? She Sent from my iPod On Dec 27, 2011, at 4:45 PM, Cedric BAIL cedric.b...@free.fr wrote: On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_Evas (Wayland_Shm): Add an

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 16:45, Cedric BAIL wrote: On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Ecore_Evas (Wayland_Shm): Add an actual 'frame' to ecore_evas_wayland. (just a boring rectangle frame w/ the title). Couldn't you reuse in some way what

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 16:45, Cedric BAIL wrote: On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN no-re...@enlightenment.org  wrote: Log: Ecore_Evas (Wayland_Shm):   Add an actual 'frame' to ecore_evas_wayland. (just

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 16:45, Cedric BAIL wrote: On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN no-re...@enlightenment.orgwrote: Log: Ecore_Evas

Re: [E-devel] E SVN: andreas trunk/BINDINGS/cxx/elementaryxx/include/elementaryxx

2011-12-27 Thread Daniel Juyung Seo
Thanks. But I pointed out elementaryxx build break before and nobody answered. However I still have a build break there. Something is still missing? make[2]: *** No rule to make target `GenListItem.lo', needed by `libelementaryxx.la'. make[2]: Target `all' not remade because of errors. Daniel

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael cpmicha...@comcast.net  wrote: On 12/27/11 16:45, Cedric BAIL wrote: On Tue, Dec 27, 2011 at 8:25 PM,

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael cpmicha...@comcast.netwrote: On 12/27/11

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael cpmicha...@comcast.net  wrote: On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27,

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael cpmicha...@comcast.netwrote: On 12/27/11

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael cpmicha...@comcast.net  wrote: On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28,

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael cpmicha...@comcast.netwrote: On 12/27/11

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael cpmicha...@comcast.net  wrote: On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28,

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael cpmicha...@comcast.netwrote: On 12/27/11

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Gustavo Sverzut Barbieri
On Wed, Dec 28, 2011 at 12:57 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael cpmicha...@comcast.net  wrote: On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28,

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread Christopher Michael
On 12/27/11 22:04, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:57 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael cpmicha...@comcast.netwrote: On 12/27/11

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread The Rasterman
On Wed, 28 Dec 2011 00:16:56 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_evas

2011-12-27 Thread The Rasterman
On Wed, 28 Dec 2011 01:04:13 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Dec 28, 2011 at 12:57 AM, Christopher Michael cpmicha...@comcast.net wrote: On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael

[E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread Jérôme Pinot
Hi, I'm seeing a bug there. When I move the mouse pointer to a corner of a window, it changes shape to look like a corner. Normal behavior. But the problem is that it is not changing back to the normal pointer shape when, after, I move it to an other place of the window. It is stuck to the

Re: [E-devel] Check existence of evas_image_loader

2011-12-27 Thread The Rasterman
On Mon, 26 Dec 2011 16:05:48 +0100 Guillaume Friloux guillaume.fril...@asp64.com said: Hello e people. If evas cant find the type of a file, it will try to use evas_image_loader, but not everyone has it. This will not block anything or crash, because the error is handled, but it is

Re: [E-devel] [Patch] elc_ctxpopup, using elm_smart_scroller_freeze_set() not elm_object_scroll_freeze_push(), pop()

2011-12-27 Thread ChunEon Park
Understood the problem. It's more acceptable to freeze the scroller only. in. rev 66584 Thank you. -Regards, Hermet- -Original Message- From: cnooklt;kimci...@gmail.comgt; To: EFLlt;enlightenment-devel@lists.sourceforge.netgt; Cc: Sent: 11-12-27(화)

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread Sanjeev
I am not seeing this issue in my e17 desktop, though I find another behaviour. If I start resizing the window rapidly and stop at some point, the window is not of the shape I resize it to. It is of the resized to a previous position of the mouse cursor. I expect the window to follow and resize

Re: [E-devel] [Patch][elm_map] Pause progressbar animator when map is paused

2011-12-27 Thread The Rasterman
On Tue, 27 Dec 2011 10:30:48 +0900 Bluezery ohpo...@gmail.com said: When map is paused by using elm_map_paused_set(), all existing animations is stopped. (ref: http://docs.enlightenment.org/auto/elementary/group__Map.html#ga6ab43ef6429140f8cccbd3669c5ed52e) But progress bar can be still

Re: [E-devel] [Patch] elm_conform patch

2011-12-27 Thread The Rasterman
On Tue, 27 Dec 2011 14:02:26 + (GMT) PRINCE KUMAR DUBEY prince.du...@samsung.com said: indeed good point. patch in svn! tnx! :) Hi, Attachment to the mail is elm_conform patch. Change Description: When no geometry information of ind/sft/kbd, resetting the geometry. Thanks,

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread Daniel Juyung Seo
On Wed, Dec 28, 2011 at 1:19 PM, Sanjeev as290...@samsung.com wrote: I am not seeing this issue in my e17 desktop, though I find another behaviour. I have the same problem and it's so annoying :) Where to look at? Daniel Juyung Seo (SeoZ) If I start resizing the window rapidly and stop at

Re: [E-devel] [PATCH] fix build warning in scim-immodule

2011-12-27 Thread ChunEon Park
+1 Here. As I know, he's been EFL Programming over 3 years. He will be a good member to improve our EFL. Thank u. -Regards, Hermet- -Original Message- From: Daniel Juyung Seolt;seojuyu...@gmail.comgt; To: Enlightenment developer

[E-devel] Is anyone else seeing this issue?

2011-12-27 Thread Sanjeev BA
CCLD edje_external_inspector /home/sanjeev/e/lib/libecore_evas.so.1: undefined reference to `evas_event_down_count_get' collect2: ld returned 1 exit status make[4]: *** [edje_external_inspector] Error 1 make[4]: Leaving directory `/home/sanjeev/source/e/trunk/edje/src/bin' make[3]: ***

Re: [E-devel] Is anyone else seeing this issue?

2011-12-27 Thread The Rasterman
On Wed, 28 Dec 2011 13:47:00 +0900 Sanjeev BA as290...@samsung.com said: CCLD edje_external_inspector /home/sanjeev/e/lib/libecore_evas.so.1: undefined reference to `evas_event_down_count_get' collect2: ld returned 1 exit status make[4]: *** [edje_external_inspector] Error 1 make[4]:

Re: [E-devel] Is anyone else seeing this issue?

2011-12-27 Thread Sanjeev BA
Ok, The set of old libs in /usr/local/lib were causing the problem. I checked the timestamps, deleted them and now 'e' installs in fine. On 12/28/2011 02:05 PM, Carsten Haitzler (The Rasterman) wrote: On Wed, 28 Dec 2011 13:47:00 +0900 Sanjeev BAas290...@samsung.com said: CCLD

Re: [E-devel] E17: Bug in mouse pointer shape

2011-12-27 Thread sd
On Wed, Dec 28, 2011 at 1:19 PM, Sanjeev as290...@samsung.com wrote: I am not seeing this issue in my e17 desktop, though I find another behaviour. I have the same problem and it's so annoying :) Where to look at? Resize is done in a mouse move handler. There is a mouse up handler to stop

[E-devel] Gadget Resize in Shelves no longer an option

2011-12-27 Thread Jeff Hoogland
Was the ability to resize gadgets that exist on a shelf removed intentionally? -- ~Jeff Hoogland http://jeffhoogland.com/ Thoughts on Technology http://jeffhoogland.blogspot.com/, Tech Blog Bodhi Linux http://bodhilinux.com/, Enlightenment for your Desktop