Re: [Sugar-devel] touch_test.py resutls

2012-10-02 Thread Manuel Kaufmann
On Mon, Oct 1, 2012 at 11:59 PM, Agustin Zubiaga Sanchez
a...@sugarlabs.org wrote:
 Would be nice to have a touch example Activity.
 What do you think?

Yes. I started a HelloTouchGestures some time ago when SugarGestures
weren't developed yet and I used a known algorithm to match gestures.

Do you want to migrate this activity to the new way (using from
gi.repository import SugarGestures)? If you say yes, I can add you as
commiter.

This is the repo:

 * http://git.sugarlabs.org/hello-touch-gesture

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-02 Thread Agustin Zubiaga Sanchez
Yes, I can help you but I don't have a touch XO, so I can't test it.
However, I could program it hypothetically, if you want (and you can), to
test my changes.

Regards,
aguz

2012/10/2 Manuel Kaufmann humi...@gmail.com

 On Mon, Oct 1, 2012 at 11:59 PM, Agustin Zubiaga Sanchez
 a...@sugarlabs.org wrote:
  Would be nice to have a touch example Activity.
  What do you think?

 Yes. I started a HelloTouchGestures some time ago when SugarGestures
 weren't developed yet and I used a known algorithm to match gestures.

 Do you want to migrate this activity to the new way (using from
 gi.repository import SugarGestures)? If you say yes, I can add you as
 commiter.

 This is the repo:

  * http://git.sugarlabs.org/hello-touch-gesture

 --
 Kaufmann Manuel
 Blog: http://humitos.wordpress.com/
 Porfolio: http://fotos.mkaufmann.com.ar/
 PyAr: http://www.python.com.ar/

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-02 Thread Manuel Kaufmann
On Tue, Oct 2, 2012 at 10:32 AM, Agustin Zubiaga Sanchez
a...@sugarlabs.org wrote:
 Yes, I can help you but I don't have a touch XO, so I can't test it.
 However, I could program it hypothetically, if you want (and you can), to
 test my changes.

I can test your changes if you want but I think it's really boring to
develop in blind-mode :D

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-02 Thread Gonzalo Odiard
-1

Please wait a little

Gonzalo

On Tue, Oct 2, 2012 at 10:32 AM, Agustin Zubiaga Sanchez a...@sugarlabs.org
 wrote:

 Yes, I can help you but I don't have a touch XO, so I can't test it.
 However, I could program it hypothetically, if you want (and you can),
 to test my changes.

 Regards,
 aguz


 2012/10/2 Manuel Kaufmann humi...@gmail.com

 On Mon, Oct 1, 2012 at 11:59 PM, Agustin Zubiaga Sanchez
 a...@sugarlabs.org wrote:
  Would be nice to have a touch example Activity.
  What do you think?

 Yes. I started a HelloTouchGestures some time ago when SugarGestures
 weren't developed yet and I used a known algorithm to match gestures.

 Do you want to migrate this activity to the new way (using from
 gi.repository import SugarGestures)? If you say yes, I can add you as
 commiter.

 This is the repo:

  * http://git.sugarlabs.org/hello-touch-gesture

 --
 Kaufmann Manuel
 Blog: http://humitos.wordpress.com/
 Porfolio: http://fotos.mkaufmann.com.ar/
 PyAr: http://www.python.com.ar/



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-01 Thread Gonzalo Odiard
Thanks Walter, looks like a nice approach to add touch to activities.
I will add to my repo, just to have it available online.
May be we should add a example like this to Pippy.

Gonzalo

On Fri, Sep 28, 2012 at 6:49 PM, Walter Bender walter.ben...@gmail.comwrote:

 I've modified Gonzalo's touch_test.py program [1] in order to test
 combining touch and pointer events and in order to analyze differences
 between XO 1.75T and XO 4.0.

 The attached program seems to behave as expected on 1.75 (dragging
 works with both touch and pointer), but not on 4.0 (dragging only
 works with the pointer).

 regards.

 -walter

 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

 [1]
 http://git.sugarlabs.org/many-tests/mainline/blobs/master/touch_test.py

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-01 Thread Walter Bender
On Mon, Oct 1, 2012 at 4:05 PM, Gonzalo Odiard gonz...@laptop.org wrote:
 Thanks Walter, looks like a nice approach to add touch to activities.
 I will add to my repo, just to have it available online.
 May be we should add a example like this to Pippy.

Be nice to fold in gesture and multitouch as well...

-walter


 Gonzalo


 On Fri, Sep 28, 2012 at 6:49 PM, Walter Bender walter.ben...@gmail.com
 wrote:

 I've modified Gonzalo's touch_test.py program [1] in order to test
 combining touch and pointer events and in order to analyze differences
 between XO 1.75T and XO 4.0.

 The attached program seems to behave as expected on 1.75 (dragging
 works with both touch and pointer), but not on 4.0 (dragging only
 works with the pointer).

 regards.

 -walter

 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

 [1]
 http://git.sugarlabs.org/many-tests/mainline/blobs/master/touch_test.py





-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-01 Thread Gonzalo Odiard
Well, multitouch is supported by that example,
for gestures, I am waiting have the api a little more defined.

Gonzalo

Be nice to fold in gesture and multitouch as well...

 -walter

 
  Gonzalo
 
 
  On Fri, Sep 28, 2012 at 6:49 PM, Walter Bender walter.ben...@gmail.com
  wrote:
 
  I've modified Gonzalo's touch_test.py program [1] in order to test
  combining touch and pointer events and in order to analyze differences
  between XO 1.75T and XO 4.0.
 
  The attached program seems to behave as expected on 1.75 (dragging
  works with both touch and pointer), but not on 4.0 (dragging only
  works with the pointer).
 
  regards.
 
  -walter
 
  --
  Walter Bender
  Sugar Labs
  http://www.sugarlabs.org
 
  [1]
  http://git.sugarlabs.org/many-tests/mainline/blobs/master/touch_test.py
 
 



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] touch_test.py resutls

2012-10-01 Thread Agustin Zubiaga Sanchez
 Hi, everybody
Would be nice to have a touch example Activity.
What do you think?

Regards,
aguz

2012/10/1 Gonzalo Odiard gonz...@laptop.org

 Well, multitouch is supported by that example,
 for gestures, I am waiting have the api a little more defined.

 Gonzalo


 Be nice to fold in gesture and multitouch as well...

 -walter

 
  Gonzalo
 
 
  On Fri, Sep 28, 2012 at 6:49 PM, Walter Bender walter.ben...@gmail.com
 
  wrote:
 
  I've modified Gonzalo's touch_test.py program [1] in order to test
  combining touch and pointer events and in order to analyze differences
  between XO 1.75T and XO 4.0.
 
  The attached program seems to behave as expected on 1.75 (dragging
  works with both touch and pointer), but not on 4.0 (dragging only
  works with the pointer).
 
  regards.
 
  -walter
 
  --
  Walter Bender
  Sugar Labs
  http://www.sugarlabs.org
 
  [1]
 
 http://git.sugarlabs.org/many-tests/mainline/blobs/master/touch_test.py
 
 



 --
 Walter Bender
 Sugar Labs
 http://www.sugarlabs.org



 ___
 Sugar-devel mailing list
 Sugar-devel@lists.sugarlabs.org
 http://lists.sugarlabs.org/listinfo/sugar-devel


___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] touch_test.py resutls

2012-09-28 Thread Walter Bender
I've modified Gonzalo's touch_test.py program [1] in order to test
combining touch and pointer events and in order to analyze differences
between XO 1.75T and XO 4.0.

The attached program seems to behave as expected on 1.75 (dragging
works with both touch and pointer), but not on 4.0 (dragging only
works with the pointer).

regards.

-walter

-- 
Walter Bender
Sugar Labs
http://www.sugarlabs.org

[1] http://git.sugarlabs.org/many-tests/mainline/blobs/master/touch_test.py


touch_test.py
Description: Binary data
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel