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
---
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
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
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
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
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
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-
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
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
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(-)
10 matches
Mail list logo