Bryant Mairs
16e8aab2f2
Add display of the outgoing data rate to the debug console widget.
11 years ago
Bryant Mairs
c4db113de3
Renamed getNominalDataRate to getConnectionSpeed. Also added upstream/downstream data rate functions to all Link classes.
11 years ago
Bryant Mairs
144ef96579
Removed various bits of dead code.
11 years ago
Bryant Mairs
0fe7fa8da6
Refactor data rate calculations in DebugConsole.
...
Simplify calculations by assuming we only care about rates in kB/s.
11 years ago
Bryant Mairs
56da98ee48
Added a downstream text label to the debug console.
11 years ago
Lorenz Meier
17883dbb96
Merge pull request #428 from DrTon/alt_speed_fix
...
Altitude and speed rewrite
11 years ago
Anton Babushkin
fd497bc65a
Merge branch 'master' into alt_speed_fix
11 years ago
Lorenz Meier
9dea5ac9f4
Merge pull request #423 from DonLakeFlyer/LinkInterfaceCleanup
...
Removed LinkInterface methods which were never being called. Updated var...
11 years ago
Lorenz Meier
651fdd2698
Merge pull request #430 from DonLakeFlyer/UnitTestFixes
...
Unit Tests would not compile, once they compiled, they didn't work correctly, once working correctly they found a couple bugs
11 years ago
Lorenz Meier
bcff0d5251
Merge pull request #434 from Susurrus/exposeSysTime
...
Expose SYSTEM_TIME message to QGC
11 years ago
Bryant
cf17ec0ed9
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into exposeSysTime
11 years ago
Bryant
112d89ffdb
Expose the SYSTEM_TIME message to the rest of QGC.
11 years ago
Don Gagne
b588e69e24
Can't spell
11 years ago
Don Gagne
ddb4f8775d
Fixed UnitTest code and bugs found by unit tests
11 years ago
Don Gagne
a389160c4d
Make qgroundcontrol.pri agnostic to app name
...
Use TARGET instead of hardcoded qgroundcontrol.app name. This allows
this file to build unit test app as well as qgroundcontrol app.
11 years ago
Don Gagne
6ca4d234d6
Fix AutoTest build breaks
11 years ago
Don Gagne
5a50e9c9b4
Comment change
11 years ago
Don Gagne
60a06d6abd
Merge branch 'UnitTestFixes' of https://github.com/DonLakeFlyer/qgroundcontrol into UnitTestFixes
...
Conflicts:
qgroundcontrol.pri
11 years ago
Lorenz Meier
7d136acad1
Merge pull request #429 from DonLakeFlyer/LinuxWindowsFixes
...
Linux APM Toolbar broken, Windows build broken
11 years ago
Don Gagne
4a91f435f4
Windows build required atlbase.h
...
While testing the previous commit on Windows I found that I could not
compile windows due to include of atlbase.h. This file is no longer
available in SDKs. It is only available in for money versions of VIsual
Studio. Luckily this include was not needed. So I just removed it and
Windows now builds again with just VS Express. Tested all changes on
OSX, Linux and Windows (including speech on windows, which still works).
11 years ago
Anton Babushkin
b9d8484fbe
Altitude splitted to altitudeAMSL and altitudeRelative, speed splitted to airSpeed and groundSpeed. PrimaryFlightDisplay uses airSpeed for FW and groundSpeed for MC.
11 years ago
Don Gagne
44cb715f84
Use same resource file list between builds
...
Linux build was broken due to the fact that it wasn’t copying qml
files. With each build flavor having it’s own seperate copy code it was
easy for these to get out of sync. Centralized the copy list so that it
remains in sync across flavors.
11 years ago
Lorenz Meier
d2ede70558
Merge pull request #426 from thomasgubler/fix_type_compile_error
...
change type of port from uint16_t to quint16
11 years ago
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.
11 years ago
Thomas Gubler
c014645853
change type of port from uint16_t to quint16
11 years ago
Lorenz Meier
c472a494dd
Merge pull request #424 from DrTon/acceptance_fix
...
Fix crash when acceptance in pixels == 0
11 years ago
Anton Babushkin
ff5a3fe3d1
Fix crash when acceptance in pixels == 0
11 years ago
Lorenz Meier
2f1d35c510
Merge pull request #422 from DonLakeFlyer/Mavericks_Fix
...
Mavericks fix to APM_Toolbar
11 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.
11 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
11 years ago
Lorenz Meier
e36112fb35
Merge pull request #421 from thomasgubler/fix_setmode
...
Fix setmode (in-air disarm fix)
11 years ago
Lorenz Meier
02692e4002
Merge pull request #411 from DrTon/batt_remain_est
...
Use onboard remaining battery estimate by default
11 years ago
Lorenz Meier
7fd78bf71d
Merge pull request #420 from DonLakeFlyer/TCP_Support
...
Tcp support
11 years ago
Thomas Gubler
d7ae91c594
updated goAutonomous, goManual and toggleAutonomy
11 years ago
Thomas Gubler
f50c15f16b
set_mode fix: cleanup
11 years ago
Thomas Gubler
aa9dfa2333
fix handling of setmode when base_mode was not yet updated, also fix some wrong bitmask handling
11 years ago
Don Gagne
feda356f72
Mavericks fix to APM_Toolbar
...
QTBUG 34300 causes relative path references to qml file loading to fail.
11 years ago
Don Gagne
db465d5a2c
Final TCP link support
11 years ago
Don Gagne
d9fe006905
Initial TCP support
11 years ago
Thomas Gubler
0d445a4d71
re-enable linux text to speech and fix use of deprecated function
11 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 ...
11 years ago
Thomas Gubler
d2e513c558
Do not filter/hide line in linechartwidget when checkbox of the line is checked
11 years ago
Lorenz Meier
879e1f6a0f
Merge pull request #412 from thomasgubler/airspeed_calibration
...
differential pressure/airspeed calibration ui
11 years ago
Thomas Gubler
c086bcbb31
differential pressure/airspeed calibration ui
11 years ago
Anton Babushkin
e2089acc0e
Use onboard remaining battery estimate by default
11 years ago
Lorenz Meier
e58787b6da
Merge branch 'master' of github.com:mavlink/qgroundcontrol into config
11 years ago
Lorenz Meier
74ee8c7cb6
Fixed scaling of differential pressure for XPlane link
11 years ago
Lorenz Meier
a5f7a9e8e0
Merge branch 'master' of github.com:mavlink/qgroundcontrol into config
11 years ago
Lorenz Meier
d36eca90e9
Added ping reply patch by Paul Chavent
11 years ago
Lorenz Meier
c5118b06af
Merge branch 'config' of github.com:mavlink/qgroundcontrol into config
11 years ago