[QGIS-Developer] QGIS Full Stack Web Developer Report

2024-03-15 Thread Lova Andriarimalala via QGIS-Developer
Hello everyone, Please see the report below for updates on the maintenance and development of QGIS-Django and QGIS-Feed, for this week. * Deploy merged changes: QGIS-Django #356 and QGIS-Feed #70 *

Re: [QGIS-Developer] Call for Grant Proposals 2024

2024-03-15 Thread Anita Graser via QGIS-Developer
Dear devs, Due to popular request, we are extending the deadline for proposals by one week until 21 March. Please get your proposals in to make QGIS even better. Regards, Anita Feb 15, 2024 20:11:31 Anita Graser : > Dear QGIS Community, > > Our previous rounds of grant proposals have been a

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

2024-03-15 Thread Catania, Luke A ERDC-RDE-GRL-VA CIV via QGIS-Developer
So this works but if the action I want to disable happens to be the default action of the button it disables the entire button. Also trying to capture what action the user selects and I tried shape_digitize_tool_bar = iface.shapeDigitizeToolBar() shape_digitize_tool_bar.actionTriggered[QAction]