https://bugs.kde.org/show_bug.cgi?id=153492

David Faure <fa...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|fa...@kde.org               |dolphin-bugs-n...@kde.org
          Component|trash                       |view-engine: general
            Product|kio                         |dolphin

--- Comment #16 from David Faure <fa...@kde.org> ---
kio_trash already says (in its json file)

            "ExtraNames": [
                "Original Path", 
                "Deletion Date"
            ], 
            "ExtraTypes": [
                "QString", 
                "QDateTime"
            ],

which makes those column descriptions available via
KProtocolInfo::extraFields()
and the actual data available via KIO::UDSEntry::UDS_EXTRA and
KIO::UDSEntry::UDS_EXTRA+1.

It's up to Dolphin to use that ;)

KFileItemModel::retrieveData uses UDS_EXTRA for the "Path" column, but doesn't
use extraFields() generically in order to allow kioslaves to define extra
columns. -> reassigning to Dolphin.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to