[E-devel] Problems building python-evas on Ubuntu Karmic 64bit

2010-02-28 Thread Olof Sjobergh
Hi, I'm trying to build python-evas on Ubuntu Karmic 64bit, but I can't get it to work. This is with Cython version 0.11.2 and Python 2.6 and EFL svn revision 46491. Does anyone have an idea of how to solve it? The error message is included below. Best regards, Olof Sjöbergh Error

Re: [E-devel] Problems building python-evas on Ubuntu Karmic 64bit

2010-02-28 Thread Olof Sjobergh
On Sun, Feb 28, 2010 at 4:35 PM, Iván Briano (Sachiel) sachi...@gmail.com wrote: Get Cython 0.12. Previous versions are not supported. Thanks, that worked perfectly. Best regards, Olof Sjöbergh -- Download Intel#174;

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] PATCH: Make Ecore_X handle MappingNotify events

2009-02-15 Thread Olof Sjobergh
Hi, To correctly handle key events sent by the ecore_x_test_fake_key_press function, Ecore_X has to handle X MappingNotify events. Otherwise, utf8 chars not mapped to simple keycodes won't be received correctly, since ecore_x_test_fake_key_press remaps the keymap to send arbitrary strings.

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

2009-01-10 Thread Olof Sjobergh
On Wed, Jan 7, 2009 at 9:34 PM, Olof Sjobergh olo...@gmail.com wrote: I was having some trouble with utf8 chars in my Swedish dictionary for the Illume keyboard, so I took a look at the code and fixed the issue. I was also able to speed up the searching. As hinted by the FIXME on the function

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

2009-01-07 Thread Olof Sjobergh
Hi, I was having some trouble with utf8 chars in my Swedish dictionary for the Illume keyboard, so I took a look at the code and fixed the issue. I was also able to speed up the searching. As hinted by the FIXME on the function _e_kbd_dict_normalized_strcpy, this was not multibyte safe, which

[E-devel] PATCH: elementary elm_entry paste fix edje entry password typo fix

2008-12-08 Thread Olof Sjobergh
regards, Olof Sjobergh Index: TMP/st/elementary/src/lib/elm_entry.c === --- TMP/st/elementary/src/lib/elm_entry.c (revision 37943) +++ TMP/st/elementary/src/lib/elm_entry.c (working copy) @@ -319,23 +319,20 @@ _text_to_mkup(const char *text

[E-devel] PATCH: Fixed eina_list_sorted_merge

2008-12-05 Thread Olof Sjobergh
Hi, I found that eina_list_sorted_merge did not set the accounting correctly for all merged elements. This would lead to accidentally free'd and double free'd accountings when some elements were later removed from the list. Here's a patch that fixes this problem. Best regards, Olof Sjobergh

[E-devel] Input method support in ecore and font fallbacks in evas

2007-01-20 Thread Olof Sjobergh
Hello, I have been playing around a bit with ewl and etk, and have run into a few internationalization problems. First, there seems to be no support for input methods in ecore, which handles the keyboard input. Input methods are typically used to write more complex languages like japanese and