1. 02 Apr, 2019 - 1 commit
    • Alex Blasche's avatar
      Reduce QtXmlPattern dependency · 01dca9ef
      Alex Blasche authored
      
      QtLocation and QtPositioning don't depend on it and QtXmlPatterns
      is about to be deprecated in Qt 5.13. The only existing dependency
      is the geoflickr example. The most likely resolution is to remove
      the example once QtXmlPatterns is removed for good.
      
      This change makes QtXmlPatterns an optional build dependency.
      
      Change-Id: Ibcd9e48604cff4d5e52a63164b30616b0eb100f2
      Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
      v5.13.0-beta2
      01dca9ef
  2. 01 Apr, 2019 - 1 commit
  3. 25 Mar, 2019 - 3 commits
  4. 22 Mar, 2019 - 1 commit
  5. 21 Mar, 2019 - 1 commit
  6. 19 Mar, 2019 - 2 commits
  7. 18 Mar, 2019 - 2 commits
  8. 15 Mar, 2019 - 1 commit
  9. 12 Mar, 2019 - 1 commit
  10. 11 Mar, 2019 - 1 commit
  11. 10 Mar, 2019 - 1 commit
  12. 07 Mar, 2019 - 1 commit
    • Paolo Angelelli's avatar
      Fix 5.13 API Review Issues for Location · b1f6028c
      Paolo Angelelli authored
      
      Revision invokable fitViewportToGeoShape method.
      Q_REVISION was missing in the change that introduced this invokable
      method.
      
      Fix revision of Route.extendedAttribute.
      The revision for this property must be 13 as it has been introduced
      in 5.13.
      
      Register QDeclarativeGeoLocation with revision 13.
      So that the newly added extendedAttributes property, in 5.13, works.
      
      Fixes: QTBUG-74247
      Change-Id: Idcddef92966308af118e96a3549ce9e2cf972d72
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      b1f6028c
  13. 27 Feb, 2019 - 2 commits
  14. 21 Feb, 2019 - 3 commits
  15. 16 Feb, 2019 - 1 commit
  16. 12 Feb, 2019 - 1 commit
  17. 06 Feb, 2019 - 2 commits
  18. 04 Feb, 2019 - 1 commit
  19. 02 Feb, 2019 - 1 commit
  20. 01 Feb, 2019 - 4 commits
  21. 31 Jan, 2019 - 1 commit
    • Oliver Wolff's avatar
      winrt: Remove incorrect asserts and fix incorrect condition · dc384a23
      Oliver Wolff authored
      
      setPreferredPositioningMethods and setUpdateInterval are called by init so
      these functions should not assert in initializing state.
      
      Additionally the early exit condition in setPreferredPositioningMethods
      has to be the same as in setUpdateInterval. Both cases have to return
      early if the locator has not been initialized. This initialization
      happens in init, so both states, Initializing and Initialized, are fine
      for further handling.
      
      Change-Id: I4ef8db7178c38299328041a8d163a1b9bbecc5b1
      Reviewed-by: default avatarAndre de la Rocha <andre.rocha@qt.io>
      Reviewed-by: default avatarMiguel Costa <miguel.costa@qt.io>
      dc384a23
  22. 30 Jan, 2019 - 1 commit
  23. 29 Jan, 2019 - 1 commit
  24. 25 Jan, 2019 - 1 commit
  25. 24 Jan, 2019 - 1 commit
  26. 23 Jan, 2019 - 1 commit
  27. 22 Jan, 2019 - 2 commits
  28. 18 Jan, 2019 - 1 commit
    • Julian Sherollari's avatar
      Add QGeoJson: a GeoJSON parser · 94858712
      Julian Sherollari authored
      
      Add a Class to convert a GeoJSON document to a QVariantList ready to be
      used as Model in a MapItemView. It comes with autotests, example and
      detailed documentation.
      
      [ChangeLog][QtLocation] Added a GeoJSON parser which can be used to
      annotate maps with tracks, polygonal boundaries, etc.
      
      Fixes: QTBUG-64111
      Change-Id: Ib06d3902a052f69f75ae40be5c9ab56023cad916
      Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
      94858712