1. 06 Apr, 2015 2 commits
  2. 04 Apr, 2015 2 commits
  3. 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
  4. 01 Apr, 2015 1 commit
  5. 31 Mar, 2015 1 commit
  6. 30 Mar, 2015 1 commit
  7. 29 Mar, 2015 1 commit
  8. 27 Mar, 2015 1 commit
  9. 26 Mar, 2015 1 commit
  10. 15 Mar, 2015 1 commit
  11. 13 Mar, 2015 1 commit
  12. 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
  13. 08 Mar, 2015 1 commit
  14. 07 Mar, 2015 2 commits
  15. 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
  16. 04 Mar, 2015 1 commit
  17. 28 Feb, 2015 1 commit
  18. 20 Feb, 2015 2 commits
  19. 18 Feb, 2015 1 commit
  20. 17 Feb, 2015 2 commits
  21. 13 Feb, 2015 2 commits
  22. 12 Feb, 2015 2 commits
  23. 07 Feb, 2015 1 commit
  24. 04 Feb, 2015 1 commit
  25. 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
  26. 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
  27. 28 Dec, 2014 1 commit
  28. 23 Dec, 2014 3 commits
  29. 22 Dec, 2014 1 commit
  30. 20 Dec, 2014 1 commit
  31. 12 Dec, 2014 1 commit