[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 Thoughts on Technology , Tech Blog Bodhi Linux , Enlightenment for your Desktop --

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

2011-12-27 Thread sd
> On Wed, Dec 28, 2011 at 1:19 PM, Sanjeev 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 resize. I gues

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 BA said: > >> CCLD edje_external_inspector

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 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]: Leaving directo

[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]: *** [all-r

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 Seo" To: "Enlightenment developer list"

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 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 some point, the wind

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

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 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 running before al

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 it

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: "cnook" To: "EFL" Cc: Sent: 11-12-27(화) 22:0

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 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 somehow ugly because you sp

[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 "corne

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 said: > On Wed, Dec 28, 2011 at 12:57 AM, Christopher Michael > wrote: > > On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: > >> > >> On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael > >>  wrote: > >>> > >>> On 12/27/11 21:42, G

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 said: > On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael > wrote: > > On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: > >> > >> On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael > >>  wrote: > >>> > >>> On 12/27/11 16:45, C

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 > wrote: >> On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: >>> >>> On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael >>> wrote: On 12/27/11 21:42, Gustavo Sverzut Barbi

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 wrote: > On 12/27/11 21:51, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Dec 28, 2011 at 12:47 AM, Christopher Michael >>  wrote: >>> >>> On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:34 AM, Chri

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 > wrote: >> On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: >>> >>> On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael >>> wrote: On 12/27/11 21:26, Gustavo Sverzut Barbi

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 wrote: > On 12/27/11 21:42, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Dec 28, 2011 at 12:34 AM, Christopher Michael >>  wrote: >>> >>> On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:20 AM, Chri

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 > wrote: >> On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: >>> >>> On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael >>> wrote: On 12/27/11 21:16, Gustavo Sverzut Barbi

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 wrote: > On 12/27/11 21:26, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Dec 28, 2011 at 12:20 AM, Christopher Michael >>  wrote: >>> >>> On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: On Wed, Dec 28, 2011 at 12:03 AM, Chri

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 > wrote: >> On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: >>> >>> On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael >>> wrote: On 12/27/11 20:42, Gustavo Sverzut Barbi

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 wrote: > On 12/27/11 21:16, Gustavo Sverzut Barbieri wrote: >> >> On Wed, Dec 28, 2011 at 12:03 AM, Christopher Michael >>  wrote: >>> >>> On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: On Tue, Dec 27, 2011 at 11:01 PM, Chri

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 > wrote: >> On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: >>> >>> On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael >>> wrote: On 12/27/11 16:45, Cedric BAIL wrote: >>

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 wrote: > On 12/27/11 20:42, Gustavo Sverzut Barbieri wrote: >> >> On Tue, Dec 27, 2011 at 11:01 PM, Christopher Michael >>  wrote: >>> >>> On 12/27/11 16:45, Cedric BAIL wrote: On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN

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 Juy

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 > wrote: >> On 12/27/11 16:45, Cedric BAIL wrote: >>> On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN >>> wrote: Log: Ecore_Evas (Wayland_Shm): Add an actual 'f

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 wrote: > On 12/27/11 16:45, Cedric BAIL wrote: >> On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN >>  wrote: >>> Log: >>> Ecore_Evas (Wayland_Shm): >>> >>>   Add an actual 'frame' to ecore_evas_wayland. (just a boring rectangle >>> frame w

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

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 wrote: > On Tue, Dec 27, 2011 at 8:25 PM, Enlightenment SVN > wrote: >> Log: >> Ecore_Evas (Wayland_Shm): >> >> Add an actual 'frame' to ecore_evas_wayland. (ju

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 wrote: > On Mon

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 wrote: > On Tue, Dec 27, 2011 at 3:13 PM, Iván Briano (Sachiel) > wrote: >> 2011/12/27 Jihoon Kim : >>> Here are two simple patches. >>>

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 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 for size_min/max/bas

Re: [E-devel] on whitespaces

2011-12-27 Thread Rafael Antognolli
On Mon, Dec 26, 2011 at 5:56 PM, Cedric BAIL wrote: > On Mon, Dec 26, 2011 at 8:53 PM, Christopher Michael > wrote: >> On 12/26/11 05:22, Michael Blumenkrantz wrote: >>> On Mon, 26 Dec 2011 03:27:17 -0500 >>> Christopher Michael  wrote: On 12/26/11 00:17, Michael Blumenkrantz wrote: > ca

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) wrote: > 2011/12/27 Jihoon Kim : >> 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

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

2011-12-27 Thread Sachiel
2011/12/27 Jihoon Kim : > 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 you pleas

[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. Port

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 GP

[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

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 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.) > enum defines :

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