- 09 Dec, 2014 6 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
Move Windows sound API to right thread context and make it an object member. Perform init within the right thread context. Add capability to play .wav files in addition via QMultiMedia
-
Lorenz Meier authored
-
- 08 Dec, 2014 3 commits
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- 07 Dec, 2014 2 commits
- 05 Dec, 2014 10 commits
- 04 Dec, 2014 7 commits
- 03 Dec, 2014 11 commits
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-
Don Gagne authored
I initially change version numbers incorrectly. Should have left stable at 2.1 and only bumped Developer to 2.2. This leaves Stable at 2.2 and Developer at 2.3.
-
Don Gagne authored
-
Don Gagne authored
Previously link were just destroyed
-
Don Gagne authored
This makes unit test output easier to read
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 02 Dec, 2014 1 commit
-
-
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.
-