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