Re: [QGIS-Developer] Access to shapeDigitizeToolBar menu's text

2024-03-05 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
When I use setDisabled on either action_widget_item.defaultWidget or action_item it sets the disables the entire icon as opposed to the specific action item found. Maybe I am missing something. Like I don’t want the user to be able to draw an Ellipse from Foci so I disable that, but it

[QGIS-Developer] QGIS Server Caching Problem

2024-03-05 Thread Jakob Miksch via QGIS-Developer
Hello everyone, I observed a situation where QGIS Server caches WMS responses where it should not. The env-var "QGIS_SERVER_PROJECT_CACHE_STRATEGY=periodic" should ensure (to my understanding) that QGIS Server periodically checks for updates in the QGIS project when it is stored in PostGIS.

Re: [QGIS-Developer] Official PSC call on pull request policies

2024-03-05 Thread Etienne Trimaille via QGIS-Developer
Hi, Le mer. 28 févr. 2024 à 08:32, Julien Cabieces via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > - create a branch > - add your branch name here [0] in a special commit that you will remove > once your work is ready to create a PR > - Push, the CI result appear in

Re: [QGIS-Developer] Ubuntu GIS repo with new gdal, LERC and ZSTD support?

2024-03-05 Thread Andreas Neumann via QGIS-Developer
Hi Brian, Thank you for the info about OSGeo Live. We added both the ubuntu-unstable and the osgeolive ppa and installed the newest version of gdal from osgeolive (3.8.4). However, these gdal binaries don't link against libLerc.so.3 I think I will have to compile gdal myself ... as Jürgen

Re: [QGIS-Developer] Catch PostgreSQL logs in pyqgis

2024-03-05 Thread Matteo Ghetta via QGIS-Developer
Hi Hannes, so the only way to get the queries is to read what development panel is listing when enabled? I also found GDALDatasetSetQueryLoggerFunc: https://github.com/qgis/QGIS/blob/master/src/core/providers/ogr/qgsogrfeatureiterator.cpp#L417 but seems not directly accessible with python