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

2011-05-05 Thread Laszlo KREKACS
Hi Raster, Thank you for the explanation. Im not really hurry, I can easily wait some months to be implemented:) I already bounded Ctrl-C to Ctrl-D and Ctrl-V to Ctrl-G. I need used to it, but I can survive it:) As for the Tab, I implemented it as it jumps to the next cell, but immediatly it jump

Re: [E-devel] (no subject)

2011-05-05 Thread Atton Jonathan
maybe the name is a bit different 2011/5/5 Daniel Juyung Seo > Oops. > (no subject). > My bad :) > > Daniel Juyung Seo (SeoZ) > > On Thu, May 5, 2011 at 11:29 AM, Daniel Juyung Seo > wrote: > > Hi, > > > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > > It's described in h

[E-devel] elementary does not depend on ecore_imf

2011-05-05 Thread Vincent Torri
Hey, I see no ecore_imf function in ecore (except init/shutdown). Is there any reason to link elm against ecore_imf ? Vincent -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensiv

Re: [E-devel] (no subject)

2011-05-05 Thread Nicolas Aguirre
2011/5/5 Daniel Juyung Seo > Hi, > > I can't find libglu1-xorg-dev package in my Ubuntu 11.04 machine. > It's described in http://trac.enlightenment.org/e/wiki/Ubuntu > > Any reason? > > Thanks. > Daniel Juyung Seo (SeoZ) > > ---

Re: [E-devel] (no subject)

2011-05-05 Thread sangho park
you can find the change log on xorg source package. xorg (1:7.6+4ubuntu1) natty; urgency=low [ Timo Aaltonen ] * Merge from Debian unstable. Remaining Ubuntu changes: ... * Removed transitional xlibmesa-gl*, libglu1-* packages, they have only 'Suggests' or 'Recommend

[E-devel] [ELM] add a new style for the toggle

2011-05-05 Thread Atton Jonathan
hello, See a patch which add a new style called "demo" for the toggle widget. In this style instead of using a slide we use a click. This is a demo I have made for a presentation. I am not planning to commit it. -- Regards. Index: src/lib/Elementary.h.in

Re: [E-devel] [ELM] add a new style for the toggle

2011-05-05 Thread Daniel Juyung Seo
Hello, 2 comments. 1. Mine doesn't work :( It just looks like a normal toggle widget. Even I applied your patch :( 2. Use elm_object_style_set() API. elm_widget_xxx() APIs are for elm internal use only. Use elm_object_xxx() APIs from application side. Thanks. Daniel Juyung Seo (SeoZ) On Fri, Ma

Re: [E-devel] E SVN: watchwolf IN trunk/PROTO/eyelight: data/presentations data/presentations/elementary_fr src/lib

2011-05-05 Thread Daniel Juyung Seo
Hello, How can I run this? eyelight was working before, but it looks like not working anymore on my machine. When I had run, $ eyelight -p=elm.elt, it said: = ERR<23640>: ecore_idler.c:105 ecore_idler_del() safety check failed: idler->delete_me i

Re: [E-devel] [ELM] add a new style for the toggle

2011-05-05 Thread Atton Jonathan
2011/5/6 Daniel Juyung Seo > Hello, > 2 comments. > > 1. Mine doesn't work :( > It just looks like a normal toggle widget. Even I applied your patch :( > > haha I am so stupid. The nem toggle theme is in my own theme and not in the elm theme. :p Apply toggle_clicks.txt in trunk/enki/data/the

Re: [E-devel] (no subject)

2011-05-05 Thread Daniel Juyung Seo
Thanks. I just removed 'libglu1-xorg-dev' from that page. Daniel Juyung Seo (SeoZ) On Thu, May 5, 2011 at 6:52 PM, sangho park wrote: > you can find the change log on xorg source package. > xorg (1:7.6+4ubuntu1) natty; urgency=low >   [ Timo Aaltonen ] >   * Merge from Debian unstable. Remaining