https://bugs.kde.org/show_bug.cgi?id=443875
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/d69cf1960 | |352612f12095aee62c1632b45dd | |6caa Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit d69cf1960352612f12095aee62c1632b45dd6caa by Dmitry Kazakov. Committed on 15/06/2022 at 09:24. Pushed by dkazakov into branch 'master'. Fix issues when saving the bruhs into resource folder The patch fixes leftovers of bug 443875 of Krita behavior when the resource is saved directly into the resource folder: 1) The "modified" flag is now reset (and well as modification date) 2) The name of the image is updated to the real versioned resource filename 3) The bursh **name** (the one saved **inside** the resource) is now kept the same and doesn't include the version suffix. It is done by passing the resource name into the saver using exportConfiguration object. M +6 -0 libs/resources/KisFolderStorage.cpp M +1 -0 libs/resources/KisFolderStorage.h M +14 -0 libs/resources/KisResourceLocator.cpp M +5 -0 libs/resources/KisResourceLocator.h M +5 -0 libs/resources/KisResourceStorage.cpp M +7 -0 libs/resources/KisResourceStorage.h M +5 -0 libs/resources/KisStoragePlugin.cpp M +1 -0 libs/resources/KisStoragePlugin.h M +15 -0 libs/resources/tests/TestFolderStorage.cpp M +1 -0 libs/resources/tests/TestFolderStorage.h M +59 -21 libs/ui/KisDocument.cpp M +1 -1 plugins/impex/brush/KisWdgOptionsBrush.cpp https://invent.kde.org/graphics/krita/commit/d69cf1960352612f12095aee62c1632b45dd6caa -- You are receiving this mail because: You are watching all bug changes.