[QGIS-Developer] Changes to CI test setup

2022-08-08 Thread Nyall Dawson via QGIS-Developer
Hi all! Quick heads-up about some changes to our CI setup. Previously we relied heavily on the cdash server run at https://cdash.orfeo-toolbox.org/ to make images rendered during tests available and visible for comparison purposes. This hasn't been working well (well, at all) lately. So I've

Re: [QGIS-Developer] Building from source using Qt6

2022-08-08 Thread Nyall Dawson via QGIS-Developer
On Tue, 9 Aug 2022 at 14:15, Paul Burns via QGIS-Developer wrote: > > I am attempting to build qgis from https://github.com.qgis/QGIS. I have been > working my way through the dependencies in CMakeLists.txt. I am using > QtCreator 7.0.2 based on Qt 6.2.3. > > > > In the CMakeLists.txt section

[QGIS-Developer] Building from source using Qt6

2022-08-08 Thread Paul Burns via QGIS-Developer
I am attempting to build qgis from https://github.com.qgis/QGIS. I have been working my way through the dependencies in CMakeLists.txt. I am using QtCreator 7.0.2 based on Qt 6.2.3. In the CMakeLists.txt section "# search for Qt", around line 450, I see that the variable BUILD_WITH_QT6 is set

Re: [QGIS-Developer] Signing key missing on keyserver(s)

2022-08-08 Thread Andrea Giudiceandrea via QGIS-Developer
Il 08/08/2022 20:12, Martin Weis via QGIS-Developer ha scritto: Documentation update would be wonderful (change the year) on https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu Yay, this key is valid until 2027 [expires: 2027-08-08]. Hi Martin, the new signing key was added just

[QGIS-Developer] Signing key missing on keyserver(s)

2022-08-08 Thread Martin Weis via QGIS-Developer
Hello, I could not find the current signing key for QGIS repos on any keyserver, could someone upload it or name a server having it already? Or are keyservers not the way to distribute it? OK, found it on the server, this worked fine: wget -qO - https://qgis.org/downloads/qgis-2022.gpg.key |

Re: [QGIS-Developer] passing parameters to QGIS Python-Script started via Command Line

2022-08-08 Thread Ujaval Gandhi via QGIS-Developer
One option is to set env variables before launching the qgis command. The env variables can be read from python. set QGIS_MESSAGE=Helllo World Then your myscript.py can be something like from qgis.utils import iface import os message = os.environ['QGIS_MESSAGE']

Re: [QGIS-Developer] passing parameters to QGIS Python-Script started via Command Line

2022-08-08 Thread Matthias Kuhn via QGIS-Developer
Hi Peter, You are correct with the analysis of the situation. Even if `qgis --help` states the following: [--] treat all following arguments as FILEs it does in fact already interpret parameters as files before the `--` parameter. Changing this behavior is risky (it will break many startup

[QGIS-Developer] passing parameters to QGIS Python-Script started via Command Line

2022-08-08 Thread Drexel Peter via QGIS-Developer
Hi everyone, My goal: I want to open QGIS using the Command-Line, load a specific project, select specific features and zoom to the selected features. What sounds rather difficult is actually mostly solvable using the following: "C:\Program Files\QGIS 3.16\bin\qgis-ltr-bin.exe" -p

Re: [QGIS-Developer] No API documentation for QGIS 3.26

2022-08-08 Thread Delaz J via QGIS-Developer
Thanks, Denis. H. Le 08/08/2022 à 15:11, Denis Rouzaud a écrit : Hi, For PyQGIS, I just updated the Docker image creation [0] which will trigger PyQGIS doc afterwards. I cannot speak for API docs. Sorry for the delay. Denis [0]

Re: [QGIS-Developer] No API documentation for QGIS 3.26

2022-08-08 Thread Denis Rouzaud via QGIS-Developer
Hi, For PyQGIS, I just updated the Docker image creation [0] which will trigger PyQGIS doc afterwards. I cannot speak for API docs. Sorry for the delay. Denis [0] https://github.com/qgis/QGIS/commit/d3cda6973e4eae98eaf8018e2da7088c86fd31f8 Le lun. 8 août 2022 à 14:33, Delaz J via

[QGIS-Developer] No API documentation for QGIS 3.26

2022-08-08 Thread Delaz J via QGIS-Developer
Hi, Just to mention that there is no API documentation for QGIS 3.26, no c++ [0] , no pyqgis [1]. It is a bit unfortunate. Any chance these are updated, please? Thanks. Regards, Harrissou [0] https://api.qgis.org/api/3.26 [1] https://qgis.org/pyqgis/3.26

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-08-08 Thread Alexandre Neto via QGIS-Developer
The link... https://docs.google.com/spreadsheets/d/1VyC_kYJU3qmWrzXzjeZuHGBjwE6O2lPov_c0LnO-AUA/edit?usp=sharing Alexandre Neto A sábado, 6/08/2022, 21:08, Alexandre Neto escreveu: > Hi, > > Sorry for the long waiting. I have made a functionality matrix for db > manager and possible