- 23 Jan, 2016 2 commits
-
-
dogmaphobic authored
-
Gus Grubba authored
Making Map and Video view persistent.
-
- 22 Jan, 2016 10 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
* MavLink/master: Support V110 (APM) and V120 (PX4) formats Fit map viewport to mission items Add support for mission item insert Add support for mission item insert Warn about joystick on APM stack Conflicts: src/FlightDisplay/FlightDisplayView.qml
-
dogmaphobic authored
-
Don Gagne authored
Mission editor fixes
-
Don Gagne authored
- Fix: Version error message not being displayed - Correct handling of APM and PX4 files with respect to home position in first slot - Emit newItemsFromVehicle signal so editor can fit map viewport on load from vehicle
-
Don Gagne authored
-
Don Gagne authored
Add support for mission item insert in hamburger
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Warn about joystick on APM stack
-
- 21 Jan, 2016 18 commits
-
-
Don Gagne authored
Add mission item no longer times out
-
Don Gagne authored
Prompt for missing SD Card
-
Don Gagne authored
Fix bad resource in Airframe Icons
-
Don Gagne authored
Firmware upgrade usability
-
Don Gagne authored
-
Don Gagne authored
correct spelling mistakes
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
This provides a better workflow for firmware upgrade
-
Don Gagne authored
-
Don Gagne authored
bitwise and, not boolean and, to check for bitmasks.
-
Don Gagne authored
Info View: Fix multi-vehicle handling
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Gus Grubba authored
Adding full path to windeployqt.
-
Don Gagne authored
Fix multiple vehicles on same link
-
- 20 Jan, 2016 6 commits
-
-
nopeppermint authored
-
nopeppermint authored
-
nopeppermint authored
-
Don Gagne authored
-
Don Gagne authored
- Also fix vehicle selector dropdown in toolbar
-
Gus Grubba authored
-
- 19 Jan, 2016 2 commits
- 18 Jan, 2016 2 commits
-
-
Tomaz Canabrava authored
I know that some people belive that goto's are devil's work but sometimes (like chaining if/elses for failures) it can actually simplify the code for a better readability and improved speed. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Strings can be expensive to create, all the issues with allocation, copy of the char members, conversion to UTF-16. QStringLiteral creates one in compile time. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-