- Apr 26, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Gus Grubba authored
Actually, changed so showDialog figures out on its own if it should use available height or full parent height. The variable is now set by the main window, which controls which view is being shown. I commented off some code in ParameterEditorDialog.qml as it is not properly handling the dialog and causing it to get "stuck".
-
dogmaphobic authored
Actually, changed so showDialog figures out on its own if it should use available height or full parent height. The variable is now set by the main window, which controls which view is being shown. I commented off some code in ParameterEditorDialog.qml as it is not properly handling the dialog and causing it to get "stuck".
-
- Apr 25, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Apr 24, 2016
-
-
Jimmy Johnson authored
-
- Apr 22, 2016
-
-
dogmaphobic authored
-
- Apr 21, 2016
-
-
dogmaphobic authored
-
- Apr 14, 2016
-
-
Don Gagne authored
-
- Apr 13, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
instead of onEntered: { __forceHoverOff = false; hoverTimer.start() } Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
without a check this code should be a bit faster, and thus the check was really uneeded. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Apr 11, 2016
-
-
Tomaz Canabrava authored
This makes it possible to select more than one value to be used in the parameter configuration, and since the parameter is actually a bitfield - this is the correct thing to do. one of the drawbacks is that in the parameter listing the value of the Fact will not be displayed as string anymore, but with 'undefined: numerical-value', that is the OR combination of the applied values. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Apr 10, 2016
- Apr 06, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- Apr 05, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
-
- Mar 29, 2016
-
-
Don Gagne authored
-
- Mar 28, 2016
-
-
Don Gagne authored
Map control use different border color based on map type
-
- Mar 23, 2016
- Mar 16, 2016
-
-
Nate Weibley authored
-
dogmaphobic authored
-
- Mar 14, 2016
- Mar 13, 2016
- Mar 11, 2016
-
-
Don Gagne authored
-
- Mar 10, 2016
-
-
Helmut Wolf authored
Note that a change in zoom signals a `zoomLevelChanged` event; this in turn triggers `FlightDisplayViewMap` which sets the property changed in this commit to ``` onZoomLevelChanged: QGroundControl.flightMapZoom = zoomLevel ``` This triggers the following message in Application Output: `onZoomLevelChanged: QGroundControl.flightMapZoom = zoomLevel`. This was the case before and after this fix, I don't know if that's a real issue though
-
- Mar 07, 2016
-
-
Don Gagne authored
- Convert mission load/save to it - Allow parameter load/save on mobile
-
- Mar 06, 2016
- Mar 05, 2016
-
-
Don Gagne authored
-