Don Gagne
7b32f32ca0
Fix warnings in opmapcontrol
...
I looked at the latest version of opmapcontrol in OpenPilot. This has
not yet been fixed. So added pragma to silence.
11 years ago
Don Gagne
dea781f2ca
Silence makefile override warnings
...
qserialport and qextserialport use the pattern of += into
PUBLIC_HEADERS and PRIVATE_HEADERS. This leads to the same header being
included twice. Which in turn causes the rule for moc in the makefile
to be added twice, hence the warning. Using *= instead of += removes
the duplication.
11 years ago
Don Gagne
74136aa7f0
Silence warnings in qwt
...
The latest version of qwt does have these warnings fixed. But the
latest version also has removed some deprecated printing functionality
which we are currently using. I gave a try at updating but it looked
fairly involved and over my level of understanding for that part of the
code. So pragmas for now. When someone does upgrade qwt the pragmas
will no longer be needed.
11 years ago
Don Gagne
326627ae74
Fix warnings in opmapcontrol
...
I looked at the latest version of opmapcontrol in OpenPilot. This has
not yet been fixed. So added pragma to silence.
11 years ago
Bryant
e5ff5501ff
Removed unnecessary qextserialport libray.
...
Replaced by /libs/serialport
11 years ago
Bryant
9d32ca15e8
Removed unneeded qserialport library.
...
Replaced by /libs/serialport.
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
Lorenz Meier
34fb91182a
MAVLink update
11 years ago
Don Gagne
aa4de767b3
Update to Eigen 3.2.0
11 years ago
Don Gagne
1e37331db4
Fix -Wenum-compare
...
Pulled fixe from latest eigen across. Figured it was safer to patch
than to pull across whole new version of eigen.
11 years ago
Don Gagne
f053bfc0d0
Fix -Wnull-conversion warning
11 years ago
Don Gagne
c1465a0fab
Revert "Removed 32 bit support for Mac"
...
This reverts commit fcfb392e50
.
11 years ago
Don Gagne
fcfb392e50
Removed 32 bit support for Mac
11 years ago
Lorenz Meier
863c9f704d
Updated MAVLink version
12 years ago
tstellanova
3090fcf259
Retransmit param list request; fix null data model
12 years ago
tstellanova
6fbc9b427a
Retransmit param list request; fix null data model
12 years ago
Lorenz Meier
eb5a54c065
Compile and serial port error handling fixes
12 years ago
tstellanova
64bb126e20
Start adjusting config UI
...
Start move to single column layout for advanced parameters; Fix
crashing bug in PrimaryFlightDisplay when uas is removed and then
re-added; workaround compiler warning in GeneralBlockPanelKernel,
12 years ago
Michael Carpenter
eea4f8fb9c
Changes for compiling QSerialPort based communications library in windows
12 years ago
Lorenz Meier
0e242ad72c
Fixed windows compile error
12 years ago
Lorenz Meier
fc3c73b277
Updated MAVLink, fixed minor issues with contributed style updates, ready for prime time
12 years ago
Bill Bonney
aedaa844a8
Stability improvements and error fixes
12 years ago
Lorenz Meier
478b476adc
Updated MAVLink
12 years ago
Bill Bonney
c2abde1029
adds missing files
12 years ago
Lorenz Meier
d4e36442d0
Revert "MAVLink update"
...
This reverts commit 233a17161aa34a2f56f04ea5e225f2ef27d7ab5e.
12 years ago
Lorenz Meier
233a17161a
MAVLink update
12 years ago
Lorenz Meier
e79b49fd4a
MAVLink update
12 years ago
Michael Carpenter
e13b3a0d43
Addition of INT8 and INT16 MAV_PARAM_TYPE handling of incoming messages
12 years ago
Lorenz Meier
16558d7004
Icon fixes, HSI shows satellites correctly rotated
12 years ago
Lorenz Meier
aec6756189
Updated MAVLink version
12 years ago
Lorenz Meier
50518c19ad
Updated MAVLink version
12 years ago
Lorenz Meier
17adc213a2
Added rates setpoints, improved vehicle config UI
12 years ago
Lorenz Meier
8efa76b350
Upgraded MAVLink, added additional setpoint messages
12 years ago
Matthias Krebs
9483a2d934
Add 3DMouse SDK for Windows
12 years ago
Lorenz Meier
eb0c700640
Cleaning up statement without effect
12 years ago
Stefano Probst
3c6c287cb0
Add unistd.h in libs/thirdParty/qserialport/src/posix/qserialportnative_posix.cpp.
...
Without this change, the program can not be built on Linux.
12 years ago
Lorenz Meier
d79828ac10
Updated MAVLink
13 years ago
Lorenz Meier
ab57e1ba72
Cleaned up SDL framework inclusion, removed dependency to system-wide installed SDL
13 years ago
Lorenz Meier
87aa800c26
Fixed compilation on Mac OS 10.8 / Mountain Lion
13 years ago
barthess
82fcf65316
mapscache moved to user`s home directory to prevent polition of filesystem root
13 years ago
Lorenz Meier
a752988b97
Updated MAVLink
13 years ago
Lorenz Meier
30cff0cddd
Updated MAVLink version
13 years ago
Lorenz Meier
b227e27ecb
Fixed colon typo
13 years ago
Lorenz Meier
6ffe3d8672
Updated MAVLink, fixed typo there, fixed missing header in HIL
13 years ago
Lorenz Meier
934183fcb3
Updated MAVLink
13 years ago
Lorenz Meier
ab6f11f836
Updated MAVLink to v1.0.9
13 years ago
Jessica
16e84a54ff
Moved the images folder to the files directory. Changed all of the paths to images to files/images.
13 years ago
Jessica
26ec887315
Erros casused by all of the mergedd branches are now fixed for qgroundcontrol.pro. Working on fixing the errors that now appeare in qgcunittest.pro.
13 years ago
Jessica
1075997813
Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries.
13 years ago