[Digikam-devel] [Bug 142056] Save changes of image modifications with Versioning.
Gilles Caulier
caulier.gilles at gmail.com
Tue Aug 5 10:00:03 BST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=142056
------- Additional Comments From caulier.gilles gmail com 2008-08-05 11:00 -------
Dotan,
Using a suffix as versionning of file is always better, like this original filename and extension is preserved and we don't need to make a wrapper to extract it. Using standard Qt API will work like QFileInfo::fileName().
So something like that is better:
dscf3252.jpg
dscf3252.mod1.jpg
dscf3252.mod2.jpg
...
With Qt API we are able to extract the last extension suffix as well ("jpg"), or the complete one ("mod2.jpg"). extracting the revision annotation is easy to implement.
Gilles
More information about the Digikam-devel
mailing list