1. 25 Aug, 2016 1 commit
  2. 28 Jul, 2016 1 commit
  3. 25 Jun, 2016 1 commit
  4. 12 Jun, 2016 1 commit
  5. 08 Jun, 2016 1 commit
  6. 06 Jun, 2016 1 commit
  7. 31 May, 2016 1 commit
  8. 23 May, 2016 1 commit
  9. 28 Apr, 2016 1 commit
  10. 13 Apr, 2016 1 commit
  11. 31 Mar, 2016 1 commit
    • Tomaz Canabrava's avatar
      Only accept numbers in FactTextEdit · 8f137cdc
      Tomaz Canabrava authored
      All facts are numeric, atm. this means that the input should only
      accept numbers. it already had the     inputMethodHints:   Qt.ImhFormattedNumbersOnly
      option, but for some reason it still accepted letters and symbols.
      by adding a     validator: DoubleValidator {} we limit the characters
      to numbers only - and if the value is a integer, it will still work.
      
      Tested by adding waypoints on the map & messing with the GPS coordinates.
      Signed-off-by: 's avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
  12. 28 Mar, 2016 1 commit
  13. 02 Mar, 2016 1 commit
  14. 04 Feb, 2016 1 commit
  15. 03 Jan, 2016 2 commits
  16. 29 Dec, 2015 1 commit
  17. 27 Dec, 2015 1 commit
  18. 23 Dec, 2015 1 commit
  19. 20 Dec, 2015 1 commit
  20. 06 Dec, 2015 1 commit
  21. 23 Nov, 2015 1 commit
  22. 22 Nov, 2015 2 commits
  23. 18 Nov, 2015 1 commit
  24. 30 Oct, 2015 1 commit
  25. 13 Oct, 2015 2 commits
  26. 06 Oct, 2015 2 commits
  27. 29 Aug, 2015 1 commit
  28. 05 Aug, 2015 1 commit
  29. 29 Jun, 2015 1 commit
  30. 01 Jun, 2015 1 commit
  31. 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
  32. 26 May, 2015 1 commit
  33. 14 May, 2015 1 commit
  34. 05 May, 2015 1 commit
  35. 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
  36. 28 Feb, 2015 1 commit