Bug 349390 - regression: sort order incoherent with Dolphin's smart sort order
Summary: regression: sort order incoherent with Dolphin's smart sort order
Status: RESOLVED DUPLICATE of bug 343452
Alias: None
Product: gwenview
Classification: Applications
Component: general (show other bugs)
Version: Other (add details in bug description)
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Gwenview Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 18:04 UTC by public+kde
Modified: 2016-11-13 00:54 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***