1. 05 Dec, 2014 10 commits
  2. 04 Dec, 2014 12 commits
  3. 03 Dec, 2014 16 commits
  4. 02 Dec, 2014 2 commits
    • Don Gagne's avatar
      Merge pull request #1055 from DonLakeFlyer/qRegisterMetaType · 61dd6f09
      Don Gagne authored
      Work around qRegisterMetaType race condition
      61dd6f09
    • 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