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