Re: [QGIS-Developer] duplicate oracle views displayed in the layer list

2021-10-04 Thread Julien Cabieces
Hi, I take a quick look and there is something to be improved in data source manager [1]. Could you open an issue? I'll fix it when I get a bit of time. Though, if you select your layer from browser and add it directly (not going through data source manager), the primary keys will be

Re: [QGIS-Developer] Algorithms in python

2021-10-04 Thread Nyall Dawson
On Mon, 4 Oct 2021 at 22:34, Alessandro Pasotti wrote: > > > On Mon, Oct 4, 2021 at 2:26 PM matteo wrote: >> >> Hi devs, >> >> recently I've made a PR to add an algorithm to the core, written in python: >> >> https://github.com/qgis/QGIS/pull/44680 >> >> from the comments I get that from now on

Re: [QGIS-Developer] [Qgis-psc] Developer support channels

2021-10-04 Thread Tim Sutton
Hi On Mon, Oct 4, 2021 at 9:43 PM Sandro Santilli wrote: > > > > > I did not set up those (I think, at least I'm not an Admin there)... I > think strk or Tim did? > > Maybe I did, with help of Tim, as it takes an admin on both sides. > Anyway, before I try to set it back up... if NOBODY is in

Re: [QGIS-Developer] [Qgis-psc] Developer support channels

2021-10-04 Thread Sandro Santilli
On Sat, Oct 02, 2021 at 03:34:42PM +0200, Richard Duivenvoorde wrote: > On 10/2/21 1:02 PM, Anita Graser wrote: > > > Do you have an overview of matrix activities? > > > > https://qgis.org/en/site/forusers/support.html says "point your browser to > > (https://matrix.to/#qgis:osgeo.org

Re: [QGIS-Developer] [Qgis-psc] Developer support channels

2021-10-04 Thread Sandro Santilli
On Sat, Oct 02, 2021 at 01:02:22PM +0200, Anita Graser wrote: > Hi Richard, > > On 21.09.2021 07:55, Richard Duivenvoorde wrote: > > I would be ok with both IRC, but I think a #qgis-dev channel on either > > matrix.org or matrix.osgeo.org would do. > > There are proper matrix clients for web and

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-10-04 Thread Alexandre Neto
Hi, Yes, I have tested also and the plugins on that folder be one magically installed on all profiles. Didn't test on a network folder, but should work. A segunda, 4/10/2021, 18:19, Bourdon, Jean-François (DIF) < jean-francois.bour...@mffp.gouv.qc.ca> escreveu: > > It seems that if there is any

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-10-04 Thread DIF
[Intranet logo] It works like a charm! It also works when calling qgis_process so it means there is a way to use plugins outside the default profile (see https://github.com/qgis/QGIS/issues/44783). You made my day! It seems that if there is any duplicated plugin (same name) in the default

Re: [QGIS-Developer] Changelog Time for 3.22

2021-10-04 Thread Charles Dixon-Paver
Hi, and thanks for raising this Frank. I've noticed a bunch of the entries have just been tagged with a category rather than undergoing a full edit from the PR text, which we need to try to make more "user friendly" and less "developer-centric". The technical details of each PR are still

Re: [QGIS-Developer] duplicate oracle views displayed in the layer list

2021-10-04 Thread jonathan.pir...@sibelga.be
Hello, Thanks for your feedback. Is this PR integrated in qgis 3.16.9? I guess it is but I am not 100% sure. I took your unit test in order to test if the PR was working. But the result is still the same. My QGIS can't figure out what is the primary key of the view whereas Qgis can manage to

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-10-04 Thread Alexandre Neto
Regarding this subject, I have found this on PyQGIS Cookbook: Note By setting QGIS_PLUGINPATH to an existing directory path, you can add this path to the list of paths that are searched for plugins. So, I am guessing that one could set a folder with plugins in a network location and then

[QGIS-Developer] Building Error with Windows10 and VS2019

2021-10-04 Thread 杨刚
I have tried to build qgis from source code, and generated qgis.sln file successfully. But errors came as follow: 从 Windows 版邮件发送 ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Alexandre Neto
It worked! Thanks Denis On Mon, Oct 4, 2021 at 1:09 PM Denis Rouzaud wrote: > I believe you have to set this on 20.04 > > -DQT5_3DEXTRA_LIBRARY=/usr/lib/x86_64-linux-gnu/libQt53DExtras.so > -DQT5_3DEXTRA_INCLUDE_DIR=/root/QGIS/external/qt3dextra-headers >

Re: [QGIS-Developer] Algorithms in python

2021-10-04 Thread Alessandro Pasotti
On Mon, Oct 4, 2021 at 2:26 PM matteo wrote: > Hi devs, > > recently I've made a PR to add an algorithm to the core, written in python: > > https://github.com/qgis/QGIS/pull/44680 > > from the comments I get that from now on additional algorithms are > accepted only in C++ and not in python

[QGIS-Developer] Algorithms in python

2021-10-04 Thread matteo
Hi devs, recently I've made a PR to add an algorithm to the core, written in python: https://github.com/qgis/QGIS/pull/44680 from the comments I get that from now on additional algorithms are accepted only in C++ and not in python anymore. Is this an official statement? My super personal

Re: [QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Denis Rouzaud
I believe you have to set this on 20.04 -DQT5_3DEXTRA_LIBRARY=/usr/lib/x86_64-linux-gnu/libQt53DExtras.so -DQT5_3DEXTRA_INCLUDE_DIR=/root/QGIS/external/qt3dextra-headers -DCMAKE_PREFIX_PATH=/root/QGIS/external/qt3dextra-headers/cmake

[QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Alexandre Neto
Hi, I have been having problems compiling QGIS with 3D support on Kubuntu 20.04. This is the CCMAKE configuration error: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5/Qt5Config.cmake:28 (find_package): Could not find a package configuration file provided by "Qt53DExtras" with any of the

Re: [QGIS-Developer] Changelog Time for 3.22

2021-10-04 Thread Frank Sokolic
Hi changelog contributors, I've been reading through the changelog entries, checking grammar and readability, and noticed that many entries refer to PR. Given that the target audience of the changelog is more than just developers / contributors, would anybody be unhappy if I changed PR to

Re: [QGIS-Developer] Fwd: Future of PDAL in Debian

2021-10-04 Thread Jürgen E . Fischer
Hi, On Mon, 04. Oct 2021 at 08:06:56 +0200, Richard Duivenvoorde wrote: > FYI, see below: anybody using PDAL and able to help packaging PDAL in Debian? I think frankie just voluntered: On Mon, 4 Oct 2021 09:34:21 +0200, Francesco P. Lovergine" wrote: > On Mon, Oct 04, 2021 at 05:37:18AM

Re: [QGIS-Developer] duplicate oracle views displayed in the layer list

2021-10-04 Thread Julien Cabieces
Hi, Regarding the primary key in disabled mode, it should work since this PR: https://github.com/qgis/QGIS/pull/35112 Take a look about the test requests in the PR, maybe it'll give you an hint about why it doesn't work on your side. If not, could you please open an issue here:

[QGIS-Developer] Fwd: Future of PDAL in Debian

2021-10-04 Thread Richard Duivenvoorde
FYI, see below: anybody using PDAL and able to help packaging PDAL in Debian? Regards, Richard Duivenvoorde Forwarded Message Subject: Future of PDAL in Debian Resent-Date: Mon, 4 Oct 2021 03:37:35 + (UTC) Resent-From: debian-...@lists.debian.org Date: Mon, 4 Oct 2021