lp:~gerboland/+junk/qml-visualizer-plugin

Created by Gerry Boland and last modified
Get this branch:
bzr branch lp:~gerboland/+junk/qml-visualizer-plugin
Only Gerry Boland can upload to this branch. If you are Gerry Boland please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Gerry Boland
Status:
Development

Recent revisions

5. By Gerry Boland

Fix rendering after enabling visualization

Deleting the renderer in the BeforeSync stage is not compatible with the threaded renderer, as it checks if a renderer exists before the BeforeSync stage, and if it exists refuses to re-create the renderer.

We could re-create it outselves, but we cannot connect its scenegraphChanged signal to the QSGRenderLoop slot, which drives the renderer to render a new frame.

Instead a safer time to delete the renderer is after a frame is rendered. When it needs it, Qt will correctly recreate and connect to the renderer, before using it.

4. By Gerry Boland

Add simple way to generate single frame to test

3. By Gerry Boland

Simplifying refactoring

2. By Gerry Boland

Add test that can animate

1. By Gerry Boland

Initial commit of QML plugin exporting a DBus interface allowing several visual debug options to be selectable at runtime

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers