1. 31 May, 2016 1 commit
  2. 29 May, 2016 2 commits
  3. 26 May, 2016 1 commit
  4. 24 May, 2016 1 commit
  5. 23 May, 2016 1 commit
  6. 08 May, 2016 1 commit
  7. 28 Apr, 2016 1 commit
  8. 25 Apr, 2016 1 commit
  9. 17 Apr, 2016 1 commit
  10. 15 Apr, 2016 3 commits
  11. 13 Apr, 2016 1 commit
  12. 12 Apr, 2016 1 commit
  13. 10 Apr, 2016 2 commits
  14. 07 Apr, 2016 1 commit
  15. 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
  16. 28 Mar, 2016 1 commit
  17. 25 Mar, 2016 1 commit
  18. 24 Mar, 2016 1 commit
  19. 13 Mar, 2016 2 commits
  20. 07 Mar, 2016 1 commit
  21. 06 Mar, 2016 1 commit
  22. 05 Mar, 2016 2 commits
  23. 02 Mar, 2016 2 commits
  24. 24 Feb, 2016 1 commit
  25. 23 Feb, 2016 1 commit
  26. 19 Feb, 2016 1 commit
    • Don Gagne's avatar
      Header re-structuring · e513494c
      Don Gagne authored
      I removed some needed headers from a top level file which then causes a
      ripple effect downstream
      e513494c
  27. 18 Feb, 2016 3 commits
  28. 17 Feb, 2016 3 commits
  29. 14 Feb, 2016 1 commit