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
Don Gagne
137ce9d7e4
Merge pull request #2425 from pritamghanghas/esc_key_fix
...
Esc key fix
9 years ago
Don Gagne
8c7ec0ae71
Make compiler happy
...
Even though it’s wrong!
9 years ago
Don Gagne
f8ca385db2
Show APM firmware versions when flashing
9 years ago
Don Gagne
45e471895c
New file downloader class
9 years ago
Pritam Ghanghas
7119421c43
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into esc_key_fix
9 years ago
Pritam Ghanghas
ad2ce12bad
Fixed a small irritation. Mainwidnow had a shortcut action on escape
...
that was connected to showNormal, which always led to a smaller
minimized window irrespective of whether the applicaton was
full screen or not. Now it checks and always returns to maximized.
9 years ago
Don Gagne
2c2ea6d9b7
Merge pull request #2422 from DonLakeFlyer/SubMenuButtonSize
...
Handle dynamic sizing of setup buttons
9 years ago
Don Gagne
edc89cdd2f
Merge pull request #2421 from DonLakeFlyer/SupportedCommands
...
Firmware specific supported mission commands list
9 years ago
Don Gagne
b1ea165d57
Caught by case sensitivity yet again
9 years ago
Don Gagne
c1fee45f77
Handle dynamic sizing of setup buttons
9 years ago
Don Gagne
8587ff69a6
Make FirmwarePlugin::supportedCommands actually work
9 years ago
Don Gagne
d07bd665bc
Add new SettingsFact
...
Supports connecting a Fact to a QSettings value
9 years ago
Lorenz Meier
1e105f0cc3
Merge pull request #2418 from dogmaphobic/fixTTS
...
Minor fixes to TTS.
9 years ago
Don Gagne
e375a514f5
Merge pull request #2417 from kd0aij/master
...
add rotation for Stryker VTOL
9 years ago
dogmaphobic
37d023475c
Minor fixes to TTS.
9 years ago
Don Gagne
1f8136b72d
Merge pull request #2416 from DonLakeFlyer/SafetyFix
...
Fix missin Safety Config warnings
9 years ago
Don Gagne
27461b2321
Merge pull request #2415 from tcanabrava/APMAirframesV8
...
Add the initial stub for the AirFrame configuration for APM
9 years ago
Mark Whitehorn
ad31438b8b
add rotation for Stryker VTOL
9 years ago
Don Gagne
215b198ac4
Fix warnings
9 years ago
Tomaz Canabrava
ff32b9fe14
Add the initial stub for the AirFrame configuration for APM
...
This commit introduces the APM Airframe configuration. The interface
is the same as the PX4 one, but the way we deal with the uas is a bit different
Since the APM stack doesn't provide a xml with airframe definitions a
new one was created by hand with only the values that we need, wich will
trigger a download of the parameters file from the mavlink github
Now it correctly handles the FRAME variable and it's faster
regarding the download of the parameters for each type of Frame.
Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
4660402037
Merge pull request #2414 from DonLakeFlyer/UnknownEnum
...
Handle unknown enum values in meta data
9 years ago