- 13 Apr, 2016 1 commit
-
-
Tomaz Canabrava authored
All qsTr calls done Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 31 Mar, 2016 1 commit
-
-
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>
-
- 28 Mar, 2016 1 commit
-
-
Don Gagne authored
Map control use different border color based on map type
-
- 02 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 04 Feb, 2016 1 commit
-
-
dogmaphobic authored
-
- 03 Jan, 2016 2 commits
- 29 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 27 Dec, 2015 1 commit
-
-
Don Gagne authored
Total hack but it seems to work
-
- 23 Dec, 2015 1 commit
-
-
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>
-
- 20 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 23 Nov, 2015 1 commit
-
-
Don Gagne authored
-
- 22 Nov, 2015 2 commits
- 18 Nov, 2015 1 commit
-
-
dogmaphobic authored
-
- 30 Oct, 2015 1 commit
-
-
Don Gagne authored
Instead us a Toolbox concept which hangs off of QGCApplication
-
- 13 Oct, 2015 2 commits
- 06 Oct, 2015 2 commits
- 29 Aug, 2015 1 commit
-
-
Don Gagne authored
- MultiVehicleManager is a Qml friendly replacement for UASManager - Vehicle is a replacement for both UAS and AutoPilotPlugin
-
- 05 Aug, 2015 1 commit
-
-
Lorenz Meier authored
-
- 29 Jun, 2015 1 commit
-
-
Don Gagne authored
-
- 01 Jun, 2015 1 commit
-
-
Don Gagne authored
-
- 27 May, 2015 1 commit
-
-
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.
-
- 26 May, 2015 1 commit
-
-
Don Gagne authored
-
- 14 May, 2015 1 commit
-
-
Don Gagne authored
-
- 05 May, 2015 1 commit
-
-
Don Gagne authored
-
- 06 Mar, 2015 1 commit
-
-
Don Gagne authored
Passing parameters QVariantMap across C++ boundary was causing crashes in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary in multiple QQuickWidgets caused jScript GC to crash.
-
- 28 Feb, 2015 1 commit
-
-
Don Gagne authored
-
- 20 Feb, 2015 2 commits
- 07 Feb, 2015 1 commit
-
-
Don Gagne authored
-