Lorenz Meier
946ef6c3d7
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
7b21d58924
Removed windows startup delay on voice output
11 years ago
Lorenz Meier
aa23d0dcf6
More dialect removal
11 years ago
Lorenz Meier
5d7ab736cc
Fix more dialect stupidity
11 years ago
Lorenz Meier
31c5e3b9e2
Removed include guard preventing message parsing
11 years ago
Lorenz Meier
837d909f96
Bugfix imageready slot
11 years ago
Lorenz Meier
98fb2cbffe
Add image debug output
11 years ago
Lorenz Meier
6dd9fedfb3
Hotfix for confusing / dangling video stream flags
11 years ago
Lorenz Meier
3027250d4b
Disable the active WP setting in the edit list, as its super error prone - only allow it in the view list and switch between views based on activity on the system / UI
11 years ago
Lorenz Meier
01961dc346
Added script for homebrew deployment setup
11 years ago
Lorenz Meier
b1580650a3
Bump version number, now that we have changed a few relevant things
11 years ago
Lorenz Meier
b7edee79e8
Fix video widget display
11 years ago
Lorenz Meier
398d1622df
Updating QUpgrade version
11 years ago
Lorenz Meier
084ebb7177
Merge pull request #496 from thomasgubler/flightgear_scenery
...
flightgear HIL: also use default Scenery directory besides terrasync
11 years ago
Lorenz Meier
3ecea9ef0f
Merge pull request #509 from DonLakeFlyer/Warnings
...
Warnings fixes
11 years ago
Don Gagne
1feeda9aad
Merge pull request #494 from blutack/master
...
Add libudev-dev to linux build requirements
11 years ago
Thomas Gubler
14e76cf217
add missing semicolon for windows build
11 years ago
Don Gagne
20f9040b42
Fix possible ununitialized but used variables
11 years ago
Don Gagne
017e564af2
Fix double->float truncations
11 years ago
Don Gagne
96fd7a0316
Fix macro redefinition errors
...
This removes a race condition between both qwt and qt against math.h on
windows with _USE_MATH_DEFINES set. If math.h comes after qwt or qt
math headers the math defines will be redefined. Really nasty to track
down and ordering problems. So instead I just removed using math
defines on windows and fall back to asin definition of M_PI_2. This
will have some slight perf impact since it calls function instead of
using constant. But I doubt on any of today’s machine it really makes a
difference.
11 years ago
Don Gagne
aa14800fc3
Fix a virtual function override
11 years ago
Don Gagne
62f3f67250
Bring across qupgrade warning fixes
11 years ago
Don Gagne
359fde68c5
Removed warning overrides
...
Number of warnings is low enough now to let them come through. Lowered
Windows warning level the /W3 to be more consistent with OSX/Linux
level of warnings. Removed /WX from Windows build. I’ll put it back
once everything is cleaned up.
11 years ago
Don Gagne
b878d1f327
These are all unused variable or parameter warning fixes
11 years ago
Thomas Gubler
b73b1506ac
flightgear HIL: also use default Scenery directory besides terrasync
...
Conflicts:
src/comm/QGCFlightGearLink.cc
11 years ago
blutack
bfb43b4af7
Add libudev-dev to linux build requirements
...
QGC depends on libudev-dev to build, include this in the list of packages to install.
11 years ago
Lorenz Meier
e53822a07a
Merge pull request #493 from julianoes/hexa_fix
...
Airframe config: fixed hexa copy and paste error
11 years ago
Julian Oes
193b1e3fa7
Airframe config: fixed hexa copy and paste error
11 years ago
Lorenz Meier
28b50320a7
Fixed up autostart IDs
11 years ago
Lorenz Meier
34fb91182a
MAVLink update
11 years ago
Lorenz Meier
5c6015c837
Fix up Mac console build
11 years ago
Lorenz Meier
5a5689563b
Fixed MockUAS methods
11 years ago
Lorenz Meier
11417a140d
PX4 config: Remove the specialized throttle handling - this needs testing, but doing the math on paper it doesn’t look like a special case is needed / wanted here.
11 years ago
Lorenz Meier
07f1e08073
Use the reversed values for the four control channels as well. Not using them would make the display very confusing.
11 years ago
Lorenz Meier
18b73fb9ab
PX4 config: Cleanup in RC value handling.
11 years ago
Lorenz Meier
2415ed3863
Leave out confusing technical detail. Just tell the user we’re done.
11 years ago
Lorenz Meier
d72185eb40
PX4 config: Insist on correct throttle position before accepting RC config end
11 years ago
Lorenz Meier
bd14c4084d
Added new icon, not hooked up to code yet
11 years ago
Lorenz Meier
514741a42d
Supporting RC config better for PX4 vehicles, no functionality changes for other systems
11 years ago
Lorenz Meier
79b910abd2
Enable RC calibration mode during RC calibration to tell vehicle to ignore stick inputs for that period
11 years ago
Lorenz Meier
c283bbeaa1
Upgraded qupgrade version
11 years ago
Lorenz Meier
31291fb156
New version of submodule
11 years ago
Lorenz Meier
43169a188a
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Lorenz Meier
9dd0bc1214
Update build dir
11 years ago
Lorenz Meier
5c579445ba
Merge pull request #477 from Susurrus/gitignore
...
Added more generated files to the .gitignore.
11 years ago
Lorenz Meier
4f676b5cc6
Merge pull request #481 from bjarkevad/master
...
Updated Linux build info in readme
11 years ago
Bjarke Vad Andersen
5fce121ec8
Updated Linux build info in readme
...
Remember to init submodules for "qupgrade"
11 years ago
Lorenz Meier
302dcd23d9
More HIL config options
11 years ago
Bryant
700d1adda6
Added more generated files to the .gitignore.
11 years ago
Lorenz Meier
24d041c485
Merge pull request #469 from DonLakeFlyer/EvenMoreWarnings
...
Even more warnings
11 years ago