[QGIS-Developer] Why is "Execute SQL" limited to only one query at a time?

2023-02-08 Thread Vedran Stojnović via QGIS-Developer
Hi everyone, I would like to write a feature request for executing more than one SQL query at a time, but before I do, I would like to check why is it limited in the first place, maybe there's a good reason why it doesn't work by default? So I was trying to execute few UPDATE statements through

[QGIS-Developer] Load a QgsMeshLayer within a QgsTask... different Threads?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
Hi, Having to juggle with rather large/long loading netcdf files, I thought to off load the loading to a QgsTask, so while the netcdf was loaded user could do other things... But I get "...is run from a different thread than the object lives in ..." warnings. In short: def run(self)

[QGIS-Developer] 3.28 speedup

2023-02-08 Thread Jésahel Benoist via QGIS-Developer
Hi, Just a quick message to say thank you to all developpers as I have noticed a good speedup with the latest 3.28 update. I retreive the QGIS like it was with 3.16 and it's great  Good job  Jésahel ___ QGIS-Developer mailing list

Re: [QGIS-Developer] QGIS Plugin crash

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
If you search for "SIGPAC downloader" in the Plugin manager, You see in the right panel: 'More info" with (if all is ok) links to the - Plugin Homepage - bug tracker of the plugin - public code repository If I do that, I see that https://github.com/geomatico/qgis-sigpac/ is the code repo AND

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Delaz J via QGIS-Developer
Hi, Probably related to https://github.com/readthedocs/sphinx_rtd_theme/issues/1420 Need to check what version we are running... Harrissou Le 08/02/2023 à 10:12, Johannes Kröger (WhereGroup) via QGIS-Developer a écrit : Broken for me as well, I tested 3.28 and master in different browsers.

[QGIS-Developer] ImportError: QgsCodeEditorPython

2023-02-08 Thread Paul Gathogo via QGIS-Developer
Hello Devs, I've built and packaged QGIS ltr-3.22 in windows, however, when I run it after installation, I get the following error message on start-up. This error also appears when you try to import the QgsCodeEditorPython class straight from the command line python console (from *qgis.gui import

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread WhereGroup
Broken for me as well, I tested 3.28 and master in different browsers. They show Uncaught ReferenceError: jQuery is not defined     at search.html?q=qgisinterface_keywords=yes=default:2239:7 Uncaught ReferenceError: jQuery is not defined     at

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread matteo via QGIS-Developer
Hi Richard, 3.28 is working fine for me here. I don't see any JQuery related error in the debugging console. Where are you seeing this error? Cheers Matteo On 2/8/23 09:46, Richard Duivenvoorde wrote: Now 3.28 is also 'affected' ? In dev console I see: Uncaught ReferenceError: jQuery

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
3.18 still working, having jquery,js in it's _static dir (well, at THIS moment...): https://qgis.org/pyqgis/3.18/_static/jquery.js Failing ones miss it https://qgis.org/pyqgis/3.22/_static/jquery.js Is there some security issue with a certain version which isn't available anymore (all just

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Richard Duivenvoorde via QGIS-Developer
Now 3.28 is also 'affected' ? In dev console I see: Uncaught ReferenceError: jQuery is not defined is some jquery cdn failing? Regards, Richard Duivenvoorde On 2023-02-08 09:12, matteo via QGIS-Developer wrote: Hi Denis, Is this related to this?

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread matteo via QGIS-Developer
Hi Denis, Is this related to this? https://github.com/qgis/pyqgis/commit/465d91a265e4f1828f0da623d32f8ac7a1de Matteo, shall we try to revert? not sure about that. I was searching in the docs till yesterday

Re: [QGIS-Developer] Pyqgis master api search broken?

2023-02-08 Thread Denis Rouzaud via QGIS-Developer
Hi, Is this related to this? https://github.com/qgis/pyqgis/commit/465d91a265e4f1828f0da623d32f8ac7a1de Matteo, shall we try to revert? Cheers, Denis Le mer. 8 févr. 2023 à 08:58, matteo via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > Hi Richard, > > I can confirm: