Don Gagne
b588e69e24
Can't spell
12 years ago
Don Gagne
ddb4f8775d
Fixed UnitTest code and bugs found by unit tests
12 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.
12 years ago
Don Gagne
6ca4d234d6
Fix AutoTest build breaks
12 years ago
Don Gagne
5a50e9c9b4
Comment change
12 years ago
Don Gagne
60a06d6abd
Merge branch 'UnitTestFixes' of https://github.com/DonLakeFlyer/qgroundcontrol into UnitTestFixes
...
Conflicts:
qgroundcontrol.pri
12 years ago
Lorenz Meier
7d136acad1
Merge pull request #429 from DonLakeFlyer/LinuxWindowsFixes
...
Linux APM Toolbar broken, Windows build broken
12 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).
12 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.
12 years ago
Lorenz Meier
d2ede70558
Merge pull request #426 from thomasgubler/fix_type_compile_error
...
change type of port from uint16_t to quint16
12 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.
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
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