[E-devel] [Patch] small patch for elm_main.c

2011-01-19 Thread WooHyun Jung
Hello ~ I made small patch for elm_main.c In elm_all_flush function, I was suspicious about, if _elm_win_list is NULL then following codes should not be called or not. ejde_file_cache_flush(); edje_collection_cache_flush(); eet_clearcache(); I thinks above functions should be

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread P Purkayastha
On 01/19/2011 07:08 AM, Jeff Hoogland wrote: Howdy Folks, So for some my startup applications I have defined under E do not run at startup until they have been manually launched for the first time. The Works for me. And I last updated e on 16th Jan. startup entries are listed, but I

[E-devel] some bug fix patches

2011-01-19 Thread ChunEon Park
Hi, This is Hermet. Here are simple patches for invalid pointers Please review then apply them. Danke! Index: src/lib/eet_lib.c === --- src/lib/eet_lib.c (revision 56208) +++ src/lib/eet_lib.c (working copy) @@ -1725,11

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread Jeff Hoogland
Yes I mean log out and log back in/restart Enlightenment desktop (not the whole system). How do restart applications different from startup applications? I thought startup applications run every time a user logs into the E desktop. Cheers, ~Jeff On Wed, Jan 19, 2011 at 4:39 AM, P Purkayastha

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread P Purkayastha
On 01/19/2011 08:32 PM, Jeff Hoogland wrote: Yes I mean log out and log back in/restart Enlightenment desktop (not the whole system). How do restart applications different from startup applications? I thought startup applications run every time a user logs into the E desktop. Yes. Startup

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread Jeff Hoogland
OK then my thinking is correct then. Any ideas why my startup applications only run after they have been manually launched the first time? ~Jeff Hoogland - Original message - On 01/19/2011 08:32 PM, Jeff Hoogland wrote: Yes I mean log out and log back in/restart Enlightenment desktop

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread P Purkayastha
Nope. Like I said in my first reply,- it works for me :) I launch about 10 different applications on login. Many of them are like xrdb, xset. Among the launched programs is also yeahconsole and urxvtd. And if they don't launch I would know immediately. Because I wouldn't be able to access any

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread Jeff Hoogland
I think you are miss understanding. Start applications work, but only after having been manually launched once on the system. On a freshly installed/setup system with E though start up applications do not work. ~Jeff Hoogland - Original message - Nope. Like I said in my first

Re: [E-devel] Startup Applications do not work until run the first time

2011-01-19 Thread P Purkayastha
On 01/19/2011 10:14 PM, Jeff Hoogland wrote: ***I think you are miss understanding. Start applications work, but only after having been manually launched once on the system.*** On a freshly installed/setup system with E though start up applications do not work. Yes, indeed, I misunderstood. I

Re: [E-devel] elm_mod_shutdown in elm.c (in edje_externals) is not called.

2011-01-19 Thread Gustavo Sverzut Barbieri
On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun Jung wh0705.j...@samsung.com said: Hello. I'm WooHyun Jung. One question about not calling elm_mod_shutdown in elm.c (in edje_externals). I've tested with

Re: [E-devel] Infinite loop in e_fm2

2011-01-19 Thread hannes.janet...@gmail.com
On Mon, Jan 17, 2011 at 11:01 PM, Thomas Gstädtner tho...@gstaedtner.net wrote: Heyho, while trying to select a new icon for an application I noticed, that e_fm2's sidebar is stuck in an infinite refreshing loop when Remember Ordering is toggled on. Toggling it off makes the loop stop.

[E-devel] e_dbus and places module patches

2011-01-19 Thread Nikolas Arend
Hello, Attached please find two small patches for e_dbus and the places module. They fix segfaults for me (triggered in e_hal_property_bool_get()) that I was experiencing when resuming my laptop after suspend. It'd be great if you could review and apply them if considered adequate. Thanks,

Re: [E-devel] e_dbus and places module patches

2011-01-19 Thread Mike Blumenkrantz
On Wed, 19 Jan 2011 11:57:21 -0500 Nikolas Arend nikolas.ar...@gmx.net wrote: Hello, Attached please find two small patches for e_dbus and the places module. They fix segfaults for me (triggered in e_hal_property_bool_get()) that I was experiencing when resuming my laptop after suspend.

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

2011-01-19 Thread Vincent Torri
On Wed, 19 Jan 2011, Enlightenment SVN wrote: Log: Add elm_layout_data_get function to retrieve data associated to the underlying edje object. Data that comes from block like data.item: key value in the EDC. shouldn't you say in doc that it returns NULL if the data is not found ?

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

2011-01-19 Thread Nicolas Aguirre
2011/1/19 Vincent Torri vto...@univ-evry.fr: On Wed, 19 Jan 2011, Enlightenment SVN wrote: Log: Add elm_layout_data_get function to retrieve data associated to the underlying edje object.  Data that comes from block like data.item: key value in the EDC. shouldn't you say in doc that it

Re: [E-devel] elm_mod_shutdown in elm.c (in edje_externals) is not called.

2011-01-19 Thread The Rasterman
On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun Jung wh0705.j...@samsung.com said: Hello. I'm WooHyun Jung. One question

Re: [E-devel] elm_mod_shutdown in elm.c (in edje_externals) is not called.

2011-01-19 Thread Gustavo Sverzut Barbieri
On Wed, Jan 19, 2011 at 9:35 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun

Re: [E-devel] elm_mod_shutdown in elm.c (in edje_externals) is not called.

2011-01-19 Thread The Rasterman
On Wed, 19 Jan 2011 21:48:26 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 19, 2011 at 9:35 PM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jan 19, 2011 at 3:00

[E-devel] itask-ng patch

2011-01-19 Thread Nikolas Arend
Hi, Attached below is a small itask-ng patch against ng_config.c. It adds the imho missing stacking config entry, which kept messing up my itask-ng module configuration. While looking at this, I noticed two things: - throughout the itask-ng code, function parameters (pointers) are assumed

Re: [E-devel] itask-ng patch

2011-01-19 Thread Nikolas Arend
On 01/19/2011 09:34 PM, Nikolas Arend wrote: Hi, Attached below is a small itask-ng patch against ng_config.c. It adds the imho missing stacking config entry, which kept messing up my itask-ng module configuration. While looking at this, I noticed two things: - throughout the itask-ng

[E-devel] [PATCH] elc_ctxpopup

2011-01-19 Thread ChunEon Park
Hi, Here is a simple patch for elc_ctxpopup Please check then apply it. Thanks. Best Regards, Hermet Index: src/lib/elc_ctxpopup.c === --- src/lib/elc_ctxpopup.c (revision 56232) +++ src/lib/elc_ctxpopup.c (working

[E-devel] strndup used in ecore_x_randr_12.c

2011-01-19 Thread Vincent Torri
Hey, in that file, strndup is used. This function does not exist on mac os X, hence e17 fails. I'm wondering if strdup is not sufficient in that case. Leif, can you check, please ? Vincent -- Protect Your Site and

[E-devel] [Patch] els_scroller - elm_smart_scroller_child_region_show

2011-01-19 Thread Jae Hwan Kim
Hello all, I have some issue in scroller. Sometimes the scroller move to wrong region when the child get first focus. It use scroller - layout - button. So I checked the code and found a suspected thing in elm_smart_scroller_child_region_show. Please refer following pictures. In the pictures,

[E-devel] [Patch] els_scroller - Cannot click even if it reach to end

2011-01-19 Thread 김재환
Hello all, I have another issue in scroller when the bounce is off. Scroller cannot be clicked even if it reach to edge and animation is end. The reason is why the momentum animation is running even if it reach end and bounce animation is off. So I change the code that if it reach the edge in