Yoann Quenach de Quivillic
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"] ```
- 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...
- Fixes #47512 (with Ctrl instead of Alt though) ## Description - Pressing Ctrl while draging one or several items copy them at the new location.  Note that before...
## Description - Display the Move cursor when hovering unselected items - Add a small search radius to the QgsLayoutViewToolSelect, which makes selecting polyline items easier
## 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...
## Description Fix Layout item group rect when child items have mixed rotation (see below)  Resizing a group or a multi selection with mixed rotation is still glitchy and...
## 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)
## 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...
- 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...
The docs explains why E203 and W503 are used, but then uses E203 and E704 in the config snippets