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

--- Comment #5 from Nate Graham <n...@kde.org> ---
This is a bit complicated.

There are two base wallpaper models: one for standalone images
(ImageListModel), and one for packages (PackageListModel). On top of them is
another model that combines them into one (ImageListProxyModel). Then when used
for a slideshow, a proxy model (SlideFilterModel) introduces sorting, but sorts
by filename rather than display name. There is no proxy model to introduce
sorting for non-slideshow image wallpaper views; ImageProxyModel gets used
directly.

So we need to:
1. Fix the slideshow sorting to sort by display name, not file path
2. Introduce sorting of the same kind for non-slideshow views, probably by
creating a second proxy model for it

I'm going to try to do #1 first, and then try my luck at #2, but I may
eventually need someone else to help or take over.

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

Reply via email to