[krita] [Bug 363846] Krita crashes if a second window with a view into the first window is closed
https://bugs.kde.org/show_bug.cgi?id=363846 T Zachmann changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC||t.zachm...@zagge.de Ever confirmed|0 |1 --- Comment #3 from T Zachmann --- I can reproduce the crash. The problem is that the KisPaintopBox::setCurrentPaintop is changed when the new window is created. Once the new window goes out of scope the data in it are no longer valid. I'm looking on how to reactivate the current settings when changing the view. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 346430] Crop tool failed to recognize current document size after using it for once
https://bugs.kde.org/show_bug.cgi?id=346430 T Zachmann changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|--- |FIXED Latest Commit|http://commits.kde.org/call |http://commits.kde.org/krit |igra/822bbde486bc8d52ddb3f9 |a/85708743c62802840185db74e |9f466c8bc30e96009a |05a85d35599a048 --- Comment #9 from T Zachmann --- Git commit 85708743c62802840185db74e05a85d35599a048 by Thorsten Zachmann. Committed on 19/01/2016 at 18:22. Pushed by zachmann into branch 'master'. Fix bug 346430 Make sure the crop tool allways uses the currect image size. M +1-3krita/plugins/tools/tool_crop/kis_tool_crop.cc http://commits.kde.org/krita/85708743c62802840185db74e05a85d35599a048 -- You are receiving this mail because: You are watching all bug changes.
[calligrastage] [Bug 361314] Calligra crash
https://bugs.kde.org/show_bug.cgi?id=361314 --- Comment #1 from T Zachmann --- Is it possible that you can attach the ppt so we can reproduce the problem? -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets
https://bugs.kde.org/show_bug.cgi?id=359288 T Zachmann changed: What|Removed |Added CC||t.zachm...@zagge.de --- Comment #3 from T Zachmann --- I had a look at the saved file and in the saved file it is saved in the correct order. The rect is coming first and then the text. However it seems if you open the document sometimes the rect is above and sometimes it is below the text. Seems like the order of the shapes is not really kept on loading. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets
https://bugs.kde.org/show_bug.cgi?id=359288 --- Comment #4 from T Zachmann --- Created attachment 97223 --> https://bugs.kde.org/attachment.cgi?id=97223&action=edit Document showing the problem Document showing the problem. The text shape should be the top most shape but it is either at the bottom or in the middle. -- You are receiving this mail because: You are watching all bug changes.
[krita] [Bug 359288] Vector Text and Shape back-front arrangement resets
https://bugs.kde.org/show_bug.cgi?id=359288 T Zachmann changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit||http://commits.kde.org/krit ||a/c82bae186f3e38ec5ade57629 ||fbf9b3c89f77560 --- Comment #5 from T Zachmann --- Git commit c82bae186f3e38ec5ade57629fbf9b3c89f77560 by Thorsten Zachmann. Committed on 17/02/2016 at 14:49. Pushed by zachmann into branch 'master'. Fix bug 359288 The problem is that the zIndex of the svg shape is never set and therefore it has the same zIndex 0 as the already existing shape. The problem can be seen always if you create a document with 3 vector shapes where the text shape is the most top one. This commit loads the zIndex also for svg shapes. M +14 -2libs/flake/svg/SvgShapeFactory.cpp http://commits.kde.org/krita/c82bae186f3e38ec5ade57629fbf9b3c89f77560 -- You are receiving this mail because: You are watching all bug changes.