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 |https://invent.kde.org/grap |hics/krita/commit/d69cf1960 |hics/krita/commit/77bf57e11 |352612f12095aee62c1632b45dd |f496e2218af7d8e75c114067f17 |6caa |3fcb --- Comment #12 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 77bf57e11f496e2218af7d8e75c114067f173fcb by Dmitry Kazakov. Committed on 15/06/2022 at 09:25. Pushed by dkazakov into branch 'krita/5.1'. 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/77bf57e11f496e2218af7d8e75c114067f173fcb -- You are receiving this mail because: You are watching all bug changes.