1. 11 Apr, 2016 3 commits
  2. 10 Apr, 2016 11 commits
  3. 09 Apr, 2016 1 commit
  4. 07 Apr, 2016 1 commit
  5. 06 Apr, 2016 7 commits
  6. 05 Apr, 2016 3 commits
  7. 04 Apr, 2016 8 commits
  8. 03 Apr, 2016 4 commits
  9. 02 Apr, 2016 1 commit
  10. 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