Re: [Synfig-devl] Cairo render status

2013-03-05 Thread Dave Jeffery
Yes! This is getting really exciting now. Well done Carlos - you should be really proud of yourself. I was just looking at all your commits and seeing everything you had to think of to do this - and I'm here struggling with a bit of PyQt! All the best, Dave ---

Re: [Synfig-devl] Cairo render status

2013-03-05 Thread Carlos López González
News! I've just pushed the commits that allow to use Cairo render on the Preview window. It has been a great experience and will help to make possible to implement cairo render on canvas window. It still needs to scale and center the rendered image on the window but that will be easy. Once I finish

[Synfig-devl] Carlos Lopez : Effectively use the Cairo render on the Preview when the Use Cairo render option is checked . It doesn't scale up or centers the rendered image yet.

2013-03-05 Thread root
Author: Carlos Lopez Date: Tue Mar 5 20:31:36 2013 +0100 Effectively use the Cairo render on the Preview when the Use Cairo render option is checked. It doesn't scale up or centers the rendered image yet. --- synfig-studio/src/gui/preview.cpp | 95 sy

[Synfig-devl] Carlos Lopez : Turn FlipBookElem into a class to allow control on constructor and destructor

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 20:02:48 2013 +0100 Turn FlipBookElem into a class to allow control on constructor and destructor --- synfig-studio/src/gui/preview.cpp |7 --- synfig-studio/src/gui/preview.h | 16 +--- 2 files changed, 13 insertions(+), 10 delet

[Synfig-devl] Carlos Lopez : When destroying Preview, remove the references of the surfaces first.

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 19:54:03 2013 +0100 When destroying Preview, remove the references of the surfaces first. When removing the surface references check if the pointer has been initialized to NULL first. Initialize the cairo surface pointer to NULL when working with normal re

[Synfig-devl] Carlos Lopez : Dialog Preview can pass down the use_cairo option

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 19:41:44 2013 +0100 Dialog Preview can pass down the use_cairo option --- synfig-studio/src/gui/canvasview.cpp |1 + synfig-studio/src/gui/dialogs/dialog_preview.cpp |1 + synfig-studio/src/gui/dialogs/dialog_preview.h |3 +++ s

[Synfig-devl] Carlos Lopez : Notify subscribers that the frame has been finished and placed on the FlipBook

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 17:44:01 2013 +0100 Notify subscribers that the frame has been finished and placed on the FlipBook --- synfig-studio/src/gui/preview.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/synfig-studio/src/gui/preview.cpp b/synfig-

[Synfig-devl] Carlos Lopez : Redefine clear() member to take care on destroy the references to the cairo surfaces. Don' t directly call the resize member without have cleared it before

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 17:41:59 2013 +0100 Redefine clear() member to take care on destroy the references to the cairo surfaces. Don't directly call the resize member without have cleared it before --- synfig-studio/src/gui/preview.cpp | 10 ++ synfig-studio/src/gui

[Synfig-devl] Carlos Lopez : New class Preview Target Cairo

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 17:14:23 2013 +0100 New class Preview Target Cairo --- synfig-studio/src/gui/preview.cpp | 43 + synfig-studio/src/gui/preview.h |3 ++ 2 files changed, 46 insertions(+), 0 deletions(-) diff --git a/synfig-stu

[Synfig-devl] Carlos Lopez : Add a checkbox to use Cairo render a the Preview dialog.

2013-03-05 Thread root
Author: Carlos Lopez Date: Mon Mar 4 17:13:25 2013 +0100 Add a checkbox to use Cairo render a the Preview dialog. --- synfig-studio/src/gui/dialogs/dialog_preview.cpp |5 + synfig-studio/src/gui/dialogs/dialog_preview.h |2 ++ 2 files changed, 7 insertions(+), 0 deletions(-)