[Digikam-devel] [Bug 142566] Can't change the date of a photo

Gilles Caulier caulier.gilles at gmail.com
Mon Dec 15 10:48:57 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=142566


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marcel.wiesweg at gmx.de




--- Comment #12 from Gilles Caulier <caulier gilles gmail com>  2008-12-15 11:48:56 ---
Marcel,

I confirm this bug for 0.9.5. I cannot see why it doesn't work.
ImageDescEditTab::slotApplyAllChanges() call properly MetadataHub::write()
which change date of imageinfo relevant using ImageInfo::setDateTime(). This
one dispatch changes using ImageAttributesWatch::imageDateChanged() and
AlbumIconView::slotImageAttributesChanged() recieve notification about date
changes. In this case, AlbumIconView::updateContents() is called, but date do
not change in icon view...

Note : why we have this code here :

void ImageInfo::setCaption(const QString& caption)
{
    AlbumDB* db  = m_man->albumDB();
    return db->setItemCaption(m_ID, caption);
    ImageAttributesWatch::instance()->imageCaptionChanged(m_ID);
}

The return instance sound weird...

For 0.10.0, i confirm: this bug is fixed. Creation date is fixed imediatly in
icon view.

Gilles


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list