[E-devel] [Patch] edje transition from current position

2011-10-24 Thread Jaehwan Kim
Dear all I made the option which edje transition moves from current position. Currently, when the part in edc move by transition, it moves from the one of the states to another of the states even if it is ainimating. I captured the movie in order to show this operation. Please show this link.

Re: [E-devel] Commit access request for eflvala

2011-10-24 Thread Christopher Michael
On 10/25/11 01:05, Carsten Haitzler (The Rasterman) wrote: > On Sun, 23 Oct 2011 19:21:12 +0200 Pau Espin Pedrol > said: > > any objections - no one is really doing anything to the vala bindings at the > moment... so... ? > no objections. dh >> Hi, >> >> I'm writing this mail in order to get comm

Re: [E-devel] Commit access request for eflvala

2011-10-24 Thread The Rasterman
On Sun, 23 Oct 2011 19:21:12 +0200 Pau Espin Pedrol said: any objections - no one is really doing anything to the vala bindings at the moment... so... ? > Hi, > > I'm writing this mail in order to get commit access to efvala as I'd like to > maintain it because the bindings are getting out of d

Re: [E-devel] [Patch] [Evas] Patch to provide information of touched points

2011-10-24 Thread The Rasterman
On Thu, 20 Oct 2011 07:39:30 + (GMT) EunMi Lee said: now that smells good to me. :) svn -> in! > Hello, > I made a new patch to get information of current touched point instead of > Touch Event. > > I added touch_points (Eina_List) to the Evas structure and it maintains > touched points on

Re: [E-devel] [e-users] Evolution crashes Enlightment?

2011-10-24 Thread Ross Vandegrift
On Mon, 2011-10-24 at 18:36 -0400, Ross Vandegrift wrote: > Anyone else use Evolution under E? I have recently been plagued by a > very annoying bug. Sometimes if I close a compose window, Enlightenment > freezes. It's a weird freeze - mouse is fine but no new windows can be > drawn. (Here, I m

Re: [E-devel] E SVN: bdilly IN trunk/elementary/src: bin lib

2011-10-24 Thread Bruno Dilly
On Mon, Oct 24, 2011 at 9:43 PM, Enlightenment SVN wrote: > Log: > Elementary: remove vars set but not used > >  Remove almost all of them. Remaining: >    - device on _event_history_clear, elm_gesture_layer Tasn, I've quickly looked at this gesture function and something looks wrong there, but I

Re: [E-devel] Commit access request for eflvala

2011-10-24 Thread Frederik Sdun
Hi, +1 from here. He always sent good patches. Regards, Frederik 2011/10/23 Pau Espin Pedrol > Hi, > > I'm writing this mail in order to get commit access to efvala as I'd like > to > maintain it because the bindings are getting out of date slowly. It seems > other maintainers (I know about pl

[E-devel] [Patch] modify an ecore resize& move code related with X request

2011-10-24 Thread 박지연
Hello I'm Jiyoun park. I made patch adding new API: ecore_evas_request_geometry_get. The reason I make this API is X request is async. for example, If application want to change window size like below. APP & Evas & Ecore X 1. 480X33 2. 800X33 <

[E-devel] [Patch] _update_wanted_coordinates in els_scroller

2011-10-24 Thread Jaehwan Kim
Dear all I found a problem in els_scroller. When the scroller is resized, it shows the location of the coordination which was saved into wanted_coordination. If you don't use the page, it is no matter. But if you use the page function, the animation of the scroller is operated by _smart_scrol