Revision 8aac6f2...

Go back to digest for 2nd March 2014

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] /:

Added a bit more thread safety to KisNodeSP

Now one can read the content of a KisNode from an arbitrary number
of threads and at the same time write there with a single thread.
This is ensured by a read-write lock added to a KisNode. For details
see a comment in kis_node.cpp.

File Changes

Added 2 files
  • /ui/tests
  •   krita/kis_selection_decoration_test.cpp
  •   krita/kis_selection_decoration_test.h
Modified 2 files
  •   krita/image/kis_node.cpp
  •   krita/ui/tests/CMakeLists.txt
4 files changed in total