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 ca
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 picture
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 Cu
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 cop
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 it
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 t
On Wed, 19 Jan 2011 21:48:26 -0200 Gustavo Sverzut Barbieri
said:
> On Wed, Jan 19, 2011 at 9:35 PM, Carsten Haitzler
> wrote:
> > On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri
> > said:
> >
> >> On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler
> >> wrote:
> >> > On Thu, 13 Jan
On Wed, Jan 19, 2011 at 9:35 PM, Carsten Haitzler wrote:
> On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri
> said:
>
>> On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler
>> wrote:
>> > On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun Jung
>> > said:
>> >
>> >> Hello. I'm WooHyun Jung.
>>
On Wed, 19 Jan 2011 12:54:06 -0200 Gustavo Sverzut Barbieri
said:
> On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler
> wrote:
> > On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun Jung
> > said:
> >
> >> Hello. I'm WooHyun Jung.
> >>
> >> One question about not calling elm_mod_shutdown in elm.c (in
>
2011/1/19 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 re
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 ?
On Wed, 19 Jan 2011 11:57:21 -0500
Nikolas Arend 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. It'd be great
> i
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,
On Mon, Jan 17, 2011 at 11:01 PM, Thomas Gstädtner
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.
> While refreshing
On Wed, Jan 19, 2011 at 3:00 AM, Carsten Haitzler wrote:
> On Thu, 13 Jan 2011 11:35:10 +0900 WooHyun Jung
> said:
>
>> Hello. I'm WooHyun Jung.
>>
>> One question about not calling elm_mod_shutdown in elm.c (in
>> edje_externals).
>>
>> I've tested with elementary_test and I checked elm_mod_ini
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 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 reply,
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 te
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 deskt
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
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 wr
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 +17
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
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 calle
24 matches
Mail list logo