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