Bug 349390

Summary: regression: sort order incoherent with Dolphin's smart sort order
Product: [Applications] gwenview Reporter: public+kde
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: accounts+bugs.kde, eric.brunet, konstantinos.smanis, myriam
Priority: NOR    
Version: Other (add details in bug description)   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description public+kde 2015-06-19 18:04:18 UTC
5.x.x (using arch linux package version 15.04.2-1 ATM) regressed from 4.x with the default (by name) sort order.

The current sort order is a simple alphabetic sort. So for example the files 1,2,10,11 are visited in this order: 1, 10, 11, 2

The old sort order was the same that Dolphin used, i.e. numbers where handled as numbers and not strings of independent characters. Thus 1,2,10,11 were visited in the correct order: 1, 2, 10, 11.

Reproducible: Always


Actual Results:  
Sort order: 1, 10, 11, 2

Expected Results:  
Sort order: 1, 2, 10, 11
Comment 1 Florian Jacob 2015-09-21 14:50:07 UTC
This behaviour is there since the first KF5 version of Gwenview, and still present in 15.08.1.
Comment 2 Éric Brunet 2015-11-19 13:06:24 UTC
This is a duplicate of bug 343452. I don't know how to change the status.
Comment 3 Konstantinos Smanis 2016-11-13 00:54:12 UTC

*** This bug has been marked as a duplicate of bug 343452 ***