Re: [E-devel] elua "bitching" on exit

2013-05-02 Thread David Seikel
On Thu, 2 May 2013 18:24:43 +0200 Leif Middelschulte wrote: > Hi, > > I've written an 'all script' lua edje, which creates/modifies/deletes > a couple of objects. > > Everything seems fine, until the application is closed (not > crashing), when it complains about exceeding lua's memory limit.

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread Jérémy Zurcher
On Friday 03 May 2013 08:12, Carsten Haitzler wrote : > On Thu, 2 May 2013 15:12:00 +0100 Tom Hacohen said: > > > git push > > pushes tracking branches to their respective remote branchs on all remotes. > > If you want to push the current branch on top of master you should do: > > git push origi

[E-devel] Elemines 0.2.3

2013-05-02 Thread Jérôme Pinot
Hi, It's never too late to do the right thing, so here is an announcement of a new elemines version, code name qml-killer. The tarball is actually in the wild for one month, but I uploaded it yesterday to http://download.enlightenment.org . A big thank to Cedric Bail for the code improvement! Cha

[E-devel] SlackE7 0.17.2.1

2013-05-02 Thread Jérôme Pinot
Hi, I'm pleased to announced a new release of SlackE17, the E17 packages for Linux Slackware. This release contains the EFL 1.7.6, enlightenment 0.17.2.1, terminology 0.3, eperiodique 0.4, elemines 0.2.3 and some extra modules. Packages are already available for i486 and x86_64, ARM build is on hi

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 15:12:00 +0100 Tom Hacohen said: > git push > pushes tracking branches to their respective remote branchs on all remotes. > If you want to push the current branch on top of master you should do: > git push origin current_branch:master > Assuming origin is the wanted remote. i

Re: [E-devel] Egui - EFL gui builder

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 16:30:21 -0300 Gustavo Sverzut Barbieri said: none of our "users" are programming in javascript... and almost no amount of suggesting changes that. i want to see elev8 used more, but even *WE* don't use it currently for anything really. one big issue is that it's just too limi

[E-devel] Ecore_con, E17: problem with mail module

2013-05-02 Thread Tomas Cech
Hello, I sometimes get to state, when mail module for E17 stops updating. I believe it is related to suspend of my notebook. I tried to attach GDB and found that Ecore_Con_Server has delete_me set to 1. This make ecore_con_server_send() doing nothing. Handlers are set here (imap2.c): 114| if

Re: [E-devel] Jenkins: 2 months later

2013-05-02 Thread Davide Andreoli
2013/5/2 Bertrand Jacquin > > I would like to use jenkis for python-efl, so I'm requesting more work > > for > > you. > > > > Ideally this is what I like to see implemented: > > 1. build of the bindings with both python2 and python3 > > What we have an all slaves : > - python2.5 > - python2.6

Re: [E-devel] Jenkins: 2 months later

2013-05-02 Thread Bertrand Jacquin
> I would like to use jenkis for python-efl, so I'm requesting more work > for > you. > > Ideally this is what I like to see implemented: > 1. build of the bindings with both python2 and python3 What we have an all slaves : - python2.5 - python2.6 - python2.7 - python3.1 - python3.2 (d

Re: [E-devel] Egui - EFL gui builder

2013-05-02 Thread Gustavo Sverzut Barbieri
Hi, It's bit sad to see this while EasyUI is forgotten. I know this is more because of Eo and to generate C code, but it would be more helpful to stimulate the usage of a higher level language for the app developers, EasyUI provides you with easier to use ui elements and simplifies the callbacks -

Re: [E-devel] Jenkins: 2 months later

2013-05-02 Thread Davide Andreoli
2013/5/2 Daniel Willmann > Hello, > > it has now been almost 2 months since we started setting up the first > jobs on Jenkins and I want to thank you all. > > Out of 750 builds (the last 50 of each job) only 2% actually failed > which I think is really great. > > We are currently building efl, el

Re: [E-devel] [EGIT] [core/elementary] master 02/02: elm_genlist: refactoring. code clean up.

2013-05-02 Thread Daniel Juyung Seo
My first trial was ELM_GENLIST_ITEM_GENLIST_DATA_GET. It looked weird so I changed that to ELM_GENLIST_DATA_GET_FROM_ITEM. This was inspired from ELM_GENLIST_DATA_GET macro. Thanks. Daniel Juyung Seo (SeoZ) On Fri, May 3, 2013 at 3:39 AM, Daniel Juyung Seo wrote: > It is not for item's data. >

Re: [E-devel] [EGIT] [core/elementary] master 02/02: elm_genlist: refactoring. code clean up.

2013-05-02 Thread Daniel Juyung Seo
It is not for item's data. This is getting genlist smart data from item pointer. Daniel Juyung Seo (SeoZ) On Fri, May 3, 2013 at 3:18 AM, Michael Blumenkrantz wrote: > ...not ELM_GENLIST_ITEM_DATA_GET() ? > > On Thu, 02 May 2013 11:14:45 -0700 > Daniel Juyung Seo - Enlightenment Git wrote: > >>

Re: [E-devel] [EGIT] [core/elementary] master 02/02: elm_genlist: refactoring. code clean up.

2013-05-02 Thread Michael Blumenkrantz
...not ELM_GENLIST_ITEM_DATA_GET() ? On Thu, 02 May 2013 11:14:45 -0700 Daniel Juyung Seo - Enlightenment Git wrote: > seoz pushed a commit to branch master. > > commit a68479d142e42e7d8f537e94b518b4f086ce4dbd > Author: Daniel Juyung Seo > Date: Fri May 3 03:13:36 2013 +0900 > > elm_gen

Re: [E-devel] Jenkins: 2 months later

2013-05-02 Thread Tom Hacohen
Good job everyone, and many thanks to Daniel and Stefan for doing this awesome work. On Thu, May 2, 2013 at 4:38 PM, Daniel Willmann wrote: > Hello, > > it has now been almost 2 months since we started setting up the first > jobs on Jenkins and I want to thank you all. > > Out of 750 builds (the

[E-devel] Jenkins: 2 months later

2013-05-02 Thread Daniel Willmann
Hello, it has now been almost 2 months since we started setting up the first jobs on Jenkins and I want to thank you all. Out of 750 builds (the last 50 of each job) only 2% actually failed which I think is really great. We are currently building efl, elm and e on 32 and 64-bit Linux both with g

[E-devel] Egui - EFL gui builder

2013-05-02 Thread Yakov Goldberg
Hi all, I'd like to introduce one of the projects which is currently going in EFL-Israel branch :) I've prepared some introducing description, which can be found here: http://yakov-g.blogspot.co.il/2013/04/egui-efl-gui-builder.html I will be happy to answer any questions and listen to your thoug

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread Tom Hacohen
git push pushes tracking branches to their respective remote branchs on all remotes. If you want to push the current branch on top of master you should do: git push origin current_branch:master Assuming origin is the wanted remote. On Thu, May 2, 2013 at 3:00 PM, Carsten Haitzler wrote: > On Thu

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread The Rasterman
On Thu, 02 May 2013 12:44:00 +0100 Daniel Willmann said: > On 02/05/13 08:53, Carsten Haitzler (The Rasterman) wrote: > > On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL said: > > > >> On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler > > wrote: > >>> On Thu, 2 May 2013 16:59:39 +1000 David Seike

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread Daniel Willmann
On 02/05/13 08:53, Carsten Haitzler (The Rasterman) wrote: > On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL said: > >> On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler > wrote: >>> On Thu, 2 May 2013 16:59:39 +1000 David Seikel > said: Did you commit it, or did the commit email get lost aga

Re: [E-devel] [PATCH] adding check for elementary

2013-05-02 Thread Daniel Juyung Seo
On Wed, May 1, 2013 at 8:49 PM, Tom Hacohen wrote: > On 01/05/13 12:40, Cedric BAIL wrote: >> On Wed, May 1, 2013 at 7:48 PM, ryuan Choi wrote: >>> While digging some elementary bug recently, I think that elementary needs >>> unit testing framework like other EFL core modules in order to prevent

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread David Seikel
On Thu, 2 May 2013 17:56:10 +0900 Cedric BAIL wrote: > On Thu, May 2, 2013 at 5:46 PM, David Seikel > wrote: > > On Thu, 2 May 2013 17:22:38 +0900 Carsten Haitzler (The Rasterman) > > wrote: > >> On Thu, 2 May 2013 18:06:26 +1000 David Seikel > >> said: > >> > >> > On Thu, 2 May 2013 16:53:09

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread Cedric BAIL
On Thu, May 2, 2013 at 5:46 PM, David Seikel wrote: > On Thu, 2 May 2013 17:22:38 +0900 Carsten Haitzler (The Rasterman) > wrote: >> On Thu, 2 May 2013 18:06:26 +1000 David Seikel >> said: >> >> > On Thu, 2 May 2013 16:53:09 +0900 Carsten Haitzler (The Rasterman) >> > wrote: >> > >> > > On Thu,

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread David Seikel
On Thu, 2 May 2013 17:22:38 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 2 May 2013 18:06:26 +1000 David Seikel > said: > > > On Thu, 2 May 2013 16:53:09 +0900 Carsten Haitzler (The Rasterman) > > wrote: > > > > > On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL > > > said: > > > >

Re: [E-devel] terminology - less scroll up broken..

2013-05-02 Thread Boris Faure
On 13-05-02 12:19, Daniel Juyung Seo wrote: > + the weird strings I reported on phab. > > https://phab.enlightenment.org/rTRM65f07f77003b6d22637548428d464dff0b773b40 > > Daniel Juyung Seo (SeoZ) > > On Thu, May 2, 2013 at 11:45 AM, Carsten Haitzler > wrote: > > On Thu, 2 May 2013 09:22:01 +090

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 18:06:26 +1000 David Seikel said: > On Thu, 2 May 2013 16:53:09 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL > > said: > > > > > On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler > > > wrote: > > > > On Thu, 2 May 2013

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread David Seikel
On Thu, 2 May 2013 16:53:09 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL > said: > > > On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler > > wrote: > > > On Thu, 2 May 2013 16:59:39 +1000 David Seikel > > > said: > > >> On Thu, 2 May 2013 15:16:

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 16:46:25 +0900 Cedric BAIL said: > On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler wrote: > > On Thu, 2 May 2013 16:59:39 +1000 David Seikel said: > >> On Thu, 2 May 2013 15:16:15 +0900 Carsten Haitzler (The Rasterman) > >> wrote: > >> > >> > On Thu, 2 May 2013 11:21:44 +09

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread Cedric BAIL
On Thu, May 2, 2013 at 4:42 PM, Carsten Haitzler wrote: > On Thu, 2 May 2013 16:59:39 +1000 David Seikel said: >> On Thu, 2 May 2013 15:16:15 +0900 Carsten Haitzler (The Rasterman) >> wrote: >> >> > On Thu, 2 May 2013 11:21:44 +0900 Daniel Juyung Seo >> > said: >> > >> > it was jackdaniels

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread The Rasterman
On Thu, 2 May 2013 16:59:39 +1000 David Seikel said: > On Thu, 2 May 2013 15:16:15 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Thu, 2 May 2013 11:21:44 +0900 Daniel Juyung Seo > > said: > > > > it was jackdaniels i fixed it. :) > > Did you commit it, or did the commit email

Re: [E-devel] E is being super slow because of EFL changes.

2013-05-02 Thread David Seikel
On Thu, 2 May 2013 15:16:15 +0900 Carsten Haitzler (The Rasterman) wrote: > On Thu, 2 May 2013 11:21:44 +0900 Daniel Juyung Seo > said: > > it was jackdaniels i fixed it. :) Did you commit it, or did the commit email get lost again? > > Aggg maybe my edc.vim change triggered it! > > > >