https://bugs.kde.org/show_bug.cgi?id=412747
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/b1bccb81547bff |krita/commit/53c2901a575631 |95e9e4d737771439106d6e94b2 |7677e338d6a79b2ea3bbd6bc90 |https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/53c2901a575631 |krita/commit/b1bccb81547bff |7677e338d6a79b2ea3bbd6bc90 |95e9e4d737771439106d6e94b2 --- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit fd1a6dbabf4c2c1a4886c81756af5e3d8946ef22 by Dmitry Kazakov. Committed on 14/11/2019 at 09:10. Pushed by dkazakov into branch 'krita/4.2'. Fix KisShapeSelection not to cause any updates while cloning M +9 -1 libs/ui/flake/kis_shape_selection.cpp https://invent.kde.org/kde/krita/commit/fd1a6dbabf4c2c1a4886c81756af5e3d8946ef22 --- Comment #12 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 8ecdb5978bd7ed8b3a26d6c9ede6cd79bb34963b by Dmitry Kazakov. Committed on 14/11/2019 at 09:10. Pushed by dkazakov into branch 'krita/4.2'. Fix KisSelectionMask not to cause any updates when cloning M +10 -4 libs/image/kis_selection_mask.cpp https://invent.kde.org/kde/krita/commit/8ecdb5978bd7ed8b3a26d6c9ede6cd79bb34963b --- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 53c2901a5756317677e338d6a79b2ea3bbd6bc90 by Dmitry Kazakov. Committed on 14/11/2019 at 09:23. Pushed by dkazakov into branch 'krita/4.2'. Fix cloning of the image with overlay selection mask When cloning the image with a copy-ctor it should have exactly the same state as before cloning. It includes the state of the overlay selection mask. It guarantees that there will be no async jobs running right after the operation. When saving, we don't want the overlay mask be saved into the file, therefore we should run a separate action to disable it. # Conflicts: # libs/image/kis_image.cc M +11 -2 libs/image/kis_image.cc M +10 -5 libs/image/tests/kis_image_test.cpp M +6 -0 libs/ui/KisDocument.cpp https://invent.kde.org/kde/krita/commit/53c2901a5756317677e338d6a79b2ea3bbd6bc90 --- Comment #14 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1b027e4fbc2ec88ac69bb556149e35fcbb466418 by Dmitry Kazakov. Committed on 14/11/2019 at 09:10. Pushed by dkazakov into branch 'krita/4.2'. Disconnect move tool from canvas signals when it is not activated M +4 -3 plugins/tools/basictools/kis_tool_move.cc M +1 -0 plugins/tools/basictools/kis_tool_move.h https://invent.kde.org/kde/krita/commit/1b027e4fbc2ec88ac69bb556149e35fcbb466418 -- You are receiving this mail because: You are watching all bug changes.