Re: [E-devel] eina_value is failing on Windows

2012-01-20 Thread Sachiel
2012/1/21 Vincent Torri : > hey > > first, i think that alloca.h is not needed anymore (no alloca call). > On the other hand, malloc is used, hence stdlib.h should be included > instead. > > About the error: > > >   EINA_VALUE_TYPE_DISPATCH_RETURN(value, vset, EINA_ERROR_VALUE_FAILED, >            

[E-devel] eina_value is failing on Windows

2012-01-20 Thread Vincent Torri
hey first, i think that alloca.h is not needed anymore (no alloca call). On the other hand, malloc is used, hence stdlib.h should be included instead. About the error: EINA_VALUE_TYPE_DISPATCH_RETURN(value, vset, EINA_ERROR_VALUE_FAILED, EINA_FALSE, mem, ar

Re: [E-devel] eve: another patch for deprecated APIs

2012-01-20 Thread Leandro Pereira
On 01/20/2012 10:50 AM, Martin Jansa wrote: > attached > > Applied. Thanks. Leandro -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is

Re: [E-devel] Wobbly Window Option

2012-01-20 Thread Gustavo Sverzut Barbieri
On Fri, Jan 20, 2012 at 2:07 PM, Joel Madero wrote: > Could code be taken from (and/or at least based on) the ecomorph wobbly > windows? Can you direct me to the packages that would have to be looked at > alongside edje?? I'm going to investigate, no promises, but I've been > looking for a program

Re: [E-devel] Wobbly Window Option

2012-01-20 Thread Joel Madero
Could code be taken from (and/or at least based on) the ecomorph wobbly windows? Can you direct me to the packages that would have to be looked at alongside edje?? I'm going to investigate, no promises, but I've been looking for a programming project, this could be it. If any other programmer out t

Re: [E-devel] Thread support on some old systems

2012-01-20 Thread Guillaume Friloux
On 20/01/2012 09:34, Guillaume Friloux wrote: > Hello e people, > > It is actually not possible to build eina with thread support on some > old systems (like debian4). > > Symptom : > When compiling eina_unicode, the following message appears : > http://pastebin.com/Y9iCDqud > > The problem is that

Re: [E-devel] Test Buildbot on Windows?

2012-01-20 Thread Vincent Torri
On Fri, Jan 20, 2012 at 2:53 PM, Gustavo Sverzut Barbieri wrote: > On Fri, Jan 20, 2012 at 11:48 AM, Vincent Torri > wrote: >> On Fri, Jan 20, 2012 at 2:09 PM, Gustavo Sverzut Barbieri >> wrote: >>> Hi all, >>> >>> As you know we're setting the buildbot, so far only for Linux. Could >>> you ple

Re: [E-devel] Test Buildbot on Windows?

2012-01-20 Thread Gustavo Sverzut Barbieri
On Fri, Jan 20, 2012 at 11:48 AM, Vincent Torri wrote: > On Fri, Jan 20, 2012 at 2:09 PM, Gustavo Sverzut Barbieri > wrote: >> Hi all, >> >> As you know we're setting the buildbot, so far only for Linux. Could >> you please check if at least Makefile.win works? If so, could someone >> configure b

Re: [E-devel] Test Buildbot on Windows?

2012-01-20 Thread Vincent Torri
On Fri, Jan 20, 2012 at 2:09 PM, Gustavo Sverzut Barbieri wrote: > Hi all, > > As you know we're setting the buildbot, so far only for Linux. Could > you please check if at least Makefile.win works? If so, could someone > configure buildslave on windows and give it a try? I can aid the > buildslav

[E-devel] Test Buildbot on Windows?

2012-01-20 Thread Gustavo Sverzut Barbieri
Hi all, As you know we're setting the buildbot, so far only for Linux. Could you please check if at least Makefile.win works? If so, could someone configure buildslave on windows and give it a try? I can aid the buildslave part, but have no idea how to setup EFL deps and dev environment on Windows

[E-devel] eve: another patch for deprecated APIs

2012-01-20 Thread Martin Jansa
attached -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com From f8f158d1d1386e6386e7ee48bbc8c1f3262fe492 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 20 Jan 2012 10:20:59 +0100 Subject: [PATCH 3/3] eve: use elm_object_part_content_set instead of deprecated elm_entry_end_set Si

Re: [E-devel] E SVN: hermet trunk/enjoy/src/bin

2012-01-20 Thread ChunEon Park
Hi Martin. I submitted your patch - 67386. but I dropped eve patches because I didn't catch your irc messages before I modify eve. Anyway, thanks. :) -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlig

Re: [E-devel] Windows installer

2012-01-20 Thread Vincent Torri
Hey new version of the installer. Several bug have been fixed. I've also added these features: * expedite is installed * edje examples are added * association of .edj files to edje_player * default installation directory is c:\Efl * links to edje_player.exe EXAMPLE.edj are added in the start

Re: [E-devel] Thread support on some old systems

2012-01-20 Thread The Rasterman
On Fri, 20 Jan 2012 09:34:01 +0100 Guillaume Friloux said: that patch smells totally wrong. that means ALL apps including Eina.h as standard are going to see your problem... > Hello e people, > > It is actually not possible to build eina with thread support on some > old systems (like debian4)

[E-devel] about edje examples

2012-01-20 Thread Vincent Torri
Hey, I've 2 problems with the edje examples and my Windows installer : 1) the edje and image files paths are harcoded. So it would be nice to have some getenv() stuff to solve that, or some arguments to pass to command line (one of those solutions is enough for me, as I'm creating links) 2) As I

Re: [E-devel] Thread support on some old systems

2012-01-20 Thread Guillaume Friloux
On 20/01/2012 09:34, Guillaume Friloux wrote: > Hello e people, > > It is actually not possible to build eina with thread support on some > old systems (like debian4). > > Symptom : > When compiling eina_unicode, the following message appears : > http://pastebin.com/Y9iCDqud > > The problem is that

Re: [E-devel] [patch] elm_icon - add aspect_fixed_{set/get}

2012-01-20 Thread The Rasterman
On Fri, 20 Jan 2012 17:19:23 +0900 Hyoyoung Chang said: > current implementation is black image filled in right half. it shouldnt be if icon window is set up right - it'd be transparent. look at e17 - it does this for its icons it dnd's around :) > anyway it's not a big issue. i wanna make a sa

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-20 Thread The Rasterman
On Fri, 20 Jan 2012 17:26:16 +0900 Hyoyoung Chang said: > On Tue, Jan 17, 2012 at 8:02 PM, Carsten Haitzler > wrote: > > On Fri, 6 Jan 2012 17:48:59 +0900 Hyoyoung Chang said: > > > > ok - i dont like passing all tyhe funcs as params. please do it this way: > > > > EAPI Elm_Genlist_Item_Class *

[E-devel] Thread support on some old systems

2012-01-20 Thread Guillaume Friloux
Hello e people, It is actually not possible to build eina with thread support on some old systems (like debian4). Symptom : When compiling eina_unicode, the following message appears : http://pastebin.com/Y9iCDqud The problem is that when building eina_unicode.c we include Eina.h, then include e

Re: [E-devel] [patch] elm_gen{list, grid} - adding item_class management functions

2012-01-20 Thread Hyoyoung Chang
On Tue, Jan 17, 2012 at 8:02 PM, Carsten Haitzler wrote: > On Fri, 6 Jan 2012 17:48:59 +0900 Hyoyoung Chang said: > > ok - i dont like passing all tyhe funcs as params. please do it this way: > > EAPI Elm_Genlist_Item_Class *elm_genlist_item_class_new(void); > EAPI void                     > elm_

Re: [E-devel] [patch] elm_icon - add aspect_fixed_{set/get}

2012-01-20 Thread Hyoyoung Chang
current implementation is black image filled in right half. anyway it's not a big issue. i wanna make a same icon size at dragging. is it good to show original width/height? if then it's useless. if not, i think it's worth to commit. On Wed, Jan 18, 2012 at 11:17 AM, Carsten Haitzler wrote: > On