Don Gagne
f08d592f23
Added new _autopilot member
10 years ago
Don Gagne
76e8affff0
Widget container for QML
10 years ago
Thomas Gubler
2607ff7479
Merge pull request #1128 from bansiesta/do_jump_updates
...
Support for remaining DO_JUMP repetitions
10 years ago
Don Gagne
d6b2846071
Merge pull request #1135 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
10 years ago
Don Gagne
7908bc2655
Merge pull request #1136 from DonLakeFlyer/QMLPalette
...
Initial implementation of QML Palette support
10 years ago
Don Gagne
22f778cf00
Initial implement of QML Palette support
10 years ago
The Gitter Badger
d395ff5de1
Added Gitter badge
10 years ago
Don Gagne
f1cac3e33c
Merge pull request #1132 from DonLakeFlyer/GenericPlugin
...
Generic AutopilotPlugin full implementation
10 years ago
Don Gagne
acbc19aa3d
Generic AutopilotPlugin full implementation
10 years ago
Don Gagne
7c25663ffc
Merge pull request #1130 from DonLakeFlyer/OldSetupDelete
...
Delete unused files
10 years ago
Don Gagne
7a9691fb57
Delete unused files
...
No longer needed with move to summary page qml
10 years ago
Don Gagne
32d0ca68c4
Merge pull request #1129 from DonLakeFlyer/QMLVS
...
Vehicle Summary is now QML
10 years ago
Don Gagne
91614e3add
VehicleSummary converted to QML
...
Summary page is also the launching spot for the setup screens. No more
left hand set of buttons.
10 years ago
Don Gagne
70d81ad3bf
Disconnect timer on link disconnect
...
This prevents mavlink signals from being emitted after link is
disconnected
10 years ago
Don Gagne
0981868537
DeleteOnClose causes strange Qt bug
...
When using DeleteOnClose with a QQuickWidget, the shutdown sequence
causes the MainWindow destructor loop back onto itself.
10 years ago
Don Gagne
558b23f894
AutoPilot plugin restructuring for better QML support
...
- properties now hand off of main “autopilot” object in qml
- Added support for summary items through qml
10 years ago
Don Gagne
b82bfe84c5
Fix broken signal
10 years ago
Ban Siesta
8ce8d1c62a
UASWaypointManager: don't clear systemid and compid of last partner so that we can still get DO_JUMP updates
10 years ago
Ban Siesta
a1c653fefd
UASWaypointManager: accept single waypoint messages in order to update the remaining DO_JUMP repetitions
10 years ago
Lorenz Meier
6fdce35216
Merge pull request #1122 from dagar/patch-1
...
simplify instructions to clone the repository
10 years ago
Daniel Agar
7510774197
simplify instructions to clone the repository
10 years ago
Don Gagne
1f6189797a
Merge pull request #1120 from DonLakeFlyer/FSVariantArray
...
Switch parameter facts to QVariantMap
10 years ago
Don Gagne
a9e3af1ef2
Switch parameter facts to QVariantMap
...
This way you don’t need to know parameter set ahead of time.
10 years ago
Don Gagne
277c161874
Merge pull request #1119 from mavlink/ptr_fix
...
Ptr fix - fixes #1117
10 years ago
Lorenz Meier
00f95d7701
Waypoint2DIcon: protect against possible null pointer. Fixes #1117
10 years ago
Lorenz Meier
58c7077873
UASWaypointManager: protect against possible null pointer. Fixes #1117
10 years ago
Don Gagne
0f4a168f07
Merge pull request #1118 from DonLakeFlyer/FSTest
...
Combined pulls #1113 and #1115
10 years ago
Don Gagne
fc493d75c1
Move UAS and MAVLinkProtocol back to main thread
...
Plus a large number of other changes to allow for orderly shutdown of
objects without crashes or asserts. This is need for unit tests to
create/delete global state around every test.
10 years ago
Don Gagne
3b328f36c4
New FactSystem unit test
10 years ago
Don Gagne
817fbeafac
Don't show ui do unit tests
10 years ago
Don Gagne
866c327d87
Merge pull request #1108 from DonLakeFlyer/Singletons
...
New Singleton Manager
10 years ago
Don Gagne
ae229451be
Typo
10 years ago
Don Gagne
7ffa27f86a
New Singleton Manager
10 years ago
Don Gagne
efcde338da
Merge pull request #1087 from mavlink/warningslocal
...
Support enabling fatal warnings via user_config.pri file
10 years ago
Don Gagne
dd07155e64
Merge pull request #1104 from DonLakeFlyer/LinkManager
...
Restructure LinkManager/MAVLinkProtocol
10 years ago
Thomas Gubler
8f8b42a1fa
Merge pull request #1099 from DonLakeFlyer/AppClose
...
Give user choice to disconnect all links on MainWindow close
10 years ago
Don Gagne
4463777022
Fix XBee on Windows
10 years ago
Don Gagne
58eef4b27d
Fix create/destroy ordering problems between LinkManager and MAVLinkProtocol
10 years ago
Don Gagne
0928642980
Temporary disable of UAS unit test
...
Needs to be re-written
10 years ago
Don Gagne
42351ee00b
Restructure LinkManager/MAVLinkProtocol
10 years ago
Lorenz Meier
c11a545750
Merge pull request #1082 from mavlink/audio_thread
...
Put audio output into a worker thread.
10 years ago
Don Gagne
dd3ea20d08
Merge pull request #1101 from DonLakeFlyer/LinuxQt5.3
...
Bump Linux Qt requirement to 5.3 in README
10 years ago
Don Gagne
f0ff0638af
Bump Linux Qt requirement to 5.3
10 years ago
Lorenz Meier
fe1395e881
Removed user_config.pri.dist, as it was bit-rotting
10 years ago
Don Gagne
25bf0b20fe
Debug output
10 years ago
Don Gagne
f62d907391
Use can disconnect links on window close prompt
10 years ago
Lorenz Meier
ad06d2ddd0
Merged master
10 years ago
Lorenz Meier
61364a591c
Merge branch 'audio_thread' of github.com:mavlink/qgroundcontrol into audio_thread
10 years ago
Lorenz Meier
8796902220
More rigor in thread tear down
10 years ago
Don Gagne
e7d8571029
Merge pull request #1095 from DonLakeFlyer/StatusBar
...
Remove unnecessary QGCStatusBar
10 years ago