Don Gagne
694091f9bc
Fixed broken UnitTest build
...
Build files were broken for unit test. Seems to difficult to try to kep
qgroundcontrol.pro and qgcunittest.pro in sync with each other. Instead
I made qgcunittest.pro just include qgroundcontrol.pro. This required
some tweaks to allow TARGET to be set from the outside as well as to
leave out main.cc. Also needed to modify qgroundcontrol.pri to use
TARGET instead of hardcoding app name. This way it can build either
qgroundcontrol.pp or qgcunittest.app. At this point only works on osx.
12 years ago
Thomas Gubler
c014645853
change type of port from uint16_t to quint16
12 years ago
Lorenz Meier
c472a494dd
Merge pull request #424 from DrTon/acceptance_fix
...
Fix crash when acceptance in pixels == 0
12 years ago
Anton Babushkin
ff5a3fe3d1
Fix crash when acceptance in pixels == 0
12 years ago
Lorenz Meier
2f1d35c510
Merge pull request #422 from DonLakeFlyer/Mavericks_Fix
...
Mavericks fix to APM_Toolbar
12 years ago
Don Gagne
bfe8684e2b
Removed LinkInterface methods which were never being called. Updated various LinkInterface implementation classes to remove the methods. Some methods such as the ones which measure data rates or bits sent/received were implemented in only some of the implementation classes, and in some cases implemented incorrectly. If they were called, the values returned would be incorrect. Although there was some partial implementation for these I removed them as well since in all case they were never being called by any code. In checking Blame, these came across in 2010 and have remained unimplemented since them, so I figure better to clean up than leave crufty, unused, half finished stuff in.
12 years ago
Lorenz Meier
bd2da1d28b
Merge pull request #417 from thomasgubler/linux_text2speech
...
re-enable linux text to speech and fix use of deprecated function
12 years ago
Lorenz Meier
e36112fb35
Merge pull request #421 from thomasgubler/fix_setmode
...
Fix setmode (in-air disarm fix)
12 years ago
Lorenz Meier
02692e4002
Merge pull request #411 from DrTon/batt_remain_est
...
Use onboard remaining battery estimate by default
12 years ago
Lorenz Meier
7fd78bf71d
Merge pull request #420 from DonLakeFlyer/TCP_Support
...
Tcp support
12 years ago
Thomas Gubler
d7ae91c594
updated goAutonomous, goManual and toggleAutonomy
12 years ago
Thomas Gubler
f50c15f16b
set_mode fix: cleanup
12 years ago
Thomas Gubler
aa9dfa2333
fix handling of setmode when base_mode was not yet updated, also fix some wrong bitmask handling
12 years ago
Don Gagne
feda356f72
Mavericks fix to APM_Toolbar
...
QTBUG 34300 causes relative path references to qml file loading to fail.
12 years ago
Don Gagne
db465d5a2c
Final TCP link support
12 years ago
Don Gagne
d9fe006905
Initial TCP support
12 years ago
Thomas Gubler
0d445a4d71
re-enable linux text to speech and fix use of deprecated function
12 years ago
Lorenz Meier
095323a9a1
Merge pull request #413 from thomasgubler/plotfilter
...
Do not filter/hide line in linechartwidget when checkbox of the line is ...
12 years ago
Thomas Gubler
d2e513c558
Do not filter/hide line in linechartwidget when checkbox of the line is checked
12 years ago
Lorenz Meier
879e1f6a0f
Merge pull request #412 from thomasgubler/airspeed_calibration
...
differential pressure/airspeed calibration ui
12 years ago
Thomas Gubler
c086bcbb31
differential pressure/airspeed calibration ui
12 years ago
Anton Babushkin
e2089acc0e
Use onboard remaining battery estimate by default
12 years ago
Lorenz Meier
74ee8c7cb6
Fixed scaling of differential pressure for XPlane link
12 years ago
Lorenz Meier
a5f7a9e8e0
Merge branch 'master' of github.com:mavlink/qgroundcontrol into config
12 years ago
Lorenz Meier
d36eca90e9
Added ping reply patch by Paul Chavent
12 years ago
Lorenz Meier
849337e2e3
Merge pull request #409 from gefink/master
...
override is not aviable in gcc 4.6 (only in 4.7). Removed for compatability
12 years ago
Geoff Fink
9cd72124d6
override is not available in gcc 4.6 (only 4.7).
...
Removed for compatability
12 years ago
Lorenz Meier
9ac8b1c359
Merge branch 'master' of github.com:mavlink/qgroundcontrol
12 years ago
Lorenz Meier
0700a1e7d6
Audio for Windows
12 years ago
Lorenz Meier
1814903302
Merge pull request #408 from thomasgubler/plotfilter
...
LinechartWidget: fix removal of curves
12 years ago
Lorenz Meier
942a02c96b
Added code style tool
12 years ago
Thomas Gubler
ee32097e0b
LinechartWidget: fix removal of curves
12 years ago
Lorenz Meier
483f629388
Merge pull request #400 from johnflux/config
...
A hefty commit to try to clean up MainWindow
12 years ago
Lorenz Meier
a353542add
Merge pull request #401 from thomasgubler/hil_flightgear
...
flightgear hil: correct scaling of pressure for mavlink message and remo...
12 years ago
Lorenz Meier
eb8ac2b67b
Merge pull request #406 from thomasgubler/plotfilter
...
Filtering in plot perspective
12 years ago
Thomas Gubler
52d4181c14
better placement of filtering LineEdit
12 years ago
Thomas Gubler
878ba466e5
add keyboard shortcut for plot filtering
12 years ago
Thomas Gubler
6e882d9570
set placeholderText plotFilterLineEdit
12 years ago
Thomas Gubler
bd9e85c9d6
basic filter functionality
12 years ago
Thomas Gubler
8e3f46f698
add textbox for filtering
12 years ago
Lorenz Meier
3668e9be54
Merge pull request #405 from DrTon/calib_fixes
...
Calibration fixes
12 years ago
Thomas Gubler
126b51bed5
fw hil: fixed indentation
12 years ago
Anton Babushkin
b28c86af15
Mag calibration message parsing fix
12 years ago
Anton Babushkin
854b9cbdce
Calibration fixes
12 years ago
John Tapsell
403104dd01
Allow user to stop and start the plot, and scroll back in time
12 years ago
John Tapsell
7f0fa61400
QGCXYPlot: Clean up layout a bit
12 years ago
John Tapsell
8966a49f2a
QGCXYPlot: Add smoothing ability to smooth the last N points of data
12 years ago
Thomas Gubler
45c61a29bb
flightgear hil: correct scaling of pressure for mavlink message and remove indicated airspeed from flightgear protocol, commit requires flightgear protocol update
12 years ago
John Tapsell
a40c8870a9
QGCXYPlot: Seperate the number of points shown and number of points store
12 years ago
John Tapsell
6c59f5f4cb
Add an XY plot widget
...
This allows you to add XY graph plots of any data. For example,
x,y position data of a servo.
12 years ago