Re: [QGIS-Developer] QGIS 3D Grant

2017-05-23 Thread Martin Dobias
Hi Syd The idea is to have support for proper 3D meshes/volumes, not just 2.5D geometries. The initial work should introduce interface for 3D renderers (somehow similar to 2D renderers we have now) allowing generation of arbitrary meshes and associated materials from input data (which could be 2D

Re: [QGIS-Developer] Qt Designer Cannot Drop Widgets onto QgsDockWidget

2017-05-23 Thread Luigi Pirelli
do you have the hierarchy of the compound widget (usually on the upper left) ? it should contain a layout => select and break it... this is theoretically. I'll check how is composed a QgsDockWidget. Luigi Pirelli

Re: [QGIS-Developer] Qt Designer Cannot Drop Widgets onto QgsDockWidget

2017-05-23 Thread C Hamilton
Break layout is grayed out and it not selectable. On Tue, May 23, 2017 at 2:09 PM, Luigi Pirelli wrote: > bloke the layout to add any widget to a predefined layout (right > click->lay out->brake layout) > Luigi Pirelli > >

Re: [QGIS-Developer] Qt Designer Cannot Drop Widgets onto QgsDockWidget

2017-05-23 Thread Luigi Pirelli
bloke the layout to add any widget to a predefined layout (right click->lay out->brake layout) Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn:

Re: [QGIS-Developer] Oracle view loading too slow

2017-05-23 Thread Ian Turton
See if this GeoServer discussion helps http://docs.geoserver.org/latest/en/user/data/database/oracle.html#using-the-geometry-metadata-table Ian On 23 May 2017 at 16:20, PIERRE Sylvain wrote: > Hi folks, > > > > No matter qgis version (2.14, 2.18) , loading oracle

[QGIS-Developer] Oracle view loading too slow

2017-05-23 Thread PIERRE Sylvain
Hi folks, No matter qgis version (2.14, 2.18) , loading oracle spatial table with 2 rows take few seconds while loading a view (based on same table) with 900 rows take more than one minute. Is there some way to tune oracle view to take more reasonable loading time? I know that

[QGIS-Developer] Qt Designer Cannot Drop Widgets onto QgsDockWidget

2017-05-23 Thread C Hamilton
If I start with a QgsDockWidget in Qt Designer rather than a QDockWidget, I cannot add another widget to it. With QDockWidget I have a QWidget inside and then all of the other components. I simply cannot add anything to QgsDockWidget. Is anyone else having the same problem? I am using the latest

Re: [QGIS-Developer] QGIS 3D Grant

2017-05-23 Thread Nathan Woodrow
Should be real 3D from talks with Martin. Nathan On Wed, 24 May 2017, 12:41 AM Syd Visser wrote: > I have a question on the 3D that was proposed in the grant for the use > with QT 3D. Am i wrong to think this is really oriented towards what some > people call 2.5D

[QGIS-Developer] QGIS 3D Grant

2017-05-23 Thread Syd Visser
I have a question on the 3D that was proposed in the grant for the use with QT 3D. Am i wrong to think this is really oriented towards what some people call 2.5D (terrain model as shown in the proposal example) or will there be support for 3D that will be able to display 3D meshes or volumes

Re: [QGIS-Developer] "Affected version" field on redmine

2017-05-23 Thread Sandro Santilli
On Tue, May 23, 2017 at 11:23:38AM +0100, Giovanni Manghi wrote: > > the idea behind that type of changes is to make clear what is the > latest version affected by the bug. I'm not sure how useful "latest version affected" is, but if you think it is important, maybe there should be two fields:

Re: [QGIS-Developer] "Affected version" field on redmine

2017-05-23 Thread Sandro Santilli
On Tue, May 23, 2017 at 12:20:46PM +0200, Jürgen E. Fischer wrote: > Hi Sandro, > > On Tue, 23. May 2017 at 11:35:52 +0200, Sandro Santilli wrote: > > May I suggest we use "Affected Version" field to list the "oldest known > > affected version" ? > > The field now has a description (tooltip) to

Re: [QGIS-Developer] OTB 6 and Processing

2017-05-23 Thread Victor Olaya
To transfer the repo i need permission to create new repos under that org. If you can give me rights to do it, I will do the transfer and then you can revoke them Thanks 2017-05-22 10:22 GMT+02:00 Rashad Kanavath : > > > You can transfer to orfeotoolbox. this is the

Re: [QGIS-Developer] "Affected version" field on redmine

2017-05-23 Thread Giovanni Manghi
We really needed to simplify the form for fling the issue reports, so basically in Essen at the last dev meeting we also had to compromise. Is perfect? no,but as is now is much more better than before. > 4 months later the "Target Version" field value was removed > by Jean-Gabriel JGH. Shortly

Re: [QGIS-Developer] "Affected version" field on redmine

2017-05-23 Thread Jürgen E . Fischer
Hi Sandro, On Tue, 23. May 2017 at 11:35:52 +0200, Sandro Santilli wrote: > May I suggest we use "Affected Version" field to list the "oldest known > affected version" ? The field now has a description (tooltip) to that extent. Jürgen -- Jürgen E. Fischer norBIT GmbH

[QGIS-Developer] "Affected version" field on redmine

2017-05-23 Thread Sandro Santilli
While chasing a regression issue [1] I'm finding the "Affected Version" field not useful in finding what's the version which introduced a regression. When the bug was originally filed (7 months ago) the "Affected Version" field was set to "2.16.1", which I guess was the version tested by the

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

2017-05-23 Thread noreply
Plugin Plugin Load Times approval by pcav. The plugin version "[1163] Plugin Load Times 1.3" is now approved Link: http://plugins.qgis.org/plugins/PluginLoadTimes/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

[QGIS-Developer] Adding raster layer from memory in plugin

2017-05-23 Thread Vanden Boer Dirk
Hi, I'm developing a plugin that generates a new raster based on already loaded rasters. What is the recommended way to get this raster loaded into QGis? I have the raster data in a QqsRasterBlock but it is not clear how I can get this data in a QgsRasterLayer. I did not create a processing