dogmaphobic
3fd9497c85
Forcing no proxy for UDP connections.
...
This came through google groups and as the change is right where I'd been working, I added it here to avoid collision.
10 years ago
Don Gagne
24bf2218ea
Merge pull request #1233 from DonLakeFlyer/Eigen
...
Fix Eigen includes
10 years ago
dogmaphobic
e4dcf8fe48
Argh... Forgot to test release after adding Mock Link.
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
The goal of this first installment is to organize the code a bit so it's more readable,
clean up a bit of left over cruft, and manage link configurations (and links in general).
10 years ago
Don Gagne
6c300280b9
Fix Eigen includes
10 years ago
Don Gagne
381acec96b
Convert Firmware Upgrade to QML
...
- Much simpler UI
- MVC style qml programming model
10 years ago
Don Gagne
e411b95cc4
Merge pull request #1228 from DonLakeFlyer/FixSetupView
...
Fix SetupView to work with latest mavlink headers
10 years ago
Don Gagne
53349ffcfb
Merge pull request #1230 from dogmaphobic/smallSerialFix
...
Fix small logic error with NULL serial port.
10 years ago
Don Gagne
303050ed62
Merge branch 'FixSetupView' of https://github.com/DonLakeFlyer/qgroundcontrol into FixSetupView
...
Conflicts:
src/AutoPilotPlugins/PX4/AirframeComponent.cc
10 years ago
dogmaphobic
ea9144ef46
Fix small logic error with NULL serial port.
10 years ago
Don Gagne
0c1ca1ed6e
Merge branch 'Stable_V2.2' of https://github.com/mavlink/qgroundcontrol into FixSetupView
...
Conflicts:
src/qgcunittest/UASUnitTest.h
10 years ago
Don Gagne
dd6ab7ff3f
Update to latest mavlink headers
...
Put back commented out code
10 years ago
Don Gagne
e0fed930e9
Fix SetupView to work with latest mavlink headers
...
- Updated MainWindowTest to catch this problem
- Also implemented initial pass at SetupView unit test
10 years ago
Don Gagne
c674ee0b05
Merge pull request #1229 from mavlink/mavlinkupdate
...
Updated MAVLink to include dense VTOL MAV_TYPE entries
10 years ago
Lorenz Meier
d0c534175f
Updated MAVLink to include dense VTOL MAV_TYPE entries
10 years ago
Don Gagne
581a026fda
Fix SetupView to work with latest mavlink headers
...
- Updated MainWindowTest to catch this problem
- Also implemented initial pass at SetupView unit test
10 years ago
Don Gagne
d4d0561be4
Merge pull request #1226 from DonLakeFlyer/README
...
Add missing qml modules to README
10 years ago
Lorenz Meier
2c39564396
MAVLink version update
10 years ago
Don Gagne
b5228271ce
Add missing qml modules
10 years ago
Lorenz Meier
bbda859b37
Merge pull request #1223 from DonLakeFlyer/CalFix
...
Support two param sets for calibration
10 years ago
Don Gagne
9933b08485
Merge pull request #1225 from DonLakeFlyer/SetupViewMVC
...
Change SetupView to MVC model
10 years ago
Don Gagne
e47267e298
Change to MVC model
10 years ago
Don Gagne
a21bd1d969
Merge pull request #1220 from DonLakeFlyer/BlackFix
...
Set Column component size correctly
10 years ago
Don Gagne
64672e34d3
Request all sensor parameters before/after cal
...
Include support for both param sets
10 years ago
Susurrus
e388f8be76
Merge pull request #1213 from mavlink/comm_fix
...
Fix setting the baud rate.
10 years ago
Don Gagne
96e5674dd8
Support two param sets for calibration
...
The parameters for calibration were changed in the latest master. QGC
needs to work with both. Hacked in for now, waiting on a true parameter
re-mapping implementation.
10 years ago
Don Gagne
d6c39c380e
Merge pull request #1188 from dogmaphobic/issue1182
...
File extensions need consistency. Issue #1182 .
10 years ago
Don Gagne
41fa62eb1d
Set Column component size correctly
10 years ago
Don Gagne
72167dd020
Merge pull request #1216 from DonLakeFlyer/ResolutionWork
...
Rework setup buttons to fit in lower resolution displays
10 years ago
Don Gagne
503f9aa934
Rework setup button to fit in lower resolution displays
10 years ago
Don Gagne
8197e5c55e
Merge pull request #1204 from DonLakeFlyer/QmlControls
...
Qml controls
10 years ago
Don Gagne
7ee56ba4f9
Merge pull request #1203 from DonLakeFlyer/Readme
...
Add missing qml module
10 years ago
Susurrus
93e33c9dc6
Merge pull request #1210 from senden9/patch-1
...
fix style in README
10 years ago
Bryant
5730af5c63
Fix setting the baud rate.
...
There's also a partial fix for the databits and stopbits. I'm unsure how to deal with the logic
around the 'is_cdc' variable, as I can't really follow what it's for.
10 years ago
Stefano Probst
a842cfa914
fix style in README
...
Fix the formatting at "Initialize submodules".
10 years ago
Don Gagne
f8181f89c8
New set of Qml Controls
...
Controls respect QGCPalette settings. Also added test window.
10 years ago
Don Gagne
35a89d527a
WIP on Firmware Upgrade conversion to Qml
10 years ago
Don Gagne
50cef5034c
Updated for new Palette import
10 years ago
Don Gagne
f45cd1d439
Add new Qml Control test window/menu
10 years ago
Don Gagne
70a55798bb
Move Palette registration out of FactSystem
...
Since this is generic Qml support not specific to FactSystem
10 years ago
Don Gagne
f7eb2306f2
Moved qml controls closer to c++ source in tree
10 years ago
Don Gagne
ddb9619729
Add missing qml module
...
Only seems to be missing in some cases but can’t hurt if already
installed.
10 years ago
dogmaphobic
9a1080ab0a
Changing the order as RC loss is more important and should be up on top.
10 years ago
dogmaphobic
1717173eca
Oops... Forgot them hardcoded.
10 years ago
dogmaphobic
cb627b615e
When enabling the warnings, I realized the dialog was too small for them.
10 years ago
dogmaphobic
ea6c6a911d
Reworking the layout of the "Return Home" Safety Dialog.
10 years ago
Don Gagne
cdaa02968c
Coding style examples
10 years ago
Don Gagne
c152d25773
Merge pull request #1197 from DonLakeFlyer/QMLPalette
...
Add Light/Dark theme support to QML
10 years ago
dogmaphobic
af995353ed
Blind attempt at fixing Linux build.
10 years ago
Don Gagne
5fd125d9d6
Add Light/Dark theme support to QML
10 years ago