1. 09 Sep, 2017 - 1 commit
  2. 05 Sep, 2017 - 2 commits
  3. 02 Sep, 2017 - 1 commit
  4. 01 Sep, 2017 - 1 commit
  5. 31 Aug, 2017 - 1 commit
    • Alex Blasche's avatar
      Fix places_map example view on Android · 1903bfab
      Alex Blasche authored
      
      The previous setup enforced a small 360x640 view size on Android which
      makes no sense on the platform's full screen premise.
      
      This patch tells the QML rectangle to adjust to the parent's size and
      shifts the size limitation to the surrounding QuickView. At the same
      time the QuickView will automatically change to full screen as per
      platform requirement.
      
      Change-Id: I2dcd0fc345f6c1ef7520bb10116d9f2fe0722dff
      Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
      1903bfab
  6. 30 Aug, 2017 - 5 commits
  7. 29 Aug, 2017 - 1 commit
  8. 27 Aug, 2017 - 1 commit
  9. 23 Aug, 2017 - 3 commits
  10. 22 Aug, 2017 - 3 commits
  11. 21 Aug, 2017 - 1 commit
  12. 15 Aug, 2017 - 1 commit
    • Sami Nurmenniemi's avatar
      Enable tests for boot2qt · 765fdaaa
      Sami Nurmenniemi authored
      The tests for boot2qt were disabled with commit
      cc7fb64d
      
      . The tests can
      be enabled since qtdeclarative now fallbacks to software
      renderer if OpenGL is not supported.
      
      Also some timings needed to be relaxed for the tests to
      pass when running on Qemu.
      
      Task-number: QTBUG-60268
      Change-Id: I8f933511c956b728a76870231a58ed89398a75ba
      Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
      765fdaaa
  13. 11 Aug, 2017 - 2 commits
  14. 10 Aug, 2017 - 1 commit
  15. 09 Aug, 2017 - 4 commits
    • Thiago Marcos P. Santos's avatar
      Bump Mapbox GL to v1.1.0 · 677f7f76
      Thiago Marcos P. Santos authored
      
      mapbox-gl-native @ edd7948893fcd40a24d96b790e21d3dd028cecbe
      
      New features include:
      
      - 3D extrusions
      - Data driven styles
      - Style transitions
      - Bug fixes
      
      [ChangeLog][QtLocation][MapboxGL] Updated Mapbox GL Native to v1.1.0
      
      Change-Id: Ib4f88f382dc726e4b229dfe41530034009d7c12b
      Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
      677f7f76
    • BogDan Vatra's avatar
      Fix routes comparison · c832af78
      BogDan Vatra authored
      
      Change-Id: Ie02061804efdb79911a997bd017d13ed0d65d262
      Reviewed-by: default avatarPaolo Angelelli <paolo.angelelli@qt.io>
      c832af78
    • Paolo Angelelli's avatar
      Fix visible region computation in QGeoProjectionWebMercator · 602cd484
      Paolo Angelelli authored
      
      Currently the visible region is calculated as the intersection between
      the viewing frustum and the map plane clipped against the map extended
      rectangle in mercator space (from -1 to 2 in x coords, 0 to 1 in y
      coords).
      
      The result is correct in the extended mercator space. However, this may
      lead to overlapping coordinates when converted back to latitude and
      longitude.
      
      For this reason, this patch changes the clipping geometry to be the
      map un-extended rectangle centered around the current map center.
      The result is a geometry that never wraps around or overlaps, thus
      removing the need for handling separately the case when the map
      is fully visible when returning the visible region.
      
      Task-number: QTBUG-57690
      Change-Id: I8396c40a123ce94bff4388dfefbd8a694657b8bd
      Reviewed-by: default avatarBogDan Vatra <bogdan@kdab.com>
      602cd484
    • Paolo Angelelli's avatar
      Restore usage of setProperty on Map.fitViewportToGeoShape · b6294cfc
      Paolo Angelelli authored
      setProperty was initially introduced with
      2867f1ef
      
       to animate center and zoom
      level, if an animation was present, but then removed.
      This change restores it.
      
      Change-Id: Id1f6da820b6cccb62b18eeb78d7dba21ebc073bc
      Reviewed-by: default avatarAlex Blasche <alexander.blasche@qt.io>
      b6294cfc
  16. 08 Aug, 2017 - 1 commit
  17. 07 Aug, 2017 - 1 commit
  18. 04 Aug, 2017 - 1 commit
  19. 03 Aug, 2017 - 4 commits
  20. 31 Jul, 2017 - 1 commit
  21. 30 Jul, 2017 - 1 commit
  22. 28 Jul, 2017 - 2 commits
  23. 24 Jul, 2017 - 1 commit