Re: [QGIS-Developer] QGIS Full Stack Web Developer Report

2023-12-15 Thread Lova Andriarimalala via QGIS-Developer
Hello everyone, I've included below a report detailing this week's progress on developing the plugin and the feed website. PRs open: * Add maintainer field to plugin update * Fix different displayed date

Re: [QGIS-Developer] QGIS Documentation Writer

2023-12-15 Thread Selma Vidimlic via QGIS-Developer
Hello all, Here is the report for this week: Merged pull requests: - https://github.com/qgis/QGIS-Documentation/pull/8701 - https://github.com/qgis/QGIS-Documentation/pull/8702 - https://github.com/qgis/QGIS-Documentation/pull/8708 Open pull requests: - https://github.com/qgis/QGIS

[QGIS-Developer] Fwd: PyQGIS QgsLayoutExporter gives error "QPen::setWidthF: Setting a pen width that is out of range"

2023-12-15 Thread roberto benet via QGIS-Developer
Hello, I have a PyQGIS app, that generates a PDFs from an Atlas. If I generate the PDF directly from QGIS Desktop all PDF generate correctly. But If I generate the PDF with my PyQGIS app, some PDF don't generate properly (some elements do not appear) and give error "QPen::setWidthF: Setting a pe

[QGIS-Developer] Expose QgsDockableWidgetHelper to Python

2023-12-15 Thread Alexander Bruy via QGIS-Developer
Hi devs, Since QGIS 3.24 we have the QgsDockableWidgetHelper class [0] which is used to switch from dock widget and top-level window representation. However this class is not available in Python. Are there any reasons not to expose it to Python bindings? [0] https://github.com/qgis/QGIS/blob/ma