Bryant Mairs
e1185a9b75
Added missing package for Ubuntu to the README
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
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
Don Gagne
238220b3a1
Silence maybe_uninitialized
11 years ago
Don Gagne
ce05b1ba97
Debounce misconfiguration, fix onboard files view
11 years ago
Don Gagne
d7b0f70337
Update to FileManager changes
11 years ago
Lorenz Meier
e7d2ab27ae
Merged with master, fixed compile error
11 years ago
Lorenz Meier
68dcb5afc0
Merge branch 'master' of github.com:mavlink/qgroundcontrol into my_qt5
11 years ago
Lorenz Meier
30e9ca4a83
Build fixes for Mac OS
11 years ago
Lorenz Meier
2517768289
Merge pull request #658 from mavlink/mavlink-ftp
...
Mavlink File Transfer Protocol (FTP)
11 years ago
Lorenz Meier
3deecfe1c3
Merge pull request #741 from DonLakeFlyer/MoreFTP
...
Changed FTP to tree view
11 years ago
Don Gagne
84cd97cab8
Changed FTP to tree view
...
Also added selection from tree view for downloading
11 years ago
Bryant Mairs
a98944a4f1
Remove optional OpenSceneGraph-Qt dependency. Fonts may not be as pretty now though
11 years ago
Bryant Mairs
385d436235
QDesktopServices::storageLocation() moved to QStandardParths::writableLocation()
11 years ago
Bryant Mairs
14dbbd9b26
"qserialport.h" is now <QSerialPort>
11 years ago
Bryant Mairs
fff99b9704
<QtGui/QApplication> should be <QApplication>
11 years ago
Bryant Mairs
ccca4a9458
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into my_qt5
11 years ago
Bryant Mairs
e5f471aad0
QtGui headers no longer need to be prepended by QtGui/ when including.
11 years ago
Bryant Mairs
e45f0e7a01
QBool no longer exists, just use C++'s standard bool type.
11 years ago
Bryant Mairs
62d221006a
Renamed configuration.h to QGCConfig.h to avoid issues with opmapcontrol's configuration.h
11 years ago
Bryant Mairs
3a01d18516
Corrected namespace for GeoCoderStatusCode.
11 years ago
Bryant Mairs
ca5b224920
Updating OPMapControl's use of MouseEvents.
11 years ago
Bryant Mairs
f2adb60546
Updated OPMapControl's .pri file.
...
The base directory for .pri files is now the .pro file that includes them.
11 years ago
Bryant Mairs
1a9ff3b399
Removed Utils library as it's no longer used.
11 years ago
Lorenz Meier
625abc2c52
Merge pull request #734 from thomasgubler/hil_quad
...
FGFS multicopter HIL
11 years ago
Thomas Gubler
80a987a37e
arducopter.xml: whitespace
11 years ago
Thomas Gubler
f5bf2d5845
fgfs arducopter model: fix indentation
11 years ago
Thomas Gubler
68fd87ddca
Merge remote-tracking branch 'thomas/hil_quad' into hil_quad
11 years ago
Thomas Gubler
7861bcd0cd
Merge remote-tracking branch 'upstream/master' into hil_quad
11 years ago
Lorenz Meier
2b88c6e9b5
Merge pull request #733 from DonLakeFlyer/mavlink-ftp
...
Mavlink FTP: List and Download commands working end to end
11 years ago
Don Gagne
70c5ce7315
Remove missed qDebug
11 years ago
Don Gagne
6d2bdd849a
Workaround odd Windows std::string problem
11 years ago