﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12370	[patch] adapted osm file filter to other file types	kolesar	team	"There was a noticable difference between handling .osm files and other file types in open/save dialogs. Dropdown list contained these items:

{{{
    [...]
    GPX Files (*.gpx, *.gpx.gz, *.bz2)
    OSM Server Files (*.osm *.xml)
    OSM Server Files gpx compressed (*.osm.gz)
    OSM Server Files bzip2 compressed (*.osm.bz2 *.osm.bz)
    OSM Server Files zip compressed (*.osm.zip)
    OsmChange File (*.osc, *.osc.gz, *.osc.bz2)
    [...]
}}}

It was very confusing that some file types were listed with compressed suffixes except OSM files where different compression suffixes had separate entries in the list. My proposal:

{{{
    [...]
    GPX Files (*.gpx, *.gpx.gz, *.bz2)
    OSM Server Files (*.osm, *.xml, *.osm.gz, *.osm.bz2, *.osm.bz, *.osm.zip)
    OsmChange File (*.osc, *.osc.gz, *.osc.bz2)
    [...]
}}}

Attached patch."	enhancement	closed	normal	16.02	Core		fixed		
