Review Request: Make parsing and drawing of the vectorshape threaded
Sebastian Sauer
mail at dipe.org
Thu Jul 21 17:31:50 BST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102028/
-----------------------------------------------------------
Review request for Calligra.
Summary
-------
Attachd patch makes the probably rather expensive initial parsing and drawing on the QImage operations in the Vectorshape threaded.
The thread will only be used to produce the QImage we are using later on to display the vectorshape. Drawing of the QImage itself is not threaded but then that's not an expensive operation like parsing and producing those QImage can be.
Diffs
-----
plugins/vectorshape/VectorShape.h 4229842
plugins/vectorshape/VectorShape.cpp 0a28dac
Diff: http://git.reviewboard.kde.org/r/102028/diff
Testing
-------
Thanks,
Sebastian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20110721/932ff513/attachment.htm>
More information about the calligra-devel
mailing list