Skip to content

WIP: Krita/4.3 Clone Stamp Tool

Fred Fonkle requested to merge fonkle/krita:fonkle/krita/4.3/clonetool into krita/4.3

ta/4.3 Clone Stamp Tool - Rebase - WIP

  • Rebased the implementation of the Clone Stamp Tool to the Krita v4.2.9 tag since master (4.3.0 prealpha) got refactored and some parts were broken.
  • Brush presets are isolated so the Clone Stamp Tool only shows Clone Brush Presets in the 'Edit Brush Settings' and 'Choose brush preset' panels.
  • A separate 'previous brush' is being stored the Clone Stamp Tool so [NUMPAD /] switches between the previous and the current Clone Brush.
  • Added the a 'Clone Stamp Tool' section to krita.action so it shows up in Keyboard shortcuts -> Krita -> Tool Shortcuts. Shortcut can be set and will be saved / loaded in 'kritashortcutsrc'.

Test Plan

I tested the changes in Kubuntu 19.10 with proprietary NVidia driver on X.Org.

Any feedback will be highly appreciated.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Needs Review

Edited by Fred Fonkle

Merge request reports