mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
* add function delaunayConditionForEdge() * undo command with delaunay refinement * add delaunay refinement action * add menu to button * sipify * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix merge issues * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * access widget in test to directly change selected value * add tests * fix docstring Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * remove pass by reference Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * pass by reference Co-authored-by: Stefanos Natsis <uclaros@gmail.com> * fix label, add tooltip * avoid brute forcing through faces, use review suggestion instead * add pass by reference * sipify * remove leftover --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Stefanos Natsis <uclaros@gmail.com>