Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop V2 suffix on all geometry classes #5491

Merged
merged 17 commits into from Oct 30, 2017
Merged

Drop V2 suffix on all geometry classes #5491

merged 17 commits into from Oct 30, 2017

Commits on Oct 30, 2017

  1. Copy the full SHA
    becf86c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    29e65ed View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b790874 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a57bae View commit details
    Browse the repository at this point in the history
  5. Optimize loop

    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    81586d2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    b6f46ea View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    3fcdcd8 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7f3ad76 View commit details
    Browse the repository at this point in the history
  9. Document API breaks

    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    b4e0ebe View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    e19f648 View commit details
    Browse the repository at this point in the history
  11. More V2 drop fixes

    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    271ef7c View commit details
    Browse the repository at this point in the history
  12. More drop V2 suffix fixes

    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    750a54f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ca74e39 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    bde014e View commit details
    Browse the repository at this point in the history
  15. Rename from[GeometryType] to from[GeometryType]XY

    - QgsGeometry::fromPoint() was renamed to fromPointXY()
    - QgsGeometry::fromMultiPoint() was renamed to fromMultiPointXY()
    - QgsGeometry::fromMultiPolyline() was renamed to fromMultiPolylineXY()
    - QgsGeometry::fromPolygon() was renamed to fromPolygonXY()
    - QgsGeometry::fromMultiPolygon() was renamed to fromMultiPolygonXY()
    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    82e6d12 View commit details
    Browse the repository at this point in the history
  16. Rename QgsGeometry::fromPoint to QgsGeometry::fromPointXY

    Also introduces the from[Geometry]XY for QgsGeometryFactory
    m-kuhn committed Oct 30, 2017
    Copy the full SHA
    e0025b6 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    d2c1011 View commit details
    Browse the repository at this point in the history