Don Gagne
806f31889d
Merge pull request #1410 from DonLakeFlyer/AirframeConfigQml
...
Airframe config converted to Qml
10 years ago
Don Gagne
1da8917d04
Merge pull request #1409 from dogmaphobic/primaryFlightDisplay
...
Primary flight display
10 years ago
dogmaphobic
4de54a8381
Tweaking Altitude and Speed gadgets.
10 years ago
Gus Grubba
b904d19c95
Making Windows compiler happy.
10 years ago
dogmaphobic
f1c701929e
Disabled Mapping as it seems the build system (TC) is having some issues with it.
10 years ago
Don Gagne
430d5473e5
Fix compiler warning
10 years ago
Don Gagne
8ce3154126
Add reconnectAfterWait API
10 years ago
Don Gagne
a534122295
Should not be calling disconnect directly
10 years ago
Don Gagne
7e063193a6
Convert Airframe Config to Qml
10 years ago
dogmaphobic
d62d8f4687
Final menu label tweaks
10 years ago
dogmaphobic
cd53e5f5ce
Forgot to remove Illustrator sources (kept locally only).
10 years ago
dogmaphobic
eb3eb94a8d
Primary Flight Display
...
New version using QtQuick along with an experimental Map Background
10 years ago
Don Gagne
a251c07d29
Update README.md
10 years ago
Don Gagne
4e86e85fa6
Merge pull request #1404 from DonLakeFlyer/RemoveGoogleEarth
...
Remove GoogleEarth support
10 years ago
Don Gagne
48416b2c86
Merge pull request #1405 from DonLakeFlyer/DebugConsole
...
Debug console
10 years ago
Don Gagne
dc75479065
Merge remote-tracking branch 'origin/DebugConsole' into DebugConsole
10 years ago
Don Gagne
8f2547ded0
Cleanup current link before the link gets deleted
10 years ago
Don Gagne
04984370ae
Cleanup current link before the link gets deleted
10 years ago
Don Gagne
244aff2eab
Remove GoogleEarth support
10 years ago
Don Gagne
f053edc8df
Merge pull request #1403 from DonLakeFlyer/DebugConsole
...
Track links using shared pointed
10 years ago
Don Gagne
f712a7f43b
Track links using shared pointed
...
Since debug console maintains a list of links it needs to use shared
pointers so it doesn’t run into the link delete ordering problem.
10 years ago
Don Gagne
8dd7b72d85
Merge pull request #1400 from DonLakeFlyer/ComponentIDs
...
Add component id support through FactSystem
10 years ago
Don Gagne
cc427cdc7a
Oopsie!
10 years ago
Don Gagne
f067bcc541
Fix compiler warnings
10 years ago
Don Gagne
1ec32f933d
Fix stale signal problem
10 years ago
Don Gagne
d5e2f29c0a
Update to new ParameterLoader and component id support
10 years ago
Don Gagne
4bfb3701a3
Switched to ParameterLoader, added component id support
10 years ago
Don Gagne
4b128fba64
Update for FactLoader->ParameterLoader changes
10 years ago
Don Gagne
598566602c
Merge pull request #1398 from DonLakeFlyer/MavlinkChannel
...
Remove link ids and add link mavlink channel
10 years ago
Don Gagne
4f30caab21
Remove m_id
10 years ago
Don Gagne
b88cd44d55
Reset mavlink channel before we use it
10 years ago
Don Gagne
c5d25d2535
Add missing header
10 years ago
Don Gagne
2d79df2ba5
Fixed the fixme!
10 years ago
Don Gagne
4f5984b38f
Remove link ids and add link mavlink channel
...
Link ids were being used interchangeably with the mavlink channel for
the link. Link ids handed out as a numerically increasing integer. Once
the counter went past MAVLINK_COMM_NUM_BUFFERS all hell would break
loose and cause memory corruption.
10 years ago
Don Gagne
709fecd09c
Merge pull request #1395 from DonLakeFlyer/UnusedCode
...
Remove unused code
10 years ago
Don Gagne
63b5bd32d1
Merge pull request #1394 from dogmaphobic/fixToolbarCanvas
...
Fix redraw issues with OpenGL canvases when link states change.
10 years ago
Don Gagne
44a11040d1
Remove unused code
10 years ago
dogmaphobic
a0891a47f4
Fix redraw issues with OpenGL canvases when link states change.
10 years ago
Don Gagne
fa54c814ed
Merge pull request #1392 from DonLakeFlyer/DisconnectReally
...
Disconnect really
10 years ago
Don Gagne
bb3a268da6
Merge pull request #1391 from dogmaphobic/cleanupToolbar
...
Removing old Tool Bar code.
10 years ago
Don Gagne
04a122842d
Merge pull request #1389 from DonLakeFlyer/WindowsUSBInstall
...
Install USB drivers
10 years ago
Don Gagne
3fafb8bb39
Merge pull request #1387 from DonLakeFlyer/Cal
...
Pull full param list after calibration
10 years ago
Don Gagne
869fa09a38
getCommunicationStatus was removed
10 years ago
Don Gagne
31bf2e9401
Delete UAS when last link disconnected
...
Also removed partially implemented an incorrect getCommunicationStatus
api
10 years ago
Don Gagne
dee99ea532
Changed pluginReady mechanism
...
More consistent with Qml usage pattern
10 years ago
dogmaphobic
33092084c4
Removing old Tool Bar code.
10 years ago
Don Gagne
955d986516
Install USB drivers
10 years ago
Don Gagne
64ec61110c
A bit more forceful on missing setup messaging
10 years ago
Don Gagne
78089b60e0
Refresh all params after cal
10 years ago
Don Gagne
dfc735ece8
Update README.md
10 years ago