1. 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
  2. 04 May, 2015 1 commit
  3. 01 May, 2015 1 commit
  4. 28 Apr, 2015 1 commit
  5. 27 Apr, 2015 1 commit
  6. 22 Apr, 2015 1 commit
  7. 21 Apr, 2015 1 commit
  8. 20 Apr, 2015 4 commits
  9. 19 Apr, 2015 1 commit
  10. 18 Apr, 2015 1 commit
  11. 16 Apr, 2015 1 commit
  12. 14 Apr, 2015 1 commit
  13. 08 Apr, 2015 1 commit
  14. 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
  15. 22 Mar, 2015 1 commit
  16. 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
  17. 06 Mar, 2015 1 commit
  18. 05 Mar, 2015 3 commits
  19. 04 Mar, 2015 2 commits