Re: [QGIS-Developer] Translation of QGIS ltr and QGIS master

2019-04-26 Thread Stefano Campus
ciao,
sorry if I still propose to your attention the problem of updating the
translation of the LTR version.
starting from [1] I didn't understand how to work.
Is it possible to have a very brief guide on the operations to do, as
proposed by delazj in [2]?

thank you so much
s.
[1] https://github.com/qgis/QGIS/pull/9331
[2] https://github.com/qgis/QGIS-Website/issues/592



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Plugin [1163] Plugin Load Times approval notification.

2019-04-26 Thread noreply

Plugin Plugin Load Times approval by pcav.
The plugin version "[1163] Plugin Load Times 3.0.1" is now approved
Link: http://plugins.qgis.org/plugins/PluginLoadTimes/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] How to split QGISMapLayer attribute "source" into parts (python)

2019-04-26 Thread Tom Chadwin
Nyall Dawson wrote
> uri = QgsDataSourceUri(layer.source())
> table = uri.table()
> user = uri.username()
> restrict_bbox = uri.param("restrictToRequestBBOX")
> 
> etc
> 
> For non-db layers (eg disk based OGR/GDAL layers, you should use
> QgsProviderRegistry.instance().decodeUri(layer.source())

I had no idea - thanks v much for the info, Nyall.

Tom



-
Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon 
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer