Revision 8ace3ad...

Go back to digest for 2nd June 2013

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] /:

Major fixes for the Krita filtering system

Now there is no preview mask thing. All the preview is generated
by the strokes system is absolutely the same way as it is done
for real filtering. This effectively fixes two things:

1) Filter preview for masks
2) Fixes a crash when pressing OK while the preview update is running

The patch also removes the KisFilterHandler thing, because it made
switching filters in the filter dialog fail (you could switch them,
by it didn't have any effect). Now its work is done by a simple
QSignalMapper.

File Changes

Deleted 2 files
  • /ui
  •   krita/kis_filter_handler.cc
  •   krita/kis_filter_handler.h
Modified 9 files
  •   krita/image/kis_layer.cc
  •   krita/image/kis_layer.h
  •   krita/ui/CMakeLists.txt
  •   krita/ui/kis_filter_manager.cc
  •   krita/ui/kis_filter_manager.h
  •   krita/image/tests/kis_layer_test.cpp
  •   krita/image/tests/kis_layer_test.h
  •   krita/ui/dialogs/kis_dlg_filter.cpp
  •   krita/ui/dialogs/kis_dlg_filter.h
11 files changed in total