Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread The Rasterman
On Wed, 08 Feb 2012 14:55:48 -0200 Leandro Pereira 
said:

> On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote:
> > http://www.enlightenment.org/~raster/fosdem-1/
> >
> 
> Could you please run this in the photo directory?
> 
> for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] && (echo Creating thumb 
> for $f>/dev/stderr; convert $f -resize 128 ${f/.JPG/.thumb.jpg}); echo 
> '';done > index.html

wget -r! :)

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 15:46:14 -0800 Michael Jennings 
wrote:

> On Thursday, 09 February 2012, at 09:27:34 (+1000),
> David Seikel wrote:
> 
> > I'm not using procmail or anything that goes through procmail for
> > getting my email.  Thanks anyway.
> 
> All modern e-mail services I'm aware of filter duplicates, so if
> you're not using one of them, you should be able to use procmail.
> 
> > CC's can normally be stripped at the mailing list end if set up to
> > do that.  Unfortunately there's a bug that gmail calls a feature and
> > refuses to fix.  The work around conflicts with the mailing list
> > duplicate remover.
> 
> GMail filters duplicates.  I've never received duplicate e-mails via
> any of my GMail accounts.  If you've somehow broken your GMail, well,
> sucks to be you.  :-)

Gmail also filters your own posts, that it's not possible to turn that
off gmail calls a "feature".  I call it a bug, and so have others over
the years.  I prefer to see my own posts to mailing lists, to see them
actually come back from the mailing list.  The work around for that
gmail "feature" means that it can't filter the duplicates.  I just grit
my teeth and put up with too much info instead of not enough.

> Regardless, you have just as much chance of getting everyone to reply
> in a special way just for you as you have of getting everyone to stop
> top-posting or to trim their replies.  Let me know how that works out
> for you.  :-)

True.  lol

Does not mean I can't bitch about it every now and then.

-- 
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: PGP signature
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Jennings
On Thursday, 09 February 2012, at 09:27:34 (+1000),
David Seikel wrote:

> I'm not using procmail or anything that goes through procmail for
> getting my email.  Thanks anyway.

All modern e-mail services I'm aware of filter duplicates, so if
you're not using one of them, you should be able to use procmail.

> CC's can normally be stripped at the mailing list end if set up to do
> that.  Unfortunately there's a bug that gmail calls a feature and
> refuses to fix.  The work around conflicts with the mailing list
> duplicate remover.

GMail filters duplicates.  I've never received duplicate e-mails via
any of my GMail accounts.  If you've somehow broken your GMail, well,
sucks to be you.  :-)

Regardless, you have just as much chance of getting everyone to reply
in a special way just for you as you have of getting everyone to stop
top-posting or to trim their replies.  Let me know how that works out
for you.  :-)

Michael

-- 
Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  
Linux Server/Cluster Admin, LBL.gov   Author, Eterm (www.eterm.org)
---
 "Men have a chromosome women will never have:  the Y chromosome, as
  in, 'Why do I have to talk about the relationship?'"-- Tim Allen

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Elm_Panel

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 16:53:32 +0100 Cedric BAIL 
wrote:

> On Wed, Feb 8, 2012 at 4:42 PM, Tom Hacohen 
> wrote:
> > On 07/02/12 16:21, Cedric BAIL wrote:
> >> Hi,
> >>
> >> We did have a quick thinking about elm_panel. In it's current form,
> >> its usage is very limited. For example, if you want your content
> >> to be always visible and aligned on the side of the panel. It's
> >> currently impossible to do so. In my opinion panel should be a
> >> property of Elementary window. It would then be possible to have
> >> the content of the window take all the background or align on the
> >> panel content. This would cover much more case in my opinion. And
> >> I know, it's very easy to add an elm_layout that would replace
> >> elm_panel, just I want something part of the main theme and
> >> usefull for every one. Does anyone have some though about this
> >> object ?
> >
> > It's currently buggy, yeah, but the concept is still useful, not
> > only in window.
> 
> Yes, Patrick patch seems to fix some of the edje theme of it.
> 
> > I'd like to have a panel inside a pager or something like that.
> >
> > Don't you agree? Just fix it to work nicely and everyone will be
> > happy. :)
> 
> Hum, I did thing about that case and I was more into let add this to
> inwin so it could be used everywhere. But if you prefer, it could be a
> new object with 6 zone in it
> (left,right,top,bottom,background,center).

That's what I don't like about elementary - new slightly
different widgets just keep getting added, instead of making the
existing widgets more general purpose.  You can pretty much get away
with a button that can be a container if it is general purpose enough.
I have an ancient design for that, which I might get around to
implementing some day.  I called it Not A Widget Set.  lol

Though I'm seeing some effort in consolidating widgets and making them
use the same API.  There's hope for elementary yet.

-- 
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: PGP signature
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 09:09:37 -0800 Michael Jennings 
wrote:

> On Wednesday, 08 February 2012, at 11:59:12 (+1000),
> David Seikel wrote:
> 
> > Oh, and CCing duplicates to me is annoying enough, but can people
> > remove the damn CC after, so I don't get the entire damn thread sent
> > to me twice?  sheesh
> 
> cat >> ~/.procmailrc < # ==
> # Preventing duplicates using 16Kb cache
> # They get shoved in duplicates folder
> :0 Whc: msgid.lock
> | formail -D 16384 msgid.cache
> :0 a:
> duplicates
> EOF

I'm not using procmail or anything that goes through procmail for
getting my email.  Thanks anyway.

CC's can normally be stripped at the mailing list end if set up to do
that.  Unfortunately there's a bug that gmail calls a feature and
refuses to fix.  The work around conflicts with the mailing list
duplicate remover.

-- 
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: PGP signature
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore_con

2012-02-08 Thread Michael Blumenkrantz
On Wed, 8 Feb 2012 15:39:45 +0100
Vincent Torri  wrote:

> @since (both functions and typedef)
> 
> On Wed, Feb 8, 2012 at 2:25 PM, Enlightenment SVN
>  wrote:
> > Log:
> > add ecore_con_url_http_version_set() to be able to specify request
> >  version
> >
> >
> >
> > Author:       raster
> > Date:         2012-02-08 05:25:08 -0800 (Wed, 08 Feb 2012)
> > New Revision: 67759
> > Trac:         http://trac.enlightenment.org/e/changeset/67759
> >
> > Modified:
> >  trunk/ecore/ChangeLog trunk/ecore/src/lib/ecore_con/Ecore_Con.h
> > trunk/ecore/src/lib/ecore_con/ecore_con_url.c
> >
> > Modified: trunk/ecore/ChangeLog
> > ===
> > --- trunk/ecore/ChangeLog       2012-02-08 12:25:50 UTC (rev 67758)
> > +++ trunk/ecore/ChangeLog       2012-02-08 13:25:08 UTC (rev 67759)
> > @@ -477,3 +477,8 @@
> >  2012-02-07  Jihoon Kim (jihoon)
> >
> >         * Support ecore_imf_context_input_panel_show/hide in XIM and SCIM
> > module. +
> > +2012-02-08 Carsten Haitzler (The Rasterman)
> > +
> > +        * Add ecore_con_url_http_version_set() to set url request version
> > +
> >
> > Modified: trunk/ecore/src/lib/ecore_con/Ecore_Con.h
> > ===
> > --- trunk/ecore/src/lib/ecore_con/Ecore_Con.h   2012-02-08 12:25:50 UTC
> > (rev 67758) +++ trunk/ecore/src/lib/ecore_con/Ecore_Con.h   2012-02-08
> > 13:25:08 UTC (rev 67759) @@ -1335,6 +1335,32 @@
> >  } Ecore_Con_Url_Time;
> >
> >  /**
> > + * @typedef Ecore_Con_Url_Http_Version
> > + * @enum _Ecore_Con_Url_Http_Version
> > + * The http version to use
> > + */
> > +typedef enum _Ecore_Con_Url_Http_Version
> > +{
> > +   /**
> > +    * HTTP version 1.0
> > +    */
> > +   ECORE_CON_URL_HTTP_VERSION_1_0,
> > +   /**
> > +    * HTTP version 1.1 (default)
> > +    */
> > +   ECORE_CON_URL_HTTP_VERSION_1_1
> > +} Ecore_Con_Url_Http_Version;
> > +
> > +/**
> > + * Change the HTTP version used for the request
> > + * @param version The version to be used
> > + * @return EINA_TRUE on success, EINA_FALSE on failure to change version
> > + *
> > + * @see ecore_con_url_pipeline_get()
> > + */
> > +EAPI Eina_Bool         ecore_con_url_http_version_set(Ecore_Con_Url
> > *url_con, Ecore_Con_Url_Http_Version version); +
> > +/**
> >  * Initialises the Ecore_Con_Url library.
> >  * @return Number of times the library has been initialised without being
> >  *          shut down.
> >
> > Modified: trunk/ecore/src/lib/ecore_con/ecore_con_url.c
> > ===
> > --- trunk/ecore/src/lib/ecore_con/ecore_con_url.c       2012-02-08 12:25:50
> > UTC (rev 67758) +++ trunk/ecore/src/lib/ecore_con/ecore_con_url.c
> > 2012-02-08 13:25:08 UTC (rev 67759) @@ -1097,6 +1097,34 @@
> >  }
> >
> >  EAPI Eina_Bool
> > +ecore_con_url_http_version_set(Ecore_Con_Url *url_con,
> > Ecore_Con_Url_Http_Version version) +{
> > +   int res = -1;
> > +
> > +   switch (version)
> > +     {
> > +      case ECORE_CON_URL_HTTP_VERSION_1_0:
> > +        res = curl_easy_setopt(url_con->curl_easy,
> > +                               CURLOPT_HTTP_VERSION,
> > +                               CURL_HTTP_VERSION_1_0);
> > +        break;
> > +      case ECORE_CON_URL_HTTP_VERSION_1_1:
> > +        res = curl_easy_setopt(url_con->curl_easy,
> > +                               CURLOPT_HTTP_VERSION,
> > +                               CURL_HTTP_VERSION_1_1);
> > +        break;
> > +      default:
> > +        break;
> > +     }
> > +   if (res != CURLE_OK)
> > +     {
> > +        ERR("curl http version setting failed: %s",
> > curl_easy_strerror(res));
> > +        return EINA_FALSE;
> > +     }
> > +   return EINA_TRUE;
> > +}
> > +
> > +EAPI Eina_Bool
> >  ecore_con_url_proxy_set(Ecore_Con_Url *url_con, const char *proxy)
> >  {
> >  #ifdef HAVE_CURL
> >
> >
I took care of it.

--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [PATCH] python-elementary: keyboard fixes

2012-02-08 Thread Boris Faure
I've applied the patches on py-elm. Thank you.
-- 
Boris Faure

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread Tom Hacohen
Yes, PLEASE! :)

And thanks for the upload.

--
Tom.

On 08/02/12 18:55, Leandro Pereira wrote:
> On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote:
>> http://www.enlightenment.org/~raster/fosdem-1/
>>
> 
> Could you please run this in the photo directory?
> 
> for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] && (echo Creating thumb 
> for $f>/dev/stderr; convert $f -resize 128 ${f/.JPG/.thumb.jpg}); echo 
> '';done > index.html
> 
> Thanks :)
> 
> Leandro
> 
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Jennings
On Wednesday, 08 February 2012, at 11:59:12 (+1000),
David Seikel wrote:

> Oh, and CCing duplicates to me is annoying enough, but can people
> remove the damn CC after, so I don't get the entire damn thread sent
> to me twice?  sheesh

cat >> ~/.procmailrc 

Re: [E-devel] FOSDEM photos and stuff

2012-02-08 Thread Leandro Pereira
On 02/08/2012 01:29 AM, Carsten Haitzler (The Rasterman) wrote:
> http://www.enlightenment.org/~raster/fosdem-1/
>

Could you please run this in the photo directory?

for f in *JPG; do [ ! -e ${f/.JPG/.thumb.jpg} ] && (echo Creating thumb 
for $f>/dev/stderr; convert $f -resize 128 ${f/.JPG/.thumb.jpg}); echo 
'';done > index.html

Thanks :)

Leandro

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem in using edje

2012-02-08 Thread Tom Hacohen
On 08/02/12 17:37, Cedric BAIL wrote:
> You were triggering two different bugs inside edje. That was a really
> good test case :-) Anyway, it should be fixed now.

Please add an edje test to test these bugs. This kind of incremental 
regression testing is easy to add (we need to check the bug anyway, so 
we already have a small test case) and is important for future changes.

--
Tom.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Google Summer of Code 2012....

2012-02-08 Thread Vincent Torri
On Tue, Feb 7, 2012 at 5:52 PM, ravenlock  wrote:
> All,
>
> Google has announce "Google Summer of Code 2012".  This is the event's
> eighth year running.
>
> Google Summer of Code is a summertime event in which students are
> encouraged to participate with Open Source organizations.  These
> students are provided a significant stipend for their summertime
> efforts.  Organizations provide structure, guidance, and mentorship over
> the summer months while the students work towards the completion of a
> personal project.  While students are encouraged to bring their own
> ideas to the table, students are also provided an "Ideas Page" from
> which they can choose. We are presently in the process of determining
> available resources and bandwidth for our participation.  Our 2012 ideas
> page is in it's infancy, a link will be posted shortly.
>
> In order to learn more about the event please visit the Blog [1] or the
> FAQ [2].
>
> If you are interested in participating as student please join us on
> Freenode in #e or #edevelop and let us know.

nothing to be done there : http://trac.enlightenment.org/e/wiki/Events ?

Vincent

>
> Regards,
> Ravenlock
>
> [1] -
> http://google-opensource.blogspot.com/2012/02/google-summer-of-code-2012-is-on.html
> [2] -
> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/faqs
>
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Elm_Panel

2012-02-08 Thread Cedric BAIL
On Wed, Feb 8, 2012 at 4:42 PM, Tom Hacohen  wrote:
> On 07/02/12 16:21, Cedric BAIL wrote:
>> Hi,
>>
>> We did have a quick thinking about elm_panel. In it's current form,
>> its usage is very limited. For example, if you want your content to be
>> always visible and aligned on the side of the panel. It's currently
>> impossible to do so. In my opinion panel should be a property of
>> Elementary window. It would then be possible to have the content of
>> the window take all the background or align on the panel content. This
>> would cover much more case in my opinion. And I know, it's very easy
>> to add an elm_layout that would replace elm_panel, just I want
>> something part of the main theme and usefull for every one.
>>     Does anyone have some though about this object ?
>
> It's currently buggy, yeah, but the concept is still useful, not only in
> window.

Yes, Patrick patch seems to fix some of the edje theme of it.

> I'd like to have a panel inside a pager or something like that.
>
> Don't you agree? Just fix it to work nicely and everyone will be happy. :)

Hum, I did thing about that case and I was more into let add this to
inwin so it could be used everywhere. But if you prefer, it could be a
new object with 6 zone in it
(left,right,top,bottom,background,center).
-- 
Cedric BAIL

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Elm_Panel

2012-02-08 Thread Tom Hacohen
On 07/02/12 16:21, Cedric BAIL wrote:
> Hi,
>
> We did have a quick thinking about elm_panel. In it's current form,
> its usage is very limited. For example, if you want your content to be
> always visible and aligned on the side of the panel. It's currently
> impossible to do so. In my opinion panel should be a property of
> Elementary window. It would then be possible to have the content of
> the window take all the background or align on the panel content. This
> would cover much more case in my opinion. And I know, it's very easy
> to add an elm_layout that would replace elm_panel, just I want
> something part of the main theme and usefull for every one.
> Does anyone have some though about this object ?

It's currently buggy, yeah, but the concept is still useful, not only in 
window.

I'd like to have a panel inside a pager or something like that.

Don't you agree? Just fix it to work nicely and everyone will be happy. :)

--
Tom.


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem in using edje

2012-02-08 Thread Cedric BAIL
Yop,

On Wed, Feb 8, 2012 at 10:10 AM, patrick chevalier
 wrote:
> I have some problems with my edje file (see attachment).
> When I make a program part for the right and left swallow parts, it's
> work at 100%.
> But when I try it for the top and bottom part, it place randomly the
> view when I'm trying to resizing it.
> Could you help me to understand this problem please ?

You were triggering two different bugs inside edje. That was a really
good test case :-) Anyway, it should be fixed now.
-- 
Cedric BAIL

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: raster IN trunk/ecore: . src/lib/ecore_con

2012-02-08 Thread Vincent Torri
@since (both functions and typedef)

On Wed, Feb 8, 2012 at 2:25 PM, Enlightenment SVN
 wrote:
> Log:
> add ecore_con_url_http_version_set() to be able to specify request
>  version
>
>
>
> Author:       raster
> Date:         2012-02-08 05:25:08 -0800 (Wed, 08 Feb 2012)
> New Revision: 67759
> Trac:         http://trac.enlightenment.org/e/changeset/67759
>
> Modified:
>  trunk/ecore/ChangeLog trunk/ecore/src/lib/ecore_con/Ecore_Con.h 
> trunk/ecore/src/lib/ecore_con/ecore_con_url.c
>
> Modified: trunk/ecore/ChangeLog
> ===
> --- trunk/ecore/ChangeLog       2012-02-08 12:25:50 UTC (rev 67758)
> +++ trunk/ecore/ChangeLog       2012-02-08 13:25:08 UTC (rev 67759)
> @@ -477,3 +477,8 @@
>  2012-02-07  Jihoon Kim (jihoon)
>
>         * Support ecore_imf_context_input_panel_show/hide in XIM and SCIM 
> module.
> +
> +2012-02-08 Carsten Haitzler (The Rasterman)
> +
> +        * Add ecore_con_url_http_version_set() to set url request version
> +
>
> Modified: trunk/ecore/src/lib/ecore_con/Ecore_Con.h
> ===
> --- trunk/ecore/src/lib/ecore_con/Ecore_Con.h   2012-02-08 12:25:50 UTC (rev 
> 67758)
> +++ trunk/ecore/src/lib/ecore_con/Ecore_Con.h   2012-02-08 13:25:08 UTC (rev 
> 67759)
> @@ -1335,6 +1335,32 @@
>  } Ecore_Con_Url_Time;
>
>  /**
> + * @typedef Ecore_Con_Url_Http_Version
> + * @enum _Ecore_Con_Url_Http_Version
> + * The http version to use
> + */
> +typedef enum _Ecore_Con_Url_Http_Version
> +{
> +   /**
> +    * HTTP version 1.0
> +    */
> +   ECORE_CON_URL_HTTP_VERSION_1_0,
> +   /**
> +    * HTTP version 1.1 (default)
> +    */
> +   ECORE_CON_URL_HTTP_VERSION_1_1
> +} Ecore_Con_Url_Http_Version;
> +
> +/**
> + * Change the HTTP version used for the request
> + * @param version The version to be used
> + * @return EINA_TRUE on success, EINA_FALSE on failure to change version
> + *
> + * @see ecore_con_url_pipeline_get()
> + */
> +EAPI Eina_Bool         ecore_con_url_http_version_set(Ecore_Con_Url 
> *url_con, Ecore_Con_Url_Http_Version version);
> +
> +/**
>  * Initialises the Ecore_Con_Url library.
>  * @return Number of times the library has been initialised without being
>  *          shut down.
>
> Modified: trunk/ecore/src/lib/ecore_con/ecore_con_url.c
> ===
> --- trunk/ecore/src/lib/ecore_con/ecore_con_url.c       2012-02-08 12:25:50 
> UTC (rev 67758)
> +++ trunk/ecore/src/lib/ecore_con/ecore_con_url.c       2012-02-08 13:25:08 
> UTC (rev 67759)
> @@ -1097,6 +1097,34 @@
>  }
>
>  EAPI Eina_Bool
> +ecore_con_url_http_version_set(Ecore_Con_Url *url_con, 
> Ecore_Con_Url_Http_Version version)
> +{
> +   int res = -1;
> +
> +   switch (version)
> +     {
> +      case ECORE_CON_URL_HTTP_VERSION_1_0:
> +        res = curl_easy_setopt(url_con->curl_easy,
> +                               CURLOPT_HTTP_VERSION,
> +                               CURL_HTTP_VERSION_1_0);
> +        break;
> +      case ECORE_CON_URL_HTTP_VERSION_1_1:
> +        res = curl_easy_setopt(url_con->curl_easy,
> +                               CURLOPT_HTTP_VERSION,
> +                               CURL_HTTP_VERSION_1_1);
> +        break;
> +      default:
> +        break;
> +     }
> +   if (res != CURLE_OK)
> +     {
> +        ERR("curl http version setting failed: %s", curl_easy_strerror(res));
> +        return EINA_FALSE;
> +     }
> +   return EINA_TRUE;
> +}
> +
> +EAPI Eina_Bool
>  ecore_con_url_proxy_set(Ecore_Con_Url *url_con, const char *proxy)
>  {
>  #ifdef HAVE_CURL
>
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 20:54:09 +0900 Carsten Haitzler (The Rasterman)
 wrote:

> On Wed, 8 Feb 2012 20:48:01 +1000 David Seikel 
> said:
> 
> > On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz
> >  wrote:
> > 
> > > On Wed, 8 Feb 2012 10:16:05 +0100
> > > Mark-Willem Jansen  wrote:
> > > 
> > > > 
> > > > Back to the problem. The fact that valgrind finds no memory leak
> > > > can mean.
> > > > 
> > > > 1) Valgrind is not perfect and can sometimes fail to find a
> > > > memory leak. 2) There are some pre-compiler lines in the code,
> > > > different users can have different flags set. 3) There is no
> > > > memory leak, but the code itself is allocating more and more
> > > > memory while loading the same image over and over.
> > > > 
> > > > Maybe the original poster can point us in the correct direction
> > > > by providing EFL based programs he/she is using.
> > > > 
> > > > (I fail to remember the name of the original poster.)
> > 
> > That would be me, though at least one other person is seeing it to.
> > 
> > Not been using any other EFL programmes during the leaking time.
> > 
> > 
> > > No, it probably just means the leak is from a module that I'm not
> > > using.
> > 
> > Yep, not seeing the huge leak after unloading all modules.
> > 
> > Given that others have tracked it to evas, I suspect it's something
> > like clock and / or cpufreq leaking ram each time they diddle with
> > the images.  Or perhaps the pager popup when I switch desktops, as
> > I do that very often sometimes.  Or all of the above if it's an
> > endemic evas issue.
> 
> it was cedric's fault. :)

I saw your commit.  I'll update soon.

-- 
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: PGP signature
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread The Rasterman
On Wed, 8 Feb 2012 20:48:01 +1000 David Seikel  said:

> On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz
>  wrote:
> 
> > On Wed, 8 Feb 2012 10:16:05 +0100
> > Mark-Willem Jansen  wrote:
> > 
> > > 
> > > Back to the problem. The fact that valgrind finds no memory leak
> > > can mean.
> > > 
> > > 1) Valgrind is not perfect and can sometimes fail to find a memory
> > > leak. 2) There are some pre-compiler lines in the code, different
> > > users can have different flags set. 3) There is no memory leak, but
> > > the code itself is allocating more and more memory while loading
> > > the same image over and over.
> > > 
> > > Maybe the original poster can point us in the correct direction by
> > > providing EFL based programs he/she is using.
> > > 
> > > (I fail to remember the name of the original poster.)
> 
> That would be me, though at least one other person is seeing it to.
> 
> Not been using any other EFL programmes during the leaking time.
> 
> 
> > No, it probably just means the leak is from a module that I'm not
> > using.
> 
> Yep, not seeing the huge leak after unloading all modules.
> 
> Given that others have tracked it to evas, I suspect it's something
> like clock and / or cpufreq leaking ram each time they diddle with the
> images.  Or perhaps the pager popup when I switch desktops, as I do
> that very often sometimes.  Or all of the above if it's an endemic evas
> issue.

it was cedric's fault. :)

-- 
- Codito, ergo sum - "I code, therefore I am" --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread ChunEon Park
later :)

-Regards, Hermet-
 
-Original Message-
From: "Daniel Juyung Seo" 
To: "Enlightenment developer 
list"
Cc: 
Sent: 12-02-08(수) 19:56:22
Subject: Re: [E-devel] E SVN: hermet trunk/PROTO
I hope to see it's working :)
Daniel Juyung Seo (SeoZ)
On Wed, Feb 8, 2012 at 7:13 PM, Christopher Michael
wrote:
> On 02/08/12 05:10, Enlightenment SVN wrote:
> > Log:
> > ehidden_ninjas - moved from GAMES to PROTO
> >
>
> Hermet++
>
> Good man :) Now people cannot complain (too much) when they try to build
> it :) Also, now that it is in PROTO, distros & packagers will be less
> likely to ship it (for now) because it "could" be in a broken state
> (hence "prototype") :)
>
> If/When you get it to a more stable state, then feel free to move it
> back to games when it's working :)
>
> Cheers,
> dh
>
> >
> >
> >
> > Author: hermet
> > Date: 2012-02-08 02:10:34 -0800 (Wed, 08 Feb 2012)
> > New Revision: 67753
> > Trac: http://trac.enlightenment.org/e/changeset/67753
> >
> > Added:
> > trunk/PROTO/ehidden_ninjas/
>
>
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread Daniel Juyung Seo
I hope to see it's working :)

Daniel Juyung Seo (SeoZ)

On Wed, Feb 8, 2012 at 7:13 PM, Christopher Michael
wrote:

> On 02/08/12 05:10, Enlightenment SVN wrote:
> > Log:
> > ehidden_ninjas - moved from GAMES to PROTO
> >
>
> Hermet++
>
> Good man :) Now people cannot complain (too much) when they try to build
> it :) Also, now that it is in PROTO, distros & packagers will be less
> likely to ship it (for now) because it "could" be in a broken state
> (hence "prototype") :)
>
> If/When you get it to a more stable state, then feel free to move it
> back to games when it's working :)
>
> Cheers,
> dh
>
> >
> >
> >
> > Author:   hermet
> > Date: 2012-02-08 02:10:34 -0800 (Wed, 08 Feb 2012)
> > New Revision: 67753
> > Trac: http://trac.enlightenment.org/e/changeset/67753
> >
> > Added:
> >trunk/PROTO/ehidden_ninjas/
>
>
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread David Seikel
On Wed, 8 Feb 2012 04:32:48 -0500 Michael Blumenkrantz
 wrote:

> On Wed, 8 Feb 2012 10:16:05 +0100
> Mark-Willem Jansen  wrote:
> 
> > 
> > Back to the problem. The fact that valgrind finds no memory leak
> > can mean.
> > 
> > 1) Valgrind is not perfect and can sometimes fail to find a memory
> > leak. 2) There are some pre-compiler lines in the code, different
> > users can have different flags set. 3) There is no memory leak, but
> > the code itself is allocating more and more memory while loading
> > the same image over and over.
> > 
> > Maybe the original poster can point us in the correct direction by
> > providing EFL based programs he/she is using.
> > 
> > (I fail to remember the name of the original poster.)

That would be me, though at least one other person is seeing it to.

Not been using any other EFL programmes during the leaking time.


> No, it probably just means the leak is from a module that I'm not
> using.

Yep, not seeing the huge leak after unloading all modules.

Given that others have tracked it to evas, I suspect it's something
like clock and / or cpufreq leaking ram each time they diddle with the
images.  Or perhaps the pager popup when I switch desktops, as I do
that very often sometimes.  Or all of the above if it's an endemic evas
issue.

-- 
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: PGP signature
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Cedric BAIL
On Wed, Feb 8, 2012 at 10:32 AM, Michael Blumenkrantz
 wrote:
> On Wed, 8 Feb 2012 10:16:05 +0100
> Mark-Willem Jansen  wrote:
>> Back to the problem. The fact that valgrind finds no memory leak can mean.
>>
>> 1) Valgrind is not perfect and can sometimes fail to find a memory leak.
>> 2) There are some pre-compiler lines in the code, different users can have
>> different flags set. 3) There is no memory leak, but the code itself is
>> allocating more and more memory while loading the same image over and over.
>>
>> Maybe the original poster can point us in the correct direction by providing
>> EFL based programs he/she is using.
>>
>> (I fail to remember the name of the original poster.)
>>
>> --
>> Mark-Willem
>> 
>> > Date: Tue, 7 Feb 2012 21:56:24 -0500
>> > From: michael.blumenkra...@gmail.com
>> > To: enlightenment-devel@lists.sourceforge.net
>> > CC: onef...@gmail.com
>> > Subject: Re: [E-devel] Big memory leak in e17.
>> >
>> > On Wed, 8 Feb 2012 12:34:38 +1000
>> > David Seikel  wrote:
>> >
>> > > On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
>> > >  wrote:
>> > >
>> > > > On Wed, 8 Feb 2012 11:59:12 +1000
>> > > > David Seikel  wrote:
>> > > >
>> > > > > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
>> > > > >  wrote:
>> > > > >
>> > > > > > On 02/06/12 22:05, David Seikel wrote:
>> > > > > > > I updated my E17 (plus EFL naturally) two days ago, just noticed
>> > > > > > > that since then it's grabbed 2GBs of RAM. Think there's a leak
>> > > > > > > somewhere.
>> > > > > >
>> > > > > > Valgrind loves you !! ;)
>> > > > >
>> > > > > RL hates me, not had time since then to do anything. Still
>> > > > > catching up on my email, and the day is half over. Looks like
>> > > > > others have picked up the scent though.
>> > > > >
>> > > > > Oh, and CCing duplicates to me is annoying enough, but can people
>> > > > > remove the damn CC after, so I don't get the entire damn thread
>> > > > > sent to me twice? sheesh
>> > > > >
>> > > > I was valgrinding for about 6 hours earlier and no sign of any leaks
>> > > > here.
>> > >
>> > > You forgot to add a CC, I only got your reply twice. :-P
>> > >
>> > My mistake, I have rectified this issue.
> No, it probably just means the leak is from a module that I'm not using.

It tooks me 5s to trigger the leak. I use a normal E17 + engage +
comp-scale. But the issue is in Evas, already proved that. To
reproduce, just start E17 with valgrind=4, then leave. You will see
your leak.
-- 
Cedric BAIL

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Jiyoun Park
Hello. I'm jypark.


1 week ago, I commit rev 67604 to fix memory leak related with dirty image.

without this code, with the scenario like somebody modify image file
and reload it simultaneously,

there is memory leak of the same image data size.



But it makes some problem and opens Pandora's box.

I thought  cedric fix one of them(rev67681),but there is still problem
like memory leak.

Currently I'm debuging this issue, but I cannot any hint using valgrind.

I'll use memprof to debug this.



sorry memory leak, plz don't spank me.

2012/2/8, Michael Blumenkrantz :
> On Wed, 8 Feb 2012 10:16:05 +0100
> Mark-Willem Jansen  wrote:
>
>>
>> Back to the problem. The fact that valgrind finds no memory leak can mean.
>>
>> 1) Valgrind is not perfect and can sometimes fail to find a memory leak.
>> 2) There are some pre-compiler lines in the code, different users can have
>> different flags set. 3) There is no memory leak, but the code itself is
>> allocating more and more memory while loading the same image over and
>> over.
>>
>> Maybe the original poster can point us in the correct direction by
>> providing
>> EFL based programs he/she is using.
>>
>> (I fail to remember the name of the original poster.)
>>
>> --
>> Mark-Willem
>> 
>> > Date: Tue, 7 Feb 2012 21:56:24 -0500
>> > From: michael.blumenkra...@gmail.com
>> > To: enlightenment-devel@lists.sourceforge.net
>> > CC: onef...@gmail.com
>> > Subject: Re: [E-devel] Big memory leak in e17.
>> >
>> > On Wed, 8 Feb 2012 12:34:38 +1000
>> > David Seikel  wrote:
>> >
>> > > On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
>> > >  wrote:
>> > >
>> > > > On Wed, 8 Feb 2012 11:59:12 +1000
>> > > > David Seikel  wrote:
>> > > >
>> > > > > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
>> > > > >  wrote:
>> > > > >
>> > > > > > On 02/06/12 22:05, David Seikel wrote:
>> > > > > > > I updated my E17 (plus EFL naturally) two days ago, just
>> > > > > > > noticed
>> > > > > > > that since then it's grabbed 2GBs of RAM. Think there's a leak
>> > > > > > > somewhere.
>> > > > > >
>> > > > > > Valgrind loves you !! ;)
>> > > > >
>> > > > > RL hates me, not had time since then to do anything. Still
>> > > > > catching up on my email, and the day is half over. Looks like
>> > > > > others have picked up the scent though.
>> > > > >
>> > > > > Oh, and CCing duplicates to me is annoying enough, but can people
>> > > > > remove the damn CC after, so I don't get the entire damn thread
>> > > > > sent to me twice? sheesh
>> > > > >
>> > > > I was valgrinding for about 6 hours earlier and no sign of any leaks
>> > > > here.
>> > >
>> > > You forgot to add a CC, I only got your reply twice. :-P
>> > >
>> > My mistake, I have rectified this issue.
> No, it probably just means the leak is from a module that I'm not using.
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet trunk/PROTO

2012-02-08 Thread Christopher Michael
On 02/08/12 05:10, Enlightenment SVN wrote:
> Log:
> ehidden_ninjas - moved from GAMES to PROTO
>

Hermet++

Good man :) Now people cannot complain (too much) when they try to build 
it :) Also, now that it is in PROTO, distros & packagers will be less 
likely to ship it (for now) because it "could" be in a broken state 
(hence "prototype") :)

If/When you get it to a more stable state, then feel free to move it 
back to games when it's working :)

Cheers,
dh

>
>
>
> Author:   hermet
> Date: 2012-02-08 02:10:34 -0800 (Wed, 08 Feb 2012)
> New Revision: 67753
> Trac: http://trac.enlightenment.org/e/changeset/67753
>
> Added:
>trunk/PROTO/ehidden_ninjas/


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread ChunEon Park
Ok . I moved it to PROTO. :)

-Regards, Hermet-
 
-Original Message-
From: "Christopher Michael" 
To: "Enlightenment developer 
list"
Cc: 
Sent: 12-02-08(수) 18:14:14
Subject: Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas
On 02/08/12 03:40, Davide Andreoli wrote:
> 2012/2/8 Daniel Juyung Seo:
>> It doesn't even build here :(
>>
>> Daniel Juyung Seo (SeoZ)
>>
>> On Wed, Feb 8, 2012 at 4:50 PM, Sebastian 
>> Dransfeldwrote:
>>
>>> On 02/08/2012 02:52 AM, ChunEon Park wrote:
 This game will be going to be implemented occasionally.
 I just backed up the source code.
 If it's bad to put the imcompleted source code,
 then I will remove it . ;)
>>>
>>> Just add a big notice that it does not work, and that it's not because
>>> it is abandoned.
>
> I really don't like stuff like this in svn, the majority of the code
> in the GAMES dir are in an not-acceptable state. IMO the official svn
> should be keeped better than this. Or at least create a folder for
> stuff that is not working jet?
> The e svn is not our backup machine, is the first place where people
> come to see the project, the svn it's our image to the world :)
>
>
>>> S.
>>>
>>>
If it's in an incomplete state, then either do what Seb mentioned and 
make a note that it's "incomplete" OR move it to PROTO directory (as in 
"prototype" and may not work/compile/run).
dh
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] [patch] evas - preventing retard mouse event process in evas_object_event_callback_call

2012-02-08 Thread Hyoyoung Chang
Dear all.

I made a small patch to prevent retard mouse event process.
At certain circumstance (like as genlist select callback + naviframe item push),
some events are repeat processed.

If some evas_objects're iterating in evas_event_feed_mouse_up and
mouse_out event's emitted by other interrupt(such as naviframe item push),
then some evas_objects events are multiple processed by
evas_object_event_callback_call.

More elaborating it with a example.
There are a genlist and a multibuttonentry on genlist item.
When a user clicks multibuttonentry then evas will process mouse down and up.
in evas_event_feed_mouse_up, it gets evas object list to process mouse events.
Then in the evas object list, there are two evas objects - rect and textblock.
Two objects have its own parents.

the rect has below parents.

edje  - genlist item
elm_genlist_pan
edje
multibuttonentry
box
entry
els_scroller  (0x2a601788)
rect  <== the rect

the textblock has below parents.
--
edje - genlist item
elm_genlist_pan
edje
multibuttonentry
box
entry
els_scroller(0x2a601788)
edje
elm_pan
edje
textblock   <== the textblock

(note : two evas object have same parent (els_scroller))

So normally mouse up callbacks event propagates to its own parent.
the rect is processed to genlist item. and the textblock is processed
to genlist item.
but when els_scroller is processed, it's blocked by checking event
type and event id checking.

Mouse Up(rect) ->  Mouse Up(textblock)
event_id (3)  ->   event_id (3)

evas_object_event_callback_call(Evas_Object *obj, Evas_Callback_Type
type, void *event_info, int event_id)
{
   ...
   if ((obj->delete_me) || (!obj->layer)) return;
   if ((obj->last_event == event_id) &&
   (obj->last_event_type == type)) return;
 <=== blocked

However if naviframe item is pushed in the middle of mouse up processing.
It can break into mouse up. So it's processed like below.

Mouse Up(rect) -> Mouse Out(rect) -> Mouse Out(textblock) -> Mouse Up(textblock)
event_id (3)  -> event_id(4) -> event_id(4)
-> event_id(3)
(note Mouse_Out is made by naviframe item push for event freezing)

If that, there's no mechanism to block that repeat processing same event.
So I suggest this patch.
This patch blocks old events if there's no reason to process.
(It blocks old mouse_up event because mouse_out is processed.)

And I think it also clear the bug in
"[E-devel] event repetition with elm_naviframe/elm_genlist"

Thank you.
Index: evas/src/lib/canvas/evas_callbacks.c
===
--- evas/src/lib/canvas/evas_callbacks.c(리비전 67750)
+++ evas/src/lib/canvas/evas_callbacks.c(작업 사본)
@@ -172,6 +172,15 @@
if ((obj->delete_me) || (!obj->layer)) return;
if ((obj->last_event == event_id) &&
(obj->last_event_type == type)) return;
+   if (obj->last_event > event_id)
+ {
+if ((obj->last_event_type == EVAS_CALLBACK_MOUSE_OUT) &&
+((type >= EVAS_CALLBACK_MOUSE_DOWN) &&
+ (type <= EVAS_CALLBACK_MULTI_MOVE)))
+  {
+ return;
+  }
+ }
obj->last_event = event_id;
obj->last_event_type = type;
if (!(e = obj->layer->evas)) return;
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Michael Blumenkrantz
On Wed, 8 Feb 2012 10:16:05 +0100
Mark-Willem Jansen  wrote:

> 
> Back to the problem. The fact that valgrind finds no memory leak can mean.
> 
> 1) Valgrind is not perfect and can sometimes fail to find a memory leak.
> 2) There are some pre-compiler lines in the code, different users can have
> different flags set. 3) There is no memory leak, but the code itself is
> allocating more and more memory while loading the same image over and over.
> 
> Maybe the original poster can point us in the correct direction by providing
> EFL based programs he/she is using.
> 
> (I fail to remember the name of the original poster.)
> 
> --
> Mark-Willem
> 
> > Date: Tue, 7 Feb 2012 21:56:24 -0500
> > From: michael.blumenkra...@gmail.com
> > To: enlightenment-devel@lists.sourceforge.net
> > CC: onef...@gmail.com
> > Subject: Re: [E-devel] Big memory leak in e17.
> >
> > On Wed, 8 Feb 2012 12:34:38 +1000
> > David Seikel  wrote:
> >
> > > On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
> > >  wrote:
> > >
> > > > On Wed, 8 Feb 2012 11:59:12 +1000
> > > > David Seikel  wrote:
> > > >
> > > > > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
> > > > >  wrote:
> > > > >
> > > > > > On 02/06/12 22:05, David Seikel wrote:
> > > > > > > I updated my E17 (plus EFL naturally) two days ago, just noticed
> > > > > > > that since then it's grabbed 2GBs of RAM. Think there's a leak
> > > > > > > somewhere.
> > > > > >
> > > > > > Valgrind loves you !! ;)
> > > > >
> > > > > RL hates me, not had time since then to do anything. Still
> > > > > catching up on my email, and the day is half over. Looks like
> > > > > others have picked up the scent though.
> > > > >
> > > > > Oh, and CCing duplicates to me is annoying enough, but can people
> > > > > remove the damn CC after, so I don't get the entire damn thread
> > > > > sent to me twice? sheesh
> > > > >
> > > > I was valgrinding for about 6 hours earlier and no sign of any leaks
> > > > here.
> > >
> > > You forgot to add a CC, I only got your reply twice. :-P
> > >
> > My mistake, I have rectified this issue.
No, it probably just means the leak is from a module that I'm not using.

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Big memory leak in e17.

2012-02-08 Thread Mark-Willem Jansen

Back to the problem. The fact that valgrind finds no memory leak can mean.

1) Valgrind is not perfect and can sometimes fail to find a memory leak.
2) There are some pre-compiler lines in the code, different users can have 
different flags set.
3) There is no memory leak, but the code itself is allocating more and more 
memory while loading the same image over and over.

Maybe the original poster can point us in the correct direction by providing 
EFL based programs he/she is using.

(I fail to remember the name of the original poster.)

--
Mark-Willem

> Date: Tue, 7 Feb 2012 21:56:24 -0500
> From: michael.blumenkra...@gmail.com
> To: enlightenment-devel@lists.sourceforge.net
> CC: onef...@gmail.com
> Subject: Re: [E-devel] Big memory leak in e17.
>
> On Wed, 8 Feb 2012 12:34:38 +1000
> David Seikel  wrote:
>
> > On Tue, 7 Feb 2012 21:12:04 -0500 Michael Blumenkrantz
> >  wrote:
> >
> > > On Wed, 8 Feb 2012 11:59:12 +1000
> > > David Seikel  wrote:
> > >
> > > > On Tue, 07 Feb 2012 03:11:40 -0500 Christopher Michael
> > > >  wrote:
> > > >
> > > > > On 02/06/12 22:05, David Seikel wrote:
> > > > > > I updated my E17 (plus EFL naturally) two days ago, just noticed
> > > > > > that since then it's grabbed 2GBs of RAM. Think there's a leak
> > > > > > somewhere.
> > > > >
> > > > > Valgrind loves you !! ;)
> > > >
> > > > RL hates me, not had time since then to do anything. Still
> > > > catching up on my email, and the day is half over. Looks like
> > > > others have picked up the scent though.
> > > >
> > > > Oh, and CCing duplicates to me is annoying enough, but can people
> > > > remove the damn CC after, so I don't get the entire damn thread
> > > > sent to me twice? sheesh
> > > >
> > > I was valgrinding for about 6 hours earlier and no sign of any leaks
> > > here.
> >
> > You forgot to add a CC, I only got your reply twice. :-P
> >
> My mistake, I have rectified this issue.
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Christopher Michael
On 02/08/12 03:40, Davide Andreoli wrote:
> 2012/2/8 Daniel Juyung Seo:
>> It doesn't even build here :(
>>
>> Daniel Juyung Seo (SeoZ)
>>
>> On Wed, Feb 8, 2012 at 4:50 PM, Sebastian 
>> Dransfeldwrote:
>>
>>> On 02/08/2012 02:52 AM, ChunEon Park wrote:
 This game will be going to be implemented occasionally.
 I just backed up the source code.
 If it's bad to put the imcompleted source code,
 then I will remove it . ;)
>>>
>>> Just add a big notice that it does not work, and that it's not because
>>> it is abandoned.
>
> I really don't like stuff like this in svn, the majority of the code
> in the GAMES dir are in an not-acceptable state. IMO the official svn
> should be keeped better than this. Or at least create a folder for
> stuff that is not working jet?
> The e svn is not our backup machine, is the first place where people
> come to see the project, the svn it's our image to the world :)
>
>
>>> S.
>>>
>>>

If it's in an incomplete state, then either do what Seb mentioned and 
make a note that it's "incomplete" OR move it to PROTO directory (as in 
"prototype" and may not work/compile/run).

dh



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Problem in using edje

2012-02-08 Thread patrick chevalier

Hi,

I have some problems with my edje file (see attachment).
When I make a program part for the right and left swallow parts, it's
work at 100%.
But when I try it for the top and bottom part, it place randomly the
view when I'm trying to resizing it.
Could you help me to understand this problem please ?

Regards,

--
CHEVALIER Patrick - OWI
tél: +33 (0)1 42 68 28 12

collections {
   group { name: "elm/layout/application/elegance";
  parts {
 part { name: "elegance.bg"; type: RECT;
description { state: "default" 0.0;
   color: 0 0 255 255;
   rel1 {
  relative: 0 0;
   }
   rel2 {
  relative: 1 1;
   }
}
 }
 part { name: "view.bg"; type: RECT;
description { state: "default" 0.0;
   color: 0 60 60 255;
   rel1 {
  to: "elm.swallow.view";
  relative: 0 0;
   }
   rel2 {
  to: "elm.swallow.view";
  relative: 1 1;
   }
}
 }
 part { name: "elm.swallow.view"; type: SWALLOW;
description { state: "default" 0.0;
   rel1 {
  to_x: "elm.swallow.left_panel";
  to_y: "elm.swallow.top_panel";
  relative: 1.0 1.0;
   }
   rel2 {
  to_x: "elm.swallow.right_panel";
  to_y: "elm.swallow.bottom_panel";
  relative: 0.0 0.0;
   }
}
 }
 part { name: "elm.swallow.top_panel"; type: SWALLOW;
description { state: "default" 0.0;
   rel1 {
  relative: 0.20 0;
   }
   rel2 {
  relative: 0.80 0.20;
   }
}
description { state: "hide" 0.0;
   rel1 {
  relative: 0.2 -0.20;
   }
   rel2 {
  relative: 0.8 0;
   }
}
 }
 part { name: "button_top";
type: EXTERNAL;
source: "elm/button";
description { state: "default" 0.0;
   align: 0.5 0;
   max: 48 32;
   rel1 {
  to_y: "elm.swallow.top_panel";
  relative: 0 1;
   }
   rel2 {
  relative: 1 1;
   }
}
description { state: "hide" 0.0;
   inherit: "default" 0.0;
   rel1 {
  to_x: "elm.swallow.left_panel";
  to_y: "elm.swallow.top_panel";
  relative: 1 1;
   }
   rel2 {
  relative: 1 1;
   }
}
 }
 part { name: "elm.swallow.bottom_panel"; type: SWALLOW;
description { state: "default" 0.0;
   rel1 {
  relative: 0.2 0.8;
   }
   rel2 {
  relative: 0.8 1.0;
   }
}
description { state: "hide" 0.0;
   rel1 {
  to_x: "elm.swallow.left_panel";
  relative: 1.0 1.0;
   }
   rel2 {
  to: "elm.swallow.right_panel";
  relative: 0.0 1.2;
   }
}
 }
 part { name: "test_rect"; type: RECT;
description { state: "default" 0.0;
   color: 255 0 0 128;
   rel1 {
  to: "elm.swallow.bottom_panel";
   }
   rel2 {
  to: "elm.swallow.bottom_panel";
   }
}
 }
 part { name: "button_bottom";
type: EXTERNAL;
source: "elm/button";
description { state: "default" 0.0;
   align: 0.5 1;
   max: 48 32;
   rel1 {
  relative: 0 0;
   }
   rel2 {
  to_y: "elm.swallow.bottom_panel";
  relative: 1 0;
   }
}
description { state: "hide" 0.0;
   inherit: "default" 0.0;
   rel1 {
  to_x: "elm.swallow.left_panel";
  relative: 1 0;
   }
   rel2 {
  to_y: "elm.swallow.bottom_panel";
  relative: 1 0;
   }
}
 }
 part { name: "elm.swallow.right_panel"; type: SWALLOW;
description { state: "default" 0.0;
   rel1 {
  relative: 0.80 0.0;
   }
   rel2 {
  relative: 1.0 1.0;
   }
}
description { state: "hide" 0.0;
   rel1 {
  relative: 1.0 0.0;
   }
   rel

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Davide Andreoli
2012/2/8 Daniel Juyung Seo :
> It doesn't even build here :(
>
> Daniel Juyung Seo (SeoZ)
>
> On Wed, Feb 8, 2012 at 4:50 PM, Sebastian Dransfeld 
> wrote:
>
>> On 02/08/2012 02:52 AM, ChunEon Park wrote:
>> > This game will be going to be implemented occasionally.
>> > I just backed up the source code.
>> > If it's bad to put the imcompleted source code,
>> > then I will remove it . ;)
>>
>> Just add a big notice that it does not work, and that it's not because
>> it is abandoned.

I really don't like stuff like this in svn, the majority of the code
in the GAMES dir are in an not-acceptable state. IMO the official svn
should be keeped better than this. Or at least create a folder for
stuff that is not working jet?
The e svn is not our backup machine, is the first place where people
come to see the project, the svn it's our image to the world :)


>> S.
>>
>>
>> --
>> Keep Your Developer Skills Current with LearnDevNow!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-d2d
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] elm_inwin patch: improve widget theming ability

2012-02-08 Thread Davide Andreoli
2012/2/8 Iván Briano (Sachiel) :
> 2012/2/7 michael bouchaud :
>> About it, I say we need to keep the text into a list or something. Why,
>> just because the part can be missing.
>> Nothing against your patch. I push it in, really thanks!!!
>> But, I ask me this use case, where dev expects to use the content of this
>> extra parts. Same as contents
>> In gengrid and genlist it's really a mess.
>>
>
> It's not just about the part not being there, you also need to be able
> to re-set the text when the theme of the object changes.
>

Argh this is indeed an issue, keeping a list of texts is the only way
I see to solve this... but I really don't like the idea  :/
but I also think it's a great limitation to force the themes to have
only the parts defined by the programmersother ideas?


> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E SVN: woohyun IN trunk/elementary/src: bin lib

2012-02-08 Thread Daniel Juyung Seo
Please update ElementaryChanges.
http://trac.enlightenment.org/e/wiki/ElementaryChanges
Thanks in advance.

Daniel Juyung Seo (SeoZ)

On Wed, Feb 8, 2012 at 4:23 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> [elementary/entry] Add elm_entry_markup_filter_append/prepend/remove
>  and make elm_entry_text_filter_append/prepend/remove be deprecated. In
>  a filter function appended by elm_entry_text_filter_append, the type of
> text can
>  be format, text, or markup. So correct filtering is impossible. But
>  with elm_entry_markup_filter_append, the type is always markup.
>
>
> Author:   woohyun
> Date: 2012-02-07 23:23:08 -0800 (Tue, 07 Feb 2012)
> New Revision: 67747
> Trac: http://trac.enlightenment.org/e/changeset/67747
>
> Modified:
>  trunk/elementary/src/bin/test_entry.c
> trunk/elementary/src/lib/elc_scrolled_entry.c
> trunk/elementary/src/lib/elm_deprecated.h
> trunk/elementary/src/lib/elm_entry.h
>
> Modified: trunk/elementary/src/bin/test_entry.c
> ===
> --- trunk/elementary/src/bin/test_entry.c   2012-02-08 02:10:53 UTC
> (rev 67746)
> +++ trunk/elementary/src/bin/test_entry.c   2012-02-08 07:23:08 UTC
> (rev 67747)
> @@ -366,7 +366,7 @@
>
>digits_filter_data.accepted = "0123456789";
>digits_filter_data.rejected = NULL;
> -   elm_entry_text_filter_append(en, elm_entry_filter_accept_set,
> &digits_filter_data);
> +   elm_entry_markup_filter_append(en, elm_entry_filter_accept_set,
> &digits_filter_data);
>
>/* No digits entry */
>en = elm_entry_add(win);
> @@ -381,7 +381,7 @@
>
>digits_filter_data2.accepted = NULL;
>digits_filter_data2.rejected = "0123456789";
> -   elm_entry_text_filter_append(en, elm_entry_filter_accept_set,
> &digits_filter_data2);
> +   elm_entry_markup_filter_append(en, elm_entry_filter_accept_set,
> &digits_filter_data2);
>
>/* Size limited entry */
>en = elm_entry_add(win);
> @@ -396,7 +396,7 @@
>
>limit_filter_data.max_char_count = 20;
>limit_filter_data.max_byte_count = 0;
> -   elm_entry_text_filter_append(en, elm_entry_filter_limit_size,
> &limit_filter_data);
> +   elm_entry_markup_filter_append(en, elm_entry_filter_limit_size,
> &limit_filter_data);
>
>/* Byte size limited entry */
>en = elm_entry_add(win);
> @@ -411,7 +411,7 @@
>
>limit_filter_data2.max_char_count = 0;
>limit_filter_data2.max_byte_count = 30;
> -   elm_entry_text_filter_append(en, elm_entry_filter_limit_size,
> &limit_filter_data2);
> +   elm_entry_markup_filter_append(en, elm_entry_filter_limit_size,
> &limit_filter_data2);
>
>/* Single line password entry */
>en_p = elm_entry_add(win);
>
> Modified: trunk/elementary/src/lib/elc_scrolled_entry.c
> ===
> --- trunk/elementary/src/lib/elc_scrolled_entry.c   2012-02-08
> 02:10:53 UTC (rev 67746)
> +++ trunk/elementary/src/lib/elc_scrolled_entry.c   2012-02-08
> 07:23:08 UTC (rev 67747)
> @@ -163,13 +163,13 @@
>  {elm_entry_item_provider_remove(obj, func, data);}
>  EINA_DEPRECATED EAPI void
>  elm_scrolled_entry_text_filter_append(Evas_Object *obj, void (*func)
> (void *data, Evas_Object *entry, char **text), void *data)
> -{elm_entry_text_filter_append(obj, func, data);}
> +{elm_entry_markup_filter_append(obj, func, data);}
>  EINA_DEPRECATED EAPI void
>  elm_scrolled_entry_text_filter_prepend(Evas_Object *obj, void (*func)
> (void *data, Evas_Object *entry, char **text), void *data)
> -{elm_entry_text_filter_prepend(obj, func, data);}
> +{elm_entry_markup_filter_prepend(obj, func, data);}
>  EINA_DEPRECATED EAPI void
>  elm_scrolled_entry_text_filter_remove(Evas_Object *obj, void (*func)
> (void *data, Evas_Object *entry, char **text), void *data)
> -{elm_entry_text_filter_remove(obj, func, data);}
> +{elm_entry_markup_filter_remove(obj, func, data);}
>  EINA_DEPRECATED EAPI void
>  elm_scrolled_entry_file_set(Evas_Object *obj, const char *file,
> Elm_Text_Format format)
>  {elm_entry_file_set(obj, file, format);}
>
> Modified: trunk/elementary/src/lib/elm_deprecated.h
> ===
> --- trunk/elementary/src/lib/elm_deprecated.h   2012-02-08 02:10:53 UTC
> (rev 67746)
> +++ trunk/elementary/src/lib/elm_deprecated.h   2012-02-08 07:23:08 UTC
> (rev 67747)
> @@ -4211,4 +4211,49 @@
>  */
>  EINA_DEPRECATED EAPI void
>  elm_gengrid_item_del(Elm_Object_Item *it);
>
> +/**
> + * Append a filter function for text inserted in the entry
> + *
> + * Append the given callback to the list. This functions will be called
> + * whenever any text is inserted into the entry, with the text to be
> inserted
> + * as a parameter. The callback function is free to alter the text in any
> way
> + * it wants, but it must remember to free the given pointer and update it.
> + * If the new text is to be discarded, the function can free it and set
> its
> + * text parameter to NU

Re: [E-devel] E SVN: hermet IN trunk/GAMES: . ehidden_ninjas

2012-02-08 Thread Daniel Juyung Seo
It doesn't even build here :(

Daniel Juyung Seo (SeoZ)

On Wed, Feb 8, 2012 at 4:50 PM, Sebastian Dransfeld wrote:

> On 02/08/2012 02:52 AM, ChunEon Park wrote:
> > This game will be going to be implemented occasionally.
> > I just backed up the source code.
> > If it's bad to put the imcompleted source code,
> > then I will remove it . ;)
>
> Just add a big notice that it does not work, and that it's not because
> it is abandoned.
>
> S.
>
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel