- 17 Feb, 2015 3 commits
-
-
Don Gagne authored
Reworking the layout of the "Return Home" Safety Dialog.
-
dogmaphobic authored
-
dogmaphobic authored
-
- 16 Feb, 2015 5 commits
-
-
Don Gagne authored
Repaired feature to save images from video downlink (fixes #1239)
-
Don Gagne authored
Convert Firmware Upgrade to QML
-
Basil Huber authored
-
Don Gagne authored
Link Configuration Management
-
Basil Huber authored
problem: in src/ui$/HUD.cc copyImage(UASInterface* u): u->getImage() was called twice. The first called already erased the buffer. changes: src/ui/HUD.cc: copyImage(UASInterface* u): instead of getting the image a second time, we take the one we already fetched
-
- 14 Feb, 2015 2 commits
-
-
dogmaphobic authored
I noticed that some times, the disconnect signal would get to the updateConnect button (tool bar) before the link was physically disconnected. That would cause it to count it as a still connected link and get the connect button logic out of sync. While at it, added an interface to the UDP link to return its configuration instance. That allows the LinkManager to unlink it when disconnecting it.
-
dogmaphobic authored
This came through google groups and as the change is right where I'd been working, I added it here to avoid collision.
-
- 13 Feb, 2015 5 commits
-
-
Don Gagne authored
Fix Eigen includes
-
dogmaphobic authored
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
Don Gagne authored
-
Don Gagne authored
- Much simpler UI - MVC style qml programming model
-
- 12 Feb, 2015 10 commits
-
-
Don Gagne authored
Fix SetupView to work with latest mavlink headers
-
Don Gagne authored
Fix small logic error with NULL serial port.
-
https://github.com/DonLakeFlyer/qgroundcontrolDon Gagne authored
Conflicts: src/AutoPilotPlugins/PX4/AirframeComponent.cc
-
dogmaphobic authored
-
https://github.com/mavlink/qgroundcontrolDon Gagne authored
Conflicts: src/qgcunittest/UASUnitTest.h
-
Don Gagne authored
Put back commented out code
-
Don Gagne authored
- Updated MainWindowTest to catch this problem - Also implemented initial pass at SetupView unit test
-
Don Gagne authored
Updated MAVLink to include dense VTOL MAV_TYPE entries
-
Lorenz Meier authored
-
Don Gagne authored
- Updated MainWindowTest to catch this problem - Also implemented initial pass at SetupView unit test
-
- 11 Feb, 2015 7 commits
-
-
Don Gagne authored
Add missing qml modules to README
-
Lorenz Meier authored
-
Don Gagne authored
-
Lorenz Meier authored
Support two param sets for calibration
-
Don Gagne authored
Change SetupView to MVC model
-
Don Gagne authored
-
Don Gagne authored
Set Column component size correctly
-
- 10 Feb, 2015 7 commits
-
-
Don Gagne authored
Include support for both param sets
-
Susurrus authored
Fix setting the baud rate.
-
Don Gagne authored
The parameters for calibration were changed in the latest master. QGC needs to work with both. Hacked in for now, waiting on a true parameter re-mapping implementation.
-
Don Gagne authored
File extensions need consistency. Issue #1182.
-
Don Gagne authored
-
Don Gagne authored
Rework setup buttons to fit in lower resolution displays
-
Don Gagne authored
-
- 09 Feb, 2015 1 commit
-
-
Don Gagne authored
Qml controls
-