1. 21 Feb, 2018 1 commit
  2. 09 Aug, 2017 1 commit
  3. 06 Apr, 2017 1 commit
  4. 27 Mar, 2017 1 commit
  5. 05 Mar, 2017 1 commit
  6. 03 Mar, 2017 3 commits
  7. 01 Mar, 2017 1 commit
  8. 20 Feb, 2017 1 commit
  9. 19 Feb, 2017 1 commit
  10. 15 Feb, 2017 1 commit
  11. 13 Feb, 2017 1 commit
  12. 20 Sep, 2016 1 commit
  13. 12 Jun, 2016 1 commit
  14. 06 Jun, 2016 1 commit
  15. 13 Apr, 2016 1 commit
  16. 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
  17. 02 Mar, 2016 1 commit
  18. 04 Feb, 2016 1 commit
  19. 03 Jan, 2016 2 commits
  20. 20 Dec, 2015 1 commit
  21. 13 Oct, 2015 1 commit
  22. 29 Jun, 2015 1 commit
  23. 26 May, 2015 1 commit
  24. 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
  25. 20 Feb, 2015 1 commit
  26. 07 Feb, 2015 1 commit
  27. 04 Feb, 2015 1 commit
  28. 25 Dec, 2014 1 commit
  29. 24 Dec, 2014 1 commit