[QGIS-Developer] QgsSettings + ows key cleanup?

Richard Duivenvoorde rdmailings at duif.net
Thu May 18 03:01:15 PDT 2017


Hi,

hitting https://issues.qgis.org/issues/16528
and fixing: https://github.com/qgis/QGIS/pull/4586

with a very clean config, I see that the settings are rather messy:

[Qgis] and [qgis] are/were used (in the PR I propose a further cleanup)


But in the settings I see now different parents for the same connection:

[qgis]
WCS\aa\authcfg=
WCS\aa\password=
WCS\aa\username=
connections-wcs\aa\referer=
connections-wcs\aa\url=http://foo.com/geoserver/wcs
connections-wcs\selected=aa

And I'm wondering if we not should try to cleanup that too:

All connections related to a connection in one group, and not scattered
over those two groups. I would be ok with the use of WCS/WMS/WFS/ESRI
Anybody else interested in this? :-)

Grepping for [Qgis] I also found old plugin repo's in the installer_data.py:

https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/installer_data.py#L112

most of them are not even working anymore....

Clean?

Regards,

Richard


More information about the QGIS-Developer mailing list