https://bugs.kde.org/show_bug.cgi?id=330251
wolthera <griffinval...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kri | |ta/9f36f1636775c079d1d01a75 | |29ee5dcb23047c14 Resolution|--- |FIXED --- Comment #2 from wolthera <griffinval...@gmail.com> --- Git commit 9f36f1636775c079d1d01a7529ee5dcb23047c14 by Wolthera van Hövell tot Westerflier. Committed on 27/06/2017 at 12:44. Pushed by woltherav into branch 'master'. Change the way how paintops are saved. This does two things: 1. When overwriting a paintop, the unnamed file is the last file, and the new file is a backup of the old file. 2. The backup are named name-date-time.kpp, with the ISO standard for timestampes: big to small. This makes it easier to manage brush creation, because it removes the need to rename the last file before adding it to a bundle. It also makes managing backups easier, as you do not need to remove the file from the blacklist, only removing the timestap. Finally, timestamps are easier to read. CCMAIL: kimages...@kde.org Differential Revision: https://phabricator.kde.org/D6314 Reviewed by rempt, scottyp, dmitryK, timotheegiet and wysteria[m] on IRC, thanks for testing! M +43 -21 libs/ui/kis_paintop_box.cc https://commits.kde.org/krita/9f36f1636775c079d1d01a7529ee5dcb23047c14 -- You are receiving this mail because: You are watching all bug changes.