Re: [clutter] pyclutter: Texture from pixbuf

2008-10-14 Thread Emmanuele Bassi
, height, rowstride, alpha channel and pixel data) to what GdkPixbuf provides. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Does pyclutter require GTK/X11?

2008-10-03 Thread Emmanuele Bassi
to leak like a victorian pipe. if you want to rapidly prototype something I can suggest Vala[1], but it's still a moving target so it might not fit the bill. ciao, Emmanuele. [1] http://live.gnome.org/Vala -- Emmanuele Bassi, Intel Open Source Technology Center -- Emmanuele Bassi, Intel Open

[clutter] [ANNOUNCE] Clutter 0.820 - Perl bindings

2008-10-02 Thread Emmanuele Bassi
Gtk2::Clutter utility API * Allow full implementation of Clutter::Container have fun with Clutter! ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] ion pdf cube

2008-10-02 Thread Emmanuele Bassi
://aruiz.typepad.com/ ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Emmanuele Bassi
but not on intel or ati drivers. 2.) I can't find any signals to catch stage resizing. Am I missing something? notify::allocation, notify::width, notify::height are all signals that can be used to know the change of size of any actor - including the stage. ciao, Emmanuele. -- Emmanuele Bassi, Intel

Re: [clutter] Transparent stage? Stage resized signals?

2008-10-01 Thread Emmanuele Bassi
On Wed, 2008-10-01 at 13:02 +0200, Jörn Reder wrote: Emmanuele Bassi wrote: 1.) Is it possible having a transparent stage on a X11 desktop? Changing the opacity property doesn't work as expected. you need the X server to return a RGBA window. this will probably work on nvidia

Re: [clutter] Few Questions

2008-09-29 Thread Emmanuele Bassi
). ? Was there any impact on the licensing terms of Clutter Project following the recent acquisition of OpenHanded by Intel. (it was OpenedHand :-)) none at all: Clutter is and remains open source, under the same licensing terms. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center

Re: [clutter] Texture Actor limits

2008-09-29 Thread Emmanuele Bassi
patches for the COGL vapi file, as well as the Clutter one. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Drawing in the background while idle

2008-09-25 Thread Emmanuele Bassi
not entirely well behaving with the concept of GLib thread safety. so, beware and caveat emptor apply. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [ANNOUNCE] Clutter 0.8.2 (core) - Stable release

2008-09-25 Thread Emmanuele Bassi
the contributors: --- Gwenole Beauchesne Johan Bilien Murray Cumming Pierce Liu Noah Gibbs Roman Yazmin Andy Wingo Mirco Müller Have fun with Clutter! ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL

[clutter] Branching

2008-09-25 Thread Emmanuele Bassi
- clutter/branches/clutter-gtk-0-8 other modules and bindings will follow suite as soon as possible. current Clutter trunk will be used for the development cycle which will lead to the 1.0 release. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe

Re: [clutter] Drawing in the background while idle

2008-09-24 Thread Emmanuele Bassi
gaah, I forgot to add some explanatory word. didn't mean to sound rude. On Wed, 2008-09-24 at 12:12 +0100, Emmanuele Bassi wrote: On Wed, 2008-09-24 at 07:01 -0400, Pierre-Luc Beaudoin wrote: Actually, that's not clear from what I gave you, but you can call idle_add directly on gobject

Re: [clutter] Clutter on iPhone

2008-09-24 Thread Emmanuele Bassi
that? no issues, as far as I know. the iPhone is just an ARM device; GLib has been compiled on ARM platforms for a while, now. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter model warning: Invalid type GEnum?

2008-09-22 Thread Emmanuele Bassi
GEnum mmh, apparently I forgot to add G_TYPE_ENUM to the whitelist of fundamental types. will commit a fix before 0.8.2. for the time being, you can use G_TYPE_INT. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Missing symbols when building clutter-gtk with EGL-native Libraries

2008-09-18 Thread Emmanuele Bassi
to allow sharing the framebuffer - and if there is, you'll have to provide a patch for clutter-gtk to work with the gtk+ DirectFB backend. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] glib error

2008-09-13 Thread Emmanuele Bassi
**: /build/buildd/glib2.0-2.16.3/glib/gmem.c:156: failed to allocate 4230479876 bytes aborting... Aborted any ideas?? a stack trace would be useful. others have reported the same error but I've been unable to reproduce it. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology

Re: [clutter] Questions (from end-user perspective)

2008-08-29 Thread Emmanuele Bassi
if this is the right place for posting such requsts, and I intend to add more (as a replay to this mail) in the future (if there is any:) bugs should be reported on bugzilla, as the README and release announcement emails say. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R

Re: [clutter] TS issues with eglnative backend

2008-08-27 Thread Emmanuele Bassi
patching and follow the style there? thanks. also, the mailing list is not a great tool for tracking patches[0]: please, open a bug in bugzilla and attach the patch there. ciao, Emmanuele. +++ [0] API discussion? Feature discussion? yes. patch tracking? no. -- Emmanuele Bassi, OpenedHand Ltd

Re: [clutter] Compiling clutter without pango

2008-08-27 Thread Emmanuele Bassi
of clutter on pango. you can't, unless you physically remove the Pango API calls from the source code. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Stage size

2008-08-22 Thread Emmanuele Bassi
graph: it's virtually limitless. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] [Clutter][Pyclutter] Bugs or features ?

2008-08-14 Thread Emmanuele Bassi
, natural_width, natural_height) it's just a convenience call. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] ClutterScript item list

2008-08-11 Thread Emmanuele Bassi
a reason why the interface shouldn't have such functions? Would a patch be accepted into clutter main if I wrote some simple functions along these lines? you mean you want all the ids? or all the objects? ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre

Re: [clutter] ClutterScript item list

2008-08-11 Thread Emmanuele Bassi
on bugzilla.openedhand.com with the API request and a link to this email, so that we can get some discussion and keep track of this. ciao, Emmanuele. --- On Mon, 8/11/08, Emmanuele Bassi [EMAIL PROTECTED] wrote: From: Emmanuele Bassi [EMAIL PROTECTED] Subject: Re: [clutter] ClutterScript item list

Re: [clutter] Building clutter-gtk errors

2008-08-10 Thread Emmanuele Bassi
} in order for the configure script to pick up where clutter is installed. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] pyclutter state of trunk

2008-08-05 Thread Emmanuele Bassi
it can be used as a reference. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] [PATCH] texture-from-pixmap with pyclutter

2008-08-05 Thread Emmanuele Bassi
maintain. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] [pyclutter] embedding clutter in a GTK window

2008-08-05 Thread Emmanuele Bassi
). ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] pyclutter cluttergst segfaults since r3205

2008-08-01 Thread Emmanuele Bassi
the attached patch over a clean SVN checkout? BTW, both systems are running Debian SID with python 2.5.2-9 yep, here too. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com diff --git a/clutter

Re: [clutter] Vala problems

2008-07-31 Thread Emmanuele Bassi
. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter]

2008-07-28 Thread Emmanuele Bassi
can see the test-list-view inside Tidy or, if you want a more complex case, see the Tweet application[0]. ciao, Emmanuele. +++ [0] http://live.gnome.org/Tweet -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com

Re: [clutter] Behaviors, Actors and Timelines

2008-07-27 Thread Emmanuele Bassi
actors. How do I do this per actor? if you want to control different actors with different times then you need to use multiple timelines and multiple behaviours. a behaviour can only use one timeline and one alpha object. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale

Re: [clutter] Resolution-independent text

2008-07-26 Thread Emmanuele Bassi
and the same glyph is requested to Pango, it will be extracted from the cache instead of being redrawn. so would I have to create each letter from scratch to get this effect? Clutter is not OpenGL - you don't need to care about font bitmaps. :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand

Re: [clutter] Clutter for games

2008-07-24 Thread Emmanuele Bassi
; with that you can get collision detection, gravity, momentum and all the other things that a physics engine provide. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send

Re: [clutter] build of clutter-cairo svn: seems configure doesn't check for gtk+2.0/gdk-pixbuf

2008-07-23 Thread Emmanuele Bassi
afterwards. http://bugzilla.openedhand.com/show_bug.cgi?id=1001 should have been fixed in trunk, and I did a clutter-cairo 0.8.2 release today which should work correctly by not requiring/using GdkPixbuf. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

[clutter] [ANNOUNCE] Clutter 0.8 integration libraries

2008-07-18 Thread Emmanuele Bassi
win32 backend o Support multiple GtkClutterEmbed widgets o Add utility functions for integrating with GTK+ themes, GTK+ stock icons, icon themes and GdkPixbuf o Do not open a second Display connection on X11 As usual, have fun with Clutter! ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd

Re: [clutter] Updating python bindings for 0.8

2008-07-17 Thread Emmanuele Bassi
On Wed, 2008-07-16 at 08:28 -0400, Jason Tackaberry wrote: On Wed, 2008-07-16 at 13:24 +0100, Emmanuele Bassi wrote: I'm going to resync trunk with my changes. after that: patches welcome :-) Excellent, thanks Emmanuele. I'll hold off until your commit. I've resync'ed the main Clutter

Re: [clutter] Updating python bindings for 0.8

2008-07-16 Thread Emmanuele Bassi
to resync trunk with my changes. after that: patches welcome :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] custom actor - member positioning problem

2008-07-15 Thread Emmanuele Bassi
should also override get_preferred_width() and get_preferred_height(). ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] tslib and eglnative backend

2008-07-15 Thread Emmanuele Bassi
you're modifying? it makes it really hard to even comment on the correctness of the code. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Multiple thread

2008-07-09 Thread Emmanuele Bassi
/example that ships with Clutter? ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] several questions

2008-07-03 Thread Emmanuele Bassi
over them on the 10.5 with i965 box we have, but could not figure out why. most of the crashing ones were the COGL tests, as far as I could see. an open bug about them would be great indeed. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale

Re: [clutter] SGML files

2008-06-26 Thread Emmanuele Bassi
. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Crash on ClutterActor destruction

2008-06-26 Thread Emmanuele Bassi
, Emmanuele. [0] http://bugzilla.openedhand.com/show_bug.cgi?id=856 -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] --with-flavour osx recently broken?

2008-06-26 Thread Emmanuele Bassi
On Thu, 2008-06-26 at 09:42 -0400, Reid van Melle wrote: I've been compiling the svn clutter on osx 10.4 as shown below. It stopped building with a recent update. yes, my bad: code copy and paste without a full compile. it's fixed in trunk. ciao, Emmanuele. -- Emmanuele Bassi

Re: [clutter] Tidy / Clutter 0.7.2

2008-06-26 Thread Emmanuele Bassi
Clutter 0.8.0 is out. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] how 2 use keep-aspect-ratio

2008-06-25 Thread Emmanuele Bassi
the GObject documentation by now. please, try to read that before asking any question on the list. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter 0.7 and EGL

2008-06-24 Thread Emmanuele Bassi
a bug, could you please attach the full log obtained by exporting CLUTTER_DEBUG=all before running a test application? thanks. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe

Re: [clutter] Please explain in brief for 0.7

2008-06-23 Thread Emmanuele Bassi
to a surface and kindly ask the OS to get out of our way. and where i can look about this? in the source code, quite obviously, under the fruity backend. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http

Re: [clutter] Re-entrant

2008-06-21 Thread Emmanuele Bassi
starting point. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Cluter Web Kit

2008-06-19 Thread Emmanuele Bassi
://en.wikipedia.org/wiki/Git_(software) Can any provide me proper http link so that i can download and see few exapmles running on FEDORA8. no package has been made for the Clutter WebKit backend yet. that's why Iain replied with the URL for the WebKit wiki. ciao, Emmanuele. -- Emmanuele Bassi

Re: [clutter] [ANNOUNCE] Clutter 0.7.0 (core) - developers snapshot

2008-06-15 Thread Emmanuele Bassi
when installed. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Threading and Process model in clutter

2008-06-10 Thread Emmanuele Bassi
. GStreamer uses threads internally. you should refer to the library documentation. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Synchronous and Asynchronous calls in clutter

2008-06-10 Thread Emmanuele Bassi
,synchronous or mix of both the signal machinery in GObject is synchronous. you should read the proper GLib documentation. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send

Re: [clutter] Performace of clutter

2008-06-05 Thread Emmanuele Bassi
acceleration greatly depends on the hardware it runs on. saying ARM doesn't say much, as it depends on the GPU used on an ARM device. I can already tell you that without a GPU it will not perform very good. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

Re: [clutter] perl

2008-06-04 Thread Emmanuele Bassi
way Clutter is wrapped in Perl; the other way around is, sadly, not possible. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [ANNOUNCE] Clutter 0.6.4 (core)

2008-06-03 Thread Emmanuele Bassi
#900 - clutter_actor_lower() and friends do not queue redraw o #906 - Implement timing of the events Thanks to all the contributors: Neil Roberts Øyvind Kolås Tomas Frydrych ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd

Re: [clutter] Clutter toolkit on Mac OS X

2008-05-30 Thread Emmanuele Bassi
, but it would be interesting to know what did not work. with the GLX backend you are effectively using the OSX native libraries through the layer of the Apple X11 implementation. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ

Re: [clutter] Clutter toolkit on Mac OS X

2008-05-30 Thread Emmanuele Bassi
: there is no way to embed the Stage inside the GtkClutterEmbed widget, at the moment. I've tried the clutter-0.6.2 package and the osx flavour seems to run well . cool. :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ

Re: [clutter] ClutterTexture in threads problem

2008-05-29 Thread Emmanuele Bassi
passed to the clutter_threads_add_idle() and then update the texture using that data inside the idle handler. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail

Re: [clutter] Clutter Script Asserts

2008-05-28 Thread Emmanuele Bassi
of the issue. could you open a bug in Bugzilla and attach a stack trace produced with a debugger like gdb? ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL

Re: [clutter] Clutter Script Asserts

2008-05-28 Thread Emmanuele Bassi
On Wed, 2008-05-28 at 07:53 +0100, Emmanuele Bassi wrote: could you open a bug in Bugzilla and attach a stack trace produced with a debugger like gdb? never mind, I fixed the issue in the stable branch (for trunk, a complete fix will land in the next 60 minutes, I need to commute to the office

Re: [clutter] Extended Actor

2008-05-28 Thread Emmanuele Bassi
-project.org/docs/clutter/stable/clutter-subclassing-ClutterActor.html ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Generic Shapes in clutter

2008-05-24 Thread Emmanuele Bassi
. ciao, Emmanuele. +++ [1] though Pippin has been working on an experimental OpenVG backend. [2] http://github.com/ebassi/tweet/tree/master - see the TweetStatusCell, the TweetStatusInfo and the TweetSpinner actors. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

Re: [clutter] Sample Clutter Shader program

2008-05-23 Thread Emmanuele Bassi
documentation explaining how the Clutter architecture is. it would be nice if you defined what you mean with architecture. relationship between classes? the GL usage? the windowing system interaction? ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

Re: [clutter] Rendering video through clutter

2008-05-23 Thread Emmanuele Bassi
and GStreamer. Clutter itself doesn't provide any audio/video rendering. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [ANNOUNCE] Clutter Vala bindings 0.6.2

2008-05-15 Thread Emmanuele Bassi
Vala is available at http://live.gnome.org/Vala have fun! ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Problems with Threads

2008-05-14 Thread Emmanuele Bassi
- that is, at the end of the time slice. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Problems with Threads

2008-05-13 Thread Emmanuele Bassi
() - and this is the only portable and reliable way to use Clutter with multiple threads. you should have a look at the test-threads.c test case shipped in the Clutter tarball, inside the tests/ directory. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216

Re: [clutter] Problems with Threads

2008-05-13 Thread Emmanuele Bassi
thread that called clutter_main(). ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Minor annoyances about implementing backends

2008-05-12 Thread Emmanuele Bassi
of the clean up process. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Minor annoyances about implementing backends

2008-05-12 Thread Emmanuele Bassi
context at proper times already? no, we do it in the stage implementation because it is easier. :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL

Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Emmanuele Bassi
fate :( yes indeed. I have committed a fix right now in trunk for the SDL backend; it's generic enough so that it can be used by other backends, like the EGL native one. if people could test it then I'd feel comfortable enough to backport it to clutter-0-6. ciao, Emmanuele. -- Emmanuele Bassi

Re: [clutter] Clutter Embedded problems

2008-05-07 Thread Emmanuele Bassi
On Wed, 2008-05-07 at 16:04 +0100, Emmanuele Bassi wrote: yes indeed. I have committed a fix right now in trunk for the SDL backend; it's generic enough so that it can be used by other backends, like the EGL native one. just for reference, this is the commit that fixes it: http://svn.o

Re: [clutter] Clutter on OSX

2008-05-01 Thread Emmanuele Bassi
://developer.imendio.com/projects/gtk-macosx/build-instructions on how to build part of the gtk+ stack on OS X using jhbuild, which is strongly recommended until somebody start packaging Clutter with either MacPorts or by shipping a native OS X package. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R

Re: [clutter] python cluttercairo segfault

2008-04-24 Thread Emmanuele Bassi
' and not 'width' and 'height'. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] python cluttercairo segfault

2008-04-24 Thread Emmanuele Bassi
On Thu, 2008-04-24 at 10:15 +0100, Emmanuele Bassi wrote: On Wed, 2008-04-23 at 19:50 +0200, Dirk Meyer wrote: Hi, when using the cairo bindings from pyclutter my application segfaults. I get a segfault as soon as I want to get the cairo context using get_context. The C examples

[clutter] [ANNOUNCE] Clutter Cairo 0.6.1

2008-04-23 Thread Emmanuele Bassi
releases of the 0.6 series. Overview of changes between 0.6.0 and 0.6.1 === * Require clutter-core = 0.6.2 * Backport the clutter_cairo_surface_resize() and clutter_cairo_create_region() API from trunk [Iain Holmes] have fun, Emmanuele. -- Emmanuele

Re: [clutter] JSON objects question

2008-04-22 Thread Emmanuele Bassi
with JsonParser from json-glib. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Clutter in Freevo

2008-04-15 Thread Emmanuele Bassi
dl +sys.setdlopenflags(dl.RTLD_LAZY|dl.RTLD_GLOBAL) +except ImportError: +pass + # For broken embedded programs which forgot to call Sys_SetArgv if not hasattr(sys, 'argv'): sys.argv = [] (with the lazy flag should still work). ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd

Re: [clutter] A little whining about version numbers

2008-04-15 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 12:11 -0700, Blake Ramsdell wrote: On Thu, Apr 10, 2008 at 12:20 AM, Emmanuele Bassi [EMAIL PROTECTED] wrote: I should also strongly point out that, by using trunk, you're tracking a highly unstable development branch. so, if something breaks, you get to keep both

Re: [clutter] Clutter in Freevo

2008-04-15 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 19:28 -0700, Blake Ramsdell wrote: On Mon, Apr 14, 2008 at 3:24 PM, Emmanuele Bassi [EMAIL PROTECTED] wrote: no, since libGL.so might not be the actual library (it really depends on the platform). By the way, I see other examples of people going directly to dlopen

[clutter] [ANNOUNCE] PyClutter 0.6.2

2008-04-15 Thread Emmanuele Bassi
the underlying C libraries [Blake Ramsdell] * Add more documentation * Fix the BehaviourEllipse constructor to follow the same pattern of the other behaviours * Fix the clutter.tidy optional module have fun, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

Re: [clutter] Clutter in Freevo

2008-04-14 Thread Emmanuele Bassi
On Mon, 2008-04-14 at 23:24 +0100, Emmanuele Bassi wrote: Is that the correct solution? no, since libGL.so might not be the actual library (it really depends on the platform). NULL should open every symbol in the current module space: just add more details: Clutter dlopen()s its own

Re: [clutter] Clutter in Freevo

2008-04-13 Thread Emmanuele Bassi
leave for others to reply. :-) OK, that's all for now. I hope someone can help us out here. hope this helps. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail

Re: [clutter] A little whining about version numbers

2008-04-10 Thread Emmanuele Bassi
branch. so, if something breaks, you get to keep both the pieces. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Undefined reference error in many clutter/toy apps

2008-04-09 Thread Emmanuele Bassi
of places. could you try checking out trunk again and seeing if the commit in revision 2446 fixed this? thanks. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail

Re: [clutter] Thought about using clutter and timelines

2008-04-03 Thread Emmanuele Bassi
marker on the parent. +++ to reply to your first email: what you need is ClutterScore. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [ANNOUNCE] Clutter 0.6.2 (core)

2008-04-03 Thread Emmanuele Bassi
, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

RE: [clutter] [ANNOUNCE] Clutter 0.6.2 (core)

2008-04-03 Thread Emmanuele Bassi
On Thu, 2008-04-03 at 11:36 -0300, Estevam Fabio wrote: Emmanuele, Just correcting the URL: http://www.clutter-project.org/sources/clutter/0.6/ yeah, the usual copy and paste error :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218

Re: [clutter] tidy-types.defs missing from pyclutter-0.6.0.tar.bz2

2008-03-06 Thread Emmanuele Bassi
on the submodule creation in pyclutter I'll keep working on having full tidy bindings, but given the fact that the library itself is kind of a moving target, the submodule might lag behind a bit. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd

Re: [clutter] Porting from ClutterLayout (0.4) to 0.6

2008-02-25 Thread Emmanuele Bassi
. Is there a 0.4-0.6 porting document somewhere that covers this already? the API churning wasn't that big to require a porting document: we mostly added or removed functionality, and what was possible before it's still possible without using the new functionality. ciao, Emmanuele. -- Emmanuele

[clutter] [ANNOUNCE] PyClutter 0.6.0 released

2008-02-19 Thread Emmanuele Bassi
Add deprecation warnings o Fix bug #797 - Memory leak with pyclutter [Tero Saarni] have fun with PyClutter! ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail

Re: [clutter] Re: [ANNOUNCE] PyClutter 0.6.0 released

2008-02-19 Thread Emmanuele Bassi
On Tue, 2008-02-19 at 14:54 +, Colin Guthrie wrote: Emmanuele Bassi wrote: hi everyone; PyClutter 0.6.0 is now available for download at: Excellent. Are the Perl bindings coming or are they dead? they are coming as well: need to update a couple of things, and will probably push

Re: [clutter] [ANNOUNCE] Clutter-Perl 0.6.0.0 released

2008-02-19 Thread Emmanuele Bassi
On Tue, 2008-02-19 at 16:31 +, Emmanuele Bassi wrote: hi everyone; Clutter-Perl 0.6.0.0 is now available for download at: http://www.clutter-project.org/sources/clutter-perl/0.6/ MD5 checksums: 3df071da1c44854c51fbc34b8889178a clutter-perl-0.6.0.0.tar.gz

[clutter] Clutter core branched

2008-02-19 Thread Emmanuele Bassi
. please, update your checkout scripts. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [ANNOUNCE] Clutter 0.6.0 (core)

2008-02-18 Thread Emmanuele Bassi
, Jaap A. Haitsma, Johan Bilien, Neil Roberts, Murray Cumming -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Memory leak with pyclutter

2008-02-15 Thread Emmanuele Bassi
to my current test case. yey, thanks for looking into this. Here's my current patch for the trunk. I submitted this as bug #797 but I post it here too in hope somebody else could test it too I've just committed it to trunk. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R

Re: [clutter] Problem destroying texture

2008-02-10 Thread Emmanuele Bassi
On Sun, 2008-02-10 at 15:03 +, Emmanuele Bassi wrote: Besides, if I wanted to have more than one of my explosions could I not use g_new0? unless you want to allocate an array of items, but in that case using g_new0 will not do what you think it does. it also depends on whether you

Re: [clutter] [PATCH] More documentation of clutter.Actor

2008-02-10 Thread Emmanuele Bassi
On Sat, 2008-02-09 at 21:20 +0100, Daniel Schierbeck wrote: thanks, applied. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

RE: [clutter] Memory leak with pyclutter

2008-02-07 Thread Emmanuele Bassi
to be sane (and it does not agree with python ref count only for alpha). this is all very dodgy. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

<    1   2   3   4   >