Re: [E-devel] Proposal Font Set Size only

2010-12-12 Thread Tom Hacohen
On Fri, 2010-12-10 at 14:42 +0900, Carsten Haitzler wrote: > i think this makes perfect sense - both ways. set font with size 0 == just set > font,. set size > 0 but font null == just change size. I agree, and an important comment to whoever writes it: If you only change font (i.e size == 0) take

Re: [E-devel] Proposal Font Set Size only

2010-12-12 Thread Leif Middelschulte
Am 12.12.2010 um 09:32 schrieb Tom Hacohen: > On Fri, 2010-12-10 at 14:42 +0900, Carsten Haitzler wrote: >> i think this makes perfect sense - both ways. set font with size 0 == just >> set >> font,. set size > 0 but font null == just change size. > > I agree, and an important comment to whoever

Re: [E-devel] Proposal Font Set Size only

2010-12-12 Thread Tom Hacohen
On Sun, 2010-12-12 at 12:12 +0100, Leif Middelschulte wrote: > Am 12.12.2010 um 09:32 schrieb Tom Hacohen: > > > On Fri, 2010-12-10 at 14:42 +0900, Carsten Haitzler wrote: > >> i think this makes perfect sense - both ways. set font with size 0 == just > >> set > >> font,. set size > 0 but font nu

[E-devel] more fd insanity

2010-12-12 Thread Mike Blumenkrantz
ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_mark_active() epoll_wait failed 22 ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_mark_active() epoll_wait failed 22 ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_mark_active() epoll_wait failed 22 ERR<24447>:ecore ecore_mai

Re: [E-devel] backtraces for e segfaults/crashes

2010-12-12 Thread Thomas Sachau
Am 12.12.2010 02:20, schrieb Carsten Haitzler (The Rasterman): > On Sat, 11 Dec 2010 17:24:48 +0100 Thomas Sachau said: > >> Since irc currently seems a bit silent, let me post the last 2 backtraces >> here, so someone can have a look and either fix those issues or point me to >> the issue i have

Re: [E-devel] backtraces for e segfaults/crashes

2010-12-12 Thread The Rasterman
On Sun, 12 Dec 2010 15:30:49 +0100 Thomas Sachau said: > Am 12.12.2010 02:20, schrieb Carsten Haitzler (The Rasterman): > > On Sat, 11 Dec 2010 17:24:48 +0100 Thomas Sachau said: > > > >> Since irc currently seems a bit silent, let me post the last 2 backtraces > >> here, so someone can have a

[E-devel] cover deletion with enjoy

2010-12-12 Thread douleme
Hi all, I have a problem with enjoy: I don't know why it delete covers who are in the my album's directories when I access to an album (album's list, artist's list, open a song of the album ...). I hope someone can fix this. Doulème.

Re: [E-devel] [Patch] els_scroller formatting.

2010-12-12 Thread Daniel Juyung Seo
Anybody can review this? Even this includes many changes of lines, this is very simple. Then I would go for the next patch. Or reject this and give me a reason. Thanks. Daniel Juyung Seo. On Fri, Dec 10, 2010 at 2:30 AM, Daniel Juyung Seo wrote: > Hello, > > I found that there are three big un

Re: [E-devel] [Patch] els_scroller formatting.

2010-12-12 Thread Tom Hacohen
Dear Daniel, Generally I'd agree with you, but I think this change should not happen now. These kind of changes should better occur in times when there are less changes, because style changes make the diff programs go nuts. Currently a colleague of mine (and many others) have a lot of local chang

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2010-12-12 Thread Cedric BAIL
On Sat, Dec 11, 2010 at 1:39 AM, Enlightenment SVN wrote: > Log: > put EINA_MAGIC at the end of the structure > Why did you move EINA_MAGIC at the end, it's more likely to trigger a segv than protect the library and data corruption ? -- Cedric BAIL --

Re: [E-devel] E SVN: caro trunk/eina/src/lib

2010-12-12 Thread Vincent Torri
On Sun, 12 Dec 2010, Cedric BAIL wrote: > On Sat, Dec 11, 2010 at 1:39 AM, Enlightenment SVN > wrote: >> Log: >> put EINA_MAGIC at the end of the structure >> > > Why did you move EINA_MAGIC at the end, it's more likely to trigger a > segv than protect the library and data corruption ? then mo

Re: [E-devel] more fd insanity

2010-12-12 Thread Mike McCormack
On 12/12/2010 09:28 PM, Mike Blumenkrantz wrote: > ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_mark_active() > epoll_wait failed 22 > ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_mark_active() > epoll_wait failed 22 > ERR<24447>:ecore ecore_main.c:316 _ecore_main_fdh_poll_ma

Re: [E-devel] E SVN: raster trunk/eina/src/lib

2010-12-12 Thread The Rasterman
On Sat, 11 Dec 2010 07:52:44 +0100 (CET) Vincent Torri said: > > > On Fri, 10 Dec 2010, Enlightenment SVN wrote: > > > Log: > > fix void ptr math. odd that no warnings happened before with all my > > warning flags on. > > just use -Wpointer-arith it should have been on. i use -W -Wall -Wext

Re: [E-devel] E SVN: raster trunk/ecore/src/lib/ecore_ipc

2010-12-12 Thread Mike Blumenkrantz
On Sun, 12 Dec 2010 23:26:21 -0800 "Enlightenment SVN" wrote: > Log: > discomfitor... SPANK! REVERT REVERT REVERT! i've been sitting in a > text console for a while because of this. and when dr. evil sits in a > text console for a while... he gets angry. when dr. evil gets angry, > mr. bigg

[E-devel] [PATCH 1/4] ecore_con: Always close fd after remove fdh from main loop

2010-12-12 Thread Mike McCormack
>From c83bcffc5ac24154cbbf98df953b3b9121f4797b Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 13 Dec 2010 16:23:39 +0900 Subject: [PATCH 1/4] Always close fd after remove fdh from main loop --- trunk/ecore/src/lib/ecore_con/ecore_con.c | 31 +++- 1 files chang

[E-devel] [PATCH 2/4] ecore_config - Zero is a valid fd value

2010-12-12 Thread Mike McCormack
>From 64dc91c0fa0021335e973535acba5e86cd5faa6f Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 13 Dec 2010 16:23:58 +0900 Subject: [PATCH 2/4] Zero is a valid fd value --- trunk/ecore/src/lib/ecore_config/ecore_config.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff -

[E-devel] [PATCH 3/4] ecore_con: Always close fd after remove fdh from main loop

2010-12-12 Thread Mike McCormack
>From 63280c232194e06103ed40e00127ad14b21451a5 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 13 Dec 2010 16:25:49 +0900 Subject: [PATCH 3/4] Always close fd after remove fdh from main loop --- trunk/ecore/src/lib/ecore_con/ecore_con_info.c |2 +- 1 files changed, 1 insertions(+),

[E-devel] [PATCH 4/4] ecore_fb: Zero is a valid fd value

2010-12-12 Thread Mike McCormack
>From 89b15dbe521a04c0ff311cfc8a23f20750203247 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 13 Dec 2010 16:39:11 +0900 Subject: [PATCH 4/4] Zero is a valid fd value --- trunk/ecore/src/lib/ecore_fb/ecore_fb_vt.c | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-)