Revision d0b1bd5...

Go back to digest for 14th August 2011

Other in Office

Dmitry Kazakov committed changes in [calligra/krita_strokes_framework_kazakov] /:

A rewrite for the scratchpad

1) Now it shares all the code with the freehand tool completely. No
duplication.
2) Threading for stroke is possible even here.
3) Airbrushing works.
4) The scratchpad has the same zoom-level as the image
The bug can be closed when the branch is merged to master

File Changes

Added 2 files
  • /ui/widgets
  •   krita/kis_scratch_pad_event_filter.cpp
  •   krita/kis_scratch_pad_event_filter.h
Modified 15 files
  •   krita/ui/CMakeLists.txt
  •   krita/ui/kis_canvas_resource_provider.cpp
  •   krita/ui/kis_canvas_resource_provider.h
  •   krita/ui/kis_paintop_box.cc
  •   krita/ui/kis_view2.cpp
  •   libs/flake/KoPointerEvent.h
  •   krita/ui/canvas/kis_canvas_widget_base.h
  •   krita/ui/canvas/kis_image_patch.h
  •   krita/ui/canvas/kis_prescaled_projection.cpp
  •   krita/ui/tool/kis_tool_freehand_helper.cpp
  •   krita/ui/widgets/kis_paintop_presets_popup.cpp
  •   krita/ui/widgets/kis_paintop_presets_popup.h
  •   krita/ui/widgets/kis_scratch_pad.cpp
  •   krita/ui/widgets/kis_scratch_pad.h
  •   krita/ui/tests/scratchpad/scratchpad.cpp
17 files changed in total