Re: [E-devel] embryo_cc is not using eina_prefix

2011-05-18 Thread The Rasterman
On Thu, 19 May 2011 13:13:18 +1000 David Seikel said: > On Thu, 19 May 2011 11:51:18 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Mon, 16 May 2011 19:41:01 +0200 (CEST) Vincent Torri > > said: > > > > i forgot about embryo.. fixed. uses eina_path now :) the osx code.. > > thats od

Re: [E-devel] embryo_cc is not using eina_prefix

2011-05-18 Thread David Seikel
On Thu, 19 May 2011 11:51:18 +0900 Carsten Haitzler (The Rasterman) wrote: > On Mon, 16 May 2011 19:41:01 +0200 (CEST) Vincent Torri > said: > > i forgot about embryo.. fixed. uses eina_path now :) the osx code.. > thats odd. the generic argv0 + $PATH + cwd should be able to find the > executab

Re: [E-devel] embryo_cc is not using eina_prefix

2011-05-18 Thread The Rasterman
On Mon, 16 May 2011 19:41:01 +0200 (CEST) Vincent Torri said: i forgot about embryo.. fixed. uses eina_path now :) the osx code.. thats odd. the generic argv0 + $PATH + cwd should be able to find the executable in the generic way rather than needing a specific osx call. as such now tho.. all the

[E-devel] [PATCH] Clear the preedit text before inserting text in _edje_entry_text_markup_set

2011-05-18 Thread Jihoon Kim
Hello, EFL developers. When elm_entry_entry_set() is called, the preedit text in the entry should be cleared. ATM, it doesn’t works so. This patch will resolve this problem. When ecore_imf_context_reset() is called, the preedit text in the immodule will be committed by calling ‘ecore_imf_c

Re: [E-devel] missing guards when not compiling with threads

2011-05-18 Thread The Rasterman
On Sun, 15 May 2011 06:41:47 +0200 (CEST) Vincent Torri said: looks like someone committed already :) > > is the patch below good ? > > Vincent > > Index: src/lib/cache/evas_cache_image.c > === > --- src/lib/cache/evas_cache_imag

Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-18 Thread Brian Wang
On Wed, May 18, 2011 at 3:11 PM, Tom Hacohen wrote: > On Wed, 2011-05-18 at 10:04 +0300, Tom Hacohen wrote: >> There are the eina utf8 functions that do exactly that. I wonder what >> logic is implemented in that widget that needs that... > > I wonder what whoever who wrote it tried to do, cause I

Re: [E-devel] comp-scale module

2011-05-18 Thread Nikolas Arend
Original-Nachricht > Datum: Wed, 18 May 2011 17:35:26 +0200 > Von: "Nikolas Arend" > An: enlightenment-devel@lists.sourceforge.net > Betreff: Re: [E-devel] comp-scale module > > Original-Nachricht > > Datum: Wed, 18 May 2011 08:29:25 +0200 > > Von: "hannes.ja

Re: [E-devel] comp-scale module

2011-05-18 Thread Nikolas Arend
Original-Nachricht > Datum: Wed, 18 May 2011 08:29:25 +0200 > Von: "hannes.janet...@gmail.com" > An: enlightenment-devel@lists.sourceforge.net > Betreff: Re: [E-devel] comp-scale module > ok, problem was just that the redraw timer was only run once and after > the animation sho

Re: [E-devel] E SVN: tasn IN trunk/eina/src: include lib

2011-05-18 Thread Tom Hacohen
On Wed, 2011-05-18 at 17:30 +0300, Tom Hacohen wrote: > Nope, was actually supposed to be __BINBUF_MAGIC_STR. > > Fixed now. (By cedric) -- What Every C/C++ and Fortran developer Should Know! Read this article and learn

Re: [E-devel] E SVN: tasn IN trunk/eina/src: include lib

2011-05-18 Thread Tom Hacohen
On Wed, 2011-05-18 at 10:56 -0300, Gustavo Sverzut Barbieri wrote: > I guess this will still break --enable-amalgamation since you'll have > 2 __STRBUF_MAGIC_STR[]. I guess you mean: > > #define _STRBUF_MAGIC_STR __BINBUF_MAGIC_STR > static const char _STRBUF_MAGIC_STR[] = "Eina Binbuf";

Re: [E-devel] E SVN: tasn IN trunk/eina/src: include lib

2011-05-18 Thread Cedric BAIL
On Wed, May 18, 2011 at 3:56 PM, Gustavo Sverzut Barbieri wrote: > On Wed, May 18, 2011 at 8:45 AM, Enlightenment SVN > wrote: >> Log: >> Eina binbuf: Fix compilation and correct the mistakes. >> >> Author:       tasn >> Date:         2011-05-18 04:45:32 -0700 (Wed, 18 May 2011) >> New Revision:

Re: [E-devel] E SVN: tasn IN trunk/eina/src: include lib

2011-05-18 Thread Gustavo Sverzut Barbieri
On Wed, May 18, 2011 at 8:45 AM, Enlightenment SVN wrote: > Log: > Eina binbuf: Fix compilation and correct the mistakes. > > Author:       tasn > Date:         2011-05-18 04:45:32 -0700 (Wed, 18 May 2011) > New Revision: 59500 > Trac:         http://trac.enlightenment.org/e/changeset/59500 > > Mo

Re: [E-devel] [BUG REPORT] elm_diskselector : shorter flip interval causes the display to show invalid/wrong characters

2011-05-18 Thread Gustavo Lima Chaves
* Brian Wang [2011-05-18 11:18:05 +0800]: > Hello all, > > If elm_flipselector_interval_set() the interval to be shorter, say > 0.25, the displayed item may be question marks or wrong characters. > > Thanks in advance. Yes, know bug, which lies in Embryo, AFAIR. Someone knowing embryo guts got

Re: [E-devel] [RFC] ELM GLView

2011-05-18 Thread The Rasterman
On Fri, 13 May 2011 00:00:50 +0900 "Sung W. Park" said: ok. missing the focus hook thing u'd need if u want key events to work... display_func -> render_func_set() probably better. z_get probably can be skipped if really too much of a pita. whats the gl_func_call api for.. why pass the func - u

Re: [E-devel] [Patch] Rename Mouse Bindings Module

2011-05-18 Thread The Rasterman
On Sat, 14 May 2011 21:20:55 +0200 Thomas Gstädtner said: in svn. fixed. > Attached patch renames the mouse bindings (conf_bindings), registered as > "Mouse" to "Mouse Buttons", because there is also "Mouse" in > conf_interaction. > Patch is on e17 root, not svnroot. > > Alternative would be to

Re: [E-devel] [Review] [Patch] Evas_GL minor fixes + FBO surface reattach bug fix

2011-05-18 Thread The Rasterman
On Thu, 12 May 2011 23:11:21 +0900 "Sung W. Park" said: > Hi all, > > I'm attaching a patch for Evas_GL that fixes a few minor bugs. > For one, I had issues with stencil and depth format on OpenGL ES on a mobile > device using FBO. > > Here's a part of the patch as an example... > (By the way,

Re: [E-devel] E SVN: raster IN trunk/elementary/src: bin lib

2011-05-18 Thread Nicolas Aguirre
2011/5/18 Nicolas Aguirre > > > 2011/5/18 Enlightenment SVN > >> Log: >> elm grid obj++ >> >> >> >> Author: raster >> Date: 2011-05-18 00:15:36 -0700 (Wed, 18 May 2011) >> New Revision: 59483 >> Trac: http://trac.enlightenment.org/e/changeset/59483 >> >> >> > No edje implem

Re: [E-devel] E SVN: raster IN trunk/elementary/src: bin lib

2011-05-18 Thread Nicolas Aguirre
2011/5/18 Enlightenment SVN > Log: > elm grid obj++ > > > > Author: raster > Date: 2011-05-18 00:15:36 -0700 (Wed, 18 May 2011) > New Revision: 59483 > Trac: http://trac.enlightenment.org/e/changeset/59483 > > > No edje implementation of this object ? -- Nicolas Aguirre Ma

Re: [E-devel] What about a 1.1?

2011-05-18 Thread The Rasterman
On Fri, 13 May 2011 19:42:57 +0200 Cedric BAIL said: > On Fri, May 13, 2011 at 11:29 AM, Carsten Haitzler > wrote: > > On Sun, 08 May 2011 14:41:47 +0300 Tom Hacohen > > said: > > > > eina is pretty good to go - only thing thats up for debate is eina_object > > stuff.. i've been meaning to look

[E-devel] [BUG REPORT, with valgrind output] elm_flipselector : shorter flip interval causes the display to show invalid/wrong characters

2011-05-18 Thread Brian Wang
Hello all, [ sorry... I typed the wrong subject line... It's flipselector, not diskselector. ] If elm_flipselector_interval_set() the interval to be shorter, say 0.25, the displayed item may be question marks or wrong characters. Please find below the valgrind report when flipping through the f

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-18 Thread The Rasterman
On Wed, 18 May 2011 10:02:03 +0200 Laszlo KREKACS said: there isn't a way to filter specific keystrokes for an entry. there is a way to filter specific TEXt before its inserted, but this is after a keystroke (sequence) has been converted already to a string: elm_entry_text_filter_append() elm_en

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-18 Thread Laszlo KREKACS
Hi, On Fri, May 13, 2011 at 8:40 PM, Laszlo KREKACS wrote: > Im still fighting with shortcuts. With Ctrl-S I change file export > behaviour, and it > inputs into the focused elementary.Entry a hexa 13 char. > > But what I really miss is the TAB key. Thats a real blocker. Jumping > to the next ele

Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-18 Thread Tom Hacohen
On Wed, 2011-05-18 at 10:04 +0300, Tom Hacohen wrote: > There are the eina utf8 functions that do exactly that. I wonder what > logic is implemented in that widget that needs that... I wonder what whoever who wrote it tried to do, cause I just took a look at the code and it makes zero sense :) --

Re: [E-devel] [BUG REPORT] elm_diskselector : Bad text cutting with non-ASCII characters

2011-05-18 Thread Tom Hacohen
On Wed, 2011-05-18 at 09:05 +0800, Brian Wang wrote: > Hello all, > > elm_diskselector seems to support only ASCII characters when cutting > the text strings at the sides. > _check_string/_check_letter() may be examined. > Does evas has some handy exported functions to cut the text at proper > UT