Compare UDS entry times directly instead of going through KFileItem

Authored by broulik on Jul 26 2018, 8:17 AM.

Description

Compare UDS entry times directly instead of going through KFileItem

This avoids creating a QDateTime object with all the timezone processing that comes with it since we're only interested in the
relative order, not absolute precise date time values.

CHANGELOG: Sorting files by date is significantly faster now

Differential Revision: https://phabricator.kde.org/D14394

Details