[QGIS-Developer] QtCreator does not start QGIS?

2020-11-11 Thread Richard Duivenvoorde
Hi,

Currently in my Qt build I cannot debug QGIS in qtcreator because it 
hangs/stops when showing the splash.
After some time the Application Output shows:

../../src/core/qgsmessagelog.cpp:29 : (logMessage) [60891ms] 
[thread:0x560d9d00] 2020-11-11T08:58:15 [1] HTTP fetch 
https://feed.qgis.org/?after=1605081272&lang=en failed with error Operation 
canceled
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [0ms] 
[thread:0x560d9d00] 2020-11-11T08:58:15 Network[1] Network request 
https://feed.qgis.org/?after=1605081272&lang=en timed out

I am connected, and https://feed.qgis.org/?after=1605081272&lang=en is 
available from my browser.

Disabling: 'Show QGIS news feed on welcome page' and 'Check QGIS version at 
startup' fix this.

Others have this issue currently?

(I hit my head also with this sometimes when in mixed/http proxied environments
I still think we should use 'opt in' for these 'QGIS phoning home stuff' 
instead of 'opt out')

Regards,

Richard Duivenvoorde

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Browser: deleteLayer deprecated ?

2020-11-11 Thread Alessandro Pasotti
Glad to hear it!

@Julien Cabieces  the connections API is relatively young and it may
not fit well with ORACLE table models, let me know if you run into any
issues.

Kind regards.


On Wed, Nov 11, 2020 at 6:53 AM Richard Duivenvoorde
 wrote:
>
> On 11/10/20 9:31 AM, Alessandro Pasotti wrote:
>
> > one way to integrate a provider in the browser is to implement the
> > connections API:
> > https://qgis.org/api/classQgsAbstractDatabaseProviderConnection.html#details
> >
> > When it's done, all the generic methods implemented in the browser
> > will automatically work, see
> >
> > QgsDatabaseItemGuiProvider::populateContextMenu
> > QgsFieldsItemGuiProvider::populateContextMenu
> >
> > For a sample implementation you could have a look to the PG provider.
> >
> > You may need to subclass the GUI provider in case the base
> > functionality is not ok, the PG provider does that for some methods
> > too, so the answer is yes: you need to create a GUI provider for the
> > provider or you can choose to abstract out the PG provider and create
> > a base class if you see that there is a common ground for abstraction.
>
> Thanks Alessandro,
>
> I had a chat with Julien (Oslandia) and he told me they had some funding to 
> work on the Oracle provider, and that your proposal above was exactly what he 
> was going to do. So: fingers crossed :-)
>
> Regards,
>
> Richard
>
>
>
>


-- 
Alessandro Pasotti
QCooperative:  www.qcooperative.net
ItOpen:   www.itopen.it
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] mac os builds failing with some PDAL error

2020-11-11 Thread Denis Rouzaud
Hi list, hi Peter ;)

last builds are failing:

/Users/runner/work/QGIS/QGIS/src/core/processing/qgsprocessingfeedback.cpp:110:72:
error: no member named 'GetFullVersionString' in namespace 'pdal'; did you
mean 'pdal::Config::fullVersionString'?

https://github.com/qgis/QGIS/runs/1384622146#step:6:2588

Probably PDAL_VERSION_MAJOR_INT is not correctly set.
https://github.com/qgis/QGIS/blob/master/src/core/processing/qgsprocessingfeedback.cpp#L107

Is anyone looking into this?

Cheers,
Denis
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] mac os builds failing with some PDAL error

2020-11-11 Thread Jürgen E . Fischer
Hi,

On Wed, 11. Nov 2020 at 13:56:22 +0100, Denis Rouzaud wrote:
> /Users/runner/work/QGIS/QGIS/src/core/processing/qgsprocessingfeedback.cpp:110:72:
> error: no member named 'GetFullVersionString' in namespace 'pdal'; did you
> mean 'pdal::Config::fullVersionString'?
> 
> https://github.com/qgis/QGIS/runs/1384622146#step:6:2588
> 
> Probably PDAL_VERSION_MAJOR_INT is not correctly set.
> https://github.com/qgis/QGIS/blob/master/src/core/processing/qgsprocessingfeedback.cpp#L107
> 
> Is anyone looking into this?

hm, it's detecting PDAL version 0.6.0.  Which is older than what bionic has.
Is that correct?  It happens to be the same version as qgis-deps…


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Nordenhttps://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode


signature.asc
Description: PGP signature
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Juergen Fischer, Nils Kutscher HR: Amtsgericht Aurich HRB 100827
Datenschutzerklaerung: https://www.norbit.de/83/
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] "Refresh" is 'refresh data' for Postgis and only 'repaint' for OGR?

2020-11-11 Thread Richard Duivenvoorde
Hi Devs,

Anybody has knowledge about the difference between the menu item:
"Refresh (F5)"
And the 
"Refresh layer at interval (seconds)" in the Layer Properties dialog?

Because with me the F5 mostly works, 
while the autorefresh in the layer props works for postgres, but not for other 
(ogr?) layers.

I tried to find differences between those two providers, but I only seen links 
to rendering, not about reloading (provider) data.

Any hints appareciated.

Regards,

Richard Duivenvoorde
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] CMYK implementation in QGIS?

2020-11-11 Thread Stefano Campus
ciao,
do you know if there are any plans for Qt libraries to support the output
layout in CMYK?

thank you in advance

s.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] "Refresh" is 'refresh data' for Postgis and only 'repaint' for OGR?

2020-11-11 Thread nagyrob...@yahoo.com
Hei! 
I've mentioned this as well a few weeks ago, when attempting to refresh layers 
from json url, that it does not actually do anything. 

Sent from Yahoo Mail on Android 
 
  On Wed, Nov 11, 2020 at 4:49 PM, Richard Duivenvoorde 
wrote:   Hi Devs,

Anybody has knowledge about the difference between the menu item:
"Refresh (F5)"
And the 
"Refresh layer at interval (seconds)" in the Layer Properties dialog?

Because with me the F5 mostly works, 
while the autorefresh in the layer props works for postgres, but not for other 
(ogr?) layers.

I tried to find differences between those two providers, but I only seen links 
to rendering, not about reloading (provider) data.

Any hints appareciated.

Regards,

Richard Duivenvoorde
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer  
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] mac os builds failing with some PDAL error

2020-11-11 Thread Peter Petrik
Hi,

PDAL on MacOS is 2.2.0 (see
https://qgis.org/downloads/macos/nightly/qgis_nightly_master_20201110_122948.deps).
0.6.0 is version of the qgis-deps packages.

ok, found the problem will try to fix tomorrow:
https://github.com/qgis/QGIS-Mac-Packager/issues/97

Peter



On Wed, Nov 11, 2020 at 3:52 PM Jürgen E. Fischer  wrote:

> Hi,
>
> On Wed, 11. Nov 2020 at 13:56:22 +0100, Denis Rouzaud wrote:
> >
> /Users/runner/work/QGIS/QGIS/src/core/processing/qgsprocessingfeedback.cpp:110:72:
> > error: no member named 'GetFullVersionString' in namespace 'pdal'; did
> you
> > mean 'pdal::Config::fullVersionString'?
> >
> > https://github.com/qgis/QGIS/runs/1384622146#step:6:2588
> >
> > Probably PDAL_VERSION_MAJOR_INT is not correctly set.
> >
> https://github.com/qgis/QGIS/blob/master/src/core/processing/qgsprocessingfeedback.cpp#L107
> >
> > Is anyone looking into this?
>
> hm, it's detecting PDAL version 0.6.0.  Which is older than what bionic
> has.
> Is that correct?  It happens to be the same version as qgis-deps…
>
>
> Jürgen
>
> --
> Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
> Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
> Software Engineer   D-26506 Norden
> https://www.norbit.de
> QGIS release manager (PSC)  GermanyIRC: jef on FreeNode
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer