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
Don Gagne
af2d735d71
Merge pull request #1333 from DonLakeFlyer/Hover
...
Fix hover state of Button
10 years ago
Don Gagne
f3a77dbb4b
Better variable names
...
Also realized I don’t need __lastMouseXY
10 years ago
Don Gagne
9f4b6e76f5
Fix hover state of Button
10 years ago
Don Gagne
4a5da9d6d3
Merge pull request #1332 from dogmaphobic/toolBarButtons
...
Chevron buttons in Main Tool Bar
10 years ago
dogmaphobic
6cf14b6126
Removed numbers from main tool bar buttons.
...
Reduced size of the main tool bar buttons accordingly.
Connect/Disconnect buttons (and link configuration combobox) now use the default height.
10 years ago
Don Gagne
04c6e270a9
Merge pull request #1330 from DonLakeFlyer/ParamConfigSize
...
Fix parameter config sizing
10 years ago
dogmaphobic
e3d7e12953
Chevron buttons in Main Tool Bar
10 years ago
Don Gagne
38c6343d7e
Fix sizing
10 years ago
Don Gagne
f743d7d678
Merge pull request #1325 from DonLakeFlyer/QMLFact
...
Use FactBinder to access facts from Qml
10 years ago
Don Gagne
e863bdae38
Use FactBinder to access facts from Qml
...
Passing parameters QVariantMap across C++ boundary was causing crashes
in Qt due to Qml array bugs. Referencing same Fact* across Qml boundary
in multiple QQuickWidgets caused jScript GC to crash.
10 years ago
Don Gagne
3ad5a20926
Merge pull request #1324 from mavlink/aws_switch
...
Switch QGC firmware upgrader for PX4 to AWS and Travis. Use beta/stable/...
10 years ago
Lorenz Meier
1d5015cf11
Switch QGC firmware upgrader for PX4 to AWS and Travis. Use beta/stable/master for Firmware, map all three items to master for Flow (because there are not beta/stable branches)
10 years ago
Lorenz Meier
95d3717ebe
Merge pull request #1323 from dogmaphobic/fixConnectButton
...
Minor fix to "Connect" button
10 years ago
Don Gagne
88450aa671
Merge pull request #1322 from DonLakeFlyer/UnusedCode
...
Remove unused code
10 years ago
dogmaphobic
46d7ec4221
Button too small for when it switches to disconnect (multiple links adds a drop down icon to the button).
10 years ago
Don Gagne
4e74c37437
Merge pull request #1321 from dogmaphobic/toolBarPreferences
...
Completed Tool Bar settings in Preferences Dialog
10 years ago
Don Gagne
379d381975
Remove unused code
10 years ago
dogmaphobic
3d00780b19
Removed duplicate method. Don and I both added the same method concurrently.
10 years ago
Don Gagne
0eb51f49fe
Merge pull request #1316 from dogmaphobic/textToSpeechFixes
...
Text to speech tweaks
10 years ago
dogmaphobic
86fd4a2909
Completed Tool Bar settings in Preferences Dialog
10 years ago
Don Gagne
cef33ce0aa
Merge pull request #1318 from DonLakeFlyer/OSXInstall
...
Fix OS X Installer yet again
10 years ago
Don Gagne
1691530a54
Merge pull request #1320 from DonLakeFlyer/UTFixes
...
Unit Test fixes
10 years ago
Don Gagne
e278b23b9e
Turn off due to singleton shutdown problem
...
Will rewrite singleton shutdown in separate pull
10 years ago
Don Gagne
92c0b53cad
Update tests for new toolbar
...
Also turn them back on
10 years ago
Don Gagne
05bd927340
Don't force visibility of toolbar
...
Although this should theoretically be a no-op it causes a crash in
Windows when running unit tests. Also parent toolbar in constructor.
10 years ago
Don Gagne
8ee51d3497
Add getMainToolBar for unit test writing
10 years ago
Don Gagne
b82c8e7866
Add parent in constructor
10 years ago
Don Gagne
278871b801
Merge pull request #1315 from dogmaphobic/toolBarFixes
...
Tool Bar Tweaks
10 years ago
dogmaphobic
ddc2398270
Better explaining DPI issues.
10 years ago
dogmaphobic
4fb15d3dde
Disabling SetupViewTest as it is not working in Windows.
...
These tests that make direct calls into the tool bar need to be updated.
10 years ago
Don Gagne
6219f5c06f
Fix OS X Installer yet again
10 years ago
dogmaphobic
6903ae325b
Text to speech tweak.
10 years ago