----------------------------------------------------------- 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
_______________________________________________ calligra-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/calligra-devel
