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] 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] 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] 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] 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] 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] 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

[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] 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

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] 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] 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]

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] 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] 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] Child properties?

2008-08-04 Thread Emmanuele Bassi
On Mon, 2008-08-04 at 15:44 +0200, Murray Cumming wrote: Does anything in core Clutter use container child properties? I see that it's used in clutter-box2d but I wondered if it's used elsewhere. nothing in core is using them, at the moment. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand

Re: [clutter] Floating point precision problem with pyclutter (0.6)

2008-08-04 Thread Emmanuele Bassi
, then use: print %.1f, %.1f % r.get_scale() 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] 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] 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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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

[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] 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

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] Clutter UI design tool

2008-10-14 Thread Emmanuele Bassi
gobject when the ClutterScript instance is destroyed. This problem exists in Clutter 0.8.0 . I didn't check for 0.8.2 yet. bugs should go in Bugzilla, plus a test case. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- Emmanuele Bassi, Intel Open Source Technology

Re: [clutter] Actor reference to its behaviors?

2008-10-14 Thread Emmanuele Bassi
behaviors (mainly those that alter its position) in order to modify them to achieve the desired effect (like setting BehaviorEllipse.set_center instead of Actor.set_position() ) this seems like a contrieved example which could be solved by your own framework. ciao, Emmanuele. -- Emmanuele

Re: [clutter] pyclutter: Texture from pixbuf

2008-10-14 Thread Emmanuele Bassi
On Tue, 2008-10-14 at 18:10 +0200, Bastian Winkler wrote: On Tue, Oct 14, 2008 at 04:03:58PM +0100, Emmanuele Bassi wrote: don't. if you really need, use the set_from_rgb_data() method with the various values from GdkPixbuf: there's a direct mapping from what's required from ClutterTexture

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

2008-10-14 Thread Emmanuele Bassi
On Mon, 2008-10-06 at 09:30 -0400, Jason Tackaberry wrote: On Fri, 2008-10-03 at 19:58 +0100, Emmanuele Bassi wrote: using python on embedded devices in my experiene isn't such a good idea, especially for long running tasks, given the tendency of python 2.6 to leak like a victorian pipe

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]

[clutter] [ANNOUNCE] Clutter-GTK 0.8.2 released (stable)

2008-10-15 Thread Emmanuele Bassi
the layout of the stage when getting an allocation from GtkClutterEmbed. - Fix bug #1114 - Mouse wheel events ignored in GtkClutterEmbed [Pierre-Luc Beaudoin] - Add more API for extracting the style colors from a GtkWidget ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology

Re: [clutter] Status of the python bindings

2008-10-18 Thread Emmanuele Bassi
one. so your application would either be completely using ctypes or completely using pyclutter. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Re: clutter_stage_read_pixels using clutter-gtk

2008-10-31 Thread Emmanuele Bassi
. the stage embedded by GtkClutterEmbed is *not* the default stage. 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] Getting started on OS X (fink)

2008-11-01 Thread Emmanuele Bassi
] and MacPorts. if you want to start a fink package you're very welcome to do so. ciao, Emmanuele. +++ [0] http://live.gnome.org/Jhbuild -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] zooming and panning in clutter

2008-11-04 Thread Emmanuele Bassi
On Tue, 2008-11-04 at 14:49 +0100, Leonard Ritter wrote: On Tue, Nov 4, 2008 at 2:37 PM, Emmanuele Bassi [EMAIL PROTECTED] wrote: most of tidy is implementable in pure python. I removed the tidy python bindings because they were not compiled by default and because

Re: [clutter] GtkClutterViewport

2008-11-04 Thread Emmanuele Bassi
for window state/allocation changes and update the size of the viewport. remember: the stage is limitless and does not impose any size on its children. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] gnome-shell / mutter / ARB_texture_rectangle

2008-11-05 Thread Emmanuele Bassi
features to the stable branch. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] actor cloning

2008-11-06 Thread Emmanuele Bassi
), font-name, clutter_label_get_font_name (orig), NULL); ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] [patches] re-enable ARB_texture_rectangle

2008-11-06 Thread Emmanuele Bassi
want to change existing functions.) as a side note: it would be cool to update cogl_texture_new() and friends in COGL trunk to actually take a bitfield, so that 1.0 will hopefully be future-proof in terms of texture features exposed. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source

Re: [clutter] actor cloning

2008-11-06 Thread Emmanuele Bassi
, a g_object_clone() might as well be a g_object_new() invocation as I wrote. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Python Clutter newbie questions

2008-11-06 Thread Emmanuele Bassi
and release events, and emit a clicked signal using the same semantics as the GtkButton widget in GTK+. it's 130 lines long, but contains the actor class, the test and some boilerplate for gobject properties and signal definitions. -- Emmanuele Bassi, Intel Open Source Technology Center

Re: [clutter] Combination Events

2008-11-08 Thread Emmanuele Bassi
ditto as above. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Dependency: clutter-box2d requires clutter version 0.8 but repo has clutter version 0.9

2008-11-11 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] clutter 1.0 roadmap - draft for the clutter mailing list

2008-11-12 Thread Emmanuele Bassi
, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] GtkClutterViewport

2008-11-13 Thread Emmanuele Bassi
a proof-of-concept turned useful kind of actor. the logic it provides is easily re-implementable into your own containers. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center #include gtk/gtk.h #include clutter/clutter.h #include clutter-gtk/clutter-gtk.h int main (int argc

RE: [clutter] clutter 1.0 roadmap - draft for the clutter mailing list

2008-11-17 Thread Emmanuele Bassi
release is. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] ClutterMotionEvent and moving clutter actor

2008-11-17 Thread Emmanuele Bassi
by the default frame rate setting, which is set by: clutter_set_default_frame_rate() the default frame rate controls the default setting for the timelines as well, so you should be careful when overriding this value. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center

Re: [clutter] Python Clutter 3D Animation help

2008-11-17 Thread Emmanuele Bassi
-project.org/docs/clutter/stable/ClutterAlpha.html -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] does stage in GtkClutterEmbed support all actor signals?

2008-11-18 Thread Emmanuele Bassi
on the embedded stage, and focust-out-event should emit the ::deactivate signal, at least to maintain the invariant. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Trouble setting up clutter-vala with latest vala

2008-11-19 Thread Emmanuele Bassi
system) to open a bug on bugzilla; the worst that can happen is that I, or somebody else, closes it as RESOLVED NOTABUG - usually with some comment on why. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Trouble setting up clutter-vala with latest vala

2008-11-19 Thread Emmanuele Bassi
invocation of a non-existing function type_name_construct(). ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Trouble setting up clutter-vala with latest vala

2008-11-19 Thread Emmanuele Bassi
On Wed, 2008-11-19 at 21:51 +, Emmanuele Bassi wrote: public class Group : Actor, Scriptable, Container { public int get_n_children (); public weak Clutter.Actor get_nth_child (int index_); [CCode (type = ClutterActor*, has_construct_function = false)] public Group

Re: [clutter] Trouble setting up clutter-vala with latest vala

2008-11-21 Thread Emmanuele Bassi
On Thu, 2008-11-20 at 00:12 +, Gordon Allott wrote: Emmanuele Bassi wrote: On Wed, 2008-11-19 at 21:51 +, Emmanuele Bassi wrote: I fixed the stable branch[0] of clutter-vala, which was missing some annotations. I did not test it with latest vala, but it should do the trick

Re: [clutter] [Perl] unicode, .., and deployment questions;

2008-11-24 Thread Emmanuele Bassi
. This involves sub-pixel scrolling with a variable speed of 2 to 200 lines per second, actually. Trying to write a test class this moments, someone, try to discourage me. I won't try to discourage you. :-) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center

Re: [clutter] Trouble setting up clutter-vala with latest vala

2008-11-25 Thread Emmanuele Bassi
On Tue, 2008-11-25 at 20:28 +, Gordon Allott wrote: Emmanuele Bassi wrote: On Thu, 2008-11-20 at 00:12 +, Gordon Allott wrote: I've fixed the current vapi file for clutter-0.8 so it should be safe again. ciao, Emmanuele. There was a problem with ClutterCairo that I

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

2008-12-01 Thread Emmanuele Bassi
with Clutter! ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

[clutter] [report] the clutter weekly report - w49

2008-12-05 Thread Emmanuele Bassi
) + 15 bugs with 1.0 target milestone (bugs that should be fixed in trunk before 1.0.0 is released) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] pyclutter revision 3576

2008-12-09 Thread Emmanuele Bassi
On Tue, 2008-12-09 at 12:38 +0100, Bastian Winkler wrote: On Tue, Dec 09, 2008 at 10:26:05AM +, Emmanuele Bassi wrote: On Tue, 2008-12-09 at 09:12 +0100, Bastian Winkler wrote: using floating point values for sub-pixel precision is IMHO a very good thing, thank you. thanks. I

[clutter] [ANNOUNCE] PyClutter 0.8.2 (stable)

2008-12-10 Thread Emmanuele Bassi
of PyClutter: * Thomas Steinacher * Gordon Allot Special thanks to Bastian Winkler, for the COGL bindings testing and solving the infamous linker issue on 64bit and nvidia GPUs. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Regarding ClutterFixed

2008-12-24 Thread Emmanuele Bassi
with regards to fixed points and units, but that is all 1.x material. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Repositioning children of a ClutterGroup

2008-12-25 Thread Emmanuele Bassi
strikingly similar to Python] trying to force all of this on a ClutterGroup is never going to work. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Repositioning children of a ClutterGroup

2008-12-26 Thread Emmanuele Bassi
layout when you're done by unsetting :fixed-position-set and queueing a relayout. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Patch: rename libtidy to libclutter-tidy.

2009-01-08 Thread Emmanuele Bassi
-- ABI, or API-wise. we also never made a release. Tidy is a toy toolkit. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Patch: rename libtidy to libclutter-tidy.

2009-01-08 Thread Emmanuele Bassi
On Thu, 2009-01-08 at 11:23 -0500, Pat Suwalski wrote: On Thu, 2009-01-08 at 15:58 +, Emmanuele Bassi wrote: no, it can't. the W3C tidy library shared object is called tidy.so; also, there's a reason for tidy to use pkg-config, and it's not just for cosmetic value. Is it? Fedora

[clutter] [report] clutter weekly report - w2

2009-01-12 Thread Emmanuele Bassi
against Clutter core + 10 bugs with 0.8 target milestone (bugs that can, or may be fixed in 'master' and backported to the current stable branch) + 16 bugs with 1.0 target milestone (bugs that should be fixed in 'master' before 1.0.0 is released) ciao, Emmanuele. -- Emmanuele Bassi, Intel

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

2009-01-14 Thread Emmanuele Bassi
--- Emmanuele Bassi (15): 2008-12-05 Emmanuele Bassi eba...@linux.intel.com [backport] Do not modify parameters in place [backport] Remove a double semi-colon typo Merge branch 'clutter-0-8' of ssh://gitser...@git.clutter-project.org/clutter

Re: [clutter] cogl_texture_new_from_bitmap

2009-01-16 Thread Emmanuele Bassi
backend on a framebuffer or the EGLX backend? if you are using the latter, are you also using a window manager or not? thanks, Emmanuele. Emmanuele Bassi wrote: On Fri, 2009-01-16 at 12:59 -0500, Vlad Seryakov wrote: This is the last commit when test-actors is showing rotating hands, after

Re: [clutter] cogl_texture_new_from_bitmap

2009-01-16 Thread Emmanuele Bassi
to ripercussions in other places. the quartz and win32 backends will probably be affected as well, so we'll have to check next week. in the meantime, could you please check that the fix is correct? thanks in advance! ciao, Emmanuele. Emmanuele Bassi wrote: On Fri, 2009-01-16 at 16:21 -0500, Vlad

Re: [clutter] Text size

2009-01-20 Thread Emmanuele Bassi
property to TRUE; this will ellipsize the text if it goes beyond the allocated width. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] box2d and python

2009-01-22 Thread Emmanuele Bassi
will have to wait until clutter-1.0 is out, and after clutter-box2d has been updated to use the new API. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [report] clutter weekly report - w4

2009-01-23 Thread Emmanuele Bassi
) (-10% since last week) + 13 bugs with 1.0 target milestone (bugs that should be fixed in 'master' before 1.0.0 is released) (-18% since last week) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] [ANNOUNCE] Clutter 0.9.0 (core) - developers snapshot

2009-01-30 Thread Emmanuele Bassi
ClutterActorClone class without fbos o #1414 - avoid relayout of ClutterTexture if not syncing size o #1415 - short-circuit setting same clip again see the attached shortlog for a list of contributors and commits have fun with Clutter! ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology

[clutter] [report] clutter weekly report - w5

2009-01-30 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] Re: [report] clutter weekly report - w5

2009-01-30 Thread Emmanuele Bassi
On Fri, 2009-01-30 at 15:26 +, Emmanuele Bassi wrote: hi everyone; clutter 1.0 is now really near. clutter 0.9.0 is going to be released very soon, still one branch left to be merged. clutter 0.9.0 is going to be API slushy -- which means that developers can start porting applications

Re: [clutter] Using Clutter for OSD graphics / transparent window

2009-01-31 Thread Emmanuele Bassi
the Perl bindings using the perl-Glib machinery that clutter-perl uses, and use the custom class inside your Perl code. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Using Clutter for OSD graphics / transparent window

2009-02-10 Thread Emmanuele Bassi
in Bugzilla? ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Using Clutter for OSD graphics / transparent window

2009-02-10 Thread Emmanuele Bassi
from QT example called ARGB. it's probably a blending issue. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

<    1   2   3   4   >