Dear all,
I have using elementary_test for testing elementary map widget.
But it use invalid object for signal callback. I have changed win --> map.
Also I have fixed invalid log message.
Please review this patch.
--
BRs,
Kim.
Index: src/bin/test_map.c
=
We'd like to announce a new release of several Enlightenment components.
All of these components come from revision 65800, if you prefer to fetch from
SVN.
Eina 1.1.0
[GZ] [BZ2]
Additions
eina_unicode_strndup API
EINA_INLIST_FOREACH_SAFE API
eina unicode UTF8 convenience calls API
yay!!
This is so quick release after alpha!
Everybody did good jobs.
Thank you all.
Now it's time to rock'n roll with e17 and elm 1.0 release!
Daniel Juyung Seo (SeoZ)
On Fri, Dec 2, 2011 at 5:25 PM, Carsten Haitzler wrote:
> We'd like to announce a new release of several Enlightenment componen
I fixed vala binding 5 hours ago.
Sorry for being lazy.
Thanks.
Daniel Juyung Seo (SeoZ)
On Fri, Dec 2, 2011 at 4:07 PM, Martin Jansa wrote:
> On Fri, Dec 02, 2011 at 11:30:01AM +1000, David Seikel wrote:
>> Elsa got broken, and I was thinking of actually trying it out soon.
>>
>> elsa_gui.c: I
In previous mail, I have added unnecessary debug messages.
Fortunately, this patch is not in yet.
I have removed and attach patch again.
However, elm_map is not maintained??
It is hard to be reviewed and be patched to map... ;-(
I think elementary map has some heisenbugs and design issues.
O
And FYI.
discomfitor fixed python binding and elsa 7 hours ago.
Nice co-work!
Daniel Juyung Seo (SeoZ)
On Fri, Dec 2, 2011 at 5:36 PM, Daniel Juyung Seo wrote:
> I fixed vala binding 5 hours ago.
> Sorry for being lazy.
>
> Thanks.
>
> Daniel Juyung Seo (SeoZ)
>
> On Fri, Dec 2, 2011 at 4:07 PM,
On Fri, 2 Dec 2011 08:42:43 +0100 (CET) Vincent Torri
said:
>
>
> On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote:
>
> > On Fri, 2 Dec 2011 08:28:36 +0100 (CET) Vincent Torri
> > said:
> >
> >>
> >>
> >> On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote:
> >>
> >>> On Thu,
feature freeze is off now! you can add new features again to "released efl"
components. i've bumped them all up to 1.x.99 now (expedite excluded - it's an
app), so osx will be happy we dont break its limit of 255 for rev (poor osx..
it has so little memory it can only spare a single byte for versio
On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote:
> We'd like to announce a new release of several Enlightenment components.
>
> All of these components come from revision 65800, if you prefer to fetch from
> SVN.
so i will do a release of evil myself. I'll build the tarballs from tha
On Fri, 2 Dec 2011, Enlightenment SVN wrote:
> Log:
> and lets bump on to 1.x.99 (or so) for svn... and back to adding snap
> rev.
no branch for 1.1.0 ?
Vincent
>
>
>
> Author: raster
> Date: 2011-12-02 01:10:56 -0800 (Fri, 02 Dec 2011)
> New Revision: 65802
> Trac: htt
On Fri, 2 Dec 2011 10:27:53 +0100 (CET) Vincent Torri
said:
>
>
> On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote:
>
> > We'd like to announce a new release of several Enlightenment components.
> >
> > All of these components come from revision 65800, if you prefer to fetch
> > from
On Fri, 2 Dec 2011 10:29:05 +0100 (CET) Vincent Torri
said:
>
>
> On Fri, 2 Dec 2011, Enlightenment SVN wrote:
>
> > Log:
> > and lets bump on to 1.x.99 (or so) for svn... and back to adding snap
> > rev.
>
> no branch for 1.1.0 ?
aaah crap. i KNEw i forgot something.
> Vincent
>
> >
> >
in 65808
-Regards, Hermet-
-Original Message-
From: "Enlightenment SVN"
To: enlightenment-...@lists.sourceforge.net
Cc:
Sent: 11-12-02(금) 19:02:54
Subject: E SVN: hermet trunk/elementary/src/edje_externals
Log:
elementary/
On Fri, Dec 02, 2011 at 04:00:46PM +0900, Carsten Haitzler wrote:
> On Thu, 1 Dec 2011 17:41:17 +0100 Joerg Sonnenberger
> said:
>
> > Hi all,
> > sorry for not finding the time for doing this earlier. Attached is a
> > patch that sorts out a number of smaller issues with eina on NetBSD and
> > S
On Fri, Dec 02, 2011 at 03:37:30PM +0900, Carsten Haitzler wrote:
> On Thu, 1 Dec 2011 17:41:17 +0100 Joerg Sonnenberger
> said:
>
> this is really late... and a lot of these patches i find questionable. i'll
> question here (things not questioned seem ok):
>
> 1. __SUNPRO_C instead of __sun <-
2011/12/2 Joerg Sonnenberger :
> On Fri, Dec 02, 2011 at 03:37:30PM +0900, Carsten Haitzler wrote:
>> On Thu, 1 Dec 2011 17:41:17 +0100 Joerg Sonnenberger
>>
>> said:
>>
>> this is really late... and a lot of these patches i find questionable. i'll
>> question here (things not questioned seem ok)
On Fri, 2 Dec 2011 13:39:41 +0100 Joerg Sonnenberger
said:
> On Fri, Dec 02, 2011 at 03:37:30PM +0900, Carsten Haitzler wrote:
> > On Thu, 1 Dec 2011 17:41:17 +0100 Joerg Sonnenberger
> > said:
> >
> > this is really late... and a lot of these patches i find questionable. i'll
> > question here
On Fri, Dec 02, 2011 at 09:51:12PM +0900, Carsten Haitzler wrote:
> > > 2. all the chasting and changing to unsigned char for passing into isspace
> > > () - isspace() actually takes an int, not unsigned char, so this just
> > > doesn't make sense. :( (well it does according to the manual page i ha
On Fri, 2 Dec 2011 05:42:36 -0800
"Enlightenment SVN" wrote:
> Log:
> eeze 1.2 is now operational
>
> Author: discomfitor
> Date: 2011-12-02 05:42:36 -0800 (Fri, 02 Dec 2011)
> New Revision: 65809
> Trac: http://trac.enlightenment.org/e/changeset/65809
>
> Added:
> trun
Update NEWS by adding at the top a new section for eet 1.6
Vincent
On Fri, 2 Dec 2011, Enlightenment SVN wrote:
> Log:
> +eet_file_get()
>
>
> Author: discomfitor
> Date: 2011-12-02 06:03:46 -0800 (Fri, 02 Dec 2011)
> New Revision: 65812
> Trac: http://trac.enlightenment.
On Fri, Dec 02, 2011 at 08:40:26AM +1000, David Seikel wrote:
> On Thu, 1 Dec 2011 23:26:25 +0100 Joerg Sonnenberger
> wrote:
>
> > On Mon, Nov 28, 2011 at 09:54:18PM +0900, Carsten Haitzler wrote:
> > > http://download.enlightenment.org/releases/edje-1.1.0-beta.tar.gz
> > > http://download.enlig
On 12/02/2011 04:33 AM, Enlightenment SVN wrote:
> Log:
> more trivial fixes from Joerg Sonnenberger
This must be rubbish. isspace() takes int as argument, not unsigned char
S.
>
>
> Author: discomfitor
> Date: 2011-12-01 19:33:19 -0800 (Thu, 01 Dec 2011)
> New Revision: 65799
> Tr
On Fri, Dec 02, 2011 at 08:05:43PM +0100, Sebastian Dransfeld wrote:
> On 12/02/2011 04:33 AM, Enlightenment SVN wrote:
> > Log:
> > more trivial fixes from Joerg Sonnenberger
>
> This must be rubbish. isspace() takes int as argument, not unsigned char
You are wrong. Please read the mail on the l
On 12/02/2011 08:16 PM, Joerg Sonnenberger wrote:
> On Fri, Dec 02, 2011 at 08:05:43PM +0100, Sebastian Dransfeld wrote:
>> On 12/02/2011 04:33 AM, Enlightenment SVN wrote:
>>> Log:
>>> more trivial fixes from Joerg Sonnenberger
>>
>> This must be rubbish. isspace() takes int as argument, not unsig
On Fri, 2 Dec 2011, Joerg Sonnenberger wrote:
> On Fri, Dec 02, 2011 at 09:51:12PM +0900, Carsten Haitzler wrote:
2. all the chasting and changing to unsigned char for passing into isspace
() - isspace() actually takes an int, not unsigned char, so this just
doesn't make sense. :(
On Fri, Dec 02, 2011 at 10:16:17PM +0100, Vincent Torri wrote:
> so why not just do a & 0xff instead of casting ?
The cast is IMO cleaner in the intentions. It also has the theoretical
advantage of working independent of CHAR_BIT==8.
Joerg
2011/12/2 Joerg Sonnenberger :
> On Fri, Dec 02, 2011 at 10:16:17PM +0100, Vincent Torri wrote:
>> so why not just do a & 0xff instead of casting ?
>
> The cast is IMO cleaner in the intentions. It also has the theoretical
> advantage of working independent of CHAR_BIT==8.
>
We are not reading fro
On Fri, 2 Dec 2011, Joerg Sonnenberger wrote:
> On Fri, Dec 02, 2011 at 10:16:17PM +0100, Vincent Torri wrote:
>> so why not just do a & 0xff instead of casting ?
>
> The cast is IMO cleaner in the intentions. It also has the theoretical
> advantage of working independent of CHAR_BIT==8.
except
On Fri, Dec 02, 2011 at 07:33:15PM -0200, Iván Briano (Sachiel) wrote:
> 2011/12/2 Joerg Sonnenberger :
> > On Fri, Dec 02, 2011 at 10:16:17PM +0100, Vincent Torri wrote:
> >> so why not just do a & 0xff instead of casting ?
> >
> > The cast is IMO cleaner in the intentions. It also has the theoret
2011/12/2 Joerg Sonnenberger :
> On Fri, Dec 02, 2011 at 07:33:15PM -0200, Iván Briano (Sachiel) wrote:
>> 2011/12/2 Joerg Sonnenberger :
>> > On Fri, Dec 02, 2011 at 10:16:17PM +0100, Vincent Torri wrote:
>> >> so why not just do a & 0xff instead of casting ?
>> >
>> > The cast is IMO cleaner in t
On Fri, 2 Dec 2011 09:53:37 -0800
"Enlightenment SVN" wrote:
> Log:
> eet: revert works from discomfitor. too buggy elementary segv. I'm pleased to
> SPANK him :D
>
> Author: yoz
> Date: 2011-12-02 09:53:37 -0800 (Fri, 02 Dec 2011)
> New Revision: 65828
> Trac: http://trac
On Fri, 2 Dec 2011 15:16:37 +0100 Joerg Sonnenberger
said:
> On Fri, Dec 02, 2011 at 08:40:26AM +1000, David Seikel wrote:
> > On Thu, 1 Dec 2011 23:26:25 +0100 Joerg Sonnenberger
> > wrote:
> >
> > > On Mon, Nov 28, 2011 at 09:54:18PM +0900, Carsten Haitzler wrote:
> > > > http://download.enli
On Sat, 3 Dec 2011 08:08:26 +0900
Carsten Haitzler (The Rasterman) wrote:
> On Fri, 2 Dec 2011 15:16:37 +0100 Joerg Sonnenberger
> said:
>
> > On Fri, Dec 02, 2011 at 08:40:26AM +1000, David Seikel wrote:
> > > On Thu, 1 Dec 2011 23:26:25 +0100 Joerg Sonnenberger
> > > wrote:
> > >
> > > > On
In addition to the EFL, I have added Evil 1.0.0, the Windows compatibility
layer:
http://www.enlightenment.org/p.php?p=news/show&l=en&news_id=38
http://www.enlightenment.org/p.php?p=download&l=en
Vincent
On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote:
> We'd like to announce a new
On Sat, Dec 03, 2011 at 08:08:26AM +0900, Carsten Haitzler wrote:
> On Fri, 2 Dec 2011 15:16:37 +0100 Joerg Sonnenberger
> said:
>
> > On Fri, Dec 02, 2011 at 08:40:26AM +1000, David Seikel wrote:
> > > On Thu, 1 Dec 2011 23:26:25 +0100 Joerg Sonnenberger
> > > wrote:
> > >
> > > > On Mon, Nov
On Fri, 2 Dec 2011 17:42:30 +0900 Daniel Juyung Seo
wrote:
> And FYI.
> discomfitor fixed python binding and elsa 7 hours ago.
> Nice co-work!
Python stuff still broken, or broken again.
/home/dvs1/e17_svn/SVN/trunk/BINDINGS/python/python-elementary/elementary/elementary.c_elementary_genlist.px
On Fri, 2 Dec 2011 20:24:02 -0800
"Enlightenment SVN" wrote:
> Log:
> +ecore_x_randr_output_backlight_available() from Term
> also corresponding e17 usage
>
>
> Author: discomfitor
> Date: 2011-12-02 20:24:02 -0800 (Fri, 02 Dec 2011)
> New Revision: 65837
> Trac: htt
On Fri, 2 Dec 2011 20:41:30 -0800
"Enlightenment SVN" wrote:
> Log:
> Ecore_X(cb): Add function for backlight_available so that E will work
> again :)
>
>
>
> Author: devilhorns
> Date: 2011-12-02 20:41:30 -0800 (Fri, 02 Dec 2011)
> New Revision: 65838
> Trac: http
On Fri, 2 Dec 2011, Enlightenment SVN wrote:
> Log:
> mempools++
i'm curious: do you have some numbers about the improvements that
allocators provide ?
Vincent
>
>
> Author: discomfitor
> Date: 2011-12-02 19:39:07 -0800 (Fri, 02 Dec 2011)
> New Revision: 65833
> Trac: h
On Fri, 2 Dec 2011, Enlightenment SVN wrote:
> Log:
> fix incorrect usage of dbus_message_iter_open_container
changelog ? backport to 1.0, 1.1 ?
Vincent
>
>
> Author: discomfitor
> Date: 2011-12-02 20:15:50 -0800 (Fri, 02 Dec 2011)
> New Revision: 65836
> Trac: http://tr
On Sat, 3 Dec 2011 07:01:33 +0100 (CET)
Vincent Torri wrote:
>
>
> On Fri, 2 Dec 2011, Enlightenment SVN wrote:
>
> > Log:
> > fix incorrect usage of dbus_message_iter_open_container
>
> changelog ? backport to 1.0, 1.1 ?
>
> Vincent
>
> >
> >
> > Author: discomfitor
> > Date:
On Sat, 3 Dec 2011 06:58:18 +0100 (CET)
Vincent Torri wrote:
>
>
> On Fri, 2 Dec 2011, Enlightenment SVN wrote:
>
> > Log:
> > mempools++
>
> i'm curious: do you have some numbers about the improvements that
> allocators provide ?
>
> Vincent
>
> >
> >
> > Author: discomfitor
> > Dat
42 matches
Mail list logo