[E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Marc Andre Tanner
Hi, I am trying to build a minimal elementary with framebuffer backend based initramfs for my Freerunner. I so far cross compiled all the required elementary dependencies and tested the result in a chroot with the dialog app from the elementary wiki page. The app starts up but all fonts are

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-10-07 Thread Vincent Torri
On Wed, 7 Oct 2009, Enlightenment SVN wrote: Log: * edje: Another round of llvm warning removal. Author: cedric Date: 2009-10-07 04:36:23 -0700 (Wed, 07 Oct 2009) New Revision: 42932 Modified: trunk/edje/src/lib/edje_edit.c trunk/edje/src/lib/edje_util.c

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner m...@brain-dump.org said: the default theme uses Sans font by default - via fontconfig. you'e missing a Sans alias that works. beats me as to the details. install x and you should get the sans aliases set up. Hi, I am trying to build a

Re: [E-devel] E SVN: cedric trunk/edje/src/lib

2009-10-07 Thread Cedric BAIL
On Wed, Oct 7, 2009 at 1:45 PM, Vincent Torri vto...@univ-evry.fr wrote: On Wed, 7 Oct 2009, Enlightenment SVN wrote: Log:       * edje: Another round of llvm warning removal. Author:       cedric Date:         2009-10-07 04:36:23 -0700 (Wed, 07 Oct 2009) New Revision: 42932 Modified:  

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread hannes.janet...@gmail.com
yes, Eterm becomes an override-redirect window when using borderless option with e17, so its window is not handled by the wm in any way. I commited a workaround that makes e17 pretend to be mwm so that Eterm use mwm hints for borderless mode instead of going override redirect. On Wed, Oct 7, 2009

Re: [E-devel] NOTICE: svn feature freeze this week (Oct 5-11)

2009-10-07 Thread Luis Felipe Strano Moraes
Hey, updated clang output here: http://local.profusion.mobi:8081/~lfelipe/output-efl/efl-42942/ I'll do another one tomorrow afternoon, but I'm going to be away later and don't know if I'll be able to do another before the freeze is over. Cheers, --lf On Mon, Oct 5, 2009 at 3:38 PM, Quaker

Re: [E-devel] Pros and cons of various EFL ways of writing an embedded game.

2009-10-07 Thread David Seikel
On Mon, 28 Sep 2009 20:08:41 +1000 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 28 Sep 2009 19:54:47 +1000 David Seikel onef...@gmail.com said: I'll be developing an embedded game, and I want to use EFL for it. Actually, already working on an older game developed

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread David Seikel
On Wed, 7 Oct 2009 14:06:34 +0200 hannes.janet...@gmail.com hannes.janet...@googlemail.com wrote: On Wed, Oct 7, 2009 at 3:42 AM, David Seikel onef...@gmail.com wrote: On Tue, 6 Oct 2009 17:17:10 -0700 Michael Jennings m...@kainx.org wrote: On Tuesday, 06 October 2009, at 23:43:58

[E-devel] Elementary and hover improvements

2009-10-07 Thread Atton Jonathan
hey, Currently the hover is display centered to the target object. I agree with this but if the content is too big, a part can be displayed outside the window. To fix this problem I propose this idea: - the content of each location (left, top, right, bottom) is a scroll and the content set by

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Marc Andre Tanner
On Wed, Oct 07, 2009 at 10:46:23PM +1100, Carsten Haitzler wrote: On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner m...@brain-dump.org said: the default theme uses Sans font by default - via fontconfig. you'e missing a Sans alias that works. beats me as to the details. install x and you

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread Joerg Sonnenberger
On Wed, Oct 07, 2009 at 08:50:35PM +0200, Marc Andre Tanner wrote: Does anybody know how to correctly set up the Sans alias? Take a look at examples from fontconfig, e.g. 30-urw-aliases.conf. In fact, 45-latin.conf should do what you want. Joerg

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread Michael Jennings
On Wednesday, 07 October 2009, at 11:42:54 (+1000), David Seikel wrote: Is this related to my reported problems with Eterm (and at least one other app) where iconify and maximise don't turn up in the E17 window menu when using borderless? From your description, it sounded like Eterm had a

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread Michael Jennings
On Wednesday, 07 October 2009, at 14:06:34 (+0200), hannes.janet...@gmail.com wrote: yes, Eterm becomes an override-redirect window when using borderless option with e17, so its window is not handled by the wm in any way. I commited a workaround that makes e17 pretend to be mwm so that Eterm

[E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-07 Thread Vincent Pomageot
Hi, While playing whith Elementary I've spotted that e_dbus and efreet wasn't initialized (elm_need_{e_dbus,efreet} not called in elm_init) So here is my very first very little patch :) elm_main.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Vincent Pomageot Index:

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread David Seikel
On Wed, 7 Oct 2009 15:07:56 -0700 Michael Jennings m...@kainx.org wrote: On Wednesday, 07 October 2009, at 11:42:54 (+1000), David Seikel wrote: Is this related to my reported problems with Eterm (and at least one other app) where iconify and maximise don't turn up in the E17 window

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread hannes.janet...@gmail.com
On Thu, Oct 8, 2009 at 12:40 AM, Michael Jennings m...@kainx.org wrote: On Wednesday, 07 October 2009, at 14:06:34 (+0200), hannes.janet...@gmail.com wrote: yes, Eterm becomes an override-redirect window when using borderless option with e17, so its window is not handled by the wm in any

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread The Rasterman
On Thu, 8 Oct 2009 09:59:11 +1000 David Seikel onef...@gmail.com said: On Wed, 7 Oct 2009 15:07:56 -0700 Michael Jennings m...@kainx.org wrote: On Wednesday, 07 October 2009, at 11:42:54 (+1000), David Seikel wrote: Is this related to my reported problems with Eterm (and at least

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 15:40:13 -0700 Michael Jennings m...@kainx.org said: On Wednesday, 07 October 2009, at 14:06:34 (+0200), hannes.janet...@gmail.com wrote: yes, Eterm becomes an override-redirect window when using borderless option with e17, so its window is not handled by the wm in any

Re: [E-devel] Pros and cons of various EFL ways of writing an embedded game.

2009-10-07 Thread The Rasterman
On Thu, 8 Oct 2009 03:39:16 +1000 David Seikel onef...@gmail.com said: On Mon, 28 Sep 2009 20:08:41 +1000 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 28 Sep 2009 19:54:47 +1000 David Seikel onef...@gmail.com said: I'll be developing an embedded game, and I

Re: [E-devel] [PATCH] Enable Elementary to init e_dbus and efreet

2009-10-07 Thread The Rasterman
On Thu, 8 Oct 2009 01:07:20 +0200 Vincent Pomageot vincent.pomag...@gmail.com said: Hi, While playing whith Elementary I've spotted that e_dbus and efreet wasn't initialized (elm_need_{e_dbus,efreet} not called in elm_init) So here is my very first very little patch :) elm_main.c |4

Re: [E-devel] Elementary and hover improvements

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 14:43:39 -0400 Atton Jonathan jonathan.at...@gmail.com said: hey, Currently the hover is display centered to the target object. I agree with this but if the content is too big, a part can be displayed outside the window. To fix this problem I propose this idea: - the

Re: [E-devel] Elementary with framebuffer backend font question

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 20:50:35 +0200 Marc Andre Tanner m...@brain-dump.org said: On Wed, Oct 07, 2009 at 10:46:23PM +1100, Carsten Haitzler wrote: On Wed, 7 Oct 2009 12:22:08 +0200 Marc Andre Tanner m...@brain-dump.org said: the default theme uses Sans font by default - via fontconfig.

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread David Seikel
On Thu, 8 Oct 2009 11:18:30 +1100 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 8 Oct 2009 09:59:11 +1000 David Seikel onef...@gmail.com said: On Wed, 7 Oct 2009 15:07:56 -0700 Michael Jennings m...@kainx.org wrote: On Wednesday, 07 October 2009, at 11:42:54

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread Michael Jennings
On Thursday, 08 October 2009, at 09:59:11 (+1000), David Seikel wrote: It has whatever E17 supplies as it's borderless border. To state my problem again - when Eterm has an E17 default border, the E17 window menu includes the iconify and maximise entries. When Eterm has the E17 borderless

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread Michael Jennings
On Thursday, 08 October 2009, at 02:38:36 (+0200), hannes.janet...@gmail.com wrote: This has the downside that the window does not appear in window list and taskbar and window manipulation might be inconsistent with wm settings (just to complete the pros and cons). Yes, override_redirect

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread Michael Jennings
On Thursday, 08 October 2009, at 11:51:32 (+1100), Carsten Haitzler wrote: ok. time to chime in. waaay waaay back... back in the early days. no one other than motif set those hints. many others understood them and did it so apps that asked for no borders got them, but NO ONE claims to be a

Re: [E-devel] E SVN: jeffdameth trunk/eterm/Eterm/src

2009-10-07 Thread The Rasterman
On Wed, 7 Oct 2009 19:06:37 -0700 Michael Jennings m...@kainx.org said: On Thursday, 08 October 2009, at 11:51:32 (+1100), Carsten Haitzler wrote: ok. time to chime in. waaay waaay back... back in the early days. no one other than motif set those hints. many others understood them and