Skip to content
  1. Aug 25, 2016
  2. Jul 28, 2016
  3. Jun 25, 2016
  4. Jun 12, 2016
  5. Jun 08, 2016
  6. Jun 06, 2016
  7. May 31, 2016
  8. May 23, 2016
  9. Apr 28, 2016
  10. Apr 13, 2016
  11. Mar 31, 2016
    • 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: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
  12. Mar 28, 2016
  13. Mar 02, 2016
  14. Feb 04, 2016
  15. Jan 03, 2016
  16. Dec 29, 2015
  17. Dec 27, 2015
  18. Dec 23, 2015
  19. Dec 20, 2015
  20. Dec 06, 2015
  21. Nov 23, 2015
  22. Nov 22, 2015
  23. Nov 18, 2015
  24. Oct 30, 2015
  25. Oct 13, 2015
  26. Oct 06, 2015
  27. Aug 29, 2015
  28. Aug 05, 2015
  29. Jun 29, 2015
  30. Jun 01, 2015
  31. May 27, 2015
    • 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. May 26, 2015
  33. May 14, 2015
  34. May 05, 2015
  35. Mar 06, 2015
    • 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. Feb 28, 2015
Loading