1. 25 Mar, 2017 1 commit
  2. 23 Mar, 2017 1 commit
  3. 22 Mar, 2017 1 commit
  4. 15 Mar, 2017 1 commit
  5. 10 Mar, 2017 1 commit
  6. 08 Mar, 2017 1 commit
  7. 27 Feb, 2017 2 commits
  8. 20 Feb, 2017 1 commit
  9. 19 Feb, 2017 1 commit
  10. 18 Feb, 2017 1 commit
  11. 16 Feb, 2017 1 commit
  12. 30 Jan, 2017 1 commit
  13. 20 Jan, 2017 1 commit
  14. 07 Jan, 2017 1 commit
  15. 28 Nov, 2016 1 commit
  16. 27 Nov, 2016 1 commit
  17. 27 Oct, 2016 1 commit
  18. 21 Oct, 2016 1 commit
  19. 20 Oct, 2016 1 commit
  20. 03 Oct, 2016 1 commit
  21. 19 Sep, 2016 1 commit
  22. 01 Sep, 2016 1 commit
  23. 30 Aug, 2016 1 commit
  24. 28 Aug, 2016 1 commit
  25. 22 Aug, 2016 1 commit
  26. 19 Aug, 2016 1 commit
  27. 18 Aug, 2016 1 commit
  28. 01 Aug, 2016 1 commit
  29. 25 Jul, 2016 2 commits
  30. 12 Jul, 2016 2 commits
  31. 31 May, 2016 1 commit
  32. 25 May, 2016 1 commit
  33. 06 May, 2016 1 commit
  34. 24 Apr, 2016 1 commit
  35. 13 Mar, 2016 2 commits
  36. 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