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 ___

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

[E-devel] (no subject)

2023-10-04 Thread Aira
How can I start?have already subscribed to the email list ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] (no subject)

2023-10-04 Thread Aira
How can I start? ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

[E-devel] (no subject)

2020-01-15 Thread Jonathan Aquilina
Hi guys, I’m noticing a bit of tensions through some diffs I’m seeing come through the pipeline. I think two points to make here are the following: Firstly English might not be the native language spoken by some so one needs to keep this in mind that when reading their English some wording

[E-devel] (no subject)

2019-11-16 Thread Boris Faure
"Adopt the pace of nature: her secret is patience." Ralph Waldo Emerson Hello fellow

[E-devel] (no subject)

2014-03-28 Thread Lucian Strombach
Hello, I have been testing the new E18 on my notebook, which has an Intel GMA 3150 graphics chip, and it is terribly slow. I have been searching for a solution on Google but all I found was this: On Sun, 1 Dec 2013 19:29:49 -0600 Jeff Hoogland JeffHoogland@... said: It is in fact

Re: [E-devel] (no subject)

2013-12-31 Thread The Rasterman
On Tue, 17 Dec 2013 01:50:15 +0100 Thanatermesis thanatermesis.e...@gmail.com 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

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

Re: [E-devel] (no subject)

2013-12-17 Thread Cedric BAIL
Hello, On Tue, Dec 17, 2013 at 9:54 PM, dumblob dumb...@gmail.com 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

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 dumb...@gmail.com 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

Re: [E-devel] (no subject)

2013-12-16 Thread The Rasterman
On Mon, 16 Dec 2013 08:39:47 +0100 dumblob dumb...@gmail.com 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 :).

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 16 Dec 2013 08:39:47 +0100 dumblob dumb...@gmail.com 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

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 ask,

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Mon, 16 Dec 2013 22:45:30 +0100 dumblob dumb...@gmail.com 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

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 an

Re: [E-devel] (no subject)

2013-12-16 Thread Cedric BAIL
Hello, On Tue, Dec 17, 2013 at 5:46 AM, David Seikel onef...@gmail.com wrote: On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 16 Dec 2013 08:39:47 +0100 dumblob dumb...@gmail.com said: Thank you. If I got it correctly, it will be

Re: [E-devel] (no subject)

2013-12-16 Thread David Seikel
On Tue, 17 Dec 2013 10:43:03 +0900 Cedric BAIL cedric.b...@free.fr wrote: Hello, On Tue, Dec 17, 2013 at 5:46 AM, David Seikel onef...@gmail.com wrote: On Mon, 16 Dec 2013 20:43:05 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 16 Dec 2013 08:39:47 +0100

[E-devel] (no subject)

2013-12-15 Thread dumblob
Hi, I've recently come across https://phab.enlightenment.org/w/bob/ and I wonder if BÖB is going to be usable in other programming languages than Lua (e.g. pure C without Lua, in Google Gos gorutines mapped to real threads, in pthreads generally etc.). It seems, the implementation will be tightly

Re: [E-devel] (no subject)

2013-12-15 Thread The Rasterman
On Sun, 15 Dec 2013 17:48:37 +0100 dumblob dumb...@gmail.com 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.

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 cases ?

Re: [E-devel] (no subject)

2013-12-15 Thread The Rasterman
On Mon, 16 Dec 2013 06:25:54 +0100 Thanatermesis thanatermesis.e...@gmail.com 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

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 ras...@rasterman.com On Mon, 16 Dec 2013

Re: [E-devel] (no subject)

2013-02-14 Thread Bruno Dilly
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL cedric.b...@free.fr wrote: On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann d.willm...@samsung.com wrote: Hello, beware, the switch to Git will be happening soon! We will

Re: [E-devel] (no subject)

2013-02-12 Thread Bruno Dilly
On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann d.willm...@samsung.com 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

Re: [E-devel] (no subject)

2013-02-12 Thread Cedric BAIL
On Wed, Feb 13, 2013 at 9:36 AM, Bruno Dilly bdi...@profusion.mobi wrote: On Mon, Feb 11, 2013 at 2:07 PM, Daniel Willmann d.willm...@samsung.com 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

Re: [E-devel] (no subject)

2013-02-12 Thread Iván Briano
On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL cedric.b...@free.fr 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.

Re: [E-devel] (no subject)

2013-02-12 Thread Michael Blumenkrantz
On Wed, 13 Feb 2013 01:00:26 -0200 Iván Briano sachi...@gmail.com wrote: On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL cedric.b...@free.fr 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

Re: [E-devel] (no subject)

2013-02-12 Thread Cedric BAIL
On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano sachi...@gmail.com wrote: On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL cedric.b...@free.fr 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

Re: [E-devel] (no subject)

2013-02-12 Thread The Rasterman
On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL cedric.b...@free.fr said: On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano sachi...@gmail.com wrote: On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL cedric.b...@free.fr wrote: Of course we don't start a feature addition cycle if current master

Re: [E-devel] (no subject)

2013-02-12 Thread David Seikel
On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL cedric.b...@free.fr said: On Wed, Feb 13, 2013 at 12:00 PM, Iván Briano sachi...@gmail.com wrote: On Wed, Feb 13, 2013 at 12:18 AM, Cedric BAIL

Re: [E-devel] (no subject)

2013-02-12 Thread The Rasterman
On Wed, 13 Feb 2013 13:53:35 +1000 David Seikel onef...@gmail.com said: On Wed, 13 Feb 2013 12:35:10 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Wed, 13 Feb 2013 12:08:44 +0900 Cedric BAIL cedric.b...@free.fr said: On Wed, Feb 13, 2013 at 12:00 PM, Iván

[E-devel] (no subject)

2013-02-11 Thread Daniel Willmann
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 really small list of what you need to change: First setup Git as it will

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 d.willm...@samsung.com wrote: Hello, beware, the switch to Git will be happening soon! We will migrate efl, elementary and

[E-devel] (no subject)

2012-08-03 Thread Donn Jeferson R Atienza
anyone here who knows how to start development using efl in vala? I have access to vapi files, i just don't know how to use it yet... I will also appreciate it if anyone can instruct me on using vapi files thank you :)

Re: [E-devel] (no subject)

2012-03-03 Thread Bluezery
2012/3/3 Michael Blumenkrantz michael.blumenkra...@gmail.com: On Sat, 3 Mar 2012 13:19:24 +0900 Bluezery ohpo...@gmail.com 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

Re: [E-devel] (no subject)

2012-03-03 Thread Michael Blumenkrantz
On Sat, 3 Mar 2012 23:02:58 +0900 Bluezery ohpo...@gmail.com wrote: 2012/3/3 Michael Blumenkrantz michael.blumenkra...@gmail.com: On Sat, 3 Mar 2012 13:19:24 +0900 Bluezery ohpo...@gmail.com wrote: Hello, This patch is for reading socks version5 proxy from global variables. This is

[E-devel] (no subject)

2012-03-02 Thread Bluezery
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. -- BRs, Kim. Index: src/lib/ecore_con/ecore_con_url.c

Re: [E-devel] (no subject)

2012-03-02 Thread Michael Blumenkrantz
On Sat, 3 Mar 2012 13:19:24 +0900 Bluezery ohpo...@gmail.com 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

Re: [E-devel] (no subject)

2011-05-06 Thread Daniel Juyung Seo
seojuyu...@gmail.com Subject: [E-devel] (no subject) To: enlightenment-devel@lists.sourceforge.net Message-ID: banlktinwdquoxhoaym+xmbnofmrnbgb...@mail.gmail.com Content-Type: text/plain; charset=ISO-8859-1 Hi, I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. It's described

Re: [E-devel] (no subject)

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

Re: [E-devel] (no subject)

2011-05-05 Thread Nicolas Aguirre
2011/5/5 Daniel Juyung Seo seojuyu...@gmail.com 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 sangho park
' or 'Recommends' rdepends left, and other packages available that replace them. Date: Thu, 5 May 2011 11:29:59 +0900 From: Daniel Juyung Seo seojuyu...@gmail.com Subject: [E-devel] (no subject) To: enlightenment-devel@lists.sourceforge.net Message-ID: banlktinwdquoxhoaym+xmbnofmrnbgb

[E-devel] (no subject)

2011-05-04 Thread 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) -- WhatsUp Gold - Download Free Network

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 seojuyu...@gmail.com 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.

[E-devel] (no subject)

2011-01-10 Thread Hyoyoung Chang
Dear Elementary developers. It's a bugfix patch and adding new functionality for wrapmode changing at elm_label. 1. bugfix strbuf_key_value_replace which is internal function 2. add wrapmode change api (wordwrap or charwrap) Thank you. --- Hyoyoung

[E-devel] (no subject)

2010-11-07 Thread ChunEon Park
Hello there. This is a small patch for elm_animator. Please review and apply this to upstream. The main modification are as follows.   1. Since the concept of curve in/out was wrong, those functions are rearranged. It was just my mistake. You can find the operation order of

[E-devel] (no subject)

2008-07-15 Thread Toma
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 paste hack to be honest. Thanks, Toma. (Lets try this

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

[E-devel] (no subject)

2005-07-20 Thread Tres Melton
Project: Eterm: CVS https://sourceforge.net/cvs/?group_id=212 On sourceforge.net Under the section for Anonymous CVS Access it says web-based CVS repository viewer. I know it says it right after ..to see which modules are available.. but your eye gets drawn to the highlighted phrase

[E-devel] (no subject)

2005-06-22 Thread matthew . east
Hi there, I recently installed e17 from cvs, and have a couple of problems I wanted to report! I checked the TODO list, and found my first one: * sometimes windows that get shut down/closed get unparented but the whole border stays around - something is keeping extra references maybe? it is

[E-devel] (no subject)

2003-11-05 Thread Ibukun Olumuyiwa
[EMAIL PROTECTED] Cc: Bcc: Subject: Re: [E-devel] e16.6 is out Reply-To: In-Reply-To: [EMAIL PROTECTED] On Thu 06 Nov 2003, Carsten Haitzler wrote: On Thu, 06 Nov 2003 01:03:44 +0100 Kim Woelders [EMAIL PROTECTED] babbled: Changes since e16.6-pre8: Don't overwrite file.menu

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 Schmitt