Re: [clutter] RFC: Are toggle references neede for CoglHandle ?

2010-06-08 Thread Thomas Wood
On Tue, 2010-06-08 at 13:41 +0100, Neil Roberts wrote:
 
 Recently Cogl in git has gained support for attaching arbitrary user
 data to any handle using a pointer as a key in much the same way as
 Cairo does. We could use this to attach the Ruby proxy object to the
 handle so that it could return the same object every time the handle is
 seen. However if we do this then we need to resolve the issue that both
 the proxy object and the GObject will need to reference each other yet
 we still want them to be garbage collected. Most languages that bind
 GObject seem to use toggle references to fix this. So my question is,
 should we add toggle reference support to CoglHandles?

This would certainly help someone implementing a Cogl texture cache as
well, since it is important to know when textures are no longer used.

Regards,

Thomas
 

-
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


Re: [clutter] NbtkFileChooserDialog?

2009-08-27 Thread Thomas Wood
On Wed, 2009-08-26 at 17:29 +0800, Jianchun Zhou wrote:
 
 Hi, All:
 
 I am new to clutter, and now I need a widget functioning as
 GtkFileChooserDialog in clutter stage, as I know, in NBTK there are
 many widget, but no this kind.
 
 Will this kind widget be added? If not, how can I make one?

Nbtk is not a general purpose toolkit, it is for the Moblin netbook UI.
We are not planning on adding a file chooser dialog since we will be
using GtkFileChooserDialog.

Regards,

Thomas


-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



RE: [clutter] Approximately when is clutter 1.0 release targeted?

2009-06-10 Thread Thomas Wood
On Tue, 2009-06-09 at 16:25 +0800, Kiran Bhide (RBEI/ECG3) wrote:
 Yeah that's it... Not much info available about it.
 
 Its basically Tidy ported to latest clutter release and no FingerScroll !


Tidy was only the starting point for Nbtk. Nbtk has several actors
(widgets) not in the original Tidy, and includes CSS styling for
starters. It doesn't include everything from Tidy because it only
includes things we need for the netbook UI in moblin. It's not meant to
be a general purpose toolkit, but it is open source; you are free to
take bits of it and start building your own.

Tidy was always an experimental toolkit and I don't see it being updated
to latest clutter anytime soon, unless someone from the community
volunteers.

Regards,

Thomas

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com