1. 02 Apr, 2016 1 commit
  2. 31 Mar, 2016 2 commits
    • 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
    • Don Gagne's avatar
      Update for new Clang errors · 8188f645
      Don Gagne authored
      8188f645
  3. 29 Mar, 2016 3 commits
  4. 28 Mar, 2016 3 commits
  5. 27 Mar, 2016 4 commits
  6. 25 Mar, 2016 10 commits
  7. 24 Mar, 2016 3 commits
  8. 23 Mar, 2016 9 commits
  9. 22 Mar, 2016 2 commits
  10. 17 Mar, 2016 2 commits
  11. 16 Mar, 2016 1 commit