Re: [E-devel] (no subject)

2023-10-04 Thread Carsten Haitzler
On Wed, 4 Oct 2023 16:13:13 -0300 Aira said: > How can I start?have already subscribed to the email list Start what? -- - Codito, ergo sum - "I code, therefore I am" -- Carsten Haitzler - ras...@rasterman.com ___ enlightenm

Re: [E-devel] (no subject)

2023-10-04 Thread Vincent Torri
hello On Wed, Oct 4, 2023 at 9:11 PM Aira wrote: > > How can I start?have already subscribed to the email list what do you want to do ? Vincent ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.

Re: [E-devel] (no subject)

2013-12-31 Thread The Rasterman
On Tue, 17 Dec 2013 01:50:15 +0100 Thanatermesis said: > > i have seen many people propose edje as the solution to glade - as a > complete > > ui builder solution. i've seen them expect it to do things that elm boxes, > > tables etc. etc. do and do it completely. it's very hard to do synamic > l

Re: [E-devel] (no subject)

2013-12-17 Thread Simon
On 12/18/2013 11:53 AM, Cedric BAIL wrote: > Hello, > > On Tue, Dec 17, 2013 at 9:54 PM, dumblob wrote: >>> In the end, what raster said is true, out of all the EFL C API, only some >>> is thread safe. The EFL design does include mechanisms for marshalling >>> unsafe calls to the main thread.

Re: [E-devel] (no subject)

2013-12-17 Thread Cedric BAIL
Hello, On Tue, Dec 17, 2013 at 9:54 PM, dumblob wrote: >> In the end, what raster said is true, out of all the EFL C API, only some is >> thread safe. The EFL design does include mechanisms for marshalling unsafe >> calls to the main thread. So it doesn't matter which scripting language is >

Re: [E-devel] (no subject)

2013-12-17 Thread dumblob
> In the end, what raster said is true, out of all the EFL C API, only some is > thread safe. The EFL design does include mechanisms for marshalling unsafe > calls to the main thread. So it doesn't matter which scripting language is > used to wrap it, somewhere along the line this call marshal

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Tue, 17 Dec 2013 10:43:03 +0900 Cedric BAIL wrote: > Hello, > > On Tue, Dec 17, 2013 at 5:46 AM, David Seikel > wrote: > > On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > >> On Mon, 16 Dec 2013 08:39:47 +0100 dumblob > >> said: > >> > >> > Thank you. If

Re: [E-devel] (no subject)

2013-12-16 Thread Cedric BAIL
Hello, On Tue, Dec 17, 2013 at 5:46 AM, David Seikel wrote: > On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) > wrote: > >> On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said: >> >> > Thank you. If I got it correctly, it will be possible to use BÖBs C >> > API from parallel thr

Re: [E-devel] (no subject)

2013-12-16 Thread Thanatermesis
> i have seen many people propose edje as the solution to glade - as a complete > ui builder solution. i've seen them expect it to do things that elm boxes, > tables etc. etc. do and do it completely. it's very hard to do synamic layouts > (lists etc.) purely in edje. it's designed mostly around a

Re: [E-devel] (no subject)

2013-12-16 Thread The Rasterman
On Tue, 17 Dec 2013 08:26:52 +1000 David Seikel said: > On Mon, 16 Dec 2013 22:45:30 +0100 dumblob wrote: > > > > Just as a point of interest, my experiments with using LuaJIT in EFL > > > > > found that the Lua stuff itself is threadsafe so long as we use a > > > thread safe memory allocator,

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Mon, 16 Dec 2013 22:45:30 +0100 dumblob wrote: > > Just as a point of interest, my experiments with using LuaJIT in EFL > > > found that the Lua stuff itself is threadsafe so long as we use a > > thread safe memory allocator, which LuaJIT itself provides. The > > memory allocator we currentl

Re: [E-devel] (no subject)

2013-12-16 Thread dumblob
> Just as a point of interest, my experiments with using LuaJIT in EFL > found that the Lua stuff itself is threadsafe so long as we use a > thread safe memory allocator, which LuaJIT itself provides. The memory > allocator we currently use in Edje Lua is not thread safe. I've been > meaning to

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said: > > > Thank you. If I got it correctly, it will be possible to use BÖBs C > > API from parallel threads without being afraid something will break > > up. That's neat and

Re: [E-devel] (no subject)

2013-12-16 Thread The Rasterman
On Mon, 16 Dec 2013 08:39:47 +0100 dumblob said: > Thank you. If I got it correctly, it will be possible to use BÖBs C API > from parallel threads without being afraid something will break up. That's > neat and I'll look forward to testing first alpha versions in a few years > :). no - unlikely

Re: [E-devel] (no subject)

2013-12-15 Thread dumblob
Thank you. If I got it correctly, it will be possible to use BÖBs C API from parallel threads without being afraid something will break up. That's neat and I'll look forward to testing first alpha versions in a few years :). 2013/12/16 Carsten Haitzler > On Mon, 16 Dec 2013 06:25:54 +0100 Thana

Re: [E-devel] (no subject)

2013-12-15 Thread The Rasterman
On Mon, 16 Dec 2013 06:25:54 +0100 Thanatermesis said: > > slight problem is that in the process of ensuring edje does > > its job, the over-engineering made it look like something different, and > that > > is where suddenly it looks bad because people use it as "something > different" > > then f

Re: [E-devel] (no subject)

2013-12-15 Thread Thanatermesis
> slight problem is that in the process of ensuring edje does > its job, the over-engineering made it look like something different, and that > is where suddenly it looks bad because people use it as "something different" > then find all the creaky edge cases. Can you tell me which "creaky edge ca

Re: [E-devel] (no subject)

2013-12-15 Thread The Rasterman
On Sun, 15 Dec 2013 17:48:37 +0100 dumblob said: bob would not be bob if it was not tied to a single specific language. lua (via luajit) is at least the target we think is best. basically instead of implementing stuff with edc to design ui elements, you use lua to do the same. lua is a data file.

Re: [E-devel] (no subject)

2013-02-14 Thread Bruno Dilly
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote: > On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly wrote: >> On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann >> wrote: >>> Hello, >>> >>> beware, the switch to Git will be happening soon! We will migrate efl, >>> elementary and enlightenment one

Re: [E-devel] (no subject)

2013-02-12 Thread The Rasterman
On Wed, 13 Feb 2013 13:53:35 +1000 David Seikel said: > On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL > > said: > > > > > On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano > > > wrote: > > > > On Wed, Feb 13, 201

Re: [E-devel] (no subject)

2013-02-12 Thread David Seikel
On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL > said: > > > On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano > > wrote: > > > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL > > > wrote: > > >> Of course we don't start a

Re: [E-devel] (no subject)

2013-02-12 Thread The Rasterman
On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL said: > On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano wrote: > > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote: > >> Of course we don't start a feature addition cycle if current master > >> branch is unstable. The hope is to be on a more rapi

Re: [E-devel] (no subject)

2013-02-12 Thread Cedric BAIL
On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano wrote: > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote: >> Of course we don't start a feature addition cycle if current master >> branch is unstable. The hope is to be on a more rapid development >> cycle, but still stable and avoiding glacial e

Re: [E-devel] (no subject)

2013-02-12 Thread Michael Blumenkrantz
On Wed, 13 Feb 2013 01:00:26 -0200 Iván Briano wrote: > On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote: > > Of course we don't start a feature addition cycle if current master > > branch is unstable. The hope is to be on a more rapid development > > cycle, but still stable and avoiding glac

Re: [E-devel] (no subject)

2013-02-12 Thread Iván Briano
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL wrote: > Of course we don't start a feature addition cycle if current master > branch is unstable. The hope is to be on a more rapid development > cycle, but still stable and avoiding glacial era like we have before > each release. Finally it should gi

Re: [E-devel] (no subject)

2013-02-12 Thread Cedric BAIL
On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly wrote: > On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann > wrote: >> Hello, >> >> beware, the switch to Git will be happening soon! We will migrate efl, >> elementary and enlightenment one-by-one and send mails with specific >> details when each will

Re: [E-devel] (no subject)

2013-02-12 Thread Bruno Dilly
On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann wrote: > Hello, > > beware, the switch to Git will be happening soon! We will migrate efl, > elementary and enlightenment one-by-one and send mails with specific > details when each will happen. > > For the time when we are using Git here is a reall

Re: [E-devel] (no subject)

2013-02-11 Thread Mark Dickie
As a humble e tester many thanks for the info. Tarball ->cvs ->svn -> git. still enjoying the ride and the result! Cheers M On 11 February 2013 17:07, Daniel Willmann wrote: > Hello, > > beware, the switch to Git will be happening soon! We will migrate efl, > elementary and enlightenment one-

Re: [E-devel] (no subject)

2012-03-03 Thread Michael Blumenkrantz
On Sat, 3 Mar 2012 23:02:58 +0900 Bluezery wrote: > 2012/3/3 Michael Blumenkrantz : > > On Sat, 3 Mar 2012 13:19:24 +0900 > > Bluezery wrote: > > > >> Hello, > >> > >> This patch is for reading socks version5 proxy from global variables. > >> This is almost same as previous socks version4. > >>

Re: [E-devel] (no subject)

2012-03-03 Thread Bluezery
2012/3/3 Michael Blumenkrantz : > On Sat, 3 Mar 2012 13:19:24 +0900 > Bluezery wrote: > >> Hello, >> >> This patch is for reading socks version5 proxy from global variables. >> This is almost same as previous socks version4. >> discomfitor can help to review this patch. >> >> Thanks. >> > hmm I co

Re: [E-devel] (no subject)

2012-03-02 Thread Michael Blumenkrantz
On Sat, 3 Mar 2012 13:19:24 +0900 Bluezery wrote: > Hello, > > This patch is for reading socks version5 proxy from global variables. > This is almost same as previous socks version4. > discomfitor can help to review this patch. > > Thanks. > hmm I could be reading this wrong, but it looks to m

Re: [E-devel] (no subject)

2011-05-05 Thread Daniel Juyung Seo
Thanks. I just removed 'libglu1-xorg-dev' from that page. Daniel Juyung Seo (SeoZ) On Thu, May 5, 2011 at 6:52 PM, sangho park wrote: > you can find the change log on xorg source package. > xorg (1:7.6+4ubuntu1) natty; urgency=low >   [ Timo Aaltonen ] >   * Merge from Debian unstable. Remaining

Re: [E-devel] (no subject)

2011-05-05 Thread sangho park
you can find the change log on xorg source package. xorg (1:7.6+4ubuntu1) natty; urgency=low [ Timo Aaltonen ] * Merge from Debian unstable. Remaining Ubuntu changes: ... * Removed transitional xlibmesa-gl*, libglu1-* packages, they have only 'Suggests' or 'Recommend

Re: [E-devel] (no subject)

2011-05-05 Thread Nicolas Aguirre
2011/5/5 Daniel Juyung Seo > Hi, > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > It's described in http://trac.enlightenment.org/e/wiki/Ubuntu > > Any reason? > > Thanks. > Daniel Juyung Seo (SeoZ) > > ---

Re: [E-devel] (no subject)

2011-05-05 Thread Atton Jonathan
maybe the name is a bit different 2011/5/5 Daniel Juyung Seo > Oops. > (no subject). > My bad :) > > Daniel Juyung Seo (SeoZ) > > On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo > wrote: > > Hi, > > > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > > It's described in h

Re: [E-devel] (no subject)

2011-05-04 Thread Daniel Juyung Seo
Oops. (no subject). My bad :) Daniel Juyung Seo (SeoZ) On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo wrote: > Hi, > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > It's described in http://trac.enlightenment.org/e/wiki/Ubuntu > > Any reason? > > Thanks. > Daniel Juyung

Re: [E-devel] (no subject)

2008-07-15 Thread Christopher Michael
In cvs, slightly modified. Thanks :) Toma wrote: > Heres a little patch to add a 'Favorites' button to EFM_nav. The icon > is taken from the default theme for favorite. > Big thanks to ptomaine for making the home path easier to find :) > The code could do with a review since it was just a copy n

Re: [E-devel] (no subject)

2004-08-06 Thread Nathan Ingersoll
On Mon, Aug 02, 2004 at 10:26:42PM +0200, [EMAIL PROTECTED] wrote: > I=92ve been following the project lately. It looks like the almost only d= > ocs > at the moment are the doxygen-generated ones. Are the EFL docs reaching a > =93stable=94 status? Are there more/newer docs ? I might help with some

Re: [E-devel] (no subject)

2004-04-22 Thread Kim Woelders
Carlos Alberto Morales Ramirez wrote: Hi, well, I'm using the latest cvs e16 version (Apr 22 2004) and i want to note that when compilling since sometime ago, I've to pull the folder e/intl/ source from cvs dated 4/2/2003 because for some reason if i do a clean cvs update (this means doing a rm * d

Re: [E-devel] (no subject)

2003-11-05 Thread Alan Schmitt
* Ibukun Olumuyiwa ([EMAIL PROTECTED]) wrote: > > Congratulations to everyone who made this release a success :) > > I think Kim deserves special compliements for the work he has done on this > release :) Thanks a lot for this release. I've started using e16 again as of this morning 8) Alan Sch