- 09 Dec, 2014 3 commits
- 08 Dec, 2014 4 commits
-
-
Don Gagne authored
Also added/converted some logging to debug the problem caused by the two parameter request apis.
-
Don Gagne authored
This removes confusion as to whether you call UAS::requestParameters (incorrect) or QGCUASParamManager::requestParameterList (correct) from client code.
-
Don Gagne authored
-
Don Gagne 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 3 commits
-
-
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.
-
Bryant authored
-
Bryant authored
-