Re: [E-devel] [PATCH] e17 & BSD's

2012-11-12 Thread Vincent Torri
On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri wrote: > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote: >> Le 09/11/2012 18:40, Vincent Torri a écrit : >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote: > Le 09/11/2012 16:39, Vincent Torri a écrit : > >> I would suggest > >> > >

Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . src/lib

2012-11-12 Thread ChunEon Park
since -> @since in doc. -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-11-12 (월) 16:29:18 Subject: E SVN: jaehwan IN trunk/elementary: . src

[E-devel] FOSDEM 2012 Cross-Desktop Dev Room

2012-11-12 Thread Philippe Caseiro
Hello Following the call Crossdesktop Devroom talks CROSSDESKTOP DEVROOM 2013 - CALL FOR TALKS FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brussels (Belgium). One of the tracks will be the CrossDesktop DevRoom, which will host

Re: [E-devel] FOSDEM 2012 Cross-Desktop Dev Room

2012-11-12 Thread Philippe Caseiro
Sorry it's for 2013 On 12 November 2012 11:39, Philippe Caseiro wrote: > Hello > > Following the call Crossdesktop Devroom talks > > > CROSSDESKTOP DEVROOM 2013 - CALL FOR TALKS > > > FOSDEM is one of the largest gatherings of Free Software contributors > in the world and happens each Februa

Re: [E-devel] E SVN: discomfitor IN trunk/e/src: bin modules/conf_randr modules/gadman modules/ibar modules/quickaccess

2012-11-12 Thread Vincent Torri
On Mon, Nov 12, 2012 at 11:05 AM, Enlightenment SVN wrote: > Log: > add support for and use eina_list_last_data_get > > > Author: discomfitor > Date: 2012-11-12 02:05:09 -0800 (Mon, 12 Nov 2012) > New Revision: 79144 > Trac: http://trac.enlightenment.org/e/changeset/79144 > >

Re: [E-devel] applications at startup

2012-11-12 Thread sd
> On Sun, 11 Nov 2012 19:11:38 +0100 Sebastian Dransfeld > > said: > >> On 11/11/2012 06:09 PM, Sebastian Dransfeld wrote: >> > On 11/10/2012 05:42 AM, Carsten Haitzler (The Rasterman) wrote: >> >> On Thu, 8 Nov 2012 20:37:06 +0100 Sebastian Dransfeld >> >> >> said: >> >> >> >>> On 11/08/2012 07:

Re: [E-devel] EVAS_CALLBACK_MOUSE_UP callback is not called.

2012-11-12 Thread Gustavo Lima Chaves
* Jaehwan Kim [2012-11-12 14:57:02 +0900]: > Dear all > > I have a problem in elm_image. (exactly when elm_image use > edje_object_file_set) > When the image is added from edj file, we cannot get the "clicked" callback. > Internally, when the image use edje_object_file_set, EVAS_CALLBACK_MOUSE_UP

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

2012-11-12 Thread Gustavo Sverzut Barbieri
= 0? are you sure? On Mon, Nov 12, 2012 at 11:02 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > define XCB_ATOM_NONE if not defined because opensuse sucks > ticket #1722 > this commit brought to you by the recipient of the 2012 E-Devel "Hater" > award > > > Author:

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

2012-11-12 Thread Christopher Michael
On 12/11/12 13:04, Gustavo Sverzut Barbieri wrote: > = 0? are you sure? > > > On Mon, Nov 12, 2012 at 11:02 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > >> Log: >> define XCB_ATOM_NONE if not defined because opensuse sucks >>ticket #1722 >>this commit brought to you by the

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

2012-11-12 Thread Gustavo Sverzut Barbieri
I mean, if you have the "=" in the define, it will be placed everywhere that the symbol is used, so if you have if (x == XCB_ATOM_NONE) if will expand like: if (x == = 0) On Mon, Nov 12, 2012 at 11:10 AM, Christopher Michael < cp.mich...@samsung.com> wrote: > On 12/11/12 13:04, Gustavo Sverzut

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

2012-11-12 Thread Chris Michael
Ohhh lol sorry about that, fat finger copy-paste L I thought you were questioning if Zero is the proper value. Dh From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] Sent: 12 November 2012 01:13 PM To: Christopher Michael Cc: Enlightenment developer list Subject: Re

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

2012-11-12 Thread Michael Blumenkrantz
yep, was a typo on my part On Mon, Nov 12, 2012 at 1:12 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > I mean, if you have the "=" in the define, it will be placed everywhere > that the symbol is used, so if you have > > if (x == XCB_ATOM_NONE) > > if will expand like: if (x ==

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

2012-11-12 Thread Jose Souza
Good catch, I will write a EDBus_Connection_Event_Type for Disconnection. On Sun, Nov 11, 2012 at 6:59 PM, Enlightenment SVN wrote: > Log: > efreet: shutdown on error and disconnect > > When bus stops it send Disconnect signal. Trap and die. > > Author: englebass > Date: 2012-11-1

[E-devel] e distcheck failing in i18n

2012-11-12 Thread Stefan Schmidt
Hello. After fixing some bits e distcheck is no failing in i18n like this: make[5]: *** No rule to make target `.deps/enlightenment_sys e_sys_main.Po'. Stop. Full log at: http://build.enlightenment.fr/builders/quick-linux/builds/1481/steps/distcheck/logs/stdio I have no clue about the i18n s

Re: [E-devel] E SVN: raster IN trunk/efl/src: lib/evas/canvas modules/evas/engines/gl_x11

2012-11-12 Thread Michael Blumenkrantz
I believe you confused "added NULL checks" with "removed abort()s" On Mon, Nov 12, 2012 at 2:45 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > more null checks in evas to avoid segs. > > > > Author: raster > Date: 2012-11-12 06:45:07 -0800 (Mon, 12 Nov 2012) > N

Re: [E-devel] E SVN: raster IN trunk/efl/src: lib/evas/canvas modules/evas/engines/gl_x11

2012-11-12 Thread The Rasterman
On Mon, 12 Nov 2012 14:52:22 + Michael Blumenkrantz said: well i had my e crashing on startup. i've been hammering on these issue for a lot of today... in between trying to find a bug in drm/dri/mesa/xorg/kernel... beats me where it is atm... but i need to get other bugs out of the way so i c

Re: [E-devel] applications at startup

2012-11-12 Thread The Rasterman
On Mon, 12 Nov 2012 13:22:56 +0100 s...@tango.flipp.net said: > > On Sun, 11 Nov 2012 19:11:38 +0100 Sebastian Dransfeld > > > > said: > > > >> On 11/11/2012 06:09 PM, Sebastian Dransfeld wrote: > >> > On 11/10/2012 05:42 AM, Carsten Haitzler (The Rasterman) wrote: > >> >> On Thu, 8 Nov 2012 20:3

Re: [E-devel] E SVN: englebass trunk/edbus/src/examples

2012-11-12 Thread Lucas De Marchi
On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN wrote: > Log: > edbus: reply for name request is reply code > > Author: englebass > Date: 2012-11-11 12:58:38 -0800 (Sun, 11 Nov 2012) > New Revision: 79121 > Trac: http://trac.enlightenment.org/e/changeset/79121 > > Modified

Re: [E-devel] E SVN: raster trunk/e

2012-11-12 Thread Gustavo Sverzut Barbieri
why? On Mon, Nov 12, 2012 at 12:44 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > lets remove the cache files when we autogen. > > > > Author: raster > Date: 2012-11-12 06:43:59 -0800 (Mon, 12 Nov 2012) > New Revision: 79165 > Trac: http://trac.enlighte

Re: [E-devel] E SVN: hermet IN trunk: efl/src/lib/evas/canvas evas/src/lib/canvas

2012-11-12 Thread Leandro Dorileo
Hi Hermet, Thank you for commiting the proposed changes to evas_events. I`m seeing you haven`t applied the changes I proposed to evas_map, without that the problem seems to be "half fixed". We must properly handle the case when the mouse pointer has been dragged off of evas object. Have you seen

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-12 Thread rustyBSD
Le 12/11/2012 09:10, Vincent Torri a écrit : > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri wrote: >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote: >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit : >>> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote: >> > Le 09/11/2012 16:39,

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-12 Thread Michael Blumenkrantz
On Mon, 12 Nov 2012 18:56:40 +0100 rustyBSD wrote: > Le 12/11/2012 09:10, Vincent Torri a écrit : > > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri > > wrote: > >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote: > >>> >> Le 09/11/2012 18:40, Vincent Torri a écrit : > >>> On Fri, Nov 9, 2

Re: [E-devel] [e] cpufreq

2012-11-12 Thread rustyBSD
Le 05/11/2012 22:23, rustyBSD a écrit : > 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;',

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-12 Thread Vincent Torri
On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz wrote: > On Mon, 12 Nov 2012 18:56:40 +0100 > rustyBSD wrote: > >> Le 12/11/2012 09:10, Vincent Torri a écrit : >> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri >> > wrote: >> >> > On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote: >> >>> >>

Re: [E-devel] [e] cpufreq

2012-11-12 Thread Vincent Torri
On Mon, Nov 12, 2012 at 7:16 PM, rustyBSD wrote: > Le 05/11/2012 22:23, rustyBSD a écrit : >> 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.

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-12 Thread Iván Briano
On Mon, Nov 12, 2012 at 4:38 PM, Vincent Torri wrote: > On Mon, Nov 12, 2012 at 6:59 PM, Michael Blumenkrantz > wrote: >> On Mon, 12 Nov 2012 18:56:40 +0100 >> rustyBSD wrote: >> >>> Le 12/11/2012 09:10, Vincent Torri a écrit : >>> > On Fri, Nov 9, 2012 at 7:08 PM, Vincent Torri >>> > wrote: >>

[E-devel] E restores default configuration on every restart

2012-11-12 Thread Brian 'morlenxus' Miculcy
Just a short notice: Latest e svn (79190) build restores default configuration on each e restart. Spankies! :) -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight in

Re: [E-devel] E restores default configuration on every restart

2012-11-12 Thread Michael Blumenkrantz
On Mon, 12 Nov 2012 20:50:49 +0100 Brian 'morlenxus' Miculcy wrote: > Just a short notice: > > Latest e svn (79190) build restores default configuration on each e > restart. Spankies! :) you're an e developer with commit access who, upon talking to others in IRC, were notified that this is NOT

Re: [E-devel] E SVN: englebass trunk/edbus/src/examples

2012-11-12 Thread Sebastian Dransfeld
Den 12. nov. 2012 kl. 16:46 skrev Lucas De Marchi : > On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN > wrote: >> Log: >> edbus: reply for name request is reply code >> >> Author: englebass >> Date: 2012-11-11 12:58:38 -0800 (Sun, 11 Nov 2012) >> New Revision: 79121 >> Trac:

Re: [E-devel] E SVN: englebass trunk/edbus/src/examples

2012-11-12 Thread Lucas De Marchi
On Mon, Nov 12, 2012 at 6:07 PM, Sebastian Dransfeld wrote: > Den 12. nov. 2012 kl. 16:46 skrev Lucas De Marchi > : > >> On Sun, Nov 11, 2012 at 6:58 PM, Enlightenment SVN >> wrote: >>> Log: >>> edbus: reply for name request is reply code >>> >>> Author: englebass >>> Date: 2012-1

Re: [E-devel] E restores default configuration on every restart

2012-11-12 Thread Lionel Orry
I can't tell about others and I've not looked at the cause yet, but I definitely experience this as well, svn revision 79192. I tried to manually get rid of ~/.e but same behaviour then, I am presented with the first-time wizard each time I start e17. I also noticed that the first-time wizard cho

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

2012-11-12 Thread Luis Felipe Strano Moraes
Wawrzyniec, working on it. Aiming for something working before the next snapshot this friday, but as soon as I've it testable I'll send an e-mail. Best regards, Luis Felipe On Mon, Nov 12, 2012 at 7:46 PM, Wawrzyniec Niewodniczański wrote: > Hi, > > Do you know if there are dedicated PPA for a

[E-devel] [Patch] Some trivial patches

2012-11-12 Thread thomasg
Attached you'll finde a few trivial patches which fix typos or clear things up. Feel free to apply any number as you see fit (I hope it'll be n > 0 :) Short overview (git log): 1: border remembers: rename Using to Identifiers to be more obvious 2: border locks: deengrishify 3: wallpaper: more san

[E-devel] xpm loader warning

2012-11-12 Thread Vincent Torri
hey modules/evas/loaders/xpm/evas_image_load_xpm.c: In function 'evas_image_load_file_xpm': modules/evas/loaders/xpm/evas_image_load_xpm.c:154: warning: 'head' may be used uninitialized in this function false warning ? Vincent

Re: [E-devel] E restores default configuration on every restart

2012-11-12 Thread Jérémy Zurcher
Hi, a quick patch to fix what glima wanted to do regards Jérémy diff --git a/eina/src/lib/eina_file.c b/eina/src/lib/eina_file.c index ea17b95..ff477a9 100644 --- a/eina/src/lib/eina_file.c +++ b/eina/src/lib/eina_file.c @@ -560,14 +560,17 @@ _eina_file_escape(const char *path, int *length)

Re: [E-devel] E SVN: raster IN trunk/efl/src: lib/evas/canvas modules/evas/engines/gl_x11

2012-11-12 Thread ChunEon Park
who added aborts again?! -Regards, Hermet- -Original Message- From: "Carsten Haitzler" To: "Enlightenment developer list"; Cc: ; Sent: 2012

Re: [E-devel] E SVN: hermet IN trunk: efl/src/lib/evas/canvas evas/src/lib/canvas

2012-11-12 Thread ChunEon Park
Hi, Sorry for delayed. I think it will be better if it considered for extrapolating outside coords. Anyhow today I will look it left. Thank you. -Regards, Hermet- -Original Message- From: "Leandro Dorileo" To:

Re: [E-devel] E SVN: raster trunk/e

2012-11-12 Thread The Rasterman
On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri said: > why? autofoo complains of difference between cache and current setup eg if u change CFLAGS... it fails to compile. - eg if i change cflags to do -O -g for full debugging, from normal. > On Mon, Nov 12, 2012 at 12:44 PM, Enlight

Re: [E-devel] E SVN: raster trunk/e

2012-11-12 Thread Vincent Torri
On Tue, Nov 13, 2012 at 6:39 AM, Carsten Haitzler wrote: > On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri > said: > >> why? > > autofoo complains of difference between cache and current setup eg if u change > CFLAGS... it fails to compile. - eg if i change cflags to do -O -g for full

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

2012-11-12 Thread Vincent Torri
Hey it seems that start of e has changed quite a bit. Would it be possible that someone updates : http://trac.enlightenment.org/e/wiki/Debugging ? Vincent On Tue, Nov 13, 2012 at 6:47 AM, Enlightenment SVN wrote: > Log: > 1. move crashdump to its own file - not in xsession-errors (gets > ov

Re: [E-devel] E SVN: raster trunk/e

2012-11-12 Thread The Rasterman
On Tue, 13 Nov 2012 07:42:13 +0100 Vincent Torri said: > On Tue, Nov 13, 2012 at 6:39 AM, Carsten Haitzler > wrote: > > On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri > > said: > > > >> why? > > > > autofoo complains of difference between cache and current setup eg if u > > change

Re: [E-devel] E restores default configuration on every restart

2012-11-12 Thread Jérémy Zurcher
Hi again, I realized that my vim indent was hidding the through from me, I hope this is better now, tell me if not. This patch fixes this issue I was experiencing too. regards Jérémy On Monday 12 November 2012 20:50, Brian 'morlenxus' Miculcy wrote : > Just a short notice: > > Latest e svn (7

[E-devel] configure options again : tests, name for the "profiles" desktop, server, etc...

2012-11-12 Thread Vincent Torri
hey 2 questions 1) we have --build-profile for dev, release, etc... which name should we choose for the desktop, server profiles, etc.. ? Note that i can manage something like --with-profile=dev,desktop, but imho, it's not satisfying 2) may I have --enable-tests to configure properly the tests

Re: [E-devel] E restores default configuration on every restart

2012-11-12 Thread Michael Blumenkrantz
umm...wrong thread? On Tue, Nov 13, 2012 at 7:21 AM, Jérémy Zurcher wrote: > Hi again, > > I realized that my vim indent was hidding the through from me, > I hope this is better now, tell me if not. > > This patch fixes this issue I was experiencing too. > > regards > Jérémy > > On Monday 12 Nov

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

2012-11-12 Thread Michael Blumenkrantz
forwarding to list for common interest... On Tue, Nov 13, 2012 at 7:46 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > by popular (overwhelming) demand, > -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it now > prevents enlightenment_start from ptracing, whi

Re: [E-devel] [e] cpufreq

2012-11-12 Thread Michael Blumenkrantz
Hey Maxime, Sorry this took so long, I've been extremely busy. In! On Mon, Nov 12, 2012 at 6:39 PM, Vincent Torri wrote: > On Mon, Nov 12, 2012 at 7:16 PM, rustyBSD wrote: > > Le 05/11/2012 22:23, rustyBSD a écrit : > >> Le 30/10/2012 17:41, rustyBSD a écrit : > >>> > Hi, > >>> > here is a patc

Re: [E-devel] E SVN: jaehwan IN trunk/elementary: . src/lib

2012-11-12 Thread Jaehwan Kim
in svn. thanks^^ 2012년 11월 12일 월요일에 ChunEon Park님이 작성: > since -> @since in doc. > > > > > > -Regards, Hermet- > > -Original Message- > From: "Enlightenment SVN" > To: ; > Cc: > Sen