| Summary: | Recovering from autosave and using [Ctrl + S] should overwrite original file (not the autosave) | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | jimbo <loudsquid> |
| Component: | General | Assignee: | Tiar <tamtamy.tymona> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | tamtamy.tymona |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/kde/krita/commit/141714c747e752e370bcd981f1da08f64afc75a5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
jimbo
2019-07-18 12:10:20 UTC
In my opinion that's a bug that Krita doesn't take the original image file from the autosave filename and don't set it up as the current filename. Now in 4.2.9 Krita doesn't allow just saving, the user needs to confirm the Save Image dialog, but the suggested name is still in the autosave format instead of the original filename or even Untitled.kra . I've set it to major because in my opinion it's pretty important, considering that our less technical users might not know that they should change the name and they might lose data that way. Git commit ca4152103f1dc822fbdc9782600c7af376fc816a by Agata Cacko. Committed on 12/05/2020 at 14:28. Pushed by tymond into branch 'master'. Fix autosave suggesting the autosave-formatted filename Before this commit, if you recover an autosave for a saved file (for example after a crash), Krita would open the autosave similarly to how it opens other files: it would assume that the filename that was opened is the filename to save to. It did ask for confirmation, but beginner users might've saved it still in the autosave-formatted filename. This commit changes it so the autosaved file gets the filename of the original file. Krita still asks for confirmation even when clicked Save, and even asks if it can overwrite the original file. M +5 -0 libs/ui/KisDocument.cpp https://invent.kde.org/kde/krita/commit/ca4152103f1dc822fbdc9782600c7af376fc816a Git commit 141714c747e752e370bcd981f1da08f64afc75a5 by Agata Cacko. Committed on 14/05/2020 at 13:45. Pushed by tymond into branch 'krita/4.3'. Fix autosave suggesting the autosave-formatted filename Before this commit, if you recover an autosave for a saved file (for example after a crash), Krita would open the autosave similarly to how it opens other files: it would assume that the filename that was opened is the filename to save to. It did ask for confirmation, but beginner users might've saved it still in the autosave-formatted filename. This commit changes it so the autosaved file gets the filename of the original file. Krita still asks for confirmation even when clicked Save, and even asks if it can overwrite the original file. M +5 -0 libs/ui/KisDocument.cpp https://invent.kde.org/kde/krita/commit/141714c747e752e370bcd981f1da08f64afc75a5 |