[E-devel] e_grabinput_get of popup_wnd

2010-09-05 Thread rui kou
Hi I want a desklock for touchscreen but keyboard, so I made a dragable part in my .edc. But I can't drag it because elock_wnd have grabbed the input use e_grabinput_get(edd->elock_wnd, 0, edd->elock_wnd) So, can my popup_wnd grab the input or should I use one only ecore_x_window to make the desk

Re: [E-devel] [BUG REPORT, RE: Edje cursor content get?] elm_entry_cursor_content_get BROKEN with tags

2010-09-05 Thread Brian Wang
On Sun, Sep 5, 2010 at 4:30 PM, Tom Hacohen wrote: > Fixed. Evas and Edje revision: 51899. Confirmed. Thanks, Tom! > > On Fri, 2010-09-03 at 10:46 +0800, Brian Wang wrote: >> Hello all, >> >> If there are tags (abc def) in elm_entry, >> elm_entry_cursor_content_get() returns the wrong character

Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread The Rasterman
On Mon, 6 Sep 2010 01:27:40 +1000 David Seikel said: > On Sun, 5 Sep 2010 22:35:18 +0900 Carsten Haitzler (The Rasterman) > wrote: > > > On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt > > said: > > > > fixed instantly already :) > > > > > Hello. > > > > > > On Sun, 2010-09-05 at 04:58, En

[E-devel] ecore fd bug

2010-09-05 Thread Michael Blumenkrantz
Not sure how it happened, but there's a bug which can occur in the ecore main loop when select returns EBADF but the fd is not found/removed. When this happens, it is possible for an infinite loop to be created, in which _ecore_main_fd_handlers_bads_rem from ecore_main.c is called repeatedly, spam

Re: [E-devel] evas object textgrid

2010-09-05 Thread Vincent Torri
On Sun, 5 Sep 2010, Gustavo Sverzut Barbieri wrote: > On Sat, Aug 28, 2010 at 12:03 PM, Vincent Torri wrote: >> >> Hey, >> >> Here is my first step with the textgrid object. I have never written an evas >> object before so the code is not perfect, even not good in some places, I >> think. >> >>

Re: [E-devel] Edje translations - Why they shouldn't be inside .edj's

2010-09-05 Thread Atton Jonathan
Simple example of why translations in ejde is a good idea : Enki has 2 themes : one for big screen and one for small screen. Both themes are different, screens are really differents consequently texts are different two. Translations are related to the theme and not to the application. 2010/9/5 Gu

Re: [E-devel] evas object textgrid

2010-09-05 Thread Gustavo Sverzut Barbieri
On Sat, Aug 28, 2010 at 12:03 PM, Vincent Torri wrote: > > Hey, > > Here is my first step with the textgrid object. I have never written an evas > object before so the code is not perfect, even not good in some places, I > think. > > To test it, put evas_object_textgrid.c in evas/src/lib/canvas, t

Re: [E-devel] Edje translations - Why they shouldn't be inside .edj's

2010-09-05 Thread Gustavo Sverzut Barbieri
Ok, late, but I'm still trying to catch with mails... On Sun, Aug 29, 2010 at 4:12 AM, Tom Hacohen wrote: > I've added my comments below, but if it's just 24 strings per file > maximum, I don't care enough to argue, *but* I can assure you this > number will grow very soon (once people will be abl

Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread David Seikel
On Sun, 5 Sep 2010 22:35:18 +0900 Carsten Haitzler (The Rasterman) wrote: > On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt > said: > > fixed instantly already :) > > > Hello. > > > > On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote: > > > Log: > > > i have this AWESOME idea guys. how

Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread The Rasterman
On Sun, 5 Sep 2010 14:03:34 +0200 Stefan Schmidt said: fixed instantly already :) > Hello. > > On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote: > > Log: > > i have this AWESOME idea guys. how about... we... pass make distcheck? > > eh? brilliant isn't it? :) > > > > > > Author:

Re: [E-devel] E SVN: raster trunk/e/data/themes/images

2010-09-05 Thread Stefan Schmidt
Hello. On Sun, 2010-09-05 at 04:58, Enlightenment SVN wrote: > Log: > i have this AWESOME idea guys. how about... we... pass make distcheck? > eh? brilliant isn't it? :) > > > Author: raster > Date: 2010-09-05 04:58:32 -0700 (Sun, 05 Sep 2010) > New Revision: 51901 > > Mod

Re: [E-devel] Simple python error checking patch

2010-09-05 Thread Gustavo Sverzut Barbieri
Looks good, but cast the return to bool() as it is the intent of the c function. On Sunday, September 5, 2010, Dave Andreoli wrote: > Hi pythonist, > here a small patch to make Elementary.Layout.file_set() return the > correct value (1 on succes, 0 on errors). > > Do you think this is the right w

[E-devel] Simple python error checking patch

2010-09-05 Thread Dave Andreoli
Hi pythonist, here a small patch to make Elementary.Layout.file_set() return the correct value (1 on succes, 0 on errors). Do you think this is the right way to go ? (many other place in python-elementary needs the same) or maybe we should rise an exception? thanks DaveMDS http://pastebin.com/G

Re: [E-devel] [BUG REPORT, RE: Edje cursor content get?] elm_entry_cursor_content_get BROKEN with tags

2010-09-05 Thread Tom Hacohen
Fixed. Evas and Edje revision: 51899. On Fri, 2010-09-03 at 10:46 +0800, Brian Wang wrote: > Hello all, > > If there are tags (abc def) in elm_entry, > elm_entry_cursor_content_get() returns the wrong character. > It seems to be off by the length of the starting tag and may be short > due to the

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2010-09-05 Thread Vincent Torri
On Sun, 5 Sep 2010, Tom Hacohen wrote: > unused function. > > On Sun, 2010-09-05 at 09:37 +0200, Vincent Torri wrote: >> >>> // need one for markup and format too - how to do it? extra type param? >>> - static void >>> +static void __UNUSED__ >>> _text_filter_prepend(Entry *en, const char *tex

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2010-09-05 Thread Tom Hacohen
unused function. On Sun, 2010-09-05 at 09:37 +0200, Vincent Torri wrote: > > > // need one for markup and format too - how to do it? extra type param? > > - static void > > +static void __UNUSED__ > > _text_filter_prepend(Entry *en, const char *text) > > what does that use of __UNUSED__ mean ?

Re: [E-devel] E SVN: tasn trunk/edje/src/lib

2010-09-05 Thread Vincent Torri
> // need one for markup and format too - how to do it? extra type param? > - static void > +static void __UNUSED__ > _text_filter_prepend(Entry *en, const char *text) what does that use of __UNUSED__ mean ? Vincent