[Kde-imaging] [Bug 155593] New: add checkbox for disabling call to utime()

Jan Kundrát jkt at gentoo.org
Sun Jan 13 01:06:54 CET 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=155593         
           Summary: add checkbox for disabling call to utime()
           Product: kipiplugins
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: All
            Status: NEW
          Severity: wishlist
          Priority: NOR
         Component: timeadjust
        AssignedTo: kde-imaging kde org
        ReportedBy: jkt gentoo org


The timeadjust plugin calls utime() on selected images. In some situations, 
having mtime or any other file property changed is not desired as the user 
only wants to change the timestamp in application's internal database.

Could you please add checkbox that'd disable call to utime()? Essentialy I'd 
like to be able to invoke nothing besides this:

        KIPI::ImageInfo info = d->interface->info(url);
        QDateTime dateTime   = info.time();
        dateTime             = updateTime(info.path(), info.time());
        info.setTime(dateTime);


More information about the Kde-imaging mailing list