https://bugs.kde.org/show_bug.cgi?id=509244
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |4.2 Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/offi | |ce/tellico/-/commit/a6af33a | |e23bf9803b50435ef2192454e29 | |f26edb --- Comment #1 from Robby Stephenson <ro...@periapsis.org> --- Git commit a6af33ae23bf9803b50435ef2192454e29f26edb by Robby Stephenson. Committed on 07/09/2025 at 18:55. Pushed by rstephenson into branch 'master'. Remove images from local directory when entry values are changed When the collection is saved, check on which image values were changed and if any were removed, delete the image from the disk. Since multiple data files could share the same images in the common application directory, this behavior only applies to "Store images in directory relative to data file" option. FIXED-IN: 4.2 M +4 -0 ChangeLog M +10 -0 src/collection.cpp M +7 -0 src/collection.h M +11 -0 src/document.cpp M +41 -37 src/entry.cpp M +1 -1 src/entry.h M +34 -11 src/tests/documenttest.cpp https://invent.kde.org/office/tellico/-/commit/a6af33ae23bf9803b50435ef2192454e29f26edb -- You are receiving this mail because: You are watching all bug changes.