Don Gagne
8ffcd8b1cb
Merge pull request #1416 from DonLakeFlyer/MagCal
...
Mag Cal UI
10 years ago
Don Gagne
14a59a9836
Mag Cal UI
10 years ago
Don Gagne
a2e9481bf7
Merge pull request #1415 from DonLakeFlyer/OptionalParam
...
Handle parameters not being available
10 years ago
Don Gagne
a8af57ee73
Handle parameters not being available
10 years ago
Don Gagne
dbab738116
Merge pull request #1413 from dogmaphobic/flightControlTweaks
...
Contrast and Gadget tweaks
10 years ago
Don Gagne
f1aa6c93b2
Merge pull request #1414 from DonLakeFlyer/ResourceCleanup
...
Resource cleanup
10 years ago
Don Gagne
65945d7156
Typo
10 years ago
Don Gagne
d5146cd2a2
Resource restructuring
...
- All resources are either under src or under resources dirs
- Removed files top level directory
- Move flightgear files to top level dir
10 years ago
Don Gagne
6fe1f1d66e
Remove unused code
10 years ago
dogmaphobic
e6ffc87dba
Contrast and Gadget tweaks
10 years ago
Don Gagne
da099c287a
Merge pull request #1412 from DonLakeFlyer/FunWithFonts
...
Font's are now correctly and equally size across all OS
10 years ago
Don Gagne
0ac27416d4
Use new QGCPalette::dpiAdjustedDefaultFontPointSize
...
Use default font wherever possible. Where that doesn’t work, use
ScreenTools::dpiAdjustPointSize.
10 years ago
Don Gagne
ff56426e03
Add dpi adjusted font sizes
10 years ago
Don Gagne
514a4d9506
Adjust point sizes in styles
10 years ago
Don Gagne
9ed04b1d32
Bump default font pt to 12, remove unused sections
10 years ago
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