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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Gilles Caulier-4
http://bugs.kde.org/show_bug.cgi?id=142566


Gilles Caulier caulier gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- 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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel