1. 21 Nov, 2015 1 commit
  2. 30 Oct, 2015 1 commit
  3. 17 Oct, 2015 1 commit
  4. 16 Oct, 2015 1 commit
  5. 15 Oct, 2015 1 commit
  6. 13 Oct, 2015 2 commits
  7. 11 Oct, 2015 1 commit
  8. 31 Aug, 2015 1 commit
  9. 30 Aug, 2015 1 commit
  10. 29 Aug, 2015 1 commit
  11. 26 Aug, 2015 1 commit
    • Don Gagne's avatar
      New FirmwarePlugin support · a298165f
      Don Gagne authored
      - FirmwarePlugin is the new place for code which is specific to
      firmware flight stack
      - FirmwarePlugin currently supports flight mode apis
      - Modify code to use new FirmwarePlugin support
      a298165f
  12. 24 Aug, 2015 1 commit
  13. 07 Aug, 2015 1 commit
  14. 02 Jul, 2015 1 commit
  15. 10 Jun, 2015 1 commit
  16. 09 Jun, 2015 2 commits
  17. 07 Jun, 2015 1 commit
  18. 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
  19. 04 May, 2015 1 commit
  20. 01 May, 2015 1 commit
  21. 28 Apr, 2015 1 commit
  22. 27 Apr, 2015 1 commit
  23. 22 Apr, 2015 1 commit
  24. 21 Apr, 2015 1 commit
  25. 20 Apr, 2015 4 commits
  26. 19 Apr, 2015 1 commit
  27. 18 Apr, 2015 1 commit
  28. 16 Apr, 2015 1 commit
  29. 14 Apr, 2015 1 commit
  30. 08 Apr, 2015 1 commit
  31. 02 Apr, 2015 1 commit
    • Don Gagne's avatar
      Resource restructuring · d5146cd2
      Don Gagne authored
      - All resources are either under src or under resources dirs
      - Removed files top level directory
      - Move flightgear files to top level dir
      d5146cd2
  32. 22 Mar, 2015 1 commit
  33. 09 Mar, 2015 2 commits
    • dogmaphobic's avatar
      Moved update canvas to ScreenTools · 72a7acc5
      dogmaphobic authored
      Moved update canvas signal to perspective load instead of hooking it to the paint event.
      Added an "S" as the unit for the number of cells fact (as in 4S).
      72a7acc5
    • dogmaphobic's avatar
      Created new ScreenTools exported control for QML code to obtain screen DPI... · b6cf543e
      dogmaphobic authored
      Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets.
      Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality.
      Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
      b6cf543e
  34. 06 Mar, 2015 1 commit