1. 04 May, 2016 2 commits
  2. 02 May, 2016 1 commit
  3. 26 Apr, 2016 3 commits
  4. 25 Apr, 2016 1 commit
  5. 24 Apr, 2016 1 commit
  6. 22 Apr, 2016 1 commit
  7. 21 Apr, 2016 1 commit
  8. 14 Apr, 2016 1 commit
  9. 13 Apr, 2016 6 commits
  10. 11 Apr, 2016 1 commit
    • Tomaz Canabrava's avatar
      Parameter Edit: Handle bitfields as ComboBoxes · 7f920895
      Tomaz Canabrava authored
      This makes it possible to select more than one value
      to be used in the parameter configuration, and since
      the parameter is actually a bitfield - this is the
      correct thing to do.
      
      one of the drawbacks is that in the parameter listing
      the value of the Fact will not be displayed as string
      anymore, but with 'undefined: numerical-value', that is
      the OR combination of the applied values.
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      7f920895
  11. 10 Apr, 2016 2 commits
  12. 06 Apr, 2016 2 commits
  13. 05 Apr, 2016 2 commits
  14. 29 Mar, 2016 1 commit
  15. 28 Mar, 2016 1 commit
  16. 23 Mar, 2016 2 commits
  17. 16 Mar, 2016 2 commits
  18. 14 Mar, 2016 3 commits
  19. 13 Mar, 2016 3 commits
  20. 11 Mar, 2016 1 commit
  21. 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
  22. 07 Mar, 2016 1 commit
  23. 06 Mar, 2016 1 commit