RawDigger 1.3.x: complains and bug reports

Forums: 

This forum topic is for 1.3.x discussion and bug reports

Use human-numeric file sorting

Hello

The sorting of files in the "Open Raw File" dialog makes going through them consecutively difficult because files with ISO values in their filename are not sorted human-numerically. Screenshot:
https://i.imgur.com/Zv0UHvD.png

In case the screenshot doesn't work, currently RawDigger (1.3.1) sorts like this:
ISO100.raw
ISO1000.raw
ISO10000.raw
ISO125.raw
ISO1250.raw
ISO12800.raw
ISO160.raw
etc.

It should list files like this:
ISO100.raw
ISO125.raw
ISO160.raw
ISO1000.raw
ISO1250.raw
ISO10000.raw
ISO12800.raw

My locale is en_SE.UTF-8

Kind regards

Thank you for your report.

Thank you for your report. This is not that easy to fix because we use 3rd party components for file selection dialogs, but we'll try.

Followup:

Followup:

your screenshot looks like Windows XP standard file opening dialog. Is it really Windows XP? Or newer windows version set to XP GUI theme?

Windows System APIs that sorts file(name)s in 'natural order' and based on current locale are available only in WIndows7 and later.

Hi lexa

Hi lexa

In my screenshot, RawDigger is running in Linux through wine-4.16. Wine is set to "Windows 7" by default, as in my screenshot. I changed it to "Windows 10" now, but no difference in sorting.

RawDigger's  File - Open

RawDigger's  File - Open dialog use system file opening dialog. On (real) Windows 10 it performs 'natural' file sorting (A1, A2, A10, not alphaberical (A1, A10, A2). I do not know how it is works under Wine (and it is not under our control).

The thing that is under our control is Next/Prev file shorcut order (Ctrl->). It is now alphabetical, we're implementing natural option for the next RawDigger update.

Add new comment