Bryant Mairs
6ba95152e8
Fixed issue with incomplete initialization of struct.
...
Changed to get the current voice properties, then modify then and set new ones.
11 years ago
Bryant Mairs
e084a4dda5
Fixed issue with incomplete initialization of struct.
...
Changed to get the current voice properties, then modify then and set new ones.
11 years ago
Don Gagne
95e747290b
Merge pull request #786 from DonLakeFlyer/FileManagerUT
...
File manager Unit Test back on
11 years ago
Don Gagne
2076d3d487
Bump signal wait time
...
When unit tests are being run in TeamCity the host box can end up being
very bogged down with other builds. So need to up wait time, to take
into account CPUs grinding.
11 years ago
Don Gagne
63712d0073
Silence release build compiler warning
11 years ago
Don Gagne
80994911f5
Set correct component ID
...
Need to disambiguate from video stream messages
11 years ago
Don Gagne
e839160947
Better output for signal failures
11 years ago
Don Gagne
4b8a3aa594
FileManager UnitTest back on
11 years ago
Don Gagne
e196c07d93
Ignore .qmake.stash
...
Qt5 qmake seems to leave this handing around
11 years ago
Bryant Mairs
c05d08d00e
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
11 years ago
Bryant Mairs
ddd9812424
Fix for memory leak in MAVLinkProtocol.
...
Found by valgrind.
11 years ago
Bryant Mairs
686d265c1f
Fix for partial initialization of a struct.
...
Found via valgrind.
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
Bryant Mairs
0309f130c7
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into del_slugs
11 years ago
Don Gagne
e497718697
Merge pull request #784 from DonLakeFlyer/FileManagerUTDisable
...
Temp disable of FileManager unit test
11 years ago
Don Gagne
a5ba7c1caa
Temp disable of FileManager unit test
...
This is to get TeamCity up and running again. This unit test fails only
in TeamCity for some currently unknown reason. One TC is back up, I’ll
revisit and turn it back on.
11 years ago
Lorenz Meier
4cab8e4014
Merge pull request #780 from mavlink/qtquick2
...
Qtquick2
11 years ago
Lorenz Meier
f38ad52a01
Merge pull request #776 from Susurrus/rem_concurrent
...
Remove QtConcurrent from repository
11 years ago
Lorenz Meier
15307b20d8
Merge pull request #779 from mavlink/mavlinkupdate
...
mavlink: submodule updated
11 years ago
Bryant Mairs
b9d547bb23
Fixes for connections in APM pilot code.
11 years ago
Bryant Mairs
ff844e63b8
Update QML files to Qt Quick 2.1, the version as of Qt5.1.
11 years ago
Julian Oes
75ec67e6ef
mavlink: submodule updated
11 years ago
Susurrus
2c78833643
Merge pull request #778 from Susurrus/master
...
Fix remaining Windows issues on Qt5
11 years ago
Bryant
07a50dbb4e
Fixed missing argument in debug messages. Now they're readable!
11 years ago
Bryant
021f1e9c58
Remove old dead code from MainWindow.cc
11 years ago
Bryant
789a5fa7d7
Add action item to MainWindow.cc
11 years ago
Bryant
488c30039e
Adjust stylesheets to render menubar items correctly.
...
There is a *bug in Qt5 (as of 5.3.1) where QMenuBar::items don't inherit their background colors, but revert to default system styling. The work around is to explicitly color their backgrounds.
11 years ago
Lorenz Meier
61ad6017a4
Merge pull request #775 from Susurrus/various_Fixes
...
Various fixes
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
1b36ebf379
QtConcurrent is a Qt Module and doesn't need to be in the repo directly.
11 years ago
Bryant Mairs
2d216cd91b
Remove non-existent signal connection from IncrementalPlot.
...
I don't think it's needed anywhere in QGC since this has been a bug for a long time.
11 years ago
Bryant Mairs
91e8195778
Fix the advanced checkbox in the RC Config portion of the vehicle config.
11 years ago
Bryant Mairs
400618c3de
Removed unused variables from QGCExternalLibs.pri.
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
bad7ab31d2
Merge pull request #773 from mavlink/mavlinkheaders
...
mavlink submodule: use latest pixhawk headers
11 years ago
Julian Oes
00d4e642a4
mavlink submodule: use latest pixhawk headers
11 years ago
Lorenz Meier
08ab92c375
Merge pull request #772 from mavlink/protobuf_cleanup
...
Remove protobuf hacks
11 years ago
Lorenz Meier
0ac30734ea
Remove protobuf hacks
11 years ago
Lorenz Meier
1720233102
Fix advanced port options in main serial window
11 years ago
Lorenz Meier
5bb53aae70
Better main window init
11 years ago
Lorenz Meier
cfa2db738e
Filtering MAVLink in debug console as default makes sense
11 years ago
Lorenz Meier
b924b92907
Fixed missing preferences menu
11 years ago
Thomas Gubler
2b0c53e55d
Merge remote-tracking branch 'upstream/master' into mavlinksubmodule_joystickinput
11 years ago
Lorenz Meier
2501ff0360
Fixed debug console location, still ugly (style sheet handling)
11 years ago
Thomas Gubler
e0b7d593ea
Merge remote-tracking branch 'upstream/master' into mavlinksubmodule_joystickinput
...
Conflicts:
src/ui/designer/QGCCommandButton.cc
11 years ago
Lorenz Meier
7631d9c923
Merge pull request #770 from mavlink/fix_videotransmission
...
Fix videotransmission
11 years ago
Julian Oes
1ee48cbbe1
FileManager: hack to filter out images for video downlink
11 years ago
Lorenz Meier
8f13e9e390
Fix device listing on Linux
11 years ago
Julian Oes
e1b954b5cc
FileManager: whitespace only
11 years ago