1. 06 Nov, 2020 1 commit
  2. 01 Feb, 2020 1 commit
  3. 11 Aug, 2019 1 commit
  4. 21 Mar, 2018 1 commit
  5. 04 Jan, 2018 1 commit
  6. 21 Mar, 2017 1 commit
  7. 11 Mar, 2017 1 commit
  8. 18 Sep, 2016 1 commit
  9. 15 Sep, 2016 1 commit
  10. 14 Sep, 2016 1 commit
  11. 01 Sep, 2016 1 commit
  12. 31 May, 2016 1 commit
  13. 15 Jan, 2016 1 commit
  14. 10 Jan, 2016 1 commit
  15. 04 Jan, 2016 1 commit
  16. 16 Dec, 2015 1 commit
    • Tomaz Canabrava's avatar
      Add the initial stub for the AirFrame configuration for APM · ff32b9fe
      Tomaz Canabrava authored
      This commit introduces the APM Airframe configuration. The interface
      is the same as the PX4 one, but the way we deal with the uas is a bit different
      
      Since the APM stack doesn't provide a xml with airframe definitions a
      new one was created by hand with only the values that we need, wich will
      trigger a download of the parameters file from the mavlink github
      
      Now it correctly handles the FRAME variable and it's faster
      regarding the download of the parameters for each type of Frame.
      
      Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      ff32b9fe
  17. 29 Oct, 2015 1 commit
  18. 25 Oct, 2015 1 commit
  19. 06 Oct, 2015 2 commits
  20. 05 Oct, 2015 1 commit
  21. 25 Sep, 2015 1 commit
  22. 29 Aug, 2015 1 commit
  23. 24 Aug, 2015 1 commit
  24. 21 Jul, 2015 1 commit
  25. 29 May, 2015 1 commit
  26. 27 May, 2015 1 commit
    • Don Gagne's avatar
      Return AutoPilotPlugin as QSharedPointer · 1856e1cb
      Don Gagne authored
      If Facts are referenced from FactPanelController, we need to reference
      count the AutoPilotPlugin such that it doesn’t get destroyed until
      after the FactPanelController is destroyed.
      1856e1cb
  27. 26 May, 2015 1 commit
  28. 27 Apr, 2015 1 commit
  29. 16 Apr, 2015 1 commit
  30. 14 Apr, 2015 2 commits
  31. 29 Mar, 2015 1 commit
  32. 26 Mar, 2015 1 commit
  33. 06 Mar, 2015 1 commit
    • Don Gagne's avatar
      Use FactBinder to access facts from Qml · e863bdae
      Don Gagne authored
      Passing parameters QVariantMap across C++ boundary was causing crashes
      in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary
      in multiple QQuickWidgets caused jScript GC to crash.
      e863bdae
  34. 28 Feb, 2015 1 commit
  35. 20 Dec, 2014 1 commit
  36. 12 Dec, 2014 2 commits
  37. 09 Dec, 2014 1 commit
    • Don Gagne's avatar
      New FactSystem · d6ddbdc3
      Don Gagne authored
      Allows parameter access from QML among other things
      d6ddbdc3