- Sep 04, 2016
-
-
Don Gagne authored
-
- Aug 29, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- Aug 25, 2016
-
-
Don Gagne authored
-
- Aug 20, 2016
-
-
Don Gagne authored
-
Nate Weibley authored
-
- Aug 19, 2016
-
-
Don Gagne authored
-
- Jul 28, 2016
-
-
Rustom Jehangir authored
-
- Jul 25, 2016
-
-
Andreas Bircher authored
more conversion stuff some fixes and added area unit drop down Conflicts: src/MissionEditor/MissionItemStatus.qml removed comment finish unit conversion correcting typos
-
- Jul 19, 2016
-
-
dogmaphobic authored
-
- Jul 17, 2016
-
-
Nate Weibley authored
Use constant's inverse to ensure we don't accumulate error when converting back and forth
-
Nate Weibley authored
Use constant's inverse to ensure we don't accumulate error when converting back and forth
-
- Jun 26, 2016
-
-
Don Gagne authored
* Deal with missing parameters on Solo * Fix trigger set
-
- Jun 25, 2016
-
-
Don Gagne authored
-
- Jun 23, 2016
-
-
Don Gagne authored
- Cache only supported on PX4. Solo sends param updates at a high rate to update gimbal values. This was causing the cache to update itself at too high of a rate, killing performance, especially on iOS. - Fixed read/write index usage to provide correct progress bar updates
-
Don Gagne authored
They may show up after parameters ready is signaled. No way around this since this is a protocol problem. So can’t test secondary component.
-
- Jun 13, 2016
-
-
Don Gagne authored
Also don’t pop errors for initial request failure on generic vehicle.
-
- Jun 12, 2016
- Jun 08, 2016
-
-
Don Gagne authored
-
- Jun 06, 2016
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 29, 2016
- May 26, 2016
-
-
Don Gagne authored
-
- May 24, 2016
-
-
Don Gagne authored
-
- May 23, 2016
-
-
Don Gagne authored
-
- May 08, 2016
-
-
Lorenz Meier authored
Scale increment and decimal fields according to cooked unit, so that the decimal and increments provided by meta data still work in the cooked display
-
- Apr 28, 2016
-
-
dogmaphobic authored
-
- Apr 25, 2016
-
-
Lorenz Meier authored
-
- Apr 17, 2016
-
-
dogmaphobic authored
-
- Apr 15, 2016
- Apr 13, 2016
-
-
Tomaz Canabrava authored
All qsTr calls done Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Apr 12, 2016
-
-
Don Gagne authored
-
- Apr 10, 2016
- Apr 07, 2016
-
-
Nate Weibley authored
-
- Mar 31, 2016
-
-
Tomaz Canabrava authored
All facts are numeric, atm. this means that the input should only accept numbers. it already had the inputMethodHints: Qt.ImhFormattedNumbersOnly option, but for some reason it still accepted letters and symbols. by adding a validator: DoubleValidator {} we limit the characters to numbers only - and if the value is a integer, it will still work. Tested by adding waypoints on the map & messing with the GPS coordinates. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-