Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
On 28/02/13 19:55, Bertrand Jacquin wrote: > Another thing that can be done is a dumb repository using git submodule > : > > $ git init /var/tmp/e-core > $ cd /var/tmp/e-core > $ git submodule add http://git.enlightenment.org/core/efl.git/ efl > $ git submodule add http://git.enlightenment.

[E-devel] [PATCH] stable: evas and ecore build broken

2013-03-01 Thread Leandro Dorileo
Hi Guys! I have attached 2 patches fixing issues on stable efl build. I've tested it on a fresh building environment. I couldn't find the commit breaking stuffs. I'm not sure if my fix is the proper one, so please take a good look at it. Regards -- Leandro Dorileo ProFUSION embedded system

[E-devel] Fwd: edje - updated edc.vim syntax

2013-03-01 Thread Tom Hacohen
Hermet: Reminder #2: You are not getting any credit for these kind of commits. You should really consider setting your username and email. Original Message Subject:edje - updated edc.vim syntax Date: Fri, 01 Mar 2013 16:01:16 GMT From: hermet edje - updated edc

Re: [E-devel] eina_module_new

2013-03-01 Thread Rafael Antognolli
Try to get more log output with: EINA_LOG_LEVELS="eina_module:5" (I actually don't remember the number, but 5 is big enough). On Thu, Feb 28, 2013 at 7:41 PM, Andreas Volz wrote: > Hello, > > I traced my module loader and I get in eina_module_new in line > > at DBG("m=%p, file=%s", m, file); > >

Re: [E-devel] [EGIT] [legacy/ecore] devs/antognolli/backport 01/01: Backport r83642.

2013-03-01 Thread Eduardo Lima (Etrunko)
On Thu, Feb 28, 2013 at 6:17 PM, Rafael Antognolli - Enlightenment Git wrote: > antognolli pushed a commit to branch devs/antognolli/backport. > > commit 21ef489d00dbc56238d967f9b1a0874c490aae1f > Author: Rafael Antognolli Now with git you can specify the author of the patch in cases like this w

[E-devel] enlightenment.git/devs/jeyzu/mixer please TEST

2013-03-01 Thread Jérémy Zurcher
Hi, would someone (raster,mike) test this branch before I rebase and mess things again. no visible changes if you use pulseaudio, but with alsa you should see more channels. Jérémy -- Everyone hates slow websites. So do

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
On 01/03/13 09:53, Bertrand Jacquin wrote: > D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus skrivet > : >> On 28/02/13 19:55, Bertrand Jacquin wrote: >>> Another thing that can be done is a dumb repository using git submodule >>> : >>> >>>$ git init /var/tmp/e-core >>>

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Daniel Willmann
On 01/03/13 09:44, Tom Hacohen wrote: > On 28/02/13 19:55, Bertrand Jacquin wrote: >> Another thing that can be done is a dumb repository using git submodule >> : >> $ git init /var/tmp/e-core >> $ cd /var/tmp/e-core >> $ git submodule add http://git.enlightenment.org/core/efl.git/ efl [...]

Re: [E-devel] eina_module_new

2013-03-01 Thread Andreas Volz
Am Fri, 1 Mar 2013 09:45:22 -0300 schrieb Rafael Antognolli: > Try to get more log output with: EINA_LOG_LEVELS="eina_module:5" (I > actually don't remember the number, but 5 is big enough). I just uploaded complete logging here: http://www.pasteall.org/40137 To summarize what I do is: ecor

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Bertrand Jacquin
D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus skrivet : > On 28/02/13 19:55, Bertrand Jacquin wrote: > > Another thing that can be done is a dumb repository using git submodule > > : > > > > $ git init /var/tmp/e-core > > $ cd /var/tmp/e-core > > $ git submodule add ht

Re: [E-devel] Bug edje map

2013-03-01 Thread Cedric BAIL
On Fri, Mar 1, 2013 at 7:12 AM, Paulo Cavalcanti wrote: > Hi Cedric, > > Cedric BAIL writes: > >> I now understand your problem. I still have a few question. What >> happen if you rotate an edje object with a GROUP part that has an >> animated text in that group. My guess looking at the code is t

Re: [E-devel] [EGIT] [legacy/edje] edje-1.7 01/01: fix program filters

2013-03-01 Thread Davide Andreoli
2013/2/28 Mike Blumenkrantz - Enlightenment Git > discomfitor pushed a commit to branch edje-1.7. > > commit a86534c90d3e94a609928b544614086ba6a6bec8 > Author: Mike Blumenkrantz > Date: Thu Feb 28 11:30:53 2013 + > > fix program filters > > have these ever worked? speculators say n

[E-devel] arc SSL issue

2013-03-01 Thread Jérémy Zurcher
hi, I followed https://phab.enlightenment.org/w/arcanist/ but I have a certificate issue Usage Exception: Failed to connect to server: [cURL/60] (https://phab.enlightenment.org/api/conduit.ping) ... following ~/arcanist/libphutil/resources/ssl/README, I did: openssl s_client -connect phab.enli

Re: [E-devel] Fwd: edje - updated edc.vim syntax

2013-03-01 Thread Daniel Juyung Seo
Refer http://seoz.egloos.com/3910892 Daniel Juyung Seo (SeoZ) On Sat, Mar 2, 2013 at 2:11 AM, Tom Hacohen wrote: > Hermet: > > Reminder #2: You are not getting any credit for these kind of commits. > You should really consider setting your username and email. > > > Original Message

Re: [E-devel] [EGIT] [core/elementary] master 02/02: Merge branch 'master' of ssh://git.enlightenment.org/core/elementary

2013-03-01 Thread Tom Hacohen
On 28/02/13 20:35, Lucas De Marchi wrote: > On Wed, Feb 27, 2013 at 11:44 AM, Tom Hacohen wrote: >> On 27/02/13 14:38, Rafael Antognolli wrote: >>> What about requiring push -f? >> >> Do you know how to do that? I'd love having that. > > If git >= 1.6 is running on the server, all you need to do i

Re: [E-devel] eina_module_new

2013-03-01 Thread Andreas Volz
Am Fri, 1 Mar 2013 21:25:28 +0100 schrieb Andreas Volz: > Am Fri, 1 Mar 2013 09:45:22 -0300 schrieb Rafael Antognolli: > > > Try to get more log output with: EINA_LOG_LEVELS="eina_module:5" (I > > actually don't remember the number, but 5 is big enough). > > I just uploaded complete logging here

Re: [E-devel] elm_layout_theme_set() broken

2013-03-01 Thread Gustavo Lima Chaves
* ChunEon Park [2013-02-21 12:46:45 +0900]: > I fixed the problem. > > http://trac.enlightenment.org/e/changeset/84270 The same issue is back again, unbelievable :( Use the same assert test. > > Please check it again. > > > -Regards, Hermet- > -Or

Re: [E-devel] eina_module_new

2013-03-01 Thread Andreas Volz
Am Fri, 1 Mar 2013 23:04:33 +0100 schrieb Andreas Volz: > Am Fri, 1 Mar 2013 21:25:28 +0100 schrieb Andreas Volz: > > > Am Fri, 1 Mar 2013 09:45:22 -0300 schrieb Rafael Antognolli: > > > > > Try to get more log output with: > > > EINA_LOG_LEVELS="eina_module:5" (I actually don't remember the > >

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Bertrand Jacquin
D'ar gwener 01 a viz Meurzh 2013 e 11 eur 01, « Tom Hacohen » he deus skrivet : > On 01/03/13 09:53, Bertrand Jacquin wrote: > > D'ar gwener 01 a viz Meurzh 2013 e 10 eur 44, « Tom Hacohen » he deus > > skrivet : > >> On 28/02/13 19:55, Bertrand Jacquin wrote: > >>> Another thing that can be done

Re: [E-devel] E SVN: discomfitor OLD/GIT trunk

2013-03-01 Thread The Rasterman
On Fri, 1 Mar 2013 10:53:42 -0800 "Enlightenment SVN" said: diffusion entry pls... for evas_generic_loaders too. :) > Log: > emotion_generic_players > gitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgitgit > > Author: discomfitor > Date: 2013-03-01 10:53:42 -08

Re: [E-devel] arc SSL issue

2013-03-01 Thread Jérôme Pinot
On 03/01/13 11:50, Jérémy Zurcher wrote: > hi, > > I followed https://phab.enlightenment.org/w/arcanist/ > but I have a certificate issue > > Usage Exception: Failed to connect to server: [cURL/60] > (https://phab.enlightenment.org/api/conduit.ping) ... > > following ~/arcanist/libphutil/resour

Re: [E-devel] Git: Multiple repositories cloning helper

2013-03-01 Thread Tom Hacohen
Yeah, I find it confusing and annoying to maintain. But I guess it's just a matter of taste. On Fri, Mar 1, 2013 at 11:43 PM, Bertrand Jacquin wrote: > D'ar gwener 01 a viz Meurzh 2013 e 11 eur 01, « Tom Hacohen » he deus > skrivet : > > On 01/03/13 09:53, Bertrand Jacquin wrote: > > > D'ar gwen

Re: [E-devel] [EGIT] [core/elementary] master 01/01: spinner: Fix initial value of the spinner.

2013-03-01 Thread Daniel Juyung Seo
Oh you already fixed this. Thanks! Daniel Juyung Seo (SeoZ) On Sat, Mar 2, 2013 at 3:35 AM, Rafael Antognolli - Enlightenment Git wrote: > antognolli pushed a commit to branch master. > > commit 0d6443dfaeb4612196e87ec6445a20d0328e2336 > Author: Rafael Antognolli > Date: Fri Mar 1 15:24:05 20