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]

[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:

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 >