Skip to content
  1. Nov 15, 2015
  2. Nov 11, 2015
  3. Oct 31, 2015
  4. Oct 18, 2015
  5. Oct 12, 2015
  6. Oct 11, 2015
  7. Oct 01, 2015
  8. Jul 08, 2015
  9. Jul 01, 2015
  10. Jun 28, 2015
  11. May 31, 2015
  12. Apr 18, 2015
  13. Apr 06, 2015
  14. Apr 04, 2015
  15. Feb 13, 2015
  16. Dec 12, 2014
  17. Dec 02, 2014
    • Don Gagne's avatar
      Work around qRegisterMetaType race condition · 0ce03b53
      Don Gagne authored
      There appears to be a threading issue in qRegisterMetaType which can
      cause it to throw a qWarning about duplicate type converters. This is
      caused by a race condition in the Qt code. Still working with them on
      tracking down the bug. For now we register the type which is giving us
      problems here while we only have the main thread. That should prevent
      it from hitting the race condition later on in the code.
      0ce03b53
  18. Dec 01, 2014
  19. Nov 28, 2014
    • 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
  20. Nov 27, 2014
  21. Nov 26, 2014
  22. Nov 25, 2014
  23. Nov 24, 2014
  24. Oct 30, 2014
  25. Oct 13, 2014
  26. Jul 29, 2014
  27. Jul 09, 2014
  28. Jul 02, 2014
  29. May 30, 2014
  30. May 25, 2014
  31. Feb 25, 2014
  32. Jan 03, 2014
  33. Dec 26, 2013
Loading