Re: [Qgis-developer] hub issues?

2014-12-16 Thread Alex Mandel
On 12/15/2014 11:11 PM, Paolo Cavallini wrote: > Hi all. I'm told redmine temporarily throws an error Application > error Rails application failed to start properly (now it's ok, > however). BTW, do we have any plan to change the bug tracking > system? After years of use I still find it rather c

Re: [Qgis-developer] Loading layer from zip

2014-12-16 Thread Radim Blazek
It is not supported by OGR, see: http://trac.osgeo.org/gdal/wiki/UserDocs/ReadInZip http://lists.osgeo.org/pipermail/gdal-dev/2011-April/028384.html If you are in doubts, you can right click on the item, open Properties and try "Layer Source" with ogrinfo. Radim On Mon, Dec 15, 2014 at 4:22 PM,

[Qgis-developer] Can qgis be started with python disabled ?

2014-12-16 Thread Sandro Santilli
Can I start qgis with no python support even if it is compiled in ? I'd use it to reduce load while running under valgrind... To the same extent, can it be started with no plugins from an environment variable or similar? --strk; () ASCII ribbon campaign -- Keep it simple ! /\ http://strk.

[Qgis-developer] QGIS License, GPL2 or GPL2-or-later ?

2014-12-16 Thread Sandro Santilli
I've noticed that copyright headers in files say code is GPL2-or-later, but the top-level README says GPL2 (w/out the "or later" part). The COPYING file in top-level dir is the GPL2. Should the README be updated, and maybe also the COPYING file ? --strk; () ASCII ribbon campaign -- Keep it

Re: [Qgis-developer] QgsRasterLayer legend interface, where is it gone ?

2014-12-16 Thread Luigi Pirelli
Hi --strk I don't think it's useful having the ability to develop new LegendItem types... before legend refactoring, pupup was introduced because wasn't possibile to customize legend elements other than having a little pixmap. regards, Luigi Pirelli On 16 December 2014 at 12:09, Sandro Santilli

Re: [Qgis-developer] QgsRasterLayer legend interface, where is it gone ?

2014-12-16 Thread Sandro Santilli
Also, is the "temporary solution for WMS legend" in QgisApp::layerTreeViewDoubleClicked still needed ? (ie: showing the WMS legend in a popup window) See https://github.com/qgis/QGIS/blob/master/src/app/qgisapp.cpp#L381 --strk; On Tue, Dec 16, 2014 at 12:01:59PM +0100, Sandro Santilli wrote: >

[Qgis-developer] QgsRasterLayer legend interface, where is it gone ?

2014-12-16 Thread Sandro Santilli
According to documentation for the QgsRasterLayer class [1], a raster layer can export its legend as a pixmap using a legendPixmap() method, but the code doesn't not contain any such virtual method. [1] http://qgis.org/api/classQgsRasterLayer.html Instead, the class has a (non-virtual) method to