Lorenz Meier
12049386de
Merge pull request #1352 from Susurrus/crosstrack_error
...
Crosstrack error
10 years ago
Lorenz Meier
84a6a660ff
Merge pull request #1364 from mavlink/auto_groundtime
...
Line chart widget: Auto-force ground time if offset is more than 3 seconds
10 years ago
Don Gagne
5cafacd8b8
Merge pull request #1367 from DonLakeFlyer/SensorCalFix
...
Forgot to remove controller rotation setting
10 years ago
Don Gagne
0bdb097810
Forgot to remove controller rotation setting
10 years ago
Don Gagne
5765485a7b
Merge pull request #1363 from DonLakeFlyer/SensorCal
...
Disable calibration buttons while calibrating
10 years ago
Lorenz Meier
f7de2f03b4
Line chart widget: Auto-force ground time if offset is more than 3 seconds (30% of default view width)
10 years ago
Don Gagne
e0476c67e3
Disable calibration buttons while calibrating
...
Also changed to pull specific small parameters set after cal instead of
full refresh. This way, the red/green indicators update much more
quickly.
10 years ago
Don Gagne
96f4441651
Merge pull request #1362 from DonLakeFlyer/Preflight
...
Preflight check
10 years ago
Don Gagne
a03e816afb
Bug fix: Flight modes trashed by calibration
...
Also converted to new logging category
10 years ago
Don Gagne
c8f1e925fa
Add setup pre-flight check
10 years ago
Don Gagne
4b3c2cecc6
Remove no longer needed code
10 years ago
Don Gagne
64fa20a3e4
Validate RC_CHAN_COUNT
10 years ago
Don Gagne
bf9c21504e
Pre-flight check now done in AutoPilot plugin
...
So this special casing is no longer needed
10 years ago
Don Gagne
8f50527b52
Set params to fully setup system
10 years ago
Don Gagne
65e79da48b
Merge pull request #1354 from Susurrus/audio_notice
...
Output audio for NOTICE severity STATUSTEXT messages.
10 years ago
Don Gagne
ad8f88a6ee
Merge pull request #1360 from DonLakeFlyer/QGCLogging
...
qtlogging.ini automatically created at startup, populated with full list of category names
10 years ago
Don Gagne
967cfe3b23
Merge pull request #1361 from dogmaphobic/portNaming
...
Show user friendly port name in Serial Settings combo box.
10 years ago
Bryant
2b20abe6cc
STATUS_TEXT messages are now read aloud if they are prepended with '#'.
10 years ago
Don Gagne
d8cf7606ea
Register categories
10 years ago
Don Gagne
f254fc614d
qtlogging.ini automatically created at startup
...
If it doesn’t exist it will be prefilled with all registered categories
set to false
10 years ago
dogmaphobic
50101778c7
Show user friendly port name in Serial Settings combo box.
10 years ago
Don Gagne
e41b8542e8
Merge pull request #1355 from joelorenzetti/sdl-readme
...
Added missing libsdl install for README for Ubuntu
10 years ago
Don Gagne
eb811905d8
Merge pull request #1357 from dogmaphobic/serialPortFix
...
Serial port fix
10 years ago
dogmaphobic
cb63f6de8c
Cleaning up automatic port renaming when user leaves it "Unnamed".
10 years ago
Joe Lorenzetti
060f378a8f
Added missing libsdl install for README for Ubuntu
10 years ago
Bryant
71eca40b27
Output audio for NOTICE severity STATUSTEXT messages.
10 years ago
dogmaphobic
d89faafad8
Using full port name (/dev/tty.xxx) as using the short name no longer works.
...
Changed settings version as the link configurations must be redone (with the new port names)
10 years ago
Lorenz Meier
3433797052
Merge pull request #1350 from dogmaphobic/disableAdvancedPower
...
Disabling (undone) prop and mag cal settings.
10 years ago
Bryant
3b341f0122
Enable the CDI display for the PFD widget.
10 years ago
Bryant
f8195186c5
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into crosstrack_error
10 years ago
Bryant
8b3ba6594a
Display the crosstrack error in the HSI widget.
10 years ago
dogmaphobic
e54ba77d6c
Disabling (undone) prop and mag cal settings.
10 years ago
Don Gagne
7671c26b6d
Merge pull request #1348 from Susurrus/cleanup
...
Cleanup remnants OpalRT and Kinect
10 years ago
Don Gagne
c25d1475ac
Merge pull request #1346 from dogmaphobic/fontSizeFix
...
Added code to handle point size fonts in all QML widgets.
10 years ago
Bryant
bed84c00fc
Remove /data directory from post-install commands.
10 years ago
Bryant
56473f8c47
Remove last remnants of Kinect support.
10 years ago
Bryant
a72573de0a
Remove last remnants of OpalRT support.
10 years ago
Susurrus
5ceb7b2774
Merge pull request #1347 from Susurrus/audio_imps
...
Audio improvements
10 years ago
Bryant
8fad004421
Standardize audio notices to use 'System NUMBER'.
...
Otherwise some messages say 'System MAV 0-20' and some say 'System 20'.
10 years ago
Bryant
6a8a094945
Be sure to specify the system for audio alerts.
10 years ago
Bryant
368594b809
Fix capitalization.
10 years ago
dogmaphobic
7afa27d4ad
Removed font sizing from unit test control as I don't know how it behaves without a visible window.
10 years ago
dogmaphobic
9b6e5499fd
Added convenience function to ScreenTools to compute appropriate font point size.
10 years ago
dogmaphobic
a5bd07945b
Fixing fishy typo...
10 years ago
dogmaphobic
7e4458df8e
Added code to handle point size fonts in all QML widgets.
10 years ago
Lorenz Meier
ed9c6f4529
Merge pull request #1339 from dogmaphobic/powerSettings
...
Initial Battery Config
10 years ago
Lorenz Meier
12930fd52c
Merge pull request #1341 from DonLakeFlyer/Assert
...
Add assert back
10 years ago
Lorenz Meier
ec4378d741
Merge pull request #1342 from Susurrus/changes
...
Couple o' changes
10 years ago
Susurrus
e506266944
Forgot to give the new variable a datatype
...
Should fix things.
10 years ago
dogmaphobic
bae07b16f6
Type checking in Fact::setValue()
...
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.
10 years ago