[clutter] Re: CALLY over ATSPI-dbus

2009-09-18 Thread Piñeiro
in Igalia call me Piñeiro (as we have other Alejandro here). [1] http://live.gnome.org/Accessibility/BonoboDeprecation#head-96eecd57b5e0af61d350f9bb814f487d9448e084 === API (apinhe...@igalia.com) -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] Re: CALLY over ATSPI-dbus

2009-09-21 Thread Piñeiro
From: Wan, Shuang shuang@intel.com Hi Piñeiro, Thanks for your detailed reply and sorry for mistook your name :) Well, how to load the CALLY module transparently to all clutter application is really a headache especially for the mixed gtk+clutter application. In bug

Re: [clutter] RE: CALLY over ATSPI-dbus

2009-10-12 Thread Piñeiro
From: Wan, Shuang shuang@intel.com Choice accerciser is because of accerciser has removed Corba or Bonobo depe= ndency. Dogtail seems still has some dependency to CORBA but not so tightly= . So we will try the dogtail on moblin, this will make our communication mo= re easy and from long

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-12 Thread Piñeiro
From: Piñeiro apinhe...@igalia.com To use ATSPI-dbus as underlying inter-process communication pr= otocol, I made some change to CALLY: = static gboolean _a11y_invoke_module (const gchar *libname, const gchar *dirname, gboolean

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-13 Thread Piñeiro
From: Wang, Jing J jing.j.w...@intel.com Piñeiro, Thanks for your help. I just tried the example --with-dbus, and it works fine. Next, another problem which may block Clutter GUI Auto Testing is How to load Cally and atk adaptor module without apps modification, just

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-14 Thread Piñeiro
From: Wang, Jing J jing.j.w...@intel.com Piñeiro, Thank you so much for quick answer. My expected test process is 1. Boot moblin to Desktop 2. Set GTK_MODULES environment= cally:spiatk 3. Launch clutter application we'd like test 4. Run pyatspi based test script to talk with our

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-15 Thread Piñeiro
if gtk_init is called *after* clutter_init. [1] http://library.gnome.org/devel/libgnome/stable/libgnome-gnome-program.html#gnome-program-init Thanks WangJing -Original Message- From: Piñeiro [mailto:apinhe...@igalia.com] Sent: 2009年10月15日 0:55 To: Wang, Jing J Cc: Wan, Shuang

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-15 Thread Piñeiro
From: Wang, Jing J jing.j.w...@intel.com Piñeiro, Another problem I met is, with atspi-dbus, the example cally-atkcomponent-example only expose Application and Main Stage to outside, 3 rectangle button actors can't be detected. I found if I moved cally_util_a11y_init from

Re: [clutter] Re: CALLY over ATSPI-dbus

2009-10-16 Thread Piñeiro
is working without problem, so my fix will go to Cally, as the cache is not being properly updated because the event listeners are not properly implemented. BR === API (apinhe...@igalia.com) -Original Message- From: Piñeiro [mailto:apinhe...@igalia.com] Sent: 2009年10月15日 19:09 To: Wang

[clutter] Trying to emulate gtk_key_snooper_install functionality

2009-10-23 Thread Piñeiro
In order to resolve bug 1852 [1] I would require a equivalent functionality to gtk_key_snooper_install [2]. A direct solution would be just connect to key-press-event and key-release-event on the stage (and in any other stages that would appear), and simulate this function in the callback. This

Re: [clutter] Trying to emulate gtk_key_snooper_install functionality

2009-10-26 Thread Piñeiro
From: Emmanuele Bassi eba...@o-hand.com On Fri, 2009-10-23 at 18:24 +0200, Pi=C3=B1eiro wrote: In order to resolve bug 1852 [1] I would require a equivalent functionality to gtk_key_snooper_install [2]. =20 A direct solution would be just connect to key-press-event and key-release-event

[clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
Hi after an update on clutter, trying to compile it I get this error (and several compilation warnings). CC test_conformance-test-cogl-pixel-buffer.o test-cogl-pixel-buffer.c: In function ‘create_map_tile’: test-cogl-pixel-buffer.c:69: warning: implicit declaration of function

Re: [clutter] Conformance tests seems to not compile

2010-02-12 Thread Piñeiro
From: Emmanuele Bassi eba...@linux.intel.com seems to me you are stuck with an old cogl lying around your build. could you try cleaning your clone with: git clean -xdf ? I just cloned from scratch and everything worked fine. This solved the problem. Previously (AFAIR) I tried with

Re: [clutter] FW: Basics Help

2010-02-19 Thread Piñeiro
From: Rakesh Kumar rakesh.ku...@kpitcummins.com Hi List, I am trying to compile in VS 2005 by putting all the .c and .h fil= e taken from Clutter folder. Have included all header file. But I am missing clutter-marshal.h = in folder but its added in so many .c file,that's

Re: [clutter] FW: Basics Help

2010-02-19 Thread Piñeiro
From: Rakesh Kumar rakesh.ku...@kpitcummins.com Thanks for quick reply. My idea was to add .h and .c file And whichever .lib and header file required we will keep Adding according to error.Because I am not getting clear Idea how to proceed on that. Please suggest me should I proceed In this

Re: [clutter] How to make texture transparent

2010-03-04 Thread Piñeiro
From: Rakesh Kumar rakesh.ku...@kpitcummins.com Hi list, How we can create texture transparent or blending. I am using clutter_new_texture_from_file and want to make That texture transparent. And I am going to make some carousel sample using

[clutter] ClutterClone purpose and his a11y support

2010-04-29 Thread Piñeiro
Hi, With all the integration cally-clutter bug [1] patches uploaded, I started to review my old TODO list. I have some doubts about the real use-case for ClutterClone and how it should be managed from the a11y POV. In the old times, it was just ClutterCloneTexture. So, from a a11y POV

Re: [clutter] gnome-shell crashes using clutter git master repository

2010-05-27 Thread Piñeiro
From: Neil Roberts n...@linux.intel.com I found this commit: commit 380e7b8b5d0f3a12e8132a24c637151cc0f07261 Author: Neil Roberts n...@linux.intel.com Date: Mon May 24 12:40:11 2010 +0100 cogl: Use a CoglBitmask to store the list of used texcoord arrays I've just tested it with