1. 24 Mar, 2016 2 commits
  2. 23 Mar, 2016 8 commits
  3. 22 Mar, 2016 2 commits
  4. 17 Mar, 2016 2 commits
  5. 16 Mar, 2016 3 commits
  6. 14 Mar, 2016 7 commits
  7. 13 Mar, 2016 8 commits
  8. 12 Mar, 2016 2 commits
  9. 11 Mar, 2016 5 commits
  10. 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