Yoann Quenach de Quivillic

Results 14 issues of Yoann Quenach de Quivillic

Having `Path` objects in the default_config_files make it impossible to display the help (-h) message ```python from pathlib import Path import configargparse p = configargparse.ArgumentParser(default_config_files=[Path("~/.my_settings.ini")]) p.add("geotiff") p.add("--flag", help="Flag that can...

- Fix #36338 ## Description Add a shortcut in python editors to open the API When pressing F1, open the API page matching - selected text if any OR -...

- Fix #58720 ## Description Fix the call tips in `QgsCodeEditor` to handle word wrap. When wrap mode is enabled (in the python console or expression editor for instance), and...

- Fix #22077 - Fix #58413 # Description Adapt QgsMapCanvas zoomToLastExtent / zoomToNextExtent to the QgsLayoutView. ![layout_zoom_history](https://github.com/user-attachments/assets/f6b3f9fe-62f1-488a-9be4-bd15c900ca2d)

Frozen