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
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
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
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
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.
>>
>>
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
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
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
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
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:
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
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
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
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
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
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 ?
> // 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
17 matches
Mail list logo