On Thu, Nov 17, 2011 at 4:07 AM, Mike McCormack
wrote:
> Running elementary_test and clicking on the button test this morning gives a
> crash sometimes.
>
> Eina thread debugging on & using gmainloop.
After a quick look in evas_common_rgba_image_scalecache_do, we do have
an issue there. The imag
Humm.. the PS3 toolchain doesn't have pthreads and it all works fine
without it.
Make sure you also add --disable-async-render --disable-pipe-render
--disable-async-preload just in case... (in my case, it doesn't detect
pthread at all, in your case, you seem to force disable it).
On Wed, Nov 16, 2
Dear All, Hello~
This is Shinwoo Kim (Previously I have used cnook, kimci...@gmail.com for
contribution)
The key compose and name have been different with xlib. So I have changed
the value of Shift, Control, and Alt.
Moreover, the attached patch is able to distinguish between Shift_L and
Shift_R
Wow, Thanks for all of your responses!
I have thought only Mr. Vincent (default Raster) is interested in EFL on
Windows.
@Mrs. Youness Alaoui and Sebastian Dransfeld
I referred to _ecore_mouse_move(); in xlib/ecore_x_events.c.
So I thought the free(ev); is necessary one. Anyhow, I see your point a
Why? does it required?
then we need to change below also.
elm_object_content_part_set/get/unset,
elm_object_item_text_part_set/get/unset,
elm_object_item_content_part_set/get/unset
-Regards, Hermet-
-Original Message-
From: "Enlightenment SVN"
Running elementary_test and clicking on the button test this morning gives a
crash sometimes.
Eina thread debugging on & using gmainloop.
thanks,
Mike
mike@mike-desktop:~/git/e/evas$ gdb elementary_test
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, In
On Tue, Nov 15, 2011 at 10:59 PM, Carsten Haitzler wrote:
>
> On Tue, 15 Nov 2011 11:28:28 -0200 Gustavo Sverzut Barbieri
> said:
>
> > On Tue, Nov 15, 2011 at 6:42 AM, Carsten Haitzler
> > wrote:
> > > On Tue, 15 Nov 2011 04:13:32 -0200 Gustavo Sverzut Barbieri
> > > said:
> > >
> > >> I reall
On 11/16/2011 01:43 PM, cnook wrote:
> Dear All, Hello~
>
> I think you (especially Mr. Vincent, Raster) know this issue.
>
> If user mouse-down on the one of items in elementary_test,
> move(drag) the mouse to the outside of window, and mouse-up,
>
> Then.. it works improperly.. For example..
> Y
On Wed, 16 Nov 2011 18:31:40 +1000 David Seikel
wrote:
> On Wed, 16 Nov 2011 15:20:24 +0900 Carsten Haitzler (The Rasterman)
> wrote:
>
> >
> > We'd like to announce a new release cycle alpha release of several
> > Enlightenment components
> >
> > http://download.enlightenment.org/releases/e
On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote:
> On Wed, 16 Nov 2011 11:49:01 +0100 (CET) Vincent Torri
> said:
>
>>
>>
>> On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote:
>>
>>> On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri
>>> said:
>>>
On Tu
On Wed, 16 Nov 2011, cnook wrote:
> Dear All, Hello~
>
> I think you (especially Mr. Vincent, Raster) know this issue.
>
> If user mouse-down on the one of items in elementary_test,
> move(drag) the mouse to the outside of window, and mouse-up,
>
> Then.. it works improperly.. For example..
> Y
Hi,
Thank you for the patch!
I had a quick look, I don't know anything about the Set/ReleaseCapture, so
I don't know if that's good or not and I can't comment on it.
I noticed though you added a free callback in your code for the event, but
it's not needed since ecore will free the event itself.
On Wed, 16 Nov 2011 22:11:53 +1000 David Seikel
wrote:
> Almost forgot - I never did see any fix for the lua signal issue.
>
> I've poked at it twice and not gotten anywhere. I don't know enough
> about the edje signal and message processing system. Given the
> symptoms - that lua gets it's ow
Dear All, Hello~
I think you (especially Mr. Vincent, Raster) know this issue.
If user mouse-down on the one of items in elementary_test,
move(drag) the mouse to the outside of window, and mouse-up,
Then.. it works improperly.. For example..
You can scroll the list of elementary_test without mo
Almost forgot - I never did see any fix for the lua signal issue.
I've poked at it twice and not gotten anywhere. I don't know enough
about the edje signal and message processing system. Given the
symptoms - that lua gets it's own signals, not those from anywhere else
- it's likely there is an i
and add an
#ifdef
ELM_YES_I_KNOW_WHAT_I_M_DOING_AND_I_WILL_ACCEPT_THE_CONSEQUENCES_AND_ONLY_BLAME_MYSELF
#endif
around the prototype in the header file.
--
Boris Faure
--
RSA(R) Conference 2012
Save $700 by Nov 18
Regis
On Wed, 16 Nov 2011 11:51:38 +0100 Boris Faure said:
> You should remove the const and add big warnings on both the
> documentation and the code. (my tags lead me to the code, i prefer
> reading the code than the doc).
warnings as bigger than boris!
--
- Codito, ergo sum - "I code
On Wed, 16 Nov 2011 11:49:01 +0100 (CET) Vincent Torri
said:
>
>
> On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote:
>
> > On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri
> > said:
> >
> >>
> >>
> >> On Tue, 15 Nov 2011, Enlightenment SVN wrote:
> >>
> >>> Log:
> >>> update
You should remove the const and add big warnings on both the
documentation and the code. (my tags lead me to the code, i prefer
reading the code than the doc).
--
Boris Faure
--
RSA(R) Conference 2012
Save $700 by Nov 18
On Wed, 16 Nov 2011, Carsten Haitzler (The Rasterman) wrote:
> On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri
> said:
>
>>
>>
>> On Tue, 15 Nov 2011, Enlightenment SVN wrote:
>>
>>> Log:
>>> update release candidate trees to their release version in preparation
>>> for alpha
>>
>> so,
On 16 November 2011 01:35, Gustavo Sverzut Barbieri
wrote:
> On Tue, Nov 15, 2011 at 8:00 PM, Eduardo Lima (Etrunko)
> wrote:
>> On Tue, Nov 15, 2011 at 7:41 PM, Cedric BAIL wrote:
>>> In svn ! Nothing from Brazil btw ?
>>>
>>
>> We're not social!
>
> http://www.facebook.com/enlightenment.br
>
>
On 16/11/11 11:28, Carsten Haitzler (The Rasterman) wrote:
> expeTIE... typo in news item... fixed now! :)
We should add a fuzzy-mode to svn and apache. I don't want to have to
read the whole damn word to decide what it's about, first, last, middle
letters and length are more than enough.
--
To
On Wed, 16 Nov 2011 07:48:37 +0100 Stefan Schmidt
said:
> Hello.
>
> On Tue, 2011-11-15 at 22:13, Enlightenment SVN wrote:
> > Log:
> > fix to 1.0.0 not 0.1.0 for expedite alpha!
> >
> >
> >
> > Author: raster
> > Date: 2011-11-15 22:13:09 -0800 (Tue, 15 Nov 2011)
> > New Re
On Wed, 16 Nov 2011 07:38:19 +0100 (CET) Vincent Torri
said:
>
>
> On Tue, 15 Nov 2011, Enlightenment SVN wrote:
>
> > Log:
> > update release candidate trees to their release version in preparation
> > for alpha
>
> so, I have to update evil and make these EFL depend on evil 1.0.0 ?
you wa
On Wed, 16 Nov 2011 07:40:14 +0100 Jonathan Armani said:
no problems! if you find issues, please report and we'lll fix and do a beta or
whatever is appropriate :)
> Thanks !
>
> On Wed, Nov 16, 2011 at 7:20 AM, Carsten Haitzler
> wrote:
> >
> > We'd like to announce a new release cycle alpha r
On Wed, 16 Nov 2011 10:15:15 +0200 Tom Hacohen
said:
> On 16/11/11 09:35, Mike Blumenkrantz wrote:
> > we have our first bug!
> >
>
> Nah, on purpose. Expedite is also getting a release.
expeTIE... typo in news item... fixed now! :)
--
- Codito, ergo sum - "I code, therefore I am"
On Wed, 16 Nov 2011 15:20:24 +0900 Carsten Haitzler (The Rasterman)
wrote:
>
> We'd like to announce a new release cycle alpha release of several
> Enlightenment components
>
> http://download.enlightenment.org/releases/eina-1.1.0-alpha.tar.gz
> http://download.enlightenment.org/releases/eina-
On 16/11/11 09:35, Mike Blumenkrantz wrote:
> we have our first bug!
>
Nah, on purpose. Expedite is also getting a release.
--
Tom.
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev
Hello
Like I said we are welcome on Cross Desktop Room for FOSDEM 2012.
The call for talks are going to be opened soon, so I need to know
who whants to give a talk and about what.
Please contact me by email or register yourself in the Wiki page.
http://trac.enlightenment.org/e/wiki/FOSD
29 matches
Mail list logo