- 13 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 12 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
dogmaphobic authored
Changed settings version as the link configurations must be redone (with the new port names)
-
- 11 Mar, 2015 1 commit
-
-
dogmaphobic authored
-
- 10 Mar, 2015 9 commits
-
-
Bryant authored
-
Bryant authored
-
Bryant authored
Otherwise some messages say 'System MAV 0-20' and some say 'System 20'.
-
Bryant authored
-
Bryant authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
-
- 09 Mar, 2015 10 commits
-
-
Susurrus authored
Should fix things.
-
dogmaphobic authored
FactTextField, when setting the value from its "text" field, was converting the value to string. This was causing (QML JavaScript) code that uses the value for computation to stop working once the user changed the value.
-
crashmatt authored
-
dogmaphobic authored
Moved update canvas signal to perspective load instead of hooking it to the paint event. Added an "S" as the unit for the number of cells fact (as in 4S).
-
Bryant authored
-
Bryant authored
-
Don Gagne authored
Also changed to qWarning
-
dogmaphobic authored
Added "Advanced Settings" check box.
-
Don Gagne authored
-
dogmaphobic authored
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets. Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality. Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
-
- 08 Mar, 2015 2 commits
-
-
dogmaphobic authored
-
Lorenz Meier authored
-
- 07 Mar, 2015 6 commits
-
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-
dogmaphobic authored
Tool bar buttons now use QGCButton as base to inherit hover mode fix. Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
-
Don Gagne authored
Also realized I don’t need __lastMouseXY
-
Don Gagne authored
-
- 06 Mar, 2015 4 commits
-
-
dogmaphobic authored
Reduced size of the main tool bar buttons accordingly. Connect/Disconnect buttons (and link configuration combobox) now use the default height.
-
dogmaphobic authored
-
Don Gagne authored
-
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.
-
- 05 Mar, 2015 5 commits
-
-
Lorenz Meier authored
Switch QGC firmware upgrader for PX4 to AWS and Travis. Use beta/stable/master for Firmware, map all three items to master for Flow (because there are not beta/stable branches)
-
dogmaphobic authored
Button too small for when it switches to disconnect (multiple links adds a drop down icon to the button).
-
Don Gagne authored
-
dogmaphobic authored
-
dogmaphobic authored
-