Yeah, calling feed events sounds bad, should be avoided when possible.
Any news from the original patch author?
--
Tom.
On 29/12/11 14:36, ChunEon Park wrote:
> Cedric, this commit is the result of my review.
> Maybe the original writer could explain this reason.
> --
On 30/12/11 16:21, Cedric BAIL wrote:
> I see the issue in Elementary cursor 2 test in another window manager,
> so I don't think the issue is in e_border.c.
I get it with GTK+ apps under e... Also from the same mentioned commit
(arch linux official packages). Here I haven't updated e yet, so no
On Friday, December 30, 2011 10:03:32 PM UTC+8, P Purkayastha wrote:
>
>
> I saw it too with r 66618.
>
>
> I don't see this problem on a Gentoo installation with r66701. I am using
the Openzone White Slim cursor theme:
http://gnome-look.org/content/show.php/?content=111343
A ubuntu installati
Hi, EFL developers.
I found SIGSEGV on elementary entry when elm_entry_selection_get returns
NULL.
This patch will fix this crash.
#0 0x00614706 in ?? () from /lib/i386-linux-gnu/libc.so.6
#1 0x0019bb04 in _signal_selection_start (data=0xb73ad898, obj=0xb73ad9c0,
emission=0x850e4a0 "
selection,
Thanks, committed.
I adjusted it a bit to just not go into the "if" instead of return. This
is done just to make sure code that will be added afterwards will not be
skipped (same idea like checking the top widget).
Thanks,
Tom.
On 01/01/12 14:16, Jihoon Kim wrote:
> Hi, EFL developers.
>
> I f
would it be possible to isolate the ecore_x specific code, please ?
Vincent
On Sun, Jan 1, 2012 at 12:10 PM, Enlightenment SVN
wrote:
> Log:
> Ecrire: Initial commit.
>
> Author: tasn
> Date: 2012-01-01 03:10:30 -0800 (Sun, 01 Jan 2012)
> New Revision: 66713
> Trac: http://
Am Sun, 1 Jan 2012 14:57:10 +0100 schrieb Vincent Torri:
I tried to build:
Running autopoint...
autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your
configure.ac file requires the infrastructure from
gettext-0.18 but this version is older. Please upgrade to
ge
On Sun, 1 Jan 2012 14:57:10 +0100
Vincent Torri wrote:
> would it be possible to isolate the ecore_x specific code, please ?
>
> Vincent
>
> On Sun, Jan 1, 2012 at 12:10 PM, Enlightenment SVN
> wrote:
> > Log:
> > Ecrire: Initial commit.
> >
> > Author: tasn
> > Date: 2012-01-01
Sorry, I made 0.17 the new requirement, should work now, hopefully.
On 01/01/12 16:36, Andreas Volz wrote:
> Am Sun, 1 Jan 2012 14:57:10 +0100 schrieb Vincent Torri:
>
> I tried to build:
>
> Running autopoint...
> autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your
> configure.ac
Am Sun, 1 Jan 2012 10:28:41 -0500 schrieb Michael Blumenkrantz:
checking for EFL... yes
checking for ECORE_X... ./configure: line 7679: syntax error near
unexpected token `else' ./configure: line 7679: `else'
:-(
> On Sun, 1 Jan 2012 14:57:10 +0100
> Vincent Torri wrote:
>
> > would it be poss
Hey all,
Last time we talked about it, we decided not to deprecate
elm_entry_entry_get/set but leave them as clones.
The rationale was the existence of entry_append and other text
manipulation functions.
entry_set/get were recently deprecated, was that intentional? what do
you think, do we want
Cedric added this several days ago.
http://trac.enlightenment.org/e/changeset/66531
Daniel Juyung Seo (SeoZ)
On Sun, Jan 1, 2012 at 6:25 PM, Tom Hacohen
wrote:
> Yeah, calling feed events sounds bad, should be avoided when possible.
>
> Any news from the original patch author?
>
> --
> Tom.
>
>
Reviewed. Looks good.
Btw, how can i apply this patch? It doesn't work with patch -p0 < xxx.patch.
Daniel Juyung Seo (SeoZ)
On Sat, Dec 31, 2011 at 9:33 PM, Martin Jansa wrote:
> Hi,
>
> there are 2 patches for eve to compile it again without deprecated
> warnings and edje_cc failing to build th
Patch via attachment is suggested way for convenience.
Or we have to copy mail contents and create a patch file and then apply it :(
Thanks for the patch any way, Hermet will apply this.
Daniel Juyung Seo (SeoZ)
On Fri, Dec 30, 2011 at 8:59 PM, Martin Jansa wrote:
> On Fri, Dec 30, 2011 at 07:58
On Mon, 2 Jan 2012 09:09:38 +0900
Daniel Juyung Seo wrote:
> Reviewed. Looks good.
> Btw, how can i apply this patch? It doesn't work with patch -p0 < xxx.patch.
>
> Daniel Juyung Seo (SeoZ)
>
> On Sat, Dec 31, 2011 at 9:33 PM, Martin Jansa wrote:
> > Hi,
> >
> > there are 2 patches for eve to
On Mon, 2 Jan 2012 09:09:38 +0900 Daniel Juyung Seo said:
it's -p1 :)
> Reviewed. Looks good.
> Btw, how can i apply this patch? It doesn't work with patch -p0 < xxx.patch.
>
> Daniel Juyung Seo (SeoZ)
>
> On Sat, Dec 31, 2011 at 9:33 PM, Martin Jansa wrote:
> > Hi,
> >
> > there are 2 patche
On Sun, 01 Jan 2012 20:02:25 +0200 Tom Hacohen said:
> Hey all,
>
> Last time we talked about it, we decided not to deprecate
> elm_entry_entry_get/set but leave them as clones.
>
> The rationale was the existence of entry_append and other text
> manipulation functions.
>
> entry_set/get were
On Mon, Jan 2, 2012 at 11:56 AM, Carsten Haitzler wrote:
> On Mon, 2 Jan 2012 09:09:38 +0900 Daniel Juyung Seo
> said:
>
> it's -p1 :)
Oops thank you :)
Daniel Juyung Seo (SeoZ)
>
>> Reviewed. Looks good.
>> Btw, how can i apply this patch? It doesn't work with patch -p0 < xxx.patch.
>>
>> Da
The reason for calling feed events is as follows.
1. In slider widget,
2. try mouse down on the slider bar, (not on the slider button)
3. then button will be moved to that mouse down position,
4. AND BUTTON SHOULD BE DRAGGED when mouse is moved <- for this reason.
For this senario, "calling feed
Hello Tom.
On Mon, Jan 2, 2012 at 3:02 AM, Tom Hacohen wrote:
> Hey all,
>
> Last time we talked about it, we decided not to deprecate
> elm_entry_entry_get/set but leave them as clones.
I didn't participate in that talk but why you decided not t deprecate them?
In my opinion, deprecating elm_en
On Mon, 2 Jan 2012 12:10:42 +0900
Daniel Juyung Seo wrote:
> Hello Tom.
>
> On Mon, Jan 2, 2012 at 3:02 AM, Tom Hacohen wrote:
> > Hey all,
> >
> > Last time we talked about it, we decided not to deprecate
> > elm_entry_entry_get/set but leave them as clones.
>
> I didn't participate in that t
No. not cedric but WooHyung Jung.
Cedric just tried to avoid calling those APIs.
Woohyun wanted to give user a chance to drag the slider when user clicked the
slider area.
It means,
Even slider has an indicator as a handler,
User could mouse down somewhere in the slider drag area avoding the in
On Sun, 1 Jan 2012 22:13:28 -0500 Michael Blumenkrantz
wrote:
> also you're only allowed to put in 2 cents at a time unless you're
> raster.
Inflation.
--
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
signature.asc
Description:
On Sun, 1 Jan 2012 22:13:28 -0500 Michael Blumenkrantz
said:
> On Mon, 2 Jan 2012 12:10:42 +0900
> Daniel Juyung Seo wrote:
>
> > Hello Tom.
> >
> > On Mon, Jan 2, 2012 at 3:02 AM, Tom Hacohen wrote:
> > > Hey all,
> > >
> > > Last time we talked about it, we decided not to deprecate
> > > el
On Sun, 1 Jan 2012 21:19:14 -0800
"Enlightenment SVN" wrote:
> Log:
> devs/hermet - updated a private thing.
>
>
>
> Author: hermet
> Date: 2012-01-01 21:19:14 -0800 (Sun, 01 Jan 2012)
> New Revision: 66728
> Trac: http://trac.enlightenment.org/e/changeset/66728
>
>
On Mon, 2 Jan 2012 00:22:58 -0500 Michael Blumenkrantz
wrote:
> On Sun, 1 Jan 2012 21:19:14 -0800
> "Enlightenment SVN" wrote:
>
> > Log:
> > devs/hermet - updated a private thing.
> >
> >
> >
> > Author: hermet
> > Date: 2012-01-01 21:19:14 -0800 (Sun, 01 Jan 2012)
> > Ne
well... I edited it only for me.
-Regards, Hermet-
-Original Message-
From: "David Seikel"
To: enlightenment-devel@lists.sourceforge.net
Cc:
Sent: 12-01-02(월) 14:26:53
Subject: Re: [E-devel] E SVN: hermet trunk/devs/hermet
On Mon,
On Mon, 02 Jan 2012 14:31:22 +0900
ChunEon Park wrote:
> well... I edited it only for me.
>
> -Regards, Hermet-
>
> -Original Message-
> From: "David Seikel"
> To: enlightenment-devel@lists.sourceforge.net
> Cc:
> Sent: 12-01-02(월
If you want.
I will not guarantee anything changes in devs/hermet.
except info.txt, id_rsa.pub my icon-*.png.
-Regards, Hermet-
-Original Message-
From: "Michael Blumenkrantz"
To: "Enlightenment developer
list"
On Mon, Jan 2, 2012 at 4:13 AM, Michael Blumenkrantz
wrote:
> On Mon, 2 Jan 2012 12:10:42 +0900
> Daniel Juyung Seo wrote:
>
>> Hello Tom.
>>
>> On Mon, Jan 2, 2012 at 3:02 AM, Tom Hacohen wrote:
>> > Hey all,
>> >
>> > Last time we talked about it, we decided not to deprecate
>> > elm_entry_ent
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 this (docs say deprecated, no EINA_DEPRECATED).
>
I'm not blaming
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, *REAL MEN* live in Europe/Africa/Western
Asia/Middle east!
I'
On 02/01/12 07:22, Michael Blumenkrantz wrote:
> I like how everyone has his own separate build script in svn and how each
> script gets its own updates just like a little application.
Especially since my script is far superior. Unfortunately it's not in
SVN, it's proprietary.
If you want it, pa
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
Index: elementary/src/lib/elm_cnp_helper.c
===
--- elementary/src/lib/elm_cnp_helper.c (리
34 matches
Mail list logo