Bug 292941

Summary: In search mode the sorting by path doesn't work
Product: [Applications] dolphin Reporter: Martin Stolpe <martinstolpe>
Component: view-engine: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: normal Keywords: regression, reproducible
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 4.8.1
Attachments: Search results sorted by path name

Description Martin Stolpe 2012-01-31 10:12:57 UTC
Created attachment 68365 [details]
Search results sorted by path name

Version:           2.0 (using KDE 4.8.0) 
OS:                Linux

If I search for a file and then want to sort the results by path the results aren't sorted accordingly (see attached screenshot).

Reproducible: Always

Steps to Reproduce:
Search for files.
Add path info to search result.
Sort search results by path name.

Actual Results:  
The search results in a way I do not understand.

Expected Results:  
Search results sorted by path name alphabetically.
Comment 1 Peter Penz 2012-01-31 16:18:26 UTC
Git commit 37ab10b2ef1248485a4a5cc878d21bcb2b3401aa by Peter Penz.
Committed on 31/01/2012 at 14:58.
Pushed by ppenz into branch 'master'.

Fix sorting issues

For some roles the sorting has not been implemented.
FIXED-IN: 4.8.1

M  +48   -28   dolphin/src/kitemviews/kfileitemmodel.cpp
M  +10   -0    dolphin/src/kitemviews/kfileitemmodel.h

http://commits.kde.org/kde-baseapps/37ab10b2ef1248485a4a5cc878d21bcb2b3401aa
Comment 2 Peter Penz 2012-01-31 16:18:39 UTC
Git commit 86a49188f5a917386e0be7c7c5a6183663073b11 by Peter Penz.
Committed on 31/01/2012 at 14:58.
Pushed by ppenz into branch 'KDE/4.8'.

Fix sorting issues

For some roles the sorting has not been implemented.
FIXED-IN: 4.8.1

M  +48   -28   dolphin/src/kitemviews/kfileitemmodel.cpp
M  +10   -0    dolphin/src/kitemviews/kfileitemmodel.h

http://commits.kde.org/kde-baseapps/86a49188f5a917386e0be7c7c5a6183663073b11
Comment 3 Martin Stolpe 2012-01-31 17:19:35 UTC
That was super fast! Thanks a lot for implementing the sorting function!