- 05 Dec, 2014 9 commits
-
-
Don Gagne authored
Previously link were just destroyed
-
Don Gagne authored
This makes unit test output easier to read
-
Don Gagne authored
Update README for QLoggingCategory usage
-
Don Gagne authored
-
Don Gagne authored
Flight mode setup
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 04 Dec, 2014 12 commits
-
-
Don Gagne authored
-
Don Gagne authored
Place this file in the location specified here: http://qt-project.org/doc/qt-5/qloggingcategory.html
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This allows unit tests to simulate user selections in a combo box
-
Don Gagne authored
Remove multiple overrides of activeUASSet signal
-
Don Gagne authored
This allows use of compile time Object::connect syntax
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Enlarge the perspective buttons on the toolbar.
-
Bryant authored
Fly was way too small and Plan needed to be a tad bigger as well.
-
Don Gagne authored
Unit Tests run from there own QSettings space
-
- 03 Dec, 2014 16 commits
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-
Don Gagne authored
Bumped developer version
-
Don Gagne authored
Update for 32 bit Google earth information
-
Don Gagne authored
-
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
Hiding splash screen now handled by QGCFileDialog/QGCMessageBox
-
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
Fix param crash and connect/disconnect
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
Fix broken native file dialogs
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Test all views on the toolbar
-
- 02 Dec, 2014 3 commits
-
-
Don Gagne authored
Work around qRegisterMetaType race condition
-
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.
-
Don Gagne authored
QSqlDatabase::addDatabase not thread safe with plugin
-