1. 08 Mar, 2017 1 commit
  2. 27 Feb, 2017 2 commits
  3. 20 Feb, 2017 1 commit
  4. 19 Feb, 2017 1 commit
  5. 18 Feb, 2017 1 commit
  6. 16 Feb, 2017 1 commit
  7. 30 Jan, 2017 1 commit
  8. 20 Jan, 2017 1 commit
  9. 07 Jan, 2017 1 commit
  10. 28 Nov, 2016 1 commit
  11. 27 Nov, 2016 1 commit
  12. 27 Oct, 2016 1 commit
  13. 21 Oct, 2016 1 commit
  14. 20 Oct, 2016 1 commit
  15. 03 Oct, 2016 1 commit
  16. 19 Sep, 2016 1 commit
  17. 01 Sep, 2016 1 commit
  18. 30 Aug, 2016 1 commit
  19. 28 Aug, 2016 1 commit
  20. 22 Aug, 2016 1 commit
  21. 19 Aug, 2016 1 commit
  22. 18 Aug, 2016 1 commit
  23. 01 Aug, 2016 1 commit
  24. 25 Jul, 2016 2 commits
  25. 12 Jul, 2016 2 commits
  26. 31 May, 2016 1 commit
  27. 25 May, 2016 1 commit
  28. 06 May, 2016 1 commit
  29. 24 Apr, 2016 1 commit
  30. 13 Mar, 2016 2 commits
  31. 10 Mar, 2016 1 commit
    • Helmut Wolf's avatar
      Fix #2987: QGroundControlQmlGlobal.h: flightMapZoom should be a double, not an integer · b6a5050e
      Helmut Wolf authored
      Note that a change in zoom signals a `zoomLevelChanged` event; this in turn triggers `FlightDisplayViewMap` which sets the property changed in this commit to
      ```
      onZoomLevelChanged: QGroundControl.flightMapZoom = zoomLevel
      ```
      
      This triggers the following message in Application Output: `onZoomLevelChanged: QGroundControl.flightMapZoom = zoomLevel`.
      
      This was the case before and after this fix, I don't know if that's a real issue though
      b6a5050e
  32. 07 Mar, 2016 1 commit
  33. 06 Mar, 2016 1 commit
  34. 02 Mar, 2016 1 commit
  35. 19 Feb, 2016 1 commit
  36. 18 Feb, 2016 1 commit
    • dogmaphobic's avatar
      Fixed Google Satellite · 8624fb71
      dogmaphobic authored
      Download Speed Tweaks (+2 squashed commits)
      Squashed commits:
      [ff0ef7e] Cleanup (remove OpenStreetMap)
      [370fa1d] Done (+25 squashed commits)
      Squashed commits:
      [9f3368f] Need to check how many instances of MapEngine are active.
      [d557eac] Download Optimization
      [392f50a] Almost there.
      Trying to optimize download.
      [a49d1d2] Settings
      [a94be97] Mostly there. Needs to finish options and map thumbnail.
      [38d5a0b] Downloading tiles and deleting sets
      [81101b9] More UI Work
      [c597d4b] Downloading tiles
      [a815e35] Get rid of OpenMaps
      [7e177ea] More reorg
      [fa6b671] Start handling create tile set
      Fix signal order when creating fetch tile task
      [2a31f4d] Refactoring
      [268b906] Renaming things
      [947d66e] Fix resource load error.
      [19e2de8] Adding MapBox
      [c73e627] Preparing download
      [87bbf22] UI Tweaks
      [3c32a86] A lot of UI code done.
      [ece8ce2] Starting to deal with tiles
      [7f387bc] Save tile set
      [f66f343] Adding more code
      [4de3418] Working
      [f0cc25d] Done for the night.
      [2d1d86e] Added SQL database for holding out own tile cache.
      [d405a87] Convert to camel case as this has been driving me nuts.
      8624fb71