1. 17 Apr, 2018 - 9 commits
  2. 16 Apr, 2018 - 2 commits
  3. 23 Mar, 2018 - 1 commit
  4. 21 Mar, 2018 - 2 commits
  5. 20 Mar, 2018 - 2 commits
  6. 19 Mar, 2018 - 4 commits
  7. 16 Mar, 2018 - 2 commits
  8. 14 Mar, 2018 - 1 commit
    • Paolo Angelelli's avatar
      API Fix: Expose Waypoint metadata and RouteQuery extraParameters · f93c464f
      Paolo Angelelli authored
      
      Both RouteQuery and Waypoint are currently intended to be a one-way
      interface to push data into a route request.
      With the upcoming navigation support, there is need for these to become
      also a way to report to the user updated request info.
      This patch fixes the problem by adding two read only qml properties,
      a Waypoint.metadata, that can also be used to read all of what is
      being set via Map Parameters, and a RouteQuery.extraParameters,
      intended to be used in the same way.
      
      Change-Id: I65e484d96d50e89f44271781cb21e58dfe7badf8
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      f93c464f
  9. 08 Mar, 2018 - 1 commit
    • Paolo Angelelli's avatar
      API Fix: change QGeoRouteRequest::extraParameters into QVariantMap · d7df0fa2
      Paolo Angelelli authored
      
      Needed as it turns out the QGeoRouteRequest associated with a QGeoRoute
      has to be exposed also through the declarative API (so
      QDeclarativeGeoRoute must expose an associated
      QDeclarativeGeoRouteRequest).
      QDeclarativeGeoRouteRequest was, until now, intended to be only a
      one-way API (to feed data into the plugin).
      Now that it has also to expose data coming from the plugin, including
      the associated extraParameters that do would come anymore from
      nested MapParameters but from the QGeoRouteRequest itself.
      For this reason the type has to be a QML-friently type.
      
      Change-Id: I083e0fe97ad1088f6084665037003e24edb54371
      Reviewed-by: default avatarLars Knoll <lars.knoll@qt.io>
      v5.11.0-beta2
      d7df0fa2
  10. 07 Mar, 2018 - 1 commit
  11. 05 Mar, 2018 - 1 commit
  12. 01 Mar, 2018 - 4 commits
  13. 23 Feb, 2018 - 1 commit
  14. 21 Feb, 2018 - 5 commits
  15. 20 Feb, 2018 - 4 commits