« Return to Thread: Need help with testing!

Need help with testing!

by Bugzilla from dimula73@gmail.com :: Rate this Message:

| View in Thread

Hi all!

I've just finished quite a big refactoring in the "Layers" docker (KisNodeModel). It has fixed most of the problems we had with creation/moving layers and flattening the image, which were caused by multithreading. So now I need your help with testing all these changes before I merge them to master. Could you help me with it? ;)

What needs to be tested:
- creation/removing/adding layers and masks
- creation/removing with buttons in the layers docker
- creation of layers with some other tools like (Move Tool + Selection)
- flattening and merging layers and image
- moving layers with Drag and Drop
- the same for masks and especially Selection Masks

All these operations should be crash-free and do exactly what you expect from them =)

Btw, I've finally fixed Drag and Drop of layers in the docker. Now it really works! The layer is dropped exactly where you wanted to! =)

Bugs fixed:
https://bugs.kde.org/show_bug.cgi?id=290708
https://bugs.kde.org/show_bug.cgi?id=291271
https://bugs.kde.org/show_bug.cgi?id=292551
https://bugs.kde.org/show_bug.cgi?id=292667
https://bugs.kde.org/show_bug.cgi?id=292669

How to test:
The changed are in my branch, so you need to switch to it:

cd "your_sources_directory"
git fetch
git checkout origin/shapes-as-node-model-kazakov

Then build your Krita as usual.

Thank you in advance!

--
Dmitry Kazakov

_______________________________________________
kimageshop mailing list
kimageshop@...
https://mail.kde.org/mailman/listinfo/kimageshop

 « Return to Thread: Need help with testing!