Re: [E-devel] E SVN: morlenxus trunk/E-MODULES-EXTRA/iiirk/src

2008-12-18 Thread Christopher Michael
Careful with this Brian...in Some places the Params actually are used devil Enlightenment SVN wrote: > Log: > fix function call > Author: morlenxus > Date: 2008-12-17 17:31:58 -0800 (Wed, 17 Dec 2008) > New Revision: 38198 > > Modified: > trunk/E-MODULES-EXTRA/iiirk/src/e_

Re: [E-devel] E SVN: raster IN trunk/TMP/st: elementary/src/bin elementary/src/lib elementary-alarm/src/bin elementary-sms/src/bin

2008-12-18 Thread Christopher Michael
This Gonna Be an "Off"icial Kit ?? Something everyone likes? (Just askin...) dh Enlightenment SVN wrote: > Log: > set up new init structure that will enable fast-start, when the code is > done. > > > Author: raster > Date: 2008-12-18 00:12:27 -0800 (Thu, 18 Dec 2008) >

Re: [E-devel] E SVN: sachiel IN trunk/evas/src/lib: . canvas

2008-12-18 Thread Christopher Michael
W00T This one had me peeved who broke what & why? Thanks Sachiel :) dh Enlightenment SVN wrote: > Log: > More proper fix for the infinite calculate in evas box. > > > Author: sachiel > Date: 2008-12-17 19:04:15 -0800 (Wed, 17 Dec 2008) > New Revision: 38205 > > Modifie

Re: [E-devel] [BUG] Exquisite

2008-12-18 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 17 Dec 2008 18:06:39 +0100 Thanatermesis wrote: > Please add the component exquisite to trac :) Done! Massimiliano - -- Massimiliano Calamelli http://mcalamelli.netsons.org mcalame...@gmail.com -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [E-devel] E SVN: raster IN trunk/TMP/st: elementary/src/bin elementary/src/lib elementary-alarm/src/bin elementary-sms/src/bin

2008-12-18 Thread Viktor Kojouharov
Ai, we gonna be chugging down elementary with a smile! And like it! On Thu, 2008-12-18 at 03:39 -0500, Christopher Michael wrote: > This Gonna Be an "Off"icial Kit ?? Something everyone likes? > > (Just askin...) > > dh > > Enlightenment SVN wrote: > > Log: > > set up new init structure t

Re: [E-devel] E SVN: raster IN trunk/TMP/st: elementary/src/bin elementary/src/lib elementary-alarm/src/bin elementary-sms/src/bin

2008-12-18 Thread The Rasterman
On Thu, 18 Dec 2008 09:45:31 +0100 Viktor Kojouharov babbled: burp! > Ai, we gonna be chugging down elementary with a smile! And like it! > > On Thu, 2008-12-18 at 03:39 -0500, Christopher Michael wrote: > > This Gonna Be an "Off"icial Kit ?? Something everyone likes? > > > > (Just ask

Re: [E-devel] E SVN: sachiel IN trunk/edje/src: bin lib

2008-12-18 Thread Cedric BAIL
On Thu, Dec 18, 2008 at 3:43 AM, Enlightenment SVN wrote: > Log: > And finally, edje table goes in > Author: sachiel > Date: 2008-12-17 18:43:20 -0800 (Wed, 17 Dec 2008) > New Revision: 38204 I perhaps missed it, but could you post an example on how to use this ? -- Cedric BAIL

[E-devel] compiling EFL using winxp+mingw

2008-12-18 Thread Samuel Nicholas
hi again, Hadn't been able to compile evas for some time, been trying weekly, then the other day it worked :) thanx So just to let relevant parties know ecore gets stuck here: $ make make all-recursive make[1]: Entering directory `/d/enlightenment/ecore' Making all in src make[2]: Entering dir

Re: [E-devel] E SVN: sachiel IN trunk/edje/src: bin lib

2008-12-18 Thread Iván Briano (Sachiel)
On Thu, Dec 18, 2008 at 7:20 AM, Cedric BAIL wrote: > On Thu, Dec 18, 2008 at 3:43 AM, Enlightenment SVN > wrote: >> Log: >> And finally, edje table goes in >> Author: sachiel >> Date: 2008-12-17 18:43:20 -0800 (Wed, 17 Dec 2008) >> New Revision: 38204 > > I perhaps missed it, but

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-18 Thread Viktor Kojouharov
I've attached an updated patch that removed the redundant if's. Everything else is pretty much the same. So if no one has any objections in the near future, I'd like to commit it. On Mon, 2008-12-15 at 10:00 +1100, Carsten Haitzler wrote: > On Sun, 14 Dec 2008 15:24:06 +0100 Sebastian Dransfeld >

Re: [E-devel] [BUG] Exquisite

2008-12-18 Thread Nick Hughart
On Wed, 17 Dec 2008 18:06:39 +0100 Thanatermesis wrote: > With bootsplash, if is required a user-action between the boot > process (like if you boot with init 1, or you have a mountpoint in > your fstab that not exists or is not detected by this kernel, a > "maintenance action" is required), boot

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-18 Thread The Rasterman
On Thu, 18 Dec 2008 15:55:44 +0100 Viktor Kojouharov babbled: looks ok to me. as i said - stringshare is good - use it for string tokens that MAY be used elsewhere or multiple times - if you absolutely know they wont be, then no point. > I've attached an updated patch that removed the redundant