Skip to content
  1. Apr 04, 2016
  2. Apr 03, 2016
  3. Apr 02, 2016
  4. Mar 31, 2016
    • 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: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
    • Don Gagne's avatar
      Update for new Clang errors · 8188f645
      Don Gagne authored
      8188f645
  5. Mar 29, 2016
  6. Mar 28, 2016
  7. Mar 27, 2016
  8. Mar 25, 2016
  9. Mar 24, 2016
  10. Mar 23, 2016
Loading