Don Gagne
7c72e3be24
Fix anchoring, resize main window now works correctly
9 years ago
Don Gagne
4748d4c229
Merge pull request #2477 from DonLakeFlyer/BadCompass
...
Check for bad compass cal
9 years ago
Don Gagne
4e2af7ba11
Fix warning
9 years ago
Don Gagne
58eeaabe54
Check for bad compass cal
9 years ago
Don Gagne
48f2028501
Merge pull request #2473 from DonLakeFlyer/EscEnterDialog
...
Esc/Enter key support in QGCView dialogs
9 years ago
Don Gagne
b434b4a481
PX4 Tuning Component
9 years ago
Don Gagne
eb1c4c8d3f
Esc/Enter key support in QGCView dialogs
...
Total hack but it seems to work
9 years ago
Don Gagne
5399a29130
Merge pull request #2471 from DonLakeFlyer/V4SerialPort
...
Identify V4 board as Pixhawk
9 years ago
Don Gagne
e997100ff5
Identify V4 board as Pixhawk
9 years ago
Don Gagne
9073ac22dc
Merge pull request #2468 from DonLakeFlyer/VehicleSummary
...
New Vehicle Summary format
9 years ago
Don Gagne
3fdf1b88e3
New Vehicle Summary format
...
Takes less real estate and flows better and small displays
9 years ago
Don Gagne
6bd6cbd00f
Merge pull request #2467 from DonLakeFlyer/CameraConfig
...
APM Stack Camera Config
9 years ago
Don Gagne
e5b4707b4d
Merge pull request #2459 from DonLakeFlyer/CompId
...
qWarning instead of assert
9 years ago
Don Gagne
b5b1d616d9
APM Stack Camera Config
9 years ago
Don Gagne
09e505e23d
Merge pull request #2462 from DonLakeFlyer/CalRotate
...
Add missing compass cal rotation images
9 years ago
Don Gagne
8f59526185
Incorrect comparison
...
Hard to believe you could screw up something so easy!
9 years ago
Don Gagne
27db80f4aa
Add missing compass cal rotation images
9 years ago
Don Gagne
7e9ae4c49d
Merge pull request #2460 from dogmaphobic/fullScreenGone
...
Remove Full Screen menu action (and its opposite, Normal as well)
9 years ago
Don Gagne
a7ee3e361c
Merge pull request #2446 from DonLakeFlyer/SavedFilesLocation
...
Use Documents as saved files location
9 years ago
Gus Grubba
782b954dfd
Remove Full Screen menu action (and its opposite, Normal as well)
9 years ago
Don Gagne
df49f36e39
qWarning instead of assert
9 years ago
Don Gagne
a145b8ac89
Merge remote-tracking branch 'origin/SavedFilesLocation' into SavedFilesLocation
9 years ago
Don Gagne
d67051c345
Use temp location to make travis happy
9 years ago
Don Gagne
53457bfda8
Use Documents as saved files location
9 years ago
Don Gagne
ef2586f8b1
Merge pull request #2458 from DonLakeFlyer/MavlinkBump
...
Update to latest mavlink
9 years ago
Don Gagne
f519c8fe21
Update to latest mavlink
9 years ago
Don Gagne
6c2611abda
Merge pull request #2451 from DonLakeFlyer/PX4FMUV1Flash
...
Missing case for FMU V1 flash
9 years ago
Don Gagne
8204055171
Merge pull request #2445 from DonLakeFlyer/WindowsInstall
...
Windows: Force uninstall before new install
9 years ago
Don Gagne
4f86b9c711
Merge pull request #2448 from DonLakeFlyer/APMCompass
...
Reset compass offsets to previous if cal cancelled
9 years ago
Don Gagne
e036ea5256
Missing case for FMU V1 flash
9 years ago
Don Gagne
013427b62c
Reset compass offsets to previous if cal cancelled
...
Also fixed problem with setup complete signaling after positive
calibration completed
9 years ago
Don Gagne
e3deb1ce73
Use Documents as saved files location
9 years ago
Don Gagne
055addd870
Force uninstall before new install
9 years ago
Don Gagne
b2e9e13416
Merge pull request #2441 from DonLakeFlyer/APMCompassCal
...
APM Stack Compass Calibration
9 years ago
Don Gagne
104a848e6b
Fix some qDebugs
9 years ago
Don Gagne
a329074cc3
APM Stack Compass Calibration
9 years ago
Don Gagne
9eb2f3603b
Merge pull request #2439 from anselmolsm/foreach-qstring
...
Review iterations over QStrings
9 years ago
Anselmo L. S. Melo
7d47b470a5
Review iterations over QStrings
...
There are many ways of iterating over lists in C++/Qt.
In the specific case of QStrings, it is known [1] that using
foreach with const references avoids the creation of new
QString objects in each iteration, reducing the time consumed
by the loops.
[1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/
Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
9 years ago
Don Gagne
a4e6fd28c4
Merge pull request #2434 from DonLakeFlyer/APMFrame
...
Show APM Airframe config at appropriate times
9 years ago
Don Gagne
c44f6cb31c
Show APM Airframe config at appropriate times
...
Also added missing FRAME types
9 years ago
Don Gagne
58b9c3f657
Merge pull request #2432 from DonLakeFlyer/APMPlane
...
APM plane fixes
9 years ago
Don Gagne
b887cbd9cd
Airframe component is always created
9 years ago
Don Gagne
a9e46e2e23
Support components with no ui
9 years ago
Don Gagne
82e8b33b70
Handle missing channel options
9 years ago
Don Gagne
8eced4a7aa
Merge pull request #2429 from DonLakeFlyer/APMPower
...
APM Power Config
9 years ago
Don Gagne
01ff99bff0
APM Power Config
9 years ago
Don Gagne
082234361b
Support enumInfo
9 years ago
Lorenz Meier
9773ab8261
Merge pull request #2428 from DonLakeFlyer/MavlinkDialect
...
Use ardupilotmega mavlink dialect as main dialect
9 years ago
Don Gagne
78539f564e
Use ardupilotmega mavlink dialect
...
This way QGC can support both PX4 and APM Flight Stack messages at the
same time.
9 years ago
Don Gagne
445c852799
Merge pull request #2426 from DonLakeFlyer/APMVersionInfo
...
Show Apm version info when flashing
9 years ago