Re: [E-devel] Creating Evas events send to Edje.

2010-10-06 Thread whtuhtc tu
2010/10/7 Gustavo Sverzut Barbieri > On Wed, Oct 6, 2010 at 3:09 AM, CZhe Yang wrote: > > Hi, I have some questions. I create new event types. > > For example, using > > evas_object_event_callback_add(evas_object,"MY DEFINE EVENT > > TYPE",callback_function,NULL); > > Basicly, it work. > > If t

Re: [E-devel] Creating Evas events send to Edje.

2010-10-06 Thread Gustavo Sverzut Barbieri
On Wed, Oct 6, 2010 at 3:09 AM, CZhe Yang wrote: > Hi, I have some questions. I create new event types. > For example,  using > evas_object_event_callback_add(evas_object,"MY DEFINE EVENT > TYPE",callback_function,NULL); > Basicly, it work. > If the evas_object is created from EDJ files, the evas_

[E-devel] Creating Evas events send to Edje.

2010-10-06 Thread CZhe Yang
Hi, I have some questions. I create new event types. For example, using evas_object_event_callback_add(evas_object,"MY DEFINE EVENT TYPE",callback_function,NULL); Basicly, it work. If the evas_object is created from EDJ files, the evas_object can't receive "MY DEFINE EVENT TYPE" event and call the

[E-devel] Elementary bug? textblock with line-wrap in genlist

2010-10-06 Thread Gustavo Sverzut Barbieri
Hi all, particularly Raster could be of help here. Our friend Rui from elmdentica is trying to achieve a supposedly simple use case with genlist that uses a text part TEXTBLOCK with text.min: 0 1, to limit the width but expand on height. In order to help him I tried to do a small test, but it tur

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Gustavo Sverzut Barbieri
On Wed, Oct 6, 2010 at 8:22 PM, Rui Miguel Silva Seabra wrote: >  Em 06-10-2010 21:05, Gustavo Sverzut Barbieri escreveu: >> 2010/10/6 Tiago Falcão: >>> I prefer two signals: "swipe,left" and "swipe,right". You can want register >>> both with the same callback. >> Ceolin asked me and I said "go wi

Re: [E-devel] E SVN: discomfitor IN trunk/e/src/bin: . e_fm

2010-10-06 Thread The Rasterman
On Thu, 7 Oct 2010 07:53:11 +0900 Carsten Haitzler (The Rasterman) said: i fixed it for you... spank! > On Mon, 4 Oct 2010 23:33:23 -0700 "Enlightenment SVN" > said: > > along the way with all your efm commits here you broke removable device > storage. devices appear in e17 - but they mount

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Rui Miguel Silva Seabra
Em 06-10-2010 21:05, Gustavo Sverzut Barbieri escreveu: > 2010/10/6 Tiago Falcão: >> I prefer two signals: "swipe,left" and "swipe,right". You can want register >> both with the same callback. > Ceolin asked me and I said "go with one, if required we do others > later". Most software I've tested

Re: [E-devel] Edje resize issue

2010-10-06 Thread Gustavo Sverzut Barbieri
On Wed, Oct 6, 2010 at 6:18 PM, Boris 'billiob' Faure wrote: > Hi, > > i was playing with edje and its boxes but i think i found a bug. > The code sample can be found there: (sorry for the huge .edj) > http://amsn-project.net/~billiob/e/ > If you makes the window bigger, the square image > (amsn2/

Re: [E-devel] E SVN: discomfitor IN trunk/e/src/bin: . e_fm

2010-10-06 Thread The Rasterman
On Mon, 4 Oct 2010 23:33:23 -0700 "Enlightenment SVN" said: along the way with all your efm commits here you broke removable device storage. devices appear in e17 - but they mount "/" when you open them up (ie u see /usr, /bin, /lib, /tmp etc. from /). > Log: > complete rewrite of all include

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Flávio Ceolin
New patch with the modifications suggested by Gustavo Barbieri. On Wed, Oct 6, 2010 at 5:05 PM, Gustavo Sverzut Barbieri wrote: > 2010/10/6 Tiago Falcão : >> I prefer two signals: "swipe,left" and "swipe,right". You can want register >> both with the same callback. > > Ceolin asked me and I said

[E-devel] Edje resize issue

2010-10-06 Thread Boris 'billiob' Faure
Hi, i was playing with edje and its boxes but i think i found a bug. The code sample can be found there: (sorry for the huge .edj) http://amsn-project.net/~billiob/e/ If you makes the window bigger, the square image (amsn2/login.dp_frame) keeps getting in the center (as expected). This fails if th

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Gustavo Sverzut Barbieri
2010/10/6 Tiago Falcão : > I prefer two signals: "swipe,left" and "swipe,right". You can want register > both with the same callback. Ceolin asked me and I said "go with one, if required we do others later". Most software I've tested just listen for generic swipe action and the direction does not

Re: [E-devel] Swipe event for the elm_list

2010-10-06 Thread Tiago Falcão
I prefer two signals: "swipe,left" and "swipe,right". You can want register both with the same callback. I doesn't like listen and store 15 or N mouse_move events, i prefer listen mouse_move only to validate the horizontal path and don't store all the history. We can calculate the swipe only in m

[E-devel] Swipe event for the elm_list

2010-10-06 Thread Flávio Ceolin
Hello, I have done a patch to add a new event for the elm_list similar to the iphone swipe's effect. The event is quite simple, it's triggered when a horizontal drag plus mouse release occur. There are two patches, the first is the feature itself and the second is just two examples for elementary

[E-devel] [PATCH] Emotion - crop video

2010-10-06 Thread Hugo Camboulive
Hi guys, This patch adds support for video cropping in emotion, if anyone's interested. You give it the number of pixels you want to crop on each size (relative to the original size of the video) We use it to remove black bars from a video or do a video wall with multiple screens, it works fine ev

[E-devel] PATCH: make --enable-g-main-loop integration work without epoll

2010-10-06 Thread Mike McCormack
Hi Raster, This patch enables g_main_loop based glib integration without epoll. Tested with elementary_test (normal, glib main non-epoll and glib main + epoll cases) thanks, Mike >From ad10940e99e7114603cbe1e8c3badfa23e5e435f Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 6 Oct 2010