- Dec 29, 2015
-
-
Don Gagne authored
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 05, 2015
-
-
Don Gagne authored
Refactored PX4 radio config to work with both PX4 and APM
-
- Nov 25, 2015
-
-
Don Gagne authored
-
- Oct 31, 2015
-
-
Don Gagne authored
Also turn on MavlinkLogTest
-
- Oct 30, 2015
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- Oct 13, 2015
-
-
Don Gagne authored
This is in preparation for full Qml main window
-
- Aug 29, 2015
- Aug 05, 2015
-
-
Lorenz Meier authored
-
- Jun 01, 2015
-
-
Don Gagne authored
-
- May 28, 2015
-
-
Don Gagne authored
-
- May 27, 2015
-
-
Don Gagne authored
If Facts are referenced from FactPanelController, we need to reference count the AutoPilotPlugin such that it doesn’t get destroyed until after the FactPanelController is destroyed.
-
- May 26, 2015
-
-
Don Gagne authored
-
- May 25, 2015
-
-
Don Gagne authored
-
- May 13, 2015
-
-
Don Gagne authored
-
- Apr 28, 2015
-
-
Don Gagne authored
-
- Apr 27, 2015
-
-
Don Gagne authored
-
- Apr 14, 2015
-
-
Don Gagne authored
-
- Mar 15, 2015
-
-
Don Gagne authored
Also converted to new logging category
-
- Mar 01, 2015
-
-
Don Gagne authored
-
- Jan 01, 2015
-
-
Don Gagne authored
-
- Dec 23, 2014
- Dec 12, 2014
-
-
Don Gagne authored
-
- Dec 11, 2014
-
-
Don Gagne authored
-
- Dec 05, 2014
-
-
Don Gagne authored
-
- Dec 01, 2014
-
-
Don Gagne authored
-
- Nov 28, 2014
-
-
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
-
- Nov 21, 2014
-
-
Don Gagne authored
This allows you to determine if full parameter list is ready if you missed the parameterListUpToDate signal.
-
- Nov 17, 2014
-
-
Don Gagne authored
This allows you to determine if full parameter list is ready if you missed the parameterListUpToDate signal.
-
- Oct 28, 2014
-
-
Don Gagne authored
-
- Oct 09, 2014
-
-
Don Gagne authored
Specifically: - Channel reversing - Incorrect usage of function and channel index
-
- Aug 25, 2014
- Aug 23, 2014
-
-
Don Gagne authored
- Updated to use RCChannelWidget - Removed attitude control widgets - Previous calibration values now shown when not actively calibrating
-
- Aug 21, 2014
-
-
Don Gagne authored
-