[E-devel] edje patch

2009-02-19 Thread Vincent Torri
hey, no objection of i commit the patch below ? It's for Windows :p Vincent Index: src/bin/edje_cc_parse.c === --- src/bin/edje_cc_parse.c (révision 39091) +++ src/bin/edje_cc_parse.c (copie de travail) @@ -721,7 +721,7

Re: [E-devel] edje patch

2009-02-19 Thread The Rasterman
On Thu, 19 Feb 2009 10:29:57 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: hmm - no. no objection. :) interesting that you have to do the patch though... :) hey, no objection of i commit the patch below ? It's for Windows :p Vincent Index: src/bin/edje_cc_parse.c

Re: [E-devel] edje patch

2009-02-19 Thread Vincent Torri
On Thu, 19 Feb 2009, Carsten Haitzler (The Rasterman) wrote: On Thu, 19 Feb 2009 10:29:57 +0100 (CET) Vincent Torri vto...@univ-evry.fr said: hmm - no. no objection. :) interesting that you have to do the patch though... :) thanks, in svn Vincent

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread The Rasterman
On Mon, 02 Feb 2009 21:00:12 +0100 Marco Trevisan (Treviño) m...@3v1n0.net said: Olof Sjobergh wrote: I made a mistake in the last patch, so here's a new one that should work better. It fixes the problems i mentioned above, plus: - E no longer segfaults on entering a € (euro sign) from

[E-devel] [PATCH] gstreamer v4l support for emotion

2009-02-19 Thread Lars Munch
This patch adds gstreamer v4l support to emotion. If you got a webcam it can be tested by doing: emotion_test -gstreamer v4l:// This will use the first video device /dev/video0. If you do not have a webcam, you can also try it using the Virtual Video driver (modprobe vivi). If you got more that

[E-devel] Submit this EWL bug in tracker?

2009-02-19 Thread Terseus
Hi E-developers!! First of all, sorry for my possible-poor english, I write it very few. I have found a bug (at least I think it's a bug) in the EWL libraries, but don't know if I must submit it, let me explain... I'm developing a text-editor using EWL, the app have a tabbed bar (an

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread Olof Sjobergh
On Thu, Feb 19, 2009 at 2:48 PM, The Rasterman Carsten Haitzler ras...@rasterman.com wrote: also tested here. still markedly slow :( this is going to need possible reverting all the way back to how it was before - fast but with utf8 errors. :( Thanks for testing it. I guess the only choice is

[E-devel] Eterm and utf8

2009-02-19 Thread Kim Woelders
Hello, It is annoying that Eterm doesn't handle utf8. Here is a half-baked patch that might inspire somebody (Michael? :) ) to do it properly. Beware! This patch breaks things in non-utf8 locales, probably doesn't work on big-endian platforms, and is not suited for anything except playing

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread The Rasterman
On Thu, 19 Feb 2009 21:53:33 +0100 Olof Sjobergh olo...@gmail.com said: On Thu, Feb 19, 2009 at 2:48 PM, The Rasterman Carsten Haitzler ras...@rasterman.com wrote: also tested here. still markedly slow :( this is going to need possible reverting all the way back to how it was before - fast

Re: [E-devel] Eterm and utf8

2009-02-19 Thread Toma
Patch was not included in the email. Might be best to create a bug on trac.enlightenment.org/e/ and attach the patch. There may already be a bug open for UTF8 support... -Toma. 2009/2/20 Kim Woelders k...@woelders.dk: Hello, It is annoying that Eterm doesn't handle utf8. Here is a half-baked