Re: [Qgis-developer] Error in Processing

2016-02-13 Thread Victor Olaya
Algorithms are expected to have that method, so providers that extend GDALAlgorithm should have a commandName() function or override the implementation of shortHelp() Sounds to me like an easy update Regards 2016-02-14 0:44 GMT+01:00 Pedro Venâncio : > Hi Alexander and Victor, > > Actually the

Re: [Qgis-developer] Error in Processing

2016-02-13 Thread Pedro Venâncio
Hi Alexander and Victor, Actually the problem seems related with the new shortHelp function, introduced in commit 62302377db1990485f7821f1ccef4ff6ef4d07d9. Removing def shortHelp(self): return self._formatHelp('''This algorithm is based on the GDAL %s module. For mor

Re: [Qgis-developer] Problems upgrading nightly in Ubuntu 14.04

2016-02-13 Thread Jeremy Palmer
Hi Jürgen, > See also > https://lists.osgeo.org/pipermail/qgis-developer/2016-February/041339.html > > I didn't mention it again as I wanted to verify that the fix works this time - > which 5f310a didn't. > > Declaring the conflict as in 5f310a was supposed to remove the diversions. > Unfortunate

[Qgis-developer] PyQGIS: load groups from qlr

2016-02-13 Thread alugli1...@alice.it
Hi, I have to programmatically load a qlr file in a PyQGIS script. Now my code is:xxx = QgsMapLayer.fromLayerDefinitionFile("C:\\xxx.qlr") but in this way it doesn't manage groups inside qlr file and layers are reported in alphabetical order along the tree view. How is it possible to manage both g

[Qgis-developer] Plugin [930] Historical Map approval notification.

2016-02-13 Thread noreply
Plugin Historical Map approval by pcav. The plugin version "[930] Historical Map 0.3 Experimental" is now approved Link: http://plugins.qgis.org/plugins/HistoricalMap/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists

[Qgis-developer] Plugin [930] Historical Map approval notification.

2016-02-13 Thread noreply
Plugin Historical Map approval by pcav. The plugin version "[930] Historical Map 0.32 Experimental" is now approved Link: http://plugins.qgis.org/plugins/HistoricalMap/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://list

Re: [Qgis-developer] Problems upgrading nightly in Ubuntu 14.04

2016-02-13 Thread Jürgen E . Fischer
Hi Jeremy, On Sat, 13. Feb 2016 at 08:39:39 +1300, Jeremy Palmer wrote: > I did this to resolve the issue: > > sudo dpkg-divert --remove /usr/bin/qgis > sudo dpkg-divert --remove /usr/bin/qbrowser See also https://lists.osgeo.org/pipermail/qgis-developer/2016-February/041339.html I didn't ment