[E-devel] Edje TEXT problems with ellipses calc

2008-03-07 Thread Gustavo Sverzut Barbieri
Hi, Just identified that part { name: "text"; type: TEXT; description { state: "default" 0.0; rel2 { relative: 0.0 1.0; offset: 118 -1; } text {

[E-devel] [PATCH] Wallpaper download

2008-03-07 Thread Cedric BAIL
This patch fix some little bug inside the new Wallpaper downloading stuff as discussed with Massimiliano. -- Cedric BAIL From b7d5802912c10d2e58960f6ea8da4e2c661270d0 Mon Sep 17 00:00:00 2001 From: Cedric BAIL <[EMAIL PROTECTED]> Date: Wed, 5 Mar 2008 17:21:05 +0100 Subject: [PATCH] Fix some litt

[E-devel] Nightly build log for E17 on 2008-03-07 07:09:04 -0800

2008-03-07 Thread Nightly build system
Build log for Enlightenment DR 0.17 on 2008-03-07 07:09:04 -0800 Build logs are available at http://download.enlightenment.org/tests/logs Packages that failed to build: ecore_li http://download.enlightenment.org/tests/logs/ecore_li.log engage http://download.enlightenment.org/tests/logs/engage.l

[E-devel] [PATCH] Ecore_Con_Url patch

2008-03-07 Thread Cedric BAIL
As I previously discussed, I did have some issue with evas_render not being called when my computer receive data too fast. The problem was the handling of the download prevented ecore to go into idle and call evas_render. To fix this, this patch change the way the fd handler is used. When some cur

Re: [E-devel] [PATCH]: e_dbus configure bug

2008-03-07 Thread lok
In CVS. Thanks lok Stanislav Sedov wrote: > Hi! > > I discovered a small bug in e_dbus configure script. Due to the fact it > doesn't check the value of option passed to configure and explicitly > sets the value to "no", passing, for example, --enable_ehal to it, > effectively disables ehal. Th

[E-devel] [PATCH] Skip pager/taskbar and remember for those two

2008-03-07 Thread lok
Hi, here is a little patch to add the remember taskbar in the window menu. It also add them to the remember possibilities. And the skip window list is modified to trigger a E_EVENT_BORDER_PROPERTY when changed. lok Index: src/bin/e_border.c