Bryant Mairs
|
ad300d4cc0
|
Added missing includes to QGCSettingsWidget.
|
11 years ago |
Bryant Mairs
|
38b986f03a
|
OPMapControl lib had some missing includes.
|
11 years ago |
Bryant Mairs
|
63643b5c3a
|
QMouseEvent methods were renamed.
|
11 years ago |
Bryant Mairs
|
3acd1ab7ff
|
QDesktopServices no longer provides system paths, switched to QStandardPaths.
|
11 years ago |
Bryant Mairs
|
187293ea0d
|
Added missing Qt modules to build script.
|
11 years ago |
Bryant Mairs
|
54201d5295
|
Phonon has been deprecated for a while. Disabled until ported to QtMultimedia.
|
11 years ago |
Bryant Mairs
|
d3f50c66a4
|
QAbstractSocket::SocketError is now properly exposed by Qt5.
|
11 years ago |
Bryant Mairs
|
c879baba08
|
Removing QSerialPort library that's now in Qt5.
|
11 years ago |
Susurrus
|
5c404e229b
|
Merge pull request #732 from Susurrus/master
Fixes to botched Qwt 6.1 update
|
11 years ago |
Bryant Mairs
|
c50336321d
|
Update Qwt6.x update for QGCXYPlot.cc as QwtDoubleRectno longer exists
|
11 years ago |
Bryant Mairs
|
514ef5ca2c
|
Fix for ScrollZoomer being updated for Qwt6.x.
|
11 years ago |
Bryant Mairs
|
af8ad534c2
|
Remove use of Qwt5.x types as they're now deprecated.
|
11 years ago |
Lorenz Meier
|
9ceef3f4f3
|
Merge pull request #726 from Susurrus/qwt_update3
Update Qwt to 6.1
|
11 years ago |
Lorenz Meier
|
5abe3b81e3
|
Merge pull request #728 from DonLakeFlyer/LinuxWarning
Fix linux release build warning
|
11 years ago |
Don Gagne
|
92af88b41d
|
Fix linux release build
|
11 years ago |
Lorenz Meier
|
7e9c2bef8c
|
Fix warning in waypoint class
|
11 years ago |
Lorenz Meier
|
61be911716
|
Fixed unused param warnings
|
11 years ago |
Lorenz Meier
|
e3f03e998f
|
Merge pull request #724 from Susurrus/dataplot_ui2
Plotting data now defaults to drawing a line with no symbols.
|
11 years ago |
Lorenz Meier
|
d85733f9bc
|
Merge pull request #722 from Susurrus/qt5_fixes
Qt5 fixes
|
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
|
c96458cf3b
|
Update Qwt to 6.1.
We also document how we got the source code and keep our modifications out of the Qwt directory.
|
11 years ago |
Bryant Mairs
|
3bb40ff9bc
|
Plotting data now defaults to drawing a line with no symbols.
Also deleted invalid line drawing options.
|
11 years ago |
Bryant Mairs
|
f7a8627fb6
|
QDesktopWidget() doesn't work in Qt5, use QApplication::desktop() instead.
|
11 years ago |
Bryant Mairs
|
93c130c8c2
|
QDesktopWidget include now required for MainWindow.cc
|
11 years ago |
Bryant Mairs
|
1a8b58e5f8
|
qVariantValue no longer exists, .value<T>() replaces it.
|
11 years ago |
Bryant Mairs
|
3f5ba935e5
|
QApplication::UnicodeUTF8 no longer exists as it is now the default.
|
11 years ago |
Bryant Mairs
|
1f4c371fe9
|
QThread::finished() no longer emittable by subclasses.
|
11 years ago |
Bryant Mairs
|
da5a348c10
|
QImage::setNumColors() renamed to setColorCount()
|
11 years ago |
Bryant Mairs
|
f96c178ca6
|
QString::toAscii() doesn't exist in Qt5, using toLatin1() instead.
|
11 years ago |
Lorenz Meier
|
2e4ac6be5e
|
Add RC channel handling
|
11 years ago |
Lorenz Meier
|
8f30c8bee1
|
Let map ripper stop once finished
|
11 years ago |
Lorenz Meier
|
43f4c3708e
|
Make RC config more robust
|
11 years ago |
Lorenz Meier
|
6e8454d2ad
|
Fix parse error in project file
|
11 years ago |
Lorenz Meier
|
7932dff56e
|
Improve main tool bar labels
|
11 years ago |
Lorenz Meier
|
a8d2e1b778
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
11 years ago |
Lorenz Meier
|
b54bb4c69d
|
Merge pull request #718 from thomasgubler/espeakfix
espeak: provide string length including 0 character
|
11 years ago |
Lorenz Meier
|
9fdf57e38f
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
11 years ago |
Lorenz Meier
|
780838446c
|
Merged TCP link unit test
|
11 years ago |
Lorenz Meier
|
5a78617153
|
Merge pull request #703 from Susurrus/mavlinkgen_rm
Removed mavlinkgen application.
|
11 years ago |
Lorenz Meier
|
a648d8685a
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
11 years ago |
Lorenz Meier
|
ff33c79ebf
|
Merged FlightGear
|
11 years ago |
Lorenz Meier
|
27a9dab3e9
|
Merge pull request #715 from Susurrus/seqid2
Refactor MAVLink packet loss calculations
|
11 years ago |
Lorenz Meier
|
ea50f06b37
|
Merge pull request #711 from koenkooi/widgets
Detach the map widget - rebase
|
11 years ago |
Lorenz Meier
|
c7e4a65ce9
|
Merge branch 'master' of github.com:mavlink/qgroundcontrol
|
11 years ago |
Lorenz Meier
|
b7f495b178
|
Fix HIL link reconnect issues due to missing threading flag usage, warn user about missing config and take him to config view if necessary
|
11 years ago |
Lorenz Meier
|
0ccecde870
|
Better defaults for Takeoff pitch and better visual indication
|
11 years ago |
Lorenz Meier
|
b61b0601ff
|
Prevent the system from sending a stop HIL command if HIL is not actually active
|
11 years ago |
Susurrus
|
7bf79879f7
|
Merge pull request #714 from Susurrus/joystick
Reduce the transmission rate of MANUAL_CONTROL messages when command inputs have not changed
|
11 years ago |
Thomas Gubler
|
e2f5a8c3fe
|
espeak: provide string length with 0 character, fixes problems with qgc reading out strange values/chars at the end of the sentence
|
11 years ago |
Don Gagne
|
83a092f348
|
deleteLater on _socket
This way the delete happens on the right thread.
|
11 years ago |