1. 08 Apr, 2015 1 commit
  2. 06 Apr, 2015 2 commits
  3. 04 Apr, 2015 2 commits
  4. 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
  5. 01 Apr, 2015 1 commit
  6. 31 Mar, 2015 1 commit
  7. 30 Mar, 2015 1 commit
  8. 29 Mar, 2015 1 commit
  9. 27 Mar, 2015 1 commit
  10. 26 Mar, 2015 1 commit
  11. 15 Mar, 2015 1 commit
  12. 13 Mar, 2015 1 commit
  13. 09 Mar, 2015 1 commit
    • 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
  14. 08 Mar, 2015 1 commit
  15. 07 Mar, 2015 2 commits
  16. 06 Mar, 2015 1 commit
    • 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
  17. 04 Mar, 2015 1 commit
  18. 28 Feb, 2015 1 commit
  19. 20 Feb, 2015 2 commits
  20. 18 Feb, 2015 1 commit
  21. 17 Feb, 2015 2 commits
  22. 13 Feb, 2015 2 commits
  23. 12 Feb, 2015 2 commits
  24. 07 Feb, 2015 1 commit
  25. 04 Feb, 2015 1 commit
  26. 02 Feb, 2015 1 commit
    • Don Gagne's avatar
      New MainWindow central and dock widget architecture · 48663c8a
      Don Gagne authored
      - Central widget no longer stacked. Views are added/removed to layout
      to switch view
      - Dock Widgets are globals with single instance of each type
      - Both central views and dock widgets are just-in-time created saving
      lots of memory
      48663c8a
  27. 30 Dec, 2014 1 commit
    • Don Gagne's avatar
      New MainWindow central and dock widget architecture · 4d40f298
      Don Gagne authored
      - Central widget no longer stacked. Views are added/removed to layout
      to switch view
      - Dock Widgets are globals with single instance of each type
      - Both central views and dock widgets are just-in-time created saving
      lots of memory
      4d40f298
  28. 28 Dec, 2014 1 commit
  29. 23 Dec, 2014 3 commits
  30. 22 Dec, 2014 1 commit
  31. 20 Dec, 2014 1 commit