- Oct 24, 2018
-
-
Patrick José Pereira authored
Signed-off-by:
Patrick José Pereira <patrickelectric@gmail.com>
-
- Jun 05, 2017
-
-
DonLakeFlyer authored
-
- Mar 11, 2017
-
-
DonLakeFlyer authored
This makes VehicleComponents reusable from core plugin without requiring override of prerequisiteSetup
-
- Nov 18, 2016
-
-
Don Gagne authored
-
- Sep 18, 2016
-
-
Don Gagne authored
-
- Sep 14, 2016
-
-
Don Gagne authored
-
- Jul 23, 2016
-
-
Don Gagne authored
-
- Jun 26, 2016
-
-
Don Gagne authored
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- Mar 07, 2016
-
-
Don Gagne authored
-
- 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.
-