Summary: | many layer Auto scale smaller to top left size. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | skylerk <lele_uzi> |
Component: | Instant Preview | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla, raghu, storm.anthro, tysontanx |
Priority: | NOR | ||
Version First Reported In: | 3.0 Alpha | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/af9a7841964830f8752e1887d9d5b79658ade4ce | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | after happen |
Description
skylerk
2016-04-17 06:44:26 UTC
Created attachment 98421 [details]
after happen
after happen
Hi, Thanks for your report. I haven't seen this before. maybe is "instant preview" problem Hi Skylerk, Someone else has also been able to reproduce the issue. It's still very mysterious, but we're trying to figure out how to trigger it. Phabricator task: https://phabricator.kde.org/T2332 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:kimageshop@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 "This is a bit dangerous commit." - Is it safe yet or I should not do critical work with this for now? *** Bug 378681 has been marked as a duplicate of this bug. *** Note that in the duplicate report, this is reported for .kra files. Git commit d71f0019e01266bd6b77638fcc37007937b40474 by Dmitry Kazakov. Committed on 12/04/2017 at 15:20. Pushed by dkazakov into branch 'krita/3.1'. Add a warning dialog that the user is saving possibly corrupted image Related: bug 378681 M +12 -1 libs/ui/KisMainWindow.cpp M +6 -1 libs/ui/dialogs/kis_delayed_save_dialog.cpp M +7 -0 libs/ui/dialogs/kis_delayed_save_dialog.h https://commits.kde.org/krita/d71f0019e01266bd6b77638fcc37007937b40474 Git commit af9a7841964830f8752e1887d9d5b79658ade4ce by Dmitry Kazakov. Committed on 12/04/2017 at 15:20. Pushed by dkazakov into branch 'krita/3.1'. Lock the image while saving It is not enough to just disable cloning of the image, locking should also be recovered. Related: bug 378681 M +55 -52 libs/ui/KisDocument.cpp https://commits.kde.org/krita/af9a7841964830f8752e1887d9d5b79658ade4ce Git commit 7b7ca7efadbd17cfaf3f5cdbd6526c4ae8ec7018 by Dmitry Kazakov. Committed on 12/04/2017 at 19:50. Pushed by dkazakov into branch 'master'. Add a warning dialog that the user is saving possibly corrupted image Related: bug 378681 M +12 -1 libs/ui/KisMainWindow.cpp M +6 -1 libs/ui/dialogs/kis_delayed_save_dialog.cpp M +7 -0 libs/ui/dialogs/kis_delayed_save_dialog.h https://commits.kde.org/krita/7b7ca7efadbd17cfaf3f5cdbd6526c4ae8ec7018 |