[QGIS-Developer] Error with hdf5.dll on Windows build.

2018-09-28 Thread Nathan Woodrow
Hi, Trying to build on Windows for master I'm getting the following: C:\OSGeo4W\bin\hdf5.dll : fatal error LNK1107: invalid or corrupt file: cannot read at 0x2B0 It looks like cmake is trying to use that in the scripts and not the lib file but I can't see why it wants to do that. Any thoughts?

Re: [QGIS-Developer] Python API for 3D

2018-09-28 Thread Nyall Dawson
On Sat, 29 Sep 2018 at 00:21, Martin Dobias wrote: > > I think for the time being we should still treat the 3D library as > having unstable API - so I wanted to check how others would feel about > having Python API for qgis_3d that would be marked as unstable, i.e. > there may be changes between

[QGIS-Developer] Plugin [1429] Karika approval notification.

2018-09-28 Thread noreply
Plugin Karika approval by pcav. The plugin version "[1429] Karika 1.5" is now approved Link: http://plugins.qgis.org/plugins/karika/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Python API for 3D

2018-09-28 Thread Martin Dobias
Hi Matthias On Fri, Sep 28, 2018 at 4:47 PM Matthias Kuhn wrote: > Hi Martin, > I think that's a good move. Having an experimental Python 3D API is better > than not having a Python 3D API. And if it's communicated clearly, it's > every developers choice to build something on top of an unstable

Re: [QGIS-Developer] Python API for 3D

2018-09-28 Thread Alessandro Pasotti
On Fri, Sep 28, 2018 at 4:21 PM Martin Dobias wrote: > Hi all > > I have been thinking it would be good to finally have Python API also > for qgis_3d library. Until now I have kept the 3D library > intentionally without Python bindings so that it is possible to move > the code around without

[QGIS-Developer] Python API for 3D

2018-09-28 Thread Martin Dobias
Hi all I have been thinking it would be good to finally have Python API also for qgis_3d library. Until now I have kept the 3D library intentionally without Python bindings so that it is possible to move the code around without being blocked by the API stability requirement. I think for the time

[QGIS-Developer] Plugin [1380] Batch Hillshader approval notification.

2018-09-28 Thread noreply
Plugin Batch Hillshader approval by pcav. The plugin version "[1380] Batch Hillshader 2.3.0" is now approved Link: http://plugins.qgis.org/plugins/batch_hillshader-master/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] form font barely readable

2018-09-28 Thread Richard Duivenvoorde
On 09/28/2018 10:49 AM, Matthias Kuhn wrote: > Have a look here, that's the default behavior with setEnabled, where the > actual modification of the widget is done: > > https://github.com/qgis/QGIS/blob/master/src/gui/editorwidgets/core/qgseditorwidgetwrapper.cpp#L65 Ok, I actually did fiddle

Re: [QGIS-Developer] form font barely readable

2018-09-28 Thread Matthias Kuhn
Hi Richard On 9/28/18 10:17 AM, Richard Duivenvoorde wrote: > On 09/28/2018 12:07 AM, Nyall Dawson wrote: >> On Fri, 28 Sep 2018 at 00:08, Richard Duivenvoorde >> wrote: >>> Using the I-tool and viewing via 'Auto open form', the attributes of a >>> feature are barely readable (see attached

Re: [QGIS-Developer] form font barely readable

2018-09-28 Thread Richard Duivenvoorde
On 09/28/2018 12:07 AM, Nyall Dawson wrote: > On Fri, 28 Sep 2018 at 00:08, Richard Duivenvoorde > wrote: >> Using the I-tool and viewing via 'Auto open form', the attributes of a >> feature are barely readable (see attached screenshot). > Oh this has bugged me a LOT too! I'd very much like to