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

Re: [E-devel] (no subject)

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

[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,

Re: [E-devel] (no subject)

2011-05-05 Thread Nicolas Aguirre
2011/5/5 Daniel Juyung Seo seojuyu...@gmail.com 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

[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,