danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
650 stars 226 forks source link

Uppercase .MF4 files are not shown in GUI open file #567

Closed jmtatsch closed 3 years ago

jmtatsch commented 3 years ago

MDF version

6.4.4

GUI - > File -> Open (a folder with measurement files as they come from CANape) -> no files are shown for filter 'All files' Once the extension is changed to .mf4 they show up.

Maybe this can be made case agnostic?

danielhrisca commented 3 years ago

image

Seems to work

jmtatsch commented 3 years ago

Hmm, seems to be a platform problem then, I am on Ubuntu 20.04.3 LTS

Screenshot from 2021-09-10 10-52-54 Screenshot from 2021-09-10 10-53-32

danielhrisca commented 3 years ago

this a Qt problem for Linux (see https://stackoverflow.com/questions/34858220/qt-how-to-set-a-case-insensitive-filter-on-qfiledialog)

please try the latest development branch code

jmtatsch commented 3 years ago

That fixes it for me. Thank you very much for this package and your support.