Kynos
9a8ca0915e
Describe which Qt variant to choose for a Windows build
11 years ago
Kynos
58fbf2c453
Remove isnan() and isinf() templated from QGC.h only if prior to Visual Studio 2013
11 years ago
Kynos
37b02a3afb
Remove isnan() and isinf() templates from QGC.h for Windows builds
...
Remove isnan() and isinf() templates from QGC.h for Windows builds, this
generates errors (already defined in math.h).
11 years ago
Lorenz Meier
c2ea516e3c
Merge pull request #755 from Kynos/master
...
Add msvc2013 to build types
11 years ago
Kynos
489282363f
Add msvc2013 to build types
11 years ago
Bryant Mairs
b7594100ad
APMToolBar no longer takes a parent QWidget argument.
11 years ago
Lorenz Meier
1d5b5b1baa
Merge pull request #736 from Susurrus/my_qt5
...
First QT5 PR, all core functionality works
11 years ago
Susurrus
2ce8e86f36
Add more debugging output to GAudioOutput.cc
...
Add debug output for when voice initialization fails on Windows
11 years ago
Susurrus
2c7a4309d1
Clean up dead code in GAudioOutput.cc
...
Removed or annotated existing commented-out code
11 years ago
Susurrus
e42ba9be45
Fix speech output checks in GAudioOutput.cc
...
Clean up logic for saying emergency text.
Previous code didn't properly check for if speech was enabled.
11 years ago
Lorenz Meier
d97e3be1ad
Merge pull request #739 from mavlink/mavlinksubmodule
...
Mavlink submodule
11 years ago
Bryant Mairs
0c4de36b43
Fixed apmtoolbar.
11 years ago
Thomas Gubler
40fd4e5596
Merge remote-tracking branch 'origin/mavlinksubmodule' into mavlinksubmodule2
11 years ago
Thomas Gubler
82edfb3907
remove mavlink
11 years ago
Bryant Mairs
f3b414edf4
The APMToolbar was moved over to thenew QtQuick2 API.
...
Some functionality was lost, will need to be fixed in a later commit.
11 years ago
Bryant Mairs
e983aecede
QML stuff is under the 'quick' module now
11 years ago
Bryant Mairs
e1185a9b75
Added missing package for Ubuntu to the README
11 years ago
Lorenz Meier
6d093c1ec3
Fix the check for when to speak audio messages
11 years ago
Lorenz Meier
960b505b2f
Fix project file warnings
11 years ago
Lorenz Meier
6fa692b7d9
Build fix
11 years ago
Lorenz Meier
c9b53416d1
Moved audio output out of UI widget
11 years ago
Lorenz Meier
b485d7f65c
Merge branch 'master' of github.com:mavlink/qgroundcontrol
11 years ago
Thomas Gubler
3d1019d385
update mavlink submodule to latest master
11 years ago
Thomas Gubler
6a4ff88fd7
change mavlink submodule url
11 years ago
Lorenz Meier
a1cc1b5ed4
Merge pull request #752 from helenol/master
...
Fix invalid images in mavlink video transmission.
11 years ago
Helen Oleynikova
f3bd145241
Clean-up for video transmission.
11 years ago
Helen Oleynikova
94abcb70ce
Merge branch 'master' of git://github.com/mavlink/qgroundcontrol
11 years ago
Helen Oleynikova
4b34688a42
Fixed video transmission.
11 years ago
Bryant Mairs
cfddc8ea0e
Attaching an event filter now requires a specific type of object, instead of just a function.
...
Therefore Mouse3DInput has been changed to now inherit from that base class and implement the necessary interface.
11 years ago
Bryant
2361a30e1d
MessageHandler function prototype changed for Qt5.
11 years ago
Bryant Mairs
42a4ef8cb4
To include OpenGL primitives, we include the QtOpenGL header instead, which has all the platform-specific includes taken care of for us.
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
edf14d9b1b
Qt5 doesn't declare as many GL functions as it used to, need to include system library headers now.
11 years ago
Bryant Mairs
144feb4473
setEventFilter() was renamed to installNativeEventFilter()
11 years ago
Bryant Mairs
c605484bbd
Not casting QWidget::winId() triggers complaints on Windows.
11 years ago
Bryant Mairs
0025e26ece
qInstallMsgHandler() is now qInstallMessageHandler()
11 years ago
Bryant Mairs
79c7d652a1
Updated axcontainer include process for Google Earth.
11 years ago
Bryant Mairs
d57fa56c68
QSerialPort::UnknownBaud is now deprecated, so remove its use.
11 years ago
Susurrus
3f42bf1af9
More corrections to package names for Qt5
...
Now all prerequisite packages should be listed for Arch, Fedora, and Ubuntu.
11 years ago
Susurrus
eadcf59787
Update README for Qt5 changes
...
Updated some URLs, docs, and packages. Ubuntu and Arch instructions have not been verified on a live install, but the names come from their online package listings, so they should be correct.
11 years ago
Susurrus
2cef827db6
Delete qserialport.pri
...
No longer needed now that QSerialPort is in Qt5.1+
11 years ago
Lorenz Meier
4992f93dfc
Merge pull request #748 from DonLakeFlyer/FTPTimeout
...
FTP: Better timeout handling
11 years ago
Don Gagne
d9bc4cb2bb
Better timeout handling
11 years ago
Bryant Mairs
c37a5cd83a
Merge branch 'my_qt5' of https://github.com/mavlink/qgroundcontrol into my_qt5
11 years ago
Bryant Mairs
d0af5b44d3
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into my_qt5
11 years ago
Don Gagne
973b9c0c14
Merge pull request #746 from DonLakeFlyer/FileListFix
...
Onboard Files fixes
11 years ago
Don Gagne
20d1dd0226
Fix multiple clicks on List Files bugs
11 years ago
Don Gagne
7843cab121
Fix crash after second push of List Files
11 years ago
Don Gagne
8c5fc40914
Merge pull request #744 from DonLakeFlyer/OnboardFilesBug
...
Debounce misconfiguration, fix onboard files view
11 years ago
Don Gagne
d5e79d3a79
Merge pull request #743 from DonLakeFlyer/FTPUnitTestFix
...
FTP Unit Test fix
11 years ago