Revision 1d270ee...

Go back to digest for 30th October 2011

Bug Fixes in Office

Sebastian Sauer committed changes in [calligra] /:

Don't transform between QPixmap and QImage all of tghe time without any need.
This fixes a crash reported by Thorsten that
was related to QPixmap not being threadsafe
while we are using libkowmf in the threaded
vectorshape.
It also should make WMF parsing slightly
faster cause we don't transform between
QPixmap and QImage all of the time without
any real need for it.
Tested with cstester.

File Changes

Modified 7 files
  •   filters/libkowmf/qwmf.cc
  •   filters/libkowmf/WmfParser.cpp
  •   filters/libkowmf/WmfStack.h
  •   plugins/vectorshape/VectorShape.cpp
  •   plugins/vectorshape/libemf/EmfOutput.h
  •   plugins/vectorshape/libemf/EmfOutputDebugStrategy.h
  •   plugins/vectorshape/libemf/EmfOutputPainterStrategy.h
7 files changed in total