Yoann Quenach de Quivillic

Results 14 issues of Yoann Quenach de Quivillic

Example (Postgresql) : https://www.postgresql.org/docs/9.4/queries-values.html ```python >>> from sql_metadata import Parser >>> SQL = "SELECT * FROM (VALUES (1), (2), (3)) AS X(a);" >>> Parser(SQL).tables ["VALUES"] ```

enhancement

- Fixes #52461 ## Description This PR aims to make the zoom and pan tools more intuitive. ### ZoomIn/Out tools improvements - Zoom In/Out keep the clicked point under mouse...

Feature
Map Tools
Bug

- Fixes #47512 (with Ctrl instead of Alt though) ## Description - Pressing Ctrl while draging one or several items copy them at the new location. ![drag_copy](https://github.com/qgis/QGIS/assets/9693475/1025bbf4-1e37-4bdc-b472-b771c8d72dec) Note that before...

Feature
Print Layouts
Needs Documentation

## Description - Display the Move cursor when hovering unselected items - Add a small search radius to the QgsLayoutViewToolSelect, which makes selecting polyline items easier

Print Layouts

## Description LayoutItems have a `rectWithFrame` method that returns a rect adjusted to contain the item frame. This rect is used to display the MouseHandles (resize rect), and to align...

Bug
Print Layouts

## Description Fix Layout item group rect when child items have mixed rotation (see below) ![qgis-dev-bin_3vqnbKymOZ](https://github.com/qgis/QGIS/assets/9693475/014badfc-129b-4847-931b-5459e2c19cc7) Resizing a group or a multi selection with mixed rotation is still glitchy and...

Bug
Print Layouts

## Description Draw a preview when dragging items instead of only the bounding boxes (works for groups (even nested ones) and multi selection, with or without mixed rotations)

Feature
Print Layouts

## Description - Fixes #46462 **Note**: Other layout items might benefit from a custom action on double click. Polyline and polygon items could switch to the node tool when double...

Feature
Print Layouts

- Fixes #47513 - Fixes #49309 ## Description This PR brings better synchronization between the Layout graphics view and the item list. It allows to select multiple items from the...

Feature
Print Layouts

The docs explains why E203 and W503 are used, but then uses E203 and E704 in the config snippets