dogmaphobic
d653c636af
Enabling Zeroconf (Bonjour) on Mac OS/iOS
10 years ago
Don Gagne
2d2ed7a789
Remove support for...
...
- Local 3d View
- Custom Tool Widgets
- MockUAS/MockUASManager
10 years ago
Gus Grubba
20a5b69bd8
Fixing QMake project for Windows so Qt Creator can be used to build/debug QGC.
10 years ago
Don Gagne
244aff2eab
Remove GoogleEarth support
10 years ago
Don Gagne
b85b9a21ca
Disable Google Earth
...
Adding Issue #1157 to put back
10 years ago
Don Gagne
9833de839e
Fix DISABLE_GOOGLE_EARTH
10 years ago
Helio Chissini de Castro
7b9d3f1fa9
- Use pkgconfig on linux to avoid break build on undefineds
10 years ago
Don Gagne
22aacd618e
Remove PIXHAWK specific board support
...
This is the Pixhawk research board, not the PX4 production board.
10 years ago
Don Gagne
e28996beac
New Firmware Upgrade implementation
10 years ago
Don Gagne
1c3c4af183
Default mavlink configuration to pixhawk
11 years ago
Don Gagne
cb0736ce09
Fix Windows QUpgrade on TeamCity
11 years ago
Bryant Mairs
2343a697b3
Limit libxbee support on Linux to 32-bit builds.
...
Our included make file doesn't build for 64-bit.
We actually need better selection on Windows and Linux platforms for building 32-bit or 64-bit versions.
11 years ago
Bryant Mairs
8e51981a51
Don't bulk add all /usr folders for includes or libs.
...
This causes problems for some systems with Qt5 and Qt4 installed (like Fedora 20).
11 years ago
Lorenz Meier
0ac30734ea
Remove protobuf hacks
11 years ago
Lorenz Meier
0d59284e89
Check for the submodule
11 years ago
Lorenz Meier
960b505b2f
Fix project file warnings
11 years ago
Bryant Mairs
ecb81d096c
qmake's infile() now gives a warning if the file doesn't exist.
...
Added an exists() call beforehand.
11 years ago
Bryant Mairs
79c7d652a1
Updated axcontainer include process for Google Earth.
11 years ago
Bryant Mairs
a98944a4f1
Remove optional OpenSceneGraph-Qt dependency. Fonts may not be as pretty now though
11 years ago
Bryant Mairs
1a9ff3b399
Removed Utils library as it's no longer used.
11 years ago
Bryant Mairs
c879baba08
Removing QSerialPort library that's now in Qt5.
11 years ago
Bryant
ff6ecfe63f
Now update QGC to use the new Qwt 6.1 code.
...
I was unsure how to update the QwtPlotPrintFilter code, so I just commented it out with a FIXME.
11 years ago
Bryant Mairs
1cad7af3aa
Removed mavlinkgen application as it has been unused and deprecated for many months.
11 years ago
Lorenz Meier
74736dbb55
Fix warning / error due to comment on line
11 years ago
Don Gagne
969c5aeaee
Put back comment removed by mistake
11 years ago
Don Gagne
fb052d2a8d
Only a single MAVLink dialect is supported
11 years ago
Thomas Gubler
705ab124c2
remove alsa asound library dependency comment
11 years ago
Bryant
571ceedcd5
Build: Remove libfreenect that was accidently re-added in previous merge.
...
(originally removed in 436d0f78bc
)
11 years ago
Lorenz Meier
436d0f78bc
Dropping support for freenect lib
11 years ago
Bryant
2a7dc76e65
Allow for enabling/disabling features and specifying MAVLink dialects from user_config.pri.
...
Settings in user_config.pri are overridden by those specified at the command line when calling qmake.
Also updated the README and user_config.pri.dist to be a little more clear about specifying these other options.
11 years ago
Bryant Mairs
bd3b7cc87b
Speech on linux requires ALSA libraries to be linked in for Arch.
11 years ago
Bryant
02874e529f
Mouse support now indicated by QGC_MOUSE_ENABLED_* macros.
11 years ago
Bryant
e540ddb977
RT-LAB support now indicated by QGC_RTLAB_ENABLED macro.
11 years ago
Bryant
1ea5313b78
Speech library now uses QGC_SPEECH_ENABLED macro.
11 years ago
Bryant
beea5599b5
Renamed XBEELINK macro to QGC_XBEE_ENABLED to be consistent.
11 years ago
Bryant
e1bc02f624
Added the QGC_GOOGLE_EARTH_ENABLED macro when that support exists.
11 years ago
Bryant
ade7e59f28
MAVGen now uses the QGC_FEATURE_ENABLED macro naming to be consistent.
11 years ago
Bryant
ee0768fc9f
QUpgrade enabled macro renamed to QGC_QUPGRADE_ENABLED for consistency.
...
Also fixed some code in QGCPX4VehicleConfig to remove unnecessary DialogBare references.
11 years ago
Bryant
0de42b883c
Fixes to build procedure for speech output.
...
Manual override through DISABLE_SPEECH now works on all platforms.
11 years ago
Bryant
f155662be5
Small documentation updates to library dependencies.
11 years ago
Bryant
d85760bf8a
Improved build procedure for RT-LAB support.
...
It can now be manually disabled.
11 years ago
Bryant
6588c633ac
Allowed 3D mouse support to be optional.
11 years ago
Bryant
b69a3a5a77
Minor changes to the serialport build logic.
11 years ago
Bryant
9b3fcdd31b
Modified build process for Kinect support.
...
Can now be disabled by the DISABLE_KINECT define.
Also better output for users when running qmake.
11 years ago
Bryant
1fcd392253
Modified building OpenSceneGraph.
...
Added documentation and clarified messages to the user.
11 years ago
Bryant
5add42bc28
MAVLink dialect generation UI widget is no longer build by default.
...
This feature can be enabled at compile-time and documentation has been added to the README.
11 years ago
Bryant
0a91721a09
Improvements to libxbee compilation.
...
XBee support can now be disabled by defining DISABLE_XBEE.
Details on why XBee support is disabled are now output.
11 years ago
Bryant
1d0f0fd867
Made warning messages from qmake more explicit.
11 years ago
Bryant
ebbb7b7ac6
Altered build procedure for speech synthesis.
...
Speech synthesis support can now be disabled (DEFINES+=DISABLE_SPEECH)
Speech synthesis dependencies are now checked before enabling.
When support cannot be enabled, the user is now notified.
11 years ago
Bryant
1de1547be4
Improved MAVLink dialect selection.
...
MAVLink dialects can now be specified as a list, so multiple dialects can be compiled in simultaneously (may result in conflicts between dialects).
MAVLink dialects are checked for existance before support is added.
Users are notified of which dialects are used and which cannot be added and why.
The README now has info about specifying MAVLink dialects.
11 years ago