https://bugs.kde.org/show_bug.cgi?id=361883
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/krit | |a/d5c39fbd21f3eed41a4675ed0 | |1ec5f9be38e4c57 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit d5c39fbd21f3eed41a4675ed01ec5f9be38e4c57 by Dmitry Kazakov. Committed on 22/04/2016 at 13:18. Pushed by dkazakov into branch 'master'. Barrier-lock the image before start saving (needs testing!) This is a bit dangerous commit. We should test saving of the document extensively. What should be tested: 1) Saving to KRA 2) Saving to any other formats 3) Saving while some action in still executing 4) Saving when LoD mode is active 5) Saving in batch mode The program should not crash and/or hangup. The latter is the most probable bug. CC:kimages...@kde.org Fixes T2332 M +4 -0 libs/ui/KisApplication.cpp M +62 -30 libs/ui/KisDocument.cpp M +1 -0 libs/ui/KisDocument.h M +2 -6 plugins/impex/bmp/kis_bmp_export.cpp M +2 -5 plugins/impex/brush/kis_brush_export.cpp M +0 -3 plugins/impex/csv/csv_saver.cpp M +0 -2 plugins/impex/csv/kis_csv_export.cpp M +5 -10 plugins/impex/exr/exr_export.cc M +4 -8 plugins/impex/heightmap/kis_heightmap_export.cpp M +2 -8 plugins/impex/jp2/jp2_export.cc M +3 -9 plugins/impex/jpeg/kis_jpeg_export.cc M +2 -4 plugins/impex/ora/ora_export.cc M +2 -5 plugins/impex/png/kis_png_export.cc M +3 -9 plugins/impex/ppm/kis_ppm_export.cpp M +0 -3 plugins/impex/psd/psd_export.cc M +0 -4 plugins/impex/qml/qml_export.cc M +0 -3 plugins/impex/spriter/kis_spriter_export.cpp M +2 -5 plugins/impex/tga/kis_tga_export.cpp M +3 -9 plugins/impex/tiff/kis_tiff_export.cc http://commits.kde.org/krita/d5c39fbd21f3eed41a4675ed01ec5f9be38e4c57 -- You are receiving this mail because: You are watching all bug changes.