[Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
I pushed a few more patches last night [1]. I have just two blockers right now to releasing the Cairo version: (1) I cannot seem to figure out how to convert my surface to a pixbuf or png for saving to a file; surface = canvas.canvas.get_target() # get the surface used by the canvas

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Benjamin Berg
Hello, On Sat, 2011-11-05 at 08:56 -0400, Walter Bender wrote: > I pushed a few more patches last night [1]. I have just two blockers > right now to releasing the Cairo version: > > (1) I cannot seem to figure out how to convert my surface to a pixbuf > or png for saving to a file; > surf

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread C. Scott Ananian
I've been pushing my work to http://git.sugarlabs.org/~walter/turtleart/walters-gtk3/commits/cscotts-gtk3 I'll rebase to the latest cairo bits. (It might be best to continue working with HEAD of my branch, since it runs fine on gtk2 and will minimize unnecessary patch conflicts.) It's also a li

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
On Sat, Nov 5, 2011 at 11:08 AM, C. Scott Ananian wrote: > I've been pushing my work to >  http://git.sugarlabs.org/~walter/turtleart/walters-gtk3/commits/cscotts-gtk3 > > I'll rebase to the latest cairo bits.  (It might be best to continue > working with HEAD of my branch, since it runs fine on g

Re: [Sugar-devel] TA cairo conversion

2011-11-05 Thread Walter Bender
On Sat, Nov 5, 2011 at 8:56 AM, Walter Bender wrote: > I pushed a few more patches last night [1]. I have just two blockers > right now to releasing the Cairo version: > > (1) I cannot seem to figure out how to convert my surface to a pixbuf > or png for saving to a file; >        surface = canvas

Re: [Sugar-devel] TA cairo conversion

2011-11-08 Thread C. Scott Ananian
I keep rebasing based on your HEAD, we just need to choose one of those rebases and then continue development from that point. I'll try to do another rebase tonight. --scott --       ( http://cscott.net ) ___ Sugar-devel mailing list Sugar-devel@lists

Re: [Sugar-devel] TA cairo conversion

2011-11-08 Thread Walter Bender
On Tue, Nov 8, 2011 at 7:27 PM, C. Scott Ananian wrote: > I keep rebasing based on your HEAD, we just need to choose one of > those rebases and then continue development from that point.  I'll try > to do another rebase tonight. My latest is on mainline now. -walter >  --scott > > -- >       (

Re: [Sugar-devel] TA cairo conversion

2011-11-09 Thread C. Scott Ananian
On Tue, Nov 8, 2011 at 7:36 PM, Walter Bender wrote: > On Tue, Nov 8, 2011 at 7:27 PM, C. Scott Ananian wrote: >> I keep rebasing based on your HEAD, we just need to choose one of >> those rebases and then continue development from that point.  I'll try >> to do another rebase tonight. > > My lat

Re: [Sugar-devel] TA cairo conversion

2011-11-09 Thread Walter Bender
On Wed, Nov 9, 2011 at 9:09 PM, C. Scott Ananian wrote: > On Tue, Nov 8, 2011 at 7:36 PM, Walter Bender wrote: >> On Tue, Nov 8, 2011 at 7:27 PM, C. Scott Ananian wrote: >>> I keep rebasing based on your HEAD, we just need to choose one of >>> those rebases and then continue development from tha

Re: [Sugar-devel] TA cairo conversion

2011-11-10 Thread C. Scott Ananian
I'm rebased on top of mainline now, staged at the usual place. I'll continue working on getting the GTK3 functional while leaving GTK2 operation unchanged. --scott --       ( http://cscott.net ) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs

Re: [Sugar-devel] TA cairo conversion

2011-11-10 Thread Walter Bender
On Thu, Nov 10, 2011 at 3:17 PM, C. Scott Ananian wrote: > I'm rebased on top of mainline now, staged at the usual place.  I'll > continue working on getting the GTK3 functional while leaving GTK2 > operation unchanged. +1 I'll do some testing; I plan to make the next release based on this work.

Re: [Sugar-devel] TA cairo conversion

2011-11-10 Thread C. Scott Ananian
On Thu, Nov 10, 2011 at 3:21 PM, Walter Bender wrote: > +1 > > I'll do some testing; I plan to make the next release based on this > work. May as well get these bits into the field. I'm mostly just concerned that future patches base off the converted source and use the new class capitalization st

Re: [Sugar-devel] TA cairo conversion

2011-11-10 Thread C. Scott Ananian
Current version on the cscott-gtk3 branch works on GTK3. Some functionality might be missing: I've just discovered a bug in the gir bindings for gtk_pixmap_get_pixels() which makes 'read pixel' break in gtk3, for instance. GTK2 operation should have no regressions. (Testing welcome!) --scott On

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Walter Bender
On Thu, Nov 10, 2011 at 7:16 PM, C. Scott Ananian wrote: > Current version on the cscott-gtk3 branch works on GTK3.  Some functionality > might be missing: I've just discovered a bug in the gir bindings for > gtk_pixmap_get_pixels() which makes 'read pixel' break in gtk3, for > instance.  GTK2 ope

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread C. Scott Ananian
On Fri, Nov 11, 2011 at 10:10 AM, Walter Bender wrote: > On Thu, Nov 10, 2011 at 7:16 PM, C. Scott Ananian wrote: >> Current version on the cscott-gtk3 branch works on GTK3.  Some functionality >> might be missing: I've just discovered a bug in the gir bindings for >> gtk_pixmap_get_pixels() whic

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Walter Bender
On Fri, Nov 11, 2011 at 11:00 AM, C. Scott Ananian wrote: > On Fri, Nov 11, 2011 at 10:10 AM, Walter Bender > wrote: >> On Thu, Nov 10, 2011 at 7:16 PM, C. Scott Ananian wrote: >>> Current version on the cscott-gtk3 branch works on GTK3.  Some functionality >>> might be missing: I've just disco

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Walter Bender
On Fri, Nov 11, 2011 at 11:17 AM, Walter Bender wrote: > On Fri, Nov 11, 2011 at 11:00 AM, C. Scott Ananian wrote: >> On Fri, Nov 11, 2011 at 10:10 AM, Walter Bender >> wrote: >>> On Thu, Nov 10, 2011 at 7:16 PM, C. Scott Ananian wrote: Current version on the cscott-gtk3 branch works on G

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread C. Scott Ananian
On Fri, Nov 11, 2011 at 11:17 AM, Walter Bender wrote: > (1) Maybe release this version (cairo) and make 124 the gtk-3 rebased > on your patches. This is probably worth doing. At the very least it will make it easier for testers to separate your bugs from mine. ;-) --scott --       ( http://c

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread forster
(2) Should I add my Physics toolbar plugin to the release or leave it as a separate install... If you haven't tried it, it is really fun. But perhaps a distraction? I can confirm that it is really fun. It means that you can create machines with a precision that is not possible in Physics. Try

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Alan Jhonn Aguiar Schwyn
@ozonline.com.au > To: walter.ben...@gmail.com > CC: raul.gutierrez.sega...@collabora.co.uk; sugar-devel@lists.sugarlabs.org; > ben...@sugarlabs.org > Subject: Re: [Sugar-devel] TA cairo conversion > > > (2) Should I add my Physics toolbar plugin to the release or leave it > &

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Walter Bender
r-devel@lists.sugarlabs.org; ben...@sugarlabs.org >> Subject: Re: [Sugar-devel] TA cairo conversion >> >> > (2) Should I add my Physics toolbar plugin to the release or leave it >> > as a separate install... If you haven't tried it, it is really fun. >> >

Re: [Sugar-devel] TA cairo conversion

2011-11-11 Thread Walter Bender
12 Nov 2011 07:34:34 +1100 >>> From: fors...@ozonline.com.au >>> To: walter.ben...@gmail.com >>> CC: raul.gutierrez.sega...@collabora.co.uk; >>> sugar-devel@lists.sugarlabs.org; ben...@sugarlabs.org >>> Subject: Re: [Sugar-devel] TA cairo conversion >>