OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
404 stars 108 forks source link

OpenFileDialog's extension string is too long #938

Closed sikmir closed 7 years ago

sikmir commented 7 years ago

Steps to reproduce

  1. Open map/template dialog

Actual behaviour

scr1 scr2

Expected behaviour

At least, no need to duplicate each extension in uppercase. Anyway all variants (e.g. .foo, .FOO, .Foo, foO, etc) are accepted.

Configuration

Mapper Version: latest master Operating System: Arch Linux

dg0yt commented 7 years ago

That's two issues:

dg0yt commented 7 years ago

Capitalization is still an issue in Qt 5.9.1, tested with -platformtheme gtk3.

dg0yt commented 7 years ago

Regarding length: