Re: [E-devel] Entangle Crashes with Right-Click

2005-10-05 Thread David Sharp
On 10/5/05, Arlo <[EMAIL PROTECTED]> wrote: > When I right-click an Eap in Entangle the program crashes. I reported this about 2 weeks ago: http://sourceforge.net/mailarchive/forum.php?thread_id=8253394&forum_id=6427 my backtrace is a little more useful (compiled everything with debug symbols). i

[E-devel] Re: E CVS: proto rephorm

2005-10-05 Thread Vincent Torri
strange etk_property_value_create_valist requires a va_list *arg and in etk_object_properties_set_valist, args is of type va_list, not va_list * maybe the problem is not there Vincent On Wed, 5 Oct 2005 [email protected] wrote: > Enlightenment CVS committal > > Author :

Re: [E-devel] State of EWL development

2005-10-05 Thread Vincent Torri
On Thu, 6 Oct 2005, Paulo Jorge Matos wrote: > Hi all, > > I'm curious about what's currently being done in EWL? Is there any > Widget todo list? > I've been developing with EWL and it seems nice although in early > stages and I'd like to develop some widgets for EWL to help make this > stuff gro

[E-devel] Entangle Crashes with Right-Click

2005-10-05 Thread Arlo
When I right-click an Eap in Entangle the program crashes. Gentoo Amd64 System glibc-2.3.5-r1 STDOUT: Unable to load Edje from file '/home/arlo/.e/e/applications/all/.eap.cache.cfg'. *** glibc detected *** double free or corruption (!prev): 0x00646110 *** Aborted BACKTRACE: #0 0x

Re: [E-devel] Re: E CVS: proto moom16

2005-10-05 Thread Arlo
I also get the segfault with etk_test, though the backtrace is slightly different, so here's mine: #0 0x2d193c7e in ecore_str_hash () from /usr/lib/libecore.so.1 #1 0x2d18bce0 in ecore_hash_remove () from /usr/lib/libecore.so.1 #2 0x2d18b9d1 in ecore_hash_get () from /

[E-devel] The current state of E Widget ToolKit Libraries (EWTKL)

2005-10-05 Thread Brian Mattern
As many of you know, this past weekend, MoOm made an initial import of ETK, an E ToolKit modelled after EWL (E Widget Library). Unbeknownst to many of us, a decision had been made that it was time for EWL t o face (in true e fashion) a Total Rewrite. However, those left in the dark included the

[E-devel] State of EWL development

2005-10-05 Thread Paulo Jorge Matos
Hi all, I'm curious about what's currently being done in EWL? Is there any Widget todo list? I've been developing with EWL and it seems nice although in early stages and I'd like to develop some widgets for EWL to help make this stuff grow. Is there a todo list or this is currently stalled? Cheer

Re: [E-devel] [PATCH] Debugging helper for theme developers

2005-10-05 Thread The Rasterman
On Wed, 5 Oct 2005 19:05:52 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]: > > > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever > > > info is emitted by the theme (emission == "debug"), e.g.: > > > > > > emit

Re: [E-devel] Re: E CVS: proto moom16

2005-10-05 Thread Brian Mattern
I'm getting a segv on etk_test here (bt below). I have to agree with Nathan though. I definitely see nothing wrong with implementing your own toolkit. However, we could probably get ALOT more done if we pooled our efforts instead of constantly redoing things. I am curious also, as to what faults EW

[E-devel] [PATCH] Make Edje complain if you try to cancel non-existing animators

2005-10-05 Thread Tilman Sauerbeck
Hi, the bug I was hunting in a theme was that I did: public meh; set_int (meh, anim (...)); cancel_anim (meh); /* oops, should be get_int (meh)) of course! */ Edje never complained about it, which imo is a problem. When you try to ecore_timer_del() a non-existing timer, you'll get spanked by ecor

Re: [E-devel] [PATCH] Debugging helper for theme developers

2005-10-05 Thread Tilman Sauerbeck
Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]: > > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever > > info is emitted by the theme (emission == "debug"), e.g.: > > > > emit("debug", "blah"); > > > > When the log file doesn't exist, no debug data will be gathered

Re: [e-devel] various patches

2005-10-05 Thread ilLogict
Il n'y a pas longtemps, Sebastian Dransfeld <[EMAIL PROTECTED]> nous a dit : ilLogict wrote: (It's always better with the patches ;D) Hello! After some days of happy hacking, here are some patches... module_randr_dialog_clock.patch : adds a clock in the acceptation dialog. fullscreen_ba

Re: [e-devel] various patches

2005-10-05 Thread Sebastian Dransfeld
ilLogict wrote: (It's always better with the patches ;D) Hello! After some days of happy hacking, here are some patches... module_randr_dialog_clock.patch : adds a clock in the acceptation dialog. fullscreen_background_show.patch : when a border is put in fullscreen mode, a black backgrou

Re: [e-devel] various patches

2005-10-05 Thread ilLogict
(It's always better with the patches ;D) Hello! After some days of happy hacking, here are some patches... >module_randr_dialog_clock.patch : adds a clock in the acceptation dialog. >fullscreen_background_show.patch : when a border is put in fullscreen mode, a black background object was create

[e-devel] various patches

2005-10-05 Thread ilLogict
Hello! After some days of happy hacking, here are some patches... >module_randr_dialog_clock.patch : adds a clock in the acceptation dialog. >fullscreen_background_show.patch : when a border is put in fullscreen mode, a black background object was created, but never shown, so that leaded to disp

Re: [E-devel] [Patch] Enlightenment remote options extention.

2005-10-05 Thread Michael Jennings
On Wednesday, 05 October 2005, at 00:04:25 (+0200), Sebastian Dransfeld wrote: > It's in. Did it a while ago. Doesn't anyone read cvs commits? Or do > "grep winlist-list-raise-while-selecting-set e_ipc_handlers.h"? When someone submits a patch that you commit, it is customary to acknowledge the p

Re: [E-devel] About text format manipulation with EFL

2005-10-05 Thread Frederick MOUSNIER-LOMPRE
2005/10/4, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > On Tue, 4 Oct 2005 14:46:47 +0200 Frederick MOUSNIER-LOMPRE > <[EMAIL PROTECTED]> babbled: > > So my first question is that is there any funtions/modules in the EFL > > that can handle text conversions like the Iconv library [5] doe

Re: [E-devel] eVolume is unsupported for now

2005-10-05 Thread Carlos Daniel Ruvalcaba Valenzuela
I'm not really sure i'm up to the task to support it, but i really would like to have a cvs snapshot for my own use (old links don't work and don't have a copy). However, I may be able to do some stuff here and there (alsa, oss, etc). Really, many thanks for your work on it, evolume is really nic