Lorenz Meier
0177637052
Updated MAVLink revision
11 years ago
Don Gagne
8474d41617
Merge pull request #806 from DonLakeFlyer/InstallerFix
...
Run macdeployqt from same dir as qmake
11 years ago
Don Gagne
61e3822e16
Run macdeployqt from same dir as qmake
...
Handles case where multiple versions of QT are installed on machine.
11 years ago
Lorenz Meier
e830d74307
Merge pull request #804 from Susurrus/master
...
Fix various styling issues
11 years ago
Bryant
a8addd09d1
Fix readability issues with the Onboard Parameters treeview items in the light theme.
11 years ago
Bryant
6bfe8ffd26
Improve contrast when highlighting parameters in the Onboard Parameters widget for dark themes.
11 years ago
Bryant
16cd6cc7a2
Fixed coloring of headers in TreeViews for dark themes.
...
Also added a corresponding style for the light themes to make it a little prettier (though it wasn't broken on light themes).
11 years ago
Lorenz Meier
8678392996
Merge pull request #801 from Susurrus/perspective_changes
...
Added all perspectives to advanced menu and rearranged items.
11 years ago
Bryant
b90893f93b
Added all perspectives to advanced menu and rearranged items.
...
Tried to order items in order of importance.
Also all perspectives now have their own shortcuts.
11 years ago
Lorenz Meier
044d01c1b4
Merge pull request #800 from Susurrus/rem_unconnected
...
Remove unconnected view from QGC.
11 years ago
Bryant
e9f0621539
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into rem_unconnected
...
Conflicts:
src/ui/MainWindow.cc
11 years ago
Lorenz Meier
2a3ee95772
Merge pull request #798 from Susurrus/rem_mavgen
...
Finish removing MAVLink generation code.
11 years ago
Bryant
6a1f5f8465
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into rem_mavgen
...
Conflicts:
src/ui/MainWindow.cc
11 years ago
Bryant
1b1e572738
Remove unconnected view from QGC.
...
Both on the backend (replaced with DEFAULT view) and on the front end (removing UI menu items).
11 years ago
Lorenz Meier
e047124548
Merge pull request #799 from Susurrus/dead_code_rem
...
Removed all dead code from MainWindow.
11 years ago
Bryant
f8a05dd1f3
Removed all dead code from MainWindow.
...
Includes removing an if-statement that should've been dead but was erronously applied to the following statement. Dead code = bad, if-statements without braces = bad.
11 years ago
Bryant
a9aa496804
Finish removing MAVLink generation code.
...
This was deprecated on Febuary 3rd, 2014 and removed a little later. This finally completes that process.
11 years ago
Lorenz Meier
35a1a5ed2f
Merge pull request #794 from DonLakeFlyer/SimConfigFix
...
Simulation button should be checkable
11 years ago
Don Gagne
09bc7bc234
Simulation button should be checkable
...
Without this, when you go to airframe config and the current config is
Simulation it will not be selected. Hence you won’t know what the
current config is.
11 years ago
Lorenz Meier
e1eb9f42ff
Fix native menu bar on Mac OS
11 years ago
Lorenz Meier
334f0187a0
Merge pull request #790 from DonLakeFlyer/BetterFileMgrUt
...
More comprehensive testing of FileManager error/edge cases
11 years ago
Lorenz Meier
0b85b0f758
Merge pull request #791 from Susurrus/valgrind2
...
Cleanup some unitialized variable issues pointed out by Valgrind
11 years ago
Lorenz Meier
8caddac09b
Updated MAVLink submodule to resolve windows compile error
11 years ago
Bryant Mairs
8fecd7bc0f
Fixes for using unitialized variables reported by valgrind.
11 years ago
Lorenz Meier
c2009e859b
Also show MAVLink traffic without a valid system connected
11 years ago
Don Gagne
b8594253a3
Test FileManager against simulated server errors
...
Specifically much better testing for the handling of:
- Ack responses not being sent by server
- Getting Nak’s back from commands
- CRC failures
Also changed file validation to take into account Mock Server no longer
sending file length in first byte of file.
11 years ago
Don Gagne
bd04903f73
Added the ability to simulate server errors
...
Also changed the downloaded file contents to not include the file
length in the first byte. This makes the code a bit less confusing.
11 years ago
Don Gagne
c106c615d9
Added CRC checking
11 years ago
Don Gagne
d304ffd616
Expose Ack Timeout length for unit test writing
11 years ago
Bryant Mairs
7d23b0245d
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
11 years ago
Lorenz Meier
c78ad877cc
Merge pull request #785 from Susurrus/valgrind_fixes
...
Valgrind fixes
11 years ago
Bryant Mairs
69a6a3b37a
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol
11 years ago
Bryant Mairs
c51815fa5d
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into valgrind_fixes
11 years ago
Susurrus
a88e7546e3
Merge pull request #768 from Susurrus/del_slugs
...
Delete outdated and unused (all) SLUGS-autopilot-specific code
11 years ago
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