1. 31 Oct, 2017 1 commit
  2. 23 Oct, 2017 1 commit
  3. 15 Sep, 2017 1 commit
  4. 08 Aug, 2017 1 commit
    • Gus Grubba's avatar
      Added the concept of a read only parameter. · aa490d2c
      Gus Grubba authored
      Removed guess work from what parameters must be refreshed/updated when some other parameter changes. Added a "reset" flag that indicates when a certain parameter changes, the list must be reloaded.
      Don't send a signal when setting a fact if the new value is the same.
      aa490d2c
  5. 01 Aug, 2017 1 commit
  6. 26 Jul, 2017 1 commit
  7. 25 Jul, 2017 1 commit
  8. 19 Jul, 2017 1 commit
    • Gus Grubba's avatar
      Handle Facts · a9621d2b
      Gus Grubba authored
      Handle initial storage
      Handle image/video capture and storage.
      a9621d2b
  9. 18 Jul, 2017 1 commit
  10. 06 May, 2017 1 commit
  11. 05 Apr, 2017 1 commit
  12. 20 Aug, 2016 1 commit
  13. 31 May, 2016 1 commit
  14. 07 Mar, 2016 1 commit
  15. 06 Mar, 2016 1 commit
  16. 23 Feb, 2016 1 commit
  17. 14 Feb, 2016 1 commit
  18. 12 Feb, 2016 1 commit
  19. 13 Jan, 2016 1 commit
  20. 29 Dec, 2015 2 commits
  21. 28 Dec, 2015 1 commit
  22. 16 Dec, 2015 1 commit
  23. 06 Dec, 2015 1 commit
  24. 25 Nov, 2015 1 commit
  25. 22 Nov, 2015 1 commit
  26. 19 Nov, 2015 1 commit
  27. 30 Oct, 2015 1 commit
  28. 25 Oct, 2015 2 commits
  29. 12 Oct, 2015 1 commit
  30. 09 Sep, 2015 1 commit
  31. 02 Aug, 2015 1 commit
  32. 29 Jun, 2015 1 commit
  33. 26 May, 2015 1 commit
  34. 27 Apr, 2015 1 commit
  35. 16 Apr, 2015 1 commit
  36. 14 Apr, 2015 1 commit
  37. 29 Mar, 2015 1 commit
  38. 09 Mar, 2015 1 commit
    • dogmaphobic's avatar
      Type checking in Fact::setValue() · bae07b16
      dogmaphobic authored
      FactTextField, when setting the value from its "text" field, was converting the value to string. This was causing (QML JavaScript) code that uses the value for computation to stop working once the user changed the value.
      bae07b16