Summary: | Says file "Document called xxx already exists" when saving a file. | ||
---|---|---|---|
Product: | [Applications] kolourpaint | Reporter: | Goran Brannstrom <goranbr> |
Component: | general | Assignee: | kolourpaint-support |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck |
Priority: | NOR | ||
Version: | Comes with KDE | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Goran Brannstrom
2011-10-18 21:09:24 UTC
> when pressing Save it should (pretty please..:-) just save
I guess the reason for showing the "Save As" dialog even for the Save action is to make you aware which file in which directory you are overwriting, since it does not create backup files (and considering the size of images, I doubt it should).
Well, I tested a bit, and when using PNG files, it works "as expected", while with JPEG files, it always asks. The explanation might be to be able to set the Quality setting, or just making you aware that you should change the format to something lossess, because every save of a JPEG file degrades quality (even if you increase the quality setting...) Thanks for feedback! Re: comment1: I use this application for hours every day and it's exceedingly annoying with all the non-standard behaviour regarding files, when you just want to make a small change, and then save that before exiting. If you want backup, you can just choose "Save as..." instead. Why have the distinction between "Save" and "Save as" otherwise? And why change a behavior that 99% of all applications comply with? Re: comment2: Well, I don't think a developer should presume to deviate from a standard that 99% of other software adheres to for the sole reason that he thinks the user should save using a lossless format instead. If that is the case here. Only the user can know what suits his needs best. /Göran Git commit 25bfb7208fafad76ed953260ccb88123dd9e18a8 by Martin Koller. Committed on 26/10/2011 at 15:49. Pushed by mkoller into branch 'KDE/4.7'. use directory of loaded file in saveAs dialog again (Sorry for having messed this up in 4.7.0) BUG: 284890 BUG: 284410 BUG: 277168 M +2 -2 mainWindow/kpMainWindow_File.cpp http://commits.kde.org/kolourpaint/25bfb7208fafad76ed953260ccb88123dd9e18a8 Git commit 8991692a54ab1d1b0111a61d7fb39cdb1ac9cdb1 by Martin Koller. Committed on 26/10/2011 at 15:49. Pushed by mkoller into branch 'master'. use directory of loaded file in saveAs dialog again (Sorry for having messed this up in 4.7.0) BUG: 284890 BUG: 284410 BUG: 277168 M +2 -2 mainWindow/kpMainWindow_File.cpp http://commits.kde.org/kolourpaint/8991692a54ab1d1b0111a61d7fb39cdb1ac9cdb1 |