3355 Commits (e36112fb3579e39ee512567cb01c3ecbfbd678d7)
 

Author SHA1 Message Date
Lorenz Meier e36112fb35 Merge pull request #421 from thomasgubler/fix_setmode 12 years ago
Lorenz Meier 02692e4002 Merge pull request #411 from DrTon/batt_remain_est 12 years ago
Lorenz Meier 7fd78bf71d Merge pull request #420 from DonLakeFlyer/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 db465d5a2c Final TCP link support 12 years ago
Don Gagne d9fe006905 Initial TCP support 12 years ago
Lorenz Meier 095323a9a1 Merge pull request #413 from thomasgubler/plotfilter 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 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 12 years ago
Geoff Fink 9cd72124d6 override is not available in gcc 4.6 (only 4.7). 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 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 12 years ago
Lorenz Meier a353542add Merge pull request #401 from thomasgubler/hil_flightgear 12 years ago
Lorenz Meier eb8ac2b67b Merge pull request #406 from thomasgubler/plotfilter 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 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 12 years ago
John Tapsell 00a7baae03 Remove MainWindow styleChanged() signal 12 years ago
John Tapsell 0e6411c7ad Fix setStyleText() to apply to future curves 12 years ago
John Tapsell beb0ecfb98 Fix minor const issues in QGCToolWidget 12 years ago
John Tapsell bd3b7ea36d Merge the startEditMode() and endEditMode() functions into one, and remove code duplication 12 years ago
John Tapsell 98abf5a7ff Fix crash when removing an item from a custom widget 12 years ago
John Tapsell 6c347709a0 Clean up when exactly we should save settings, and add in checks to make sure we do not do it incorrectly 12 years ago
John Tapsell 0c5065251d Reduce code duplication 12 years ago
John Tapsell f6ae5ed8fc Make sure that our custom widget doesn't reuse an object name 12 years ago
John Tapsell a6a5a65b14 Fix warning "Cannot set minimum size to (-1,-1)" 12 years ago