Summary: | Import Wizard: Rename options filename with timestamp | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | f.wozak |
Component: | AdvancedRename-Import | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.4.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
f.wozak
2011-04-10 07:44:34 UTC
If i not too wrong, Andy has fixed some feature with last 1.9.0 release. Please take a look in this version... Gilles Caulier Yes, this was fixed in 1.6 or so... Oops wrong bugreport :-) A timestamp option should be in 1.4, too. The custom format string (see http://doc.trolltech.com/latest/qdatetime.html#toString) isn't enough? What should be added exactly to fit your needs? Do you want a unix timestamp like this: 1302425061 If so, this could be added quite easily for the next version. Git commit f0efd89ce713605743d3837b966bedec63017561 by Andi Clemens. Committed on 10/04/2011 at 12:31. Pushed by aclemens into branch 'master'. Add UnixTimeStamp format to the date renaming option CCBUG: 270554 M +65 -18 utilities/advancedrename/parser/options/dateoption.cpp M +5 -3 utilities/advancedrename/parser/options/dateoption.h http://commits.kde.org/digikam/f0efd89ce713605743d3837b966bedec63017561 The method QDateTime::toMSecsSinceEpoch is only available for Qt 4.7 and higher. We need to remove the code from sources compiles for older Qt versions. M +12 -0 utilities/advancedrename/parser/options/dateoption.cpp M +2 -0 utilities/advancedrename/parser/options/dateoption.h http://commits.kde.org/digikam/0e632d2db28d01fb827ecd4939713e62d37263b7 |