[clutter] [ANNOUNCE] Clutter 0.9.6 (core) - 1.0.0rc2, developers snapshot

2009-07-01 Thread Emmanuele Bassi
0.9.4: - Damien Lespiau (2): [misc] Update headers #endif comments [cogl] Add COGL_HAS_GL and COGL_HAS_GLES Emmanuele Bassi (14): Post-release bump to 0.9.5 [texture] Revert to integer parameters in ::size-change [docs] Fix the ActorBox

Re: [clutter] clutter_set_motion_events_ frequency

2009-06-28 Thread Emmanuele Bassi
, 2009 at 6:31 PM, Emmanuele Bassi eba...@linux.intel.com wrote: On Sat, 2009-06-13 at 08:30 +1000, Saul Lethbridge wrote: It seems the function clutter_set_motion_events_ frequency has been removed recently. Has it been replaced by another function

Re: [clutter] clutter-gst video pausing when animating

2009-06-27 Thread Emmanuele Bassi
master, but you'll have to use clutter 0.9.4 at least, which is a release candidate for 1.0.0. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr

[clutter] [ANNOUNCE] Clutter-GTK 0.9.2, developers snapshot

2009-06-23 Thread Emmanuele Bassi
between 0.9.0 and 0.9.2 --- Aaron Bockover (1): [embed] Fix on_stage_queue_redraw signature Colin Walters (1): Build GObject introspection data for clutter-gtk Emmanuele Bassi (15): Post-release bump to 0.9.1 Update for Clutter 1.0 API

Re: [clutter] event coordinates from an event on a group are relative to stage

2009-06-22 Thread Emmanuele Bassi
() is the function you want. remember, though, that transformations are performed by the CPU and might be costly or even fail. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe

Re: [clutter] Re: [ANNOUNCE] Clutter 0.9.4 (core) - 1.0.0rc1, developers snapshot

2009-06-22 Thread Emmanuele Bassi
On Sat, 2009-06-20 at 23:14 +0100, Bastien Nocera wrote: On Sat, 2009-06-20 at 10:43 +0100, Emmanuele Bassi wrote: hi everyone; Clutter 0.9.4 is now available for download at: http://www.clutter-project.org/sources/clutter/0.9/ Could we get a new clutter-gtk release as well

Re: [clutter] [ANNOUNCE] Clutter 0.9.4 (core) - 1.0.0rc1, developers snapshot

2009-06-22 Thread Emmanuele Bassi
-to-vblank rate or, in case your driver does not support it correctly, we have a default FPS setting that can be tweaked. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send

[clutter] [ANNOUNCE] Clutter 0.9.4 (core) - 1.0.0rc1, developers snapshot

2009-06-20 Thread Emmanuele Bassi
] Ignore two newly introduced tests [texture] size-change closure is now VOID:FLOAT,FLOAT [gitignore] ignore TAGS and new test Public headers should not have #ifdefs relying on private defines Dan Winship (1): [cairo-texture] Document redrawing behavior Emmanuele Bassi (224

Re: [clutter] cluttermm: deriving from Clutter::Texture

2009-06-18 Thread Emmanuele Bassi
actors from the stage (if it is the default one) or destroy the stage (if it was created with clutter_stage_new()). ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail

Re: [clutter] clutter_set_motion_events_ frequency

2009-06-13 Thread Emmanuele Bassi
sync-to-vblank support it will use the default frame rate: clutter_set_default_frame_rate() this also prevent you from losing the last motion event in case it was throttled. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology

Re: [clutter] Capturing image data from stage save as video file.

2009-06-05 Thread Emmanuele Bassi
a set of hooks that allow them to capture the contents of the screen to make videos through GStreamer. I suggest you take a look at that as well. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com

Re: [clutter] Clutter perl bindings - 'set_position' doesn't work as expected

2009-06-03 Thread Emmanuele Bassi
. the Media interface API has been changed in 0.9, so the 1.000 Perl bindings (when I get around having time to actually update them) will fix the issue. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com

Re: [clutter] Animations

2009-05-28 Thread Emmanuele Bassi
on IRC to get to look at your email :-)). ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Animations

2009-05-28 Thread Emmanuele Bassi
/1.2 cycle. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Animations

2009-05-27 Thread Emmanuele Bassi
sense and I look forward to your comments. I'm happy to provide clarification where things are less than clear. thanks for your feedback! ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com

Re: [clutter] Animations

2009-05-27 Thread Emmanuele Bassi
they will probably have to change to using a paint function to update all the tweening. or drop tweener and use the Animation API. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe

Re: [clutter] 0.8 - 0.9

2009-05-09 Thread Emmanuele Bassi
with the API reference you'll get a list of new symbols and eventual deprecations; the cluter-deprecated.h header contains the deprecations/removals/renames. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http

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

2009-05-08 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com -- Emmanuele Bassi, Senior

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

2009-05-07 Thread Emmanuele Bassi
, and then a 1.0.0, but I hope to avoid the intermediate step unless strictly necessary. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] locking stage

2009-04-26 Thread Emmanuele Bassi
? (I can see some offscreen word in clutter texture source code) FBOs are used (and enter the picture) only when creating a Texture containing an actor. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http

Re: [clutter] Re: Help using Clutter includes

2009-04-25 Thread Emmanuele Bassi
-0.9` if you are using the 0.9 API, or: gcc -Wall \ `pkg-config --cflags clutter-0.8` \ -o your-app your-app.c \ `pkg-config --libs clutter-0.8` if you are using the 0.8 API. ciao, Emmanuele. +++ [0] http://live.gnome.org/Jhbuild -- Emmanuele Bassi, Senior Engineer

Re: [clutter] Printing fps of test-actors

2009-04-23 Thread Emmanuele Bassi
*** *** FPS: 60 *** *** FPS: 60 *** with sync-to-vblank enabled (the default) you should not expect a different frames per second value than the refresh rate of your display. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology

Re: [clutter] clutter_texture_new_from_actor

2009-04-23 Thread Emmanuele Bassi
you write a *minimal*, *self-contained* test case exposing the issue? ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Execute an animation on completion of another

2009-04-18 Thread Emmanuele Bassi
. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] [bugzilla] copyright waiver for patches

2009-04-16 Thread Emmanuele Bassi
for myself, but I cannot write a decent tutorial because: a) I know how Clutter internals work, and b) if I have to write some documentation I prefer having it inside the API reference. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology

Re: [clutter] [pyclutter] raise_child not called in a clutter container

2009-04-09 Thread Emmanuele Bassi
python method called ? def do_raise (container, child, sibling): pass you should always look at the C API reference until pyclutter gets a proper one. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba...@intel.com Intel Open Source Technology Center | http

Re: [clutter] [win32] CLUTTER_GLX_TYPE_TEXTURE_PIXMAP

2009-04-02 Thread Emmanuele Bassi
. :-) I've seen that you've tried using the build/msvc_2k5 stuff; the MSVC 2005 files have bit-rotted and should not be used anymore, unless you're willing to fix them. Clutter builds find under win32 using mingw, as far as I know. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

Re: [clutter] Performance problems when adding actors to groups

2009-04-01 Thread Emmanuele Bassi
On Tue, 2009-03-31 at 15:41 -0700, Patrick Walton wrote: Emmanuele Bassi wrote: writing your own container actor. :-) So it's not considered a bug if ClutterGroups don't scale? don't scale to 2000 items? no. a Group is a simple, fixed size layout manager; usually, when people require some

Re: [clutter] Performance problems when adding actors to groups

2009-03-31 Thread Emmanuele Bassi
(). It looks like the group is sorting the linked list of children every time an actor is added, which is causing a big performance hit. What would be the least intrusive way to fix this? writing your own container actor. :-) ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer

[clutter] [bugzilla] copyright waiver for patches

2009-03-30 Thread Emmanuele Bassi
the log, which is used to generate the NEWS file and the announcement email. if you wish not to waive your copyright you should privately contact the Clutter development team *before* attaching the patch to Bugzilla. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer| emmanuele.ba

Re: [clutter] Vala bindings

2009-03-23 Thread Emmanuele Bassi
not using the introspection data will have a hard time keeping up with the changes. so, yes: all the bindings will be updated to the 1.0 API as soon as possible. having said that: patches are always welcome. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe

Re: [clutter] smoothstep_inc

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

Re: [clutter] smoothstep_inc

2009-03-10 Thread Emmanuele Bassi
animations it's far easier to find something using an easing, in-out cubic mode than a smoothstep one. ciao, Emmanuele. Emmanuele Bassi wrote: On Mon, 2009-03-09 at 22:50 -0400, Vlad Seryakov wrote: What is the analog of clutter_smoothstep_inc_func in the latest Git version

Re: [clutter] Vala bindings - keysyms

2009-03-08 Thread Emmanuele Bassi
will follow. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Leaking memory

2009-03-08 Thread Emmanuele Bassi
://bugzilla.openedhand.com/enter_bug.cgi?product=Clutter so if you find any leak, file a bug attaching the log from Valgrind. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] clutter-cairo extension

2009-03-08 Thread Emmanuele Bassi
(cr) or letting the garbage collector do its job when the cr symbol goes out of scope (I prefer explicit deletion). ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Transparent ClutterStage

2009-03-07 Thread Emmanuele Bassi
, don't use SVN to submit patches. the subversion repository is read-only, and Clutter moved to git in December 2008. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Threads with pyclutter

2009-03-07 Thread Emmanuele Bassi
are not directly bindable in Python because the handler must also release the python interpreter lock before acquiring the Clutter main lock. in short, they require to be reimplemented in C/Python. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail

Re: [clutter] About clutter_actor_set_parent and reference counting

2009-03-07 Thread Emmanuele Bassi
owns the child; in GObject-land this means that the parent takes a reference on the child, and releases is when unparent() is called on the child itself. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Clutter on underpowered graphic cards?

2009-02-27 Thread Emmanuele Bassi
. Clutter already does slicing by default for every texture that does not fit the texture memory. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] Clutter on underpowered graphic cards?

2009-02-27 Thread Emmanuele Bassi
a simple GL application that enables mipmapping should definitely prove the theory, and allow you to open a bug against the openchrome drivers. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] RefCount safety (Was: API inconsistency)

2009-02-27 Thread Emmanuele Bassi
On Fri, 2009-02-27 at 11:56 +0100, Michal Kolodziejczyk wrote: Emmanuele Bassi wrote: the window for changing this, though, is closing fast. I'll wait until next week to do the change. So I have another question regarding the reference counting in API functions. Here is what Wolfgang

Re: [clutter] Dependencies

2009-02-26 Thread Emmanuele Bassi
when configuring Clutter -- but beware that the internal image loader only supports JPEG and PNG, and it's not officially supported (it's just a way to quickly verify a Clutter port on a new platform). ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe

Re: [clutter] API inconsistency

2009-02-25 Thread Emmanuele Bassi
automatically. So would it be possible for any future version of clutter to use self objects as a first parameter? -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] how to implement the Container interface in python

2009-02-23 Thread Emmanuele Bassi
clutter.Container's methods, what's the use of inheriting from clutter.Container? I was thinking I could leverage the existing implementation of clutter.Container's method. they don't have any implementation. :-) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe

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

2009-02-21 Thread Emmanuele Bassi
--- Emmanuele Bassi (7): Pots-release bump to 0.8.7 Bug 1365 - ClutterEntry doesn't get the cursor when it should [behaviour-path] Bail out if we don't have knots [behaviour] Do not notify empty behaviours [backport] Update the viewport when

[clutter] [report] clutter weekly report - w6 to w8

2009-02-21 Thread Emmanuele Bassi
' before 1.0.0 is released) ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Re: [clutter] What hardware has Clutter been known to run on?

2009-02-19 Thread Emmanuele Bassi
pipeline (something that Clutter does for you). unless you're using GL-specific API calls, Clutter applications are portable across GL, GLES 1.1 and GLES 2.0. 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

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

[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

[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

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

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

[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

[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

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

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

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

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

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

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

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

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

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

<    1   2   3   4   >