[E-devel] Scrollering bug using bubble+anchorblock

2010-11-16 Thread Daniele Ricci
Greetings, I think there is a bug in scroller or bubble. You can reproduce it in Anchorblock test in elementary_test. If you try to click to scroll (starting from the bottom of the scroller viewport), the scroller moves to another position; this happens just on mouse down event. As soon as you beg

[E-devel] [Elementary] Scroller: scroll down to bottom

2010-10-31 Thread Daniele Ricci
Greetings, I can't figure out how to scroll down an elm_scroller to its content bottom. I've tried many combinations of arguments to elm_scroller_region_show() but no way. Either it scrolls to the wrong position, or at middle of content, etc... Maybe i have to attach to some "resizing" callback in

Re: [E-devel] Ecore Input Method

2010-08-21 Thread Daniele Ricci
On Fri, May 21, 2010 at 18:55, Eduardo Lima (Etrunko) wrote: > Yeah, the original author is Andre Magalhaes, copied in this email. I > talked to him and he did tell me he would be available for help. He > also started the implementation of an input method module based on the > iPhone virtual keybo

[E-devel] Setting twice the same icon file to an elm_icon object makes it disappear

2010-08-14 Thread Daniele Ricci
Hi, i'm simply forwarding the ticket URL, just to be sure that a fix will make its way in time before the 1.0 release. http://trac.enlightenment.org/e/ticket/569 -- daniele_athome -- This SF.net email is sponsored by

[E-devel] [PATCH] Genlist longpress timeout

2010-06-22 Thread Daniele Ricci
Hello, I've made a patch that makes the genlist capable of configuring the timeout for the longpress event. The patch compiles but I haven't tested it yet. However it's very simple, it should work out of the box. Patch is the output of "svn diff" from revision 49809. -- daniele_athome Index: elm_

Re: [E-devel] NOTICE: SVN Freeze Wednesday, June 16th 23:59 UTC

2010-06-09 Thread Daniele Ricci
On Wed, Jun 9, 2010 at 16:55, Gustavo Sverzut Barbieri wrote: > Rasterman is now preparing more regular snapshots to make things > easier to test and if we go into a stable direction, a release may be > on the way. > Wow :) I'm very happy to hear this! :-) -- daniele_athome ---

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread Daniele Ricci
On Mon, May 24, 2010 at 10:57, Carsten Haitzler wrote: > simple answer: no. Raster just said "no" :P (just joking, it's not so hard for me to keep my source in-line with EFL... I'll wait... hopefully). -- daniele_athome -

Re: [E-devel] Request for version upgrade when API changes

2010-05-24 Thread Daniele Ricci
On Mon, May 24, 2010 at 10:41, Benjamin Zores wrote: > Hi, > > I'd like to ask you to consider a version number change/bump when API changes. > One of the biggest issue with EFL (my point of view but shared by > dozens people) is the > API unstability. > > As a developer, I understand and am fine

Re: [E-devel] Ecore Input Method

2010-05-21 Thread Daniele Ricci
On Fri, May 21, 2010 at 18:55, Eduardo Lima (Etrunko) wrote: > Yeah, the original author is Andre Magalhaes, copied in this email. I > talked to him and he did tell me he would be available for help. He > also started the implementation of an input method module based on the > iPhone virtual keybo

Re: [E-devel] Ecore Input Method

2010-05-19 Thread Daniele Ricci
On Tue, May 18, 2010 at 23:01, Eduardo Lima (Etrunko) wrote: > Try taking a look on the code of that plugin, hope that helps. > The first search took me right there. I hoped that was not the only source of information about this. In the meanwhile I will ask on IRC, someone must know something abo

Re: [E-devel] Ecore Input Method

2010-05-18 Thread Daniele Ricci
On Tue, May 18, 2010 at 22:10, David Seikel wrote: > Looking at the illume-keyboard module in e might be helpful. > Already did it, illume-keyboard doesn't seem to be based on Ecore_IMF. -- daniele_athome -- _

[E-devel] Ecore Input Method

2010-05-18 Thread Daniele Ricci
Hello, I wrote a virtual keyboard for the openmoko neofreerunner, but I want to go deeper with it. I see that Ecore Input has a IMF module for writing input methods. What can I do to start? Comments are really few and not so much self-explainatory, not talking about googling... Thank you, -- dani