1. 06 Aug, 2015 2 commits
  2. 02 Aug, 2015 1 commit
  3. 23 Jul, 2015 1 commit
  4. 21 Jul, 2015 2 commits
  5. 29 Jun, 2015 2 commits
  6. 24 Jun, 2015 1 commit
  7. 01 Jun, 2015 1 commit
  8. 29 May, 2015 1 commit
  9. 27 May, 2015 1 commit
    • Don Gagne's avatar
      Return AutoPilotPlugin as QSharedPointer · 1856e1cb
      Don Gagne authored
      If Facts are referenced from FactPanelController, we need to reference
      count the AutoPilotPlugin such that it doesn’t get destroyed until
      after the FactPanelController is destroyed.
      1856e1cb
  10. 26 May, 2015 3 commits
  11. 14 May, 2015 1 commit
  12. 13 May, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 05 May, 2015 1 commit
  15. 29 Apr, 2015 1 commit
  16. 28 Apr, 2015 3 commits
  17. 27 Apr, 2015 2 commits
  18. 16 Apr, 2015 4 commits
  19. 14 Apr, 2015 2 commits
  20. 29 Mar, 2015 2 commits
  21. 26 Mar, 2015 1 commit
  22. 22 Mar, 2015 1 commit
  23. 13 Mar, 2015 1 commit
  24. 10 Mar, 2015 3 commits
  25. 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