Skip to content
  1. Jul 30, 2018
  2. Jul 24, 2018
  3. Apr 30, 2018
  4. Mar 01, 2018
  5. Feb 21, 2018
  6. Aug 09, 2017
  7. Apr 06, 2017
  8. Mar 27, 2017
  9. Mar 05, 2017
  10. Mar 03, 2017
  11. Mar 01, 2017
  12. Feb 20, 2017
  13. Feb 19, 2017
  14. Feb 15, 2017
  15. Feb 13, 2017
  16. Sep 20, 2016
  17. Jun 12, 2016
  18. Jun 06, 2016
  19. Apr 13, 2016
  20. 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
  21. Mar 02, 2016
  22. Feb 04, 2016
  23. Jan 03, 2016
  24. Dec 20, 2015
  25. Oct 13, 2015
  26. Jun 29, 2015
  27. May 26, 2015
  28. Mar 06, 2015
    • Don Gagne's avatar
      Use FactBinder to access facts from Qml · e863bdae
      Don Gagne authored
      Passing parameters QVariantMap across C++ boundary was causing crashes
      in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary
      in multiple QQuickWidgets caused jScript GC to crash.
      e863bdae
  29. Feb 20, 2015
  30. Feb 07, 2015
  31. Feb 04, 2015
  32. Dec 25, 2014
  33. Dec 24, 2014
Loading