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

2024-03-06 Thread Andreas Neumann via QGIS-Developer
Hi Angelos, Thank you for the information. Will the new GDAL 3.8.4 also support LERC? If not, then I'll wait until Ubuntu 24.04 which should already ship with LERC, according to Jürgen. Thanks, Andreas On 2024-03-06 15:25, Angelos Tzotsos via QGIS-Developer wrote: GDAL 3.8.4 is now in

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

2024-03-06 Thread Angelos Tzotsos via QGIS-Developer
GDAL 3.8.4 is now in experimental ppa for UbuntuGIS (Jammy). You need to have both the experimental and unstable ppa in your system to try this out. https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-experimental https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable Best,

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

2024-03-06 Thread Jacky Volpes via QGIS-Developer
Hi Luke, It works with setDisabled on action_item. Be careful not to call setDisabled on every action of a category, then yes, it disables the entire icon. Updated snippet for example: actions_list = [] sdtb = iface.shapeDigitizeToolBar() for i, action_widget_item in enumerate(sdtb.actions())