Re: [E-devel] [win32] some evilness

2008-03-06 Thread Vincent Torri
On Sat, 1 Mar 2008, Carsten Haitzler (The Rasterman) wrote: On Fri, 15 Feb 2008 23:54:16 +0100 (CET) Vincent Torri <[EMAIL PROTECTED]> babbled: ok- that looks a lot cleaner after the diff. other than the EAPI removal in .c files. i'd agree on making an EAPI_DEF for the .c files (just sed s/EA

Re: [E-devel] [PATCH] ecore_timer_freeze and ecore_timer_thaw

2008-03-06 Thread Cedric BAIL
Oops ! :) On Wed, Mar 5, 2008 at 4:47 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Wed, 27 Feb 2008 14:16:10 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > This patch give the possibilite to suspend the execution of a timer > > for as long as you want. Freezing a time

Re: [E-devel] [PATCH] Eet file format change

2008-03-06 Thread Cedric BAIL
On Tue, Mar 4, 2008 at 6:38 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Mon, 3 Mar 2008 15:54:25 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > decompile isnt broken more than it was :) but still. got a test case for you: > > eet -d sample.edj edje_file out.txt > > thi

Re: [E-devel] Edje Edit patch ready

2008-03-06 Thread Cedric BAIL
On Wed, Mar 5, 2008 at 4:31 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Tue, 26 Feb 2008 13:28:14 +0100 Dave <[EMAIL PROTECTED]> babbled: > as this is so cool a thing, i'm putting your patch into edje code - so any > more > work for edje_edit - put it there :) we'll work i

[E-devel] Nightly build log for E17 on 2008-03-06 07:09:01 -0800

2008-03-06 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-06 07:09:01 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log edje_editor http://download.enlightenment.org/tests/logs/edj

Re: [E-devel] Edje Edit patch ready

2008-03-06 Thread The Rasterman
On Thu, 6 Mar 2008 14:39:08 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > On Wed, Mar 5, 2008 at 4:31 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Tue, 26 Feb 2008 13:28:14 +0100 Dave <[EMAIL PROTECTED]> babbled: > > as this is so cool a thing, i'm putting your patc

Re: [E-devel] E CVS: libs/edje raster

2008-03-06 Thread Gustavo Sverzut Barbieri
> +edje_edit.c missing file :-/ -- Gustavo Sverzut Barbieri http://profusion.mobi Embedded Systems -- MSN: [EMAIL PROTECTED] Skype: gsbarbieri Mobile: +55 (81) 9927 0010 - This SF.net em

[E-devel] R: E CVS: libs/edje raster

2008-03-06 Thread Dave Andreoli
There's something wrong with your last 2 commit Seems you have committed edje_edit.patch (without the 2 new files) and not the cedric one. probably edje is not compiling now :( - "Enlightenment CVS" <[EMAIL PROTECTED]> ha scritto: > Enlightenment CVS committal > > Author : raster > Proj

[E-devel] R: Re: [PATCH] Eet file format change

2008-03-06 Thread Dave Andreoli
- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto: > On Tue, Mar 4, 2008 at 6:38 PM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Mon, 3 Mar 2008 15:54:25 +0100 "Cedric BAIL" > <[EMAIL PROTECTED]> babbled: > > decompile isnt broken more than it was :) but still. got a test

[E-devel] ecore_imf

2008-03-06 Thread Thomas Alexander Ewald
Hello, I'm trying do complete the ecore_imf python bindings, but when in the tests I cannot run anything. It seems that the problem is the initialization routines. Looking at the etk sources I made a simple C program to verify if the problem occurs only in the python bindings. The source cod

Re: [E-devel] ecore_imf

2008-03-06 Thread Andre Magalhaes
Please check the return of ecore_imf_context_default_id_get, it seems you don't have any plugin installed BR -- Andre Moreira Magalhaes (andrunko) Jabber: [EMAIL PROTECTED] MSN: [EMAIL PROTECTED] Skype: andrunko Blog:http://andrunko

Re: [E-devel] [PATCH] new release of my wallpaper fetcher

2008-03-06 Thread Massimiliano Calamelli
2008/3/5, Cedric BAIL <[EMAIL PROTECTED]>: > Ok, I found some little mistake in my code so there is 2 more patch to > apply. And I also spotted some bugs in your code so their is also a > patch for them. > Great work, man! I applied all of your patchset (for libs and module), actually i'm NOT ab

Re: [E-devel] ecore_imf

2008-03-06 Thread Thomas Alexander Ewald
I've checked. It returns 'hildon-imf-plugin' or something like that ( I'm at home now, and I don't remember clearly ) 2008/3/6, Andre Magalhaes <[EMAIL PROTECTED]>: > Please check the return of ecore_imf_context_default_id_get, it seems > you don't have any plugin installed > > BR > > > -- > A

[E-devel] [PATCH]: e_dbus configure bug

2008-03-06 Thread Stanislav Sedov
Hi! I discovered a small bug in e_dbus configure script. Due to the fact it doesn't check the value of option passed to configure and explicitly sets the value to "no", passing, for example, --enable_ehal to it, effectively disables ehal. The same for other configure options. The patch is attac

Re: [E-devel] R: E CVS: libs/edje raster

2008-03-06 Thread The Rasterman
On Thu, 6 Mar 2008 20:06:00 +0100 (CET) Dave Andreoli <[EMAIL PROTECTED]> babbled: > There's something wrong with your last 2 commit > > Seems you have committed edje_edit.patch (without the 2 new files) and not > the cedric one. probably edje is not compiling now :( eeek. u... what happene