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