Re: [E-devel] [Patch] [Elementary] [Entry] Clear selection when entry loses focus

2012-11-05 Thread Cedric BAIL
On Tue, Nov 6, 2012 at 3:05 PM, thiep ha wrote: > In mobile environment, if an entry loses focus, we should clear its selection > also. > I modified the source code to do that and attach it to this email. > Please review this patch. I am not sure it is really related to mobile vs desktop, but mo

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Cedric BAIL
On Tue, Nov 6, 2012 at 10:07 AM, Jim Kukunas wrote: > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >> On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara >> wrote: >> > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld >> > wrote: >> >> Program received signal SIGILL, Illegal i

Re: [E-devel] [PATCH] e: Do not use recursive makefiles for modules

2012-11-05 Thread Vincent Torri
On Tue, Nov 6, 2012 at 4:22 AM, Lucas De Marchi wrote: > On Mon, Nov 5, 2012 at 9:14 PM, David Seikel wrote: >> On Mon, 5 Nov 2012 17:06:11 -0200 Lucas De Marchi >> wrote: >> >>> --- >>> >>> aka "add support for speed in our build system". >>> >>> I've always been very sad about the amount of t

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Vincent Torri
On Tue, Nov 6, 2012 at 2:07 AM, Jim Kukunas wrote: > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >> On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara >> wrote: >> > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld >> > wrote: >> >> Program received signal SIGILL, Illegal in

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread David Seikel
On Tue, 6 Nov 2012 01:06:58 -0200 Lucas De Marchi wrote: > On Mon, Nov 5, 2012 at 11:07 PM, Jim Kukunas > wrote: > > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: > >> On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara > >> wrote: > >> > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian D

[E-devel] [Patch] [Elementary] [Entry] Clear selection when entry loses focus

2012-11-05 Thread thiep ha
Dear All, In mobile environment, if an entry loses focus, we should clear its selection also. I modified the source code to do that and attach it to this email. Please review this patch. Thanks & Regards, Thiep Ha elm_entry_unfocus_selection.diff Description: Binary data ---

Re: [E-devel] Does EFL support network library ?

2012-11-05 Thread Gyuyoung Kim
Lucas and Ryuan, thank you for your kindly reply. Ok, I will take a look Ecore_Con in near future. Gyuyoung. On Nov 6, 2012 12:23 PM, "ryuan Choi" wrote: > I think that ecore con is what you want and it is based on libcurl. > http://docs.enlightenment.org/auto/ecore/group__Ecore__Con__Group.html

Re: [E-devel] [PATCH] e: Do not use recursive makefiles for modules

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 9:14 PM, David Seikel wrote: > On Mon, 5 Nov 2012 17:06:11 -0200 Lucas De Marchi > wrote: > >> --- >> >> aka "add support for speed in our build system". >> >> I've always been very sad about the amount of time E17 takes to >> build. And upgrading my CPU doesn't solve the

Re: [E-devel] Does EFL support network library ?

2012-11-05 Thread ryuan Choi
I think that ecore con is what you want and it is based on libcurl. http://docs.enlightenment.org/auto/ecore/group__Ecore__Con__Group.html As already mentioned in other thread, it will not be easy work. But, I hope that we have a plan at least. Cheers, Ryuan Choi 2012/11/6 Gyuyoung Kim > Hi EF

Re: [E-devel] Does EFL support network library ?

2012-11-05 Thread Lucas De Marchi
Hi Gyuyoung On Tue, Nov 6, 2012 at 12:09 AM, Gyuyoung Kim wrote: > Hi EFL folks, > > I wonder whether EFL has been supported network library. Because, WebKit > EFL has been used libsoup as network backend. If EFL supports network > module, IMO, WebKit EFL port should use it. If it is not supporte

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 11:07 PM, Jim Kukunas wrote: > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >> On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara >> wrote: >> > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld >> > wrote: >> >> Program received signal SIGILL, Illegal i

[E-devel] Does EFL support network library ?

2012-11-05 Thread Gyuyoung Kim
Hi EFL folks, I wonder whether EFL has been supported network library. Because, WebKit EFL has been used libsoup as network backend. If EFL supports network module, IMO, WebKit EFL port should use it. If it is not supported yet, is there any plan ? Cheers, Gyuyoung ---

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 10:37 PM, Jim Kukunas wrote: > On Mon, Nov 05, 2012 at 10:17:34PM -0300, Paulo Alcantara wrote: >> On Mon, Nov 5, 2012 at 10:07 PM, Jim Kukunas >> wrote: >> > >> > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: >> > > On Tue, Nov 6, 2012 at 1:32 AM, Paulo Al

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Jim Kukunas
On Mon, Nov 05, 2012 at 10:17:34PM -0300, Paulo Alcantara wrote: > On Mon, Nov 5, 2012 at 10:07 PM, Jim Kukunas > wrote: > > > > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: > > > On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara > > > wrote: > > > > On Mon, Nov 5, 2012 at 7:12 P

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 10:07 PM, Jim Kukunas wrote: > > On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: > > On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara > > wrote: > > > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld > > > wrote: > > >> Program received signal SIGILL, Il

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Jim Kukunas
On Tue, Nov 06, 2012 at 01:41:01AM +0100, Vincent Torri wrote: > On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara wrote: > > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld > > wrote: > >> Program received signal SIGILL, Illegal instruction. > >> 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0)

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Vincent Torri
On Tue, Nov 6, 2012 at 1:32 AM, Paulo Alcantara wrote: > On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld > wrote: >> Program received signal SIGILL, Illegal instruction. >> 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0) at >> /usr/lib/gcc/i686-linux-gnu/4.6/include/pmmintrin.h:111 >> 111

Re: [E-devel] evas sse3 SIGILL

2012-11-05 Thread Paulo Alcantara
On Mon, Nov 5, 2012 at 7:12 PM, Sebastian Dransfeld wrote: > Program received signal SIGILL, Illegal instruction. > 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0) at > /usr/lib/gcc/i686-linux-gnu/4.6/include/pmmintrin.h:111 > 111 return (__m128i) __builtin_ia32_lddqu ((char const *)__P); >

Re: [E-devel] [PATCH] e: Do not use recursive makefiles for modules

2012-11-05 Thread David Seikel
On Mon, 5 Nov 2012 17:06:11 -0200 Lucas De Marchi wrote: > --- > > aka "add support for speed in our build system". > > I've always been very sad about the amount of time E17 takes to > build. And upgrading my CPU doesn't solve the problem neither. Using > SSD would help for sure but I don't h

[E-devel] evas sse3 SIGILL

2012-11-05 Thread Sebastian Dransfeld
Program received signal SIGILL, Illegal instruction. 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0) at /usr/lib/gcc/i686-linux-gnu/4.6/include/pmmintrin.h:111 111 return (__m128i) __builtin_ia32_lddqu ((char const *)__P); (gdb) bt #0 0x00491f8b in _mm_lddqu_si128 (__P=0xbfffb5b0) at /usr/l

Re: [E-devel] [e] cpufreq

2012-11-05 Thread Vincent Torri
hey most of the devs are in Barcelona, for the announcement of the e17 release. That's why there is no answer to lots of mails cheers Vincent On Tue, Oct 30, 2012 at 5:41 PM, rustyBSD wrote: > Hi, > here is a patch for e/src/modules/cpufreq/e_mod_main.c > > I. _cpufreq_status_check_available()

Re: [E-devel] [e] cpufreq

2012-11-05 Thread rustyBSD
Le 30/10/2012 17:41, rustyBSD a écrit : > Hi, > here is a patch for e/src/modules/cpufreq/e_mod_main.c > > I. _cpufreq_status_check_available() always returns 1, >so moved to void. > > II. Don't need to 'buf[sizeof(buf) - 1] = 0;', as it's > already done by snprintf. > > III. Stuff for Open

Re: [E-devel] Attn: openSUSE users and Application Developers.

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 8:39 AM, Tomas Cech wrote: > Hi, > > > On Sun, Nov 04, 2012 at 02:09:24PM +1030, Simon wrote: >> >> Hi All, >> I would like to announce a new openSUSE repository >> X11:Enlightenment:Released. This repo will sit alongside >> X11:Enlightenment:Nightly. >> Seen as people were

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
Ops Demarchi explain to me what Gustavo and him thought. But edbus_name_owner_changed_callback_add() was not emiting events when bus is a unique id, soon a patch fixing that. On Mon, Nov 5, 2012 at 12:32 PM, Lucas De Marchi wrote: > On Mon, Nov 5, 2012 at 12:08 PM, Jose Souza > wrote: >> Hi Se

Re: [E-devel] [Announce] E17 Alpha Release

2012-11-05 Thread Steven Le Roux
W00T !! congrats for the great job ! And congratulation for the great job and follow up at http://e17releasemanager.wordpress.com/ On Mon, Nov 5, 2012 at 4:49 PM, Michael Blumenkrantz wrote: > At the EFL Dev Day during a talk by Jorge "turran" Zapata, decisions were > made. These decisions r

Re: [E-devel] E SVN: billiob trunk/THEMES/efenniht/e

2012-11-05 Thread Boris Faure
On 12-11-05 16:53, Gustavo Sverzut Barbieri wrote: > doesn't look right... black text for efenniht? isn't the bg dark? The entry's background is light grey. -- Boris Faure Pointer Arithmetician -- LogMeIn Central: Instan

Re: [E-devel] E SVN: billiob trunk/THEMES/efenniht/e

2012-11-05 Thread Gustavo Sverzut Barbieri
doesn't look right... black text for efenniht? isn't the bg dark? On Mon, Nov 5, 2012 at 4:47 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > efenniht: make the text visible in the entry > > Author: billiob > Date: 2012-11-05 07:47:43 -0800 (Mon, 05 Nov 2012) >

Re: [E-devel] [Announce] E17 Alpha Release

2012-11-05 Thread Daniel Juyung Seo
Yay!!! This is a definite warning that the end of the world is near. Daniel Juyung Seo (SeoZ) On Tue, Nov 6, 2012 at 12:49 AM, Michael Blumenkrantz < michael.blumenkra...@gmail.com> wrote: > At the EFL Dev Day during a talk by Jorge "turran" Zapata, decisions were > made. These decisions result

Re: [E-devel] git.enlightenment.org - missing repos

2012-11-05 Thread Daniel Juyung Seo
That's OK. I think French guys are busy with EFL Dev Day :) Daniel Juyung Seo (SeoZ) On Mon, Nov 5, 2012 at 8:47 PM, Rafael Antognolli wrote: > Ouch, sorry, bdilly just warned me that I put the wrong name of the > repository on the original email subject :-/ > > It should be git.enlightenment.f

[E-devel] [Announce] E17 Alpha Release

2012-11-05 Thread Michael Blumenkrantz
At the EFL Dev Day during a talk by Jorge "turran" Zapata, decisions were made. These decisions resulted in actions which ended up breaking my gmail (no joke), possibly foreshadowing the breaking of the world later on. This is the announcement for the ALPHA release of Enlightenment DR 0.17. E17 is

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-05 Thread Gustavo Sverzut Barbieri
Before we make it configurable you can do a quick hack: whenever you load the theme, you ask for edje_object_data_get(ed, "color-ID") and atoi() to the real color, set it to the used colors in textgrid On Mon, Nov 5, 2012 at 1:36 PM, Boris Faure wrote: > On 12-11-05 16:31, Leif Middelschulte w

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-05 Thread Boris Faure
On 12-11-05 16:31, Leif Middelschulte wrote: > Nice! > But why wouldn't you just provide another theme file? It's almost the default file. The main change is the colors hardcoded in col.c. For the moment, i've got that commit i keep on pushing and reverting waiting there's a better way to change c

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-05 Thread Leandro Pereira
On Mon, Nov 5, 2012 at 1:31 PM, Leif Middelschulte wrote: > Nice! > But why wouldn't you just provide another theme file? Colors are not yet themeable in Terminology. -- Leandro -- LogMeIn Central: Instant, anywhere,

Re: [E-devel] E SVN: billiob IN trunk/terminology: data/themes src/bin

2012-11-05 Thread Leif Middelschulte
Nice! But why wouldn't you just provide another theme file? 2012/11/5 Enlightenment SVN > Log: > terminology: use solarized colors > > Author: billiob > Date: 2012-11-05 07:29:39 -0800 (Mon, 05 Nov 2012) > New Revision: 78928 > Trac: http://trac.enlightenment.org/e/changes

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Lucas De Marchi
On Mon, Nov 5, 2012 at 12:08 PM, Jose Souza wrote: > Hi Sebastian > > See our suggestion in attach. ahn? this isn't tracking the clients. Lucas De Marchi -- LogMeIn Central: Instant, anywhere, Remote PC access and manag

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Gustavo Sverzut Barbieri
On Mon, Nov 5, 2012 at 12:28 PM, Cedric BAIL wrote: > On Mon, Nov 5, 2012 at 10:27 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Nov 5, 2012 at 10:50 AM, Cedric BAIL > wrote: > >> On Mon, Nov 5, 2012 at 8:24 PM, Gustavo Sverzut Barbieri > >> wrote: > >> > On Mon, Nov 5, 2012 at 9:13 AM, Vi

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Cedric BAIL
On Mon, Nov 5, 2012 at 10:27 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Nov 5, 2012 at 10:50 AM, Cedric BAIL wrote: >> On Mon, Nov 5, 2012 at 8:24 PM, Gustavo Sverzut Barbieri >> wrote: >> > On Mon, Nov 5, 2012 at 9:13 AM, Vincent Torri > >wrote: >> >> On Mon, Nov 5, 2012 at 11:51 AM, Gustavo

Re: [E-devel] E SVN: englebass IN trunk/efreet/src: bin lib

2012-11-05 Thread Jose Souza
Hi Sebastian See our suggestion in attach. On Mon, Nov 5, 2012 at 1:17 AM, Lucas De Marchi wrote: > Hi Sebastian, > > [ CC'ing José ] > > On Sat, Nov 3, 2012 at 7:21 PM, Sebastian Dransfeld > wrote: >> But it seems like there is no way to get watch events from edbus. > > Have you tried edbus_n

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Gustavo Sverzut Barbieri
On Mon, Nov 5, 2012 at 10:50 AM, Cedric BAIL wrote: > On Mon, Nov 5, 2012 at 8:24 PM, Gustavo Sverzut Barbieri > wrote: > > On Mon, Nov 5, 2012 at 9:13 AM, Vincent Torri >wrote: > >> On Mon, Nov 5, 2012 at 11:51 AM, Gustavo Sverzut Barbieri > >> wrote: > >> > Hi all, particularly Vincent and R

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Cedric BAIL
On Mon, Nov 5, 2012 at 8:24 PM, Gustavo Sverzut Barbieri wrote: > On Mon, Nov 5, 2012 at 9:13 AM, Vincent Torri wrote: >> On Mon, Nov 5, 2012 at 11:51 AM, Gustavo Sverzut Barbieri >> wrote: >> > Hi all, particularly Vincent and Raster (notes to Etrunko/Devilhorns): >> > >> > Since EFL got the eva

Re: [E-devel] git.enlightenment.org - missing repos

2012-11-05 Thread Rafael Antognolli
Ouch, sorry, bdilly just warned me that I put the wrong name of the repository on the original email subject :-/ It should be git.enlightenment.fr On Mon, Nov 5, 2012 at 8:07 AM, Rafael Antognolli wrote: > Hey Daniel, > > But I was talking about git.enlightenment.fr, not git.enlightenment.org. >

[E-devel] [RFC] efl merge: docdir option

2012-11-05 Thread Jérôme Pinot
Hi, I'm looking with interest to the good work that vtorri are doing by merging the efl in a single source tree. I'm seeing some minor problems when trying to install examples but before fixing anything, I'd like to discuss the way of installing doc and examples. Autotools provide a $(docdir) var

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Gustavo Sverzut Barbieri
On Mon, Nov 5, 2012 at 9:13 AM, Vincent Torri wrote: > On Mon, Nov 5, 2012 at 11:51 AM, Gustavo Sverzut Barbieri > wrote: > > Hi all, particularly Vincent and Raster (notes to Etrunko/Devilhorns): > > > > Since EFL got the evas merge, I'd like to have evas options reduced as > it's > > still too

Re: [E-devel] efl evas merge: removal of options

2012-11-05 Thread Vincent Torri
On Mon, Nov 5, 2012 at 11:51 AM, Gustavo Sverzut Barbieri wrote: > Hi all, particularly Vincent and Raster (notes to Etrunko/Devilhorns): > > Since EFL got the evas merge, I'd like to have evas options reduced as it's > still too much. My suggestion is: > > - pixman: should be a single option. Bu

Re: [E-devel] ecore on mac os mountain lion

2012-11-05 Thread Vincent Torri
hey On Mon, Nov 5, 2012 at 11:50 AM, Leif Middelschulte wrote: > Hello everyone, especially vincent! > > I'm trying to package the latest release of the efl (up to elemetary) for > the mac os brew package manager (https://github.com/mxcl/homebrew). > > Sadly ecore fails during compilation. Appare

[E-devel] efl evas merge: removal of options

2012-11-05 Thread Gustavo Sverzut Barbieri
Hi all, particularly Vincent and Raster (notes to Etrunko/Devilhorns): Since EFL got the evas merge, I'd like to have evas options reduced as it's still too much. My suggestion is: - pixman: should be a single option. But do we need it at all? - tile-rotate: can't we always have it enabled? -

Re: [E-devel] Attn: openSUSE users and Application Developers.

2012-11-05 Thread Tomas Cech
Hi, On Sun, Nov 04, 2012 at 02:09:24PM +1030, Simon wrote: Hi All, I would like to announce a new openSUSE repository X11:Enlightenment:Released. This repo will sit alongside X11:Enlightenment:Nightly. Seen as people were asking about the nightly repository on the list yesterday i can say that S

Re: [E-devel] git.enlightenment.org - missing repos

2012-11-05 Thread Rafael Antognolli
Hey Daniel, But I was talking about git.enlightenment.fr, not git.enlightenment.org. The one that you linked seems to contain the entire SVN, or at least trunk, while I'm interested on the other one, which contains separate repositories for each project. That's why I wanted additional repos for e

Re: [E-devel] Evas merge status

2012-11-05 Thread Daniel Juyung Seo
yay thanks for your effort. i should try this when i get back to my pc. Daniel Juyung Seo (SeoZ) On Nov 5, 2012 6:27 PM, "Vincent Torri" wrote: > On Mon, Nov 5, 2012 at 8:35 AM, Vincent Torri > wrote: > > Hey > > > > There is a problem with the OpenGL engines. I'm fixing it > > > > Vincent > >

Re: [E-devel] [e-users] Attn: openSUSE users and Application Developers.

2012-11-05 Thread Gustavo Sverzut Barbieri
Would someone add/maintain it at: http://trac.enlightenment.org/e/wiki/Operating_Systems and http://www.enlightenment.org/p.php?p=download Second one needs SVN access, first one does not. -- Gustavo On Sun, Nov 4, 2012 at 1:39 AM, Simon wrote: > Hi All, > I would like to announce a new openS

Re: [E-devel] ArchLinux updated binary packages?

2012-11-05 Thread Gustavo Sverzut Barbieri
Yeah, We'll need to do the 1.7.x version based on tarballs... it will be more annoying, yet needed. Will try to do it next week or so. BR, -- Gustavo On Sun, Nov 4, 2012 at 5:40 AM, David Seikel wrote: > On Sun, 4 Nov 2012 16:20:51 +0900 Cedric BAIL > wrote: > > > On Thu, Nov 1, 2012 at 5:04

Re: [E-devel] Evas merge status

2012-11-05 Thread Vincent Torri
On Mon, Nov 5, 2012 at 8:35 AM, Vincent Torri wrote: > Hey > > There is a problem with the OpenGL engines. I'm fixing it > > Vincent I think that i have fixed it. Please check Vincent -- LogMeIn Central: Instant, anywhe

Re: [E-devel] dark small feedback

2012-11-05 Thread David Seikel
On Mon, 29 Oct 2012 10:03:49 +0200 Tom Hacohen wrote: > On 29/10/12 03:57, thomasg wrote: > > On Sun, Oct 28, 2012 at 10:45 PM, Tom Hacohen wrote: > >> On 28/10/12 19:20, David Seikel wrote: > >>> Is it just me, or does dark with blue highlights look very > >>> Android? > >> > >> I think it's ju

Re: [E-devel] E SVN: englebass trunk/e/src/bin

2012-11-05 Thread Michael Blumenkrantz
On Mon, Nov 5, 2012 at 8:31 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > e: Fix free of list from _e_border_sub_borders_new > > First loop, then eina_list_free == spankies!!! > > Please fix code correctly when mistakes are spotted. > > S. > > Author: englebass >

Re: [E-devel] [e-users] EFL Dev Day and Barcelona

2012-11-05 Thread The Rasterman
On Sun, 4 Nov 2012 19:59:59 +0100 Thanatermesis said: fira palace hotel, in the downstairs dungeon. :) > Can somebody say there where is that event ? the IRC doesn't seems to know, > at least right now... a notice there could be nice > > > 2012/11/4 Leif Middelschulte > > > 2012/11/2 Cedric

Re: [E-devel] [e-users] EFL Dev Day and Barcelona

2012-11-05 Thread The Rasterman
On Sun, 4 Nov 2012 12:42:33 +0100 Leif Middelschulte said: > 2012/11/2 Cedric BAIL : > > On Fri, Nov 2, 2012 at 3:09 AM, Leandro Pereira > > wrote: > >> On 11/01/2012 03:34 PM, Lucas De Marchi wrote: > >>> what if we start a new bling bling theme and ship as default? > >> > >> The default one sh