Don Gagne
|
b9113c56eb
|
QSqlDatabase::addDatabase not thread safe with plugin
Although the method is marked as thread safe in the docs, if you use a
database plugin it ends up not being thread safe.
|
10 years ago |
Don Gagne
|
6cb93da756
|
Hopefully fix thread safety issue
Operator = is not thread-safe, but copy constructor looks to be. This
is causing an intermittent crash.
|
10 years ago |
Lorenz Meier
|
be730d3143
|
Ensure that the show event handling of the op map widget only creates one connection
|
10 years ago |
Don Gagne
|
d7257ad446
|
Better Windows error reporting
|
10 years ago |
Don Gagne
|
e8b459721b
|
Better error reporting
|
10 years ago |
Lorenz Meier
|
aaba13084a
|
Updated MAVLink version
|
10 years ago |
Don Gagne
|
ae8ffd0cca
|
Switch Firmware Upgrade to qextserialport
QSerialPort buffering too slow on Windows.
|
10 years ago |
Don Gagne
|
d61846e3fc
|
Remove SSL usage from code
|
10 years ago |
Lorenz Meier
|
5b3bcee57c
|
Updated MAVLink revision
|
10 years ago |
Lorenz Meier
|
cf790028f1
|
Updated MAVLink message set
|
10 years ago |
Lorenz Meier
|
71336d5b03
|
Temporary libs fix for QWT for Qt 5.4
|
10 years ago |
Lorenz Meier
|
9364558e44
|
Fix max zoom level to avoid black screen
|
10 years ago |
Lorenz Meier
|
2c6cb7c452
|
Fixed map urls
|
10 years ago |
Lorenz Meier
|
4fcffe2e52
|
Remove unwanted mutex unlocker
|
10 years ago |
Lorenz Meier
|
dacfcd247e
|
Fix race in opmapcontrol
|
10 years ago |
ndousse
|
950ebd9e77
|
Update the MAVLink submodule
|
10 years ago |
Don Gagne
|
e36ef7db17
|
Debug bug fix
|
11 years ago |
Don Gagne
|
10a35ec8d1
|
Change tabs to spaces
|
11 years ago |
Don Gagne
|
2bc0154598
|
Hack fix for qwt 64 bit Windows compiler warnings
|
11 years ago |
Lorenz Meier
|
578adc855c
|
updating MAVLink
|
11 years ago |
Don Gagne
|
22ebc746f0
|
QImage creations fails causing QPainter to fail
Need to check for QImage failure otherwise it will through a qWarning.
|
11 years ago |
Julian Oes
|
8b90e94775
|
mavlink: updated submode to latest master
|
11 years ago |
Lorenz Meier
|
b92c37e1ee
|
Updated MAVLink
|
11 years ago |
Lorenz Meier
|
652e7b43a2
|
Updated MAVLink message specs, now got FILE_TRANSFER_PROTOCOL
|
11 years ago |
Lorenz Meier
|
ce6fb7b77c
|
Updated MAVLink to most recent revision, implemented all changed functionality equivalent
|
11 years ago |
Lorenz Meier
|
0177637052
|
Updated MAVLink revision
|
11 years ago |
Lorenz Meier
|
8caddac09b
|
Updated MAVLink submodule to resolve windows compile error
|
11 years ago |
Bryant Mairs
|
d4de198524
|
Fix for uninitialized value error in opmapcontrol.
Found by valgrind.
|
11 years ago |
Bryant Mairs
|
1dcc9a20a8
|
Fix valgrind leak in opmapcontrol.
|
11 years ago |
Julian Oes
|
75ec67e6ef
|
mavlink: submodule updated
|
11 years ago |
Bryant Mairs
|
1b36ebf379
|
QtConcurrent is a Qt Module and doesn't need to be in the repo directly.
|
11 years ago |
Julian Oes
|
00d4e642a4
|
mavlink submodule: use latest pixhawk headers
|
11 years ago |
Bryant
|
cac6198c28
|
A QObject needs to be the first parent of a class using the Q_OBJECT macro.
|
11 years ago |
Lorenz Meier
|
89de2115cc
|
Remove drawing lib
|
11 years ago |
Lorenz Meier
|
79d121dc07
|
Remove non-needed files for MAVLink - we just want the C library
|
11 years ago |
Thomas Gubler
|
e916437f93
|
update mavlink version
|
11 years ago |
Thomas Gubler
|
82edfb3907
|
remove mavlink
|
11 years ago |
Thomas Gubler
|
3d1019d385
|
update mavlink submodule to latest master
|
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 Mairs
|
144feb4473
|
setEventFilter() was renamed to installNativeEventFilter()
|
11 years ago |
Bryant Mairs
|
c605484bbd
|
Not casting QWidget::winId() triggers complaints on Windows.
|
11 years ago |
Thomas Gubler
|
a61644239e
|
add mavlink headers as submodule
|
11 years ago |
Thomas Gubler
|
5d4e04f214
|
remove mavlink headers
|
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 |
Bryant Mairs
|
38b986f03a
|
OPMapControl lib had some missing includes.
|
11 years ago |
Bryant Mairs
|
c879baba08
|
Removing QSerialPort library that's now in Qt5.
|
11 years ago |
Lorenz Meier
|
e968d6cac5
|
Fix up Google maps URL building
|
11 years ago |