Skip to content
  1. 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
  2. Mar 04, 2015
  3. Feb 28, 2015
  4. Feb 20, 2015
  5. Feb 18, 2015
  6. Feb 17, 2015
  7. Feb 13, 2015
  8. Feb 12, 2015
  9. Feb 07, 2015
  10. Feb 04, 2015
  11. 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
  12. 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
  13. Dec 28, 2014
  14. Dec 23, 2014
  15. Dec 22, 2014
  16. Dec 20, 2014
  17. Dec 12, 2014
  18. Dec 10, 2014
  19. Dec 09, 2014
  20. Dec 08, 2014
  21. Dec 05, 2014
  22. Dec 04, 2014
  23. Dec 03, 2014
  24. Dec 01, 2014
  25. Nov 30, 2014
  26. Nov 28, 2014
    • Don Gagne's avatar
      Bump SDK to 10.9 · fc2e29c3
      Don Gagne authored
      Deployment target is still 10.6
      fc2e29c3
    • Don Gagne's avatar
      New Unit Testing framework · 028c7009
      Don Gagne authored
      Allows for UI unit tests to be written:
      - Ability to respond to expected message boxes
      - Ability to fail test if unexpected message boxes occurs
      028c7009
Loading