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
philipoe
38d4066d5d
PrimaryFlightDisplay: Clear up speed label (now showing airspeed and groundspeed separately to avoid confusion) and add vertical climb label
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
Lorenz Meier
61bc6f35d3
Merge pull request #1344 from crashmatt/master
...
Support for bootloading uNode board
10 years ago
crashmatt
8295b8dcbf
Support for bootloading uNode board
10 years ago
dogmaphobic
72a7acc5df
Moved update canvas to ScreenTools
...
Moved update canvas signal to perspective load instead of hooking it to the paint event.
Added an "S" as the unit for the number of cells fact (as in 4S).
10 years ago
Bryant
18b27da88b
Fix possibly empty-string error.
10 years ago
Bryant
e3216f87a9
Switch GAudioOutput to new-style signal/slots.
10 years ago
Don Gagne
6f93054908
Add assert back
...
Also changed to qWarning
10 years ago
Lorenz Meier
02f36bf3ae
Merge pull request #1340 from DonLakeFlyer/ChannelCount
...
Remove unused Fact
10 years ago
dogmaphobic
b2c326821e
Added some battery graphics.
...
Added "Advanced Settings" check box.
10 years ago
Don Gagne
bf94a33c84
Remove unused Fact
10 years ago
dogmaphobic
b6cf543e32
Created new ScreenTools exported control for QML code to obtain screen DPI factor to be used for computing font point sizes. This code used to be in the tool bar code and now is available to all QML widgets.
...
Moved global mouse position tool into ScreenTools as I felt it would be a place to collect these sort of functionality.
Replaced Tree used in the Safety Component from a PNG file to a SVG file as the PNG was not scaling up properly.
10 years ago
dogmaphobic
d98b1a8064
Initial Battery Config
10 years ago
Lorenz Meier
2e1efdc25a
Hotfix: Do not assert on missing param
10 years ago
Lorenz Meier
94e718b6e7
Merge pull request #1337 from DonLakeFlyer/FMConfig
...
New Flight Mode config
10 years ago
Lorenz Meier
dd078544b9
Merge pull request #1335 from dogmaphobic/toolBarTweaks
...
Tool bar tweaks
10 years ago
Don Gagne
b69a146e73
New Flight Mode config
10 years ago
dogmaphobic
5cf65f9fe1
Grrr.. Mistyped it.
10 years ago
dogmaphobic
17351cf27f
Made my own copy of showHighLight so I don't need to change the base class.
10 years ago
dogmaphobic
a30a125a08
Tweaked text colors in main tool bar.
...
Tool bar buttons now use QGCButton as base to inherit hover mode fix.
Made QGCButton.showHightLight into a public property so I could use it as a trigger for repainting the chevron button.
10 years ago