Re: [E-devel] E17 SRC is now in FEATURE FREEZE aka RELEASE MODE

2012-11-08 Thread rustyBSD
Le 08/11/2012 23:54, Michael Blumenkrantz a écrit : > Hi, > > This mail is the official mail informing anyone and everyone working on E17 > that we are now in a feature freeze for the upcoming release. This means that > NO > new features should be added unless: > > 1) They are absolutely crucial f

Re: [E-devel] E SVN: lucas IN trunk/e: . src/modules src/modules/wizard

2012-11-08 Thread Lucas De Marchi
On Thu, Nov 8, 2012 at 8:47 PM, Michael Blumenkrantz wrote: > On Wed, 7 Nov 2012 13:46:36 -0800 > "Enlightenment SVN" wrote: > >> Log: >> e/modules: Do not use recursive Makefiles >> >> >> >> Author: lucas >> Date: 2012-11-07 13:46:35 -0800 (Wed, 07 Nov 2012) >> New Revision: 78978

Re: [E-devel] E17 SRC is now in FEATURE FREEZE aka RELEASE MODE

2012-11-08 Thread Thanatermesis
If e17 is builded from standard libs instead of the new trunk/efl, seems like it freezes at the startup... cedric is faster, SeoZ 2012/11/9 Daniel Juyung Seo > A good announcement. > Sorry cedric, you just lost your job related with e17. > > Daniel Juyung Seo (SeoZ) > > > On Fri, Nov 9, 2012 at

Re: [E-devel] E17 SRC is now in FEATURE FREEZE aka RELEASE MODE

2012-11-08 Thread Daniel Juyung Seo
A good announcement. Sorry cedric, you just lost your job related with e17. Daniel Juyung Seo (SeoZ) On Fri, Nov 9, 2012 at 7:54 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > Hi, > > This mail is the official mail informing anyone and everyone working on E17 > that we are

[E-devel] E17 SRC is now in FEATURE FREEZE aka RELEASE MODE

2012-11-08 Thread Michael Blumenkrantz
Hi, This mail is the official mail informing anyone and everyone working on E17 that we are now in a feature freeze for the upcoming release. This means that NO new features should be added unless: 1) They are absolutely crucial for the release 2) They are discussed beforehand 3) A consensus is r

Re: [E-devel] E SVN: lucas IN trunk/e: . src/modules src/modules/wizard

2012-11-08 Thread Michael Blumenkrantz
On Wed, 7 Nov 2012 13:46:36 -0800 "Enlightenment SVN" wrote: > Log: > e/modules: Do not use recursive Makefiles > > > > Author: lucas > Date: 2012-11-07 13:46:35 -0800 (Wed, 07 Nov 2012) > New Revision: 78978 > Trac: http://trac.enlightenment.org/e/changeset/78978 >

[E-devel] QRCode generation support

2012-11-08 Thread Rafael Coutinho
Hi, Anyone has any experience or suggestion on how to generate QRCode images using EFL? -- Atenciosamente, Coutinho -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamic

Re: [E-devel] applications at startup

2012-11-08 Thread Massimo Maiurana
Sebastian Dransfeld, il 08/11/2012 20:37, ha scritto: > I found out. I do > export XDG_DATA_DIRS="/opt/e17/share:/usr/share:/usr/local/share" > in ~/.xsessionrc, which is sourced before dbus-launch is called. Then > the session dbus finds stuff in /opt/e17. I already have /opt/e17/share in XDG_D

Re: [E-devel] applications at startup

2012-11-08 Thread Sebastian Dransfeld
On 11/08/2012 07:52 PM, Sebastian Dransfeld wrote: > Den 8. nov. 2012 kl. 13:39 skrev Massimo Maiurana : > >> Sebastian Dransfeld, il 08/11/2012 05:49, ha scritto: >> >>> Try to copy >>> ${prefix}/share/dbus-1/services/org.enlightenment.Efreet.service >>> to >>> ~/.local/share/dbus-1/services/org.e

Re: [E-devel] applications at startup

2012-11-08 Thread Sebastian Dransfeld
Den 8. nov. 2012 kl. 13:39 skrev Massimo Maiurana : > Sebastian Dransfeld, il 08/11/2012 05:49, ha scritto: > >> Try to copy >> ${prefix}/share/dbus-1/services/org.enlightenment.Efreet.service >> to >> ~/.local/share/dbus-1/services/org.enlightenment.Efreet.service > > yay, that did the trick! \

Re: [E-devel] applications at startup

2012-11-08 Thread Jose Souza
Try copy {where you install}/share/dbus-1/services/org.enlightenment.Efreet.service to /usr/share/dbus-1/services But must be fixed on build system. On Thu, Nov 8, 2012 at 2:14 PM, P Purkayastha wrote: > The recent b0rk-fest has tasted success! > > On 11/08/2012 11:20 PM, Brian 'morlenxus' Micul

Re: [E-devel] applications at startup

2012-11-08 Thread P Purkayastha
The recent b0rk-fest has tasted success! On 11/08/2012 11:20 PM, Brian 'morlenxus' Miculcy wrote: > I have the same problem that since recent svn changes the startup > applications don't get started. Looks like a bug somewhere in efreet in > recent commits? > > On 11/08/2012 02:01 PM, David Seikel

Re: [E-devel] applications at startup

2012-11-08 Thread Brian 'morlenxus' Miculcy
I have the same problem that since recent svn changes the startup applications don't get started. Looks like a bug somewhere in efreet in recent commits? On 11/08/2012 02:01 PM, David Seikel wrote: > On Wed, 07 Nov 2012 21:46:16 +0100 Massimo Maiurana > wrote: > >> Sebastian Dransfeld, il 07/11

Re: [E-devel] evas sse3 SIGILL

2012-11-08 Thread Joerg Sonnenberger
On Wed, Nov 07, 2012 at 01:58:56PM -0200, Paulo Alcantara wrote: > 2) Since CPUID instruction was available on older x86 CPUS (like 486 > as demarchi just said), should we still keep NOT using CPUID at all ? This is not really true. CPUID was introduced with the Intel Pentium, but some later gener

Re: [E-devel] applications at startup

2012-11-08 Thread David Seikel
On Wed, 07 Nov 2012 21:46:16 +0100 Massimo Maiurana wrote: > Sebastian Dransfeld, il 07/11/2012 21:04, ha scritto: > > > Not ~/.efreet, ~/.cache/efreet. The first is deprecated. > > > > ok, now I don't have any icon anymore. evry displays only generic > icons, and the startup applications dial

Re: [E-devel] applications at startup

2012-11-08 Thread Massimo Maiurana
Sebastian Dransfeld, il 08/11/2012 05:49, ha scritto: > Try to copy > ${prefix}/share/dbus-1/services/org.enlightenment.Efreet.service > to > ~/.local/share/dbus-1/services/org.enlightenment.Efreet.service yay, that did the trick! \o/ thanks :) I guess it's because my prefix is a non standard o

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of "after"

2012-11-08 Thread Bluezery
Oops, actually I removed automated whitespace removal by editor. Something is remained.. sorry :( I attached patch again. In the orianal code, tab & spaces are mixed. But I uses only space. 2012/11/8 Daniel Juyung Seo : > Dear taehwan, thanks for the patch. > But can you please separate format

Re: [E-devel] [patch][elementary] toolbar -access enhancement

2012-11-08 Thread Kim Shinwoo
in svn with r78995 2012/10/25 Kim Shinwoo > dear all, hello. > > i would like to add access enhancement to the toolbar. > please review the attached. if there are no objections, I will commit it. > > cordially, > shinwoo kim. --

Re: [E-devel] evas sse3 SIGILL

2012-11-08 Thread The Rasterman
On Wed, 7 Nov 2012 13:58:56 -0200 Paulo Alcantara said: > On Wed, Nov 7, 2012 at 1:51 PM, Lucas De Marchi > wrote: > > On Wed, Nov 7, 2012 at 1:23 PM, Carsten Haitzler > > wrote: > >> On Wed, 7 Nov 2012 11:07:31 -0200 Lucas De Marchi > >> said: > >> > >>> On Wed, Nov 7, 2012 at 8:21 AM, Sebast

Re: [E-devel] E SVN: antognolli trunk/efl/m4

2012-11-08 Thread The Rasterman
On Wed, 7 Nov 2012 17:26:21 +0100 Vincent Torri said: > On Wed, Nov 7, 2012 at 5:02 PM, Rafael Antognolli > wrote: > > On Wed, Nov 7, 2012 at 1:06 PM, Gustavo Sverzut Barbieri > > wrote: > >> On Wed, Nov 7, 2012 at 3:40 PM, Vincent Torri > >> wrote: > >> > >>> ha yes, my bad, i have removed the

Re: [E-devel] evas sse3 SIGILL

2012-11-08 Thread The Rasterman
On Wed, 7 Nov 2012 13:51:04 -0200 Lucas De Marchi said: > On Wed, Nov 7, 2012 at 1:23 PM, Carsten Haitzler wrote: > > On Wed, 7 Nov 2012 11:07:31 -0200 Lucas De Marchi > > said: > > > >> On Wed, Nov 7, 2012 at 8:21 AM, Sebastian Dransfeld > >> wrote: > >> > On 11/07/2012 09:59 AM, Carsten Hait

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of "after"

2012-11-08 Thread Daniel Juyung Seo
Dear taehwan, thanks for the patch. But can you please separate formatting fix(including white space removal) and feature change/bug fix next time? Thanks. Daniel Juyung Seo (SeoZ) On Thu, Nov 8, 2012 at 5:42 PM, Bluezery wrote: > Dear EFL developers, > > When inherting group, "after" of "pro

[E-devel] [Patch][edje] Prevent duplicated inherition of "after"

2012-11-08 Thread Bluezery
Dear EFL developers, When inherting group, "after" of "program" section is also inherited. But duplicated name of "after" can be also inherited. I think that multiple "after" can be used but duplicated should be not. because this seems to be useless. Is there case that duplicated after usage is u