Don Gagne
c97c855764
Can't call _socket methods from primary thread
11 years ago
Don Gagne
be2780d728
Modify TCPLinkTest for new threading model
11 years ago
Don Gagne
780606e804
Limit time in processEvents
...
This allows other threads to signal
11 years ago
Don Gagne
74690d8242
Updated for threading changes
11 years ago
Bryant Mairs
861ef09e8f
Remove all dead code and useless comments from PrimaryFlightDisplay.cc
11 years ago
Bryant Mairs
4d2596efa4
Removed unused width/height from Primary Flight Display constructor.
11 years ago
Bryant Mairs
b0cb4bcef3
The Primary Flight Display widget is now properly resizable.
11 years ago
Bryant Mairs
98ec24e6d4
The Fullscreen/Normal menu items in the main window are now checkable.
11 years ago
Bryant Mairs
69aa348de0
Replaced hard-coded severity values with proper MAV_SEVERITY_* macros.
11 years ago
Bryant Mairs
eeb0d547f7
Add documentation for setupPortList() now that I modified it.
11 years ago
Bryant Mairs
5dde30b7e0
Removed constant debugging output from scanning for serial ports.
...
Replaced with only 1 output message with the result of the first serial port scan.
11 years ago
Bryant Mairs
4b07086fd4
Fix for #647 .
...
In the logplayer, the data stream is read ahead for messages, which is used to determine the size of the output bytearrays. Previously, this wasn't done correctly resulting in non-ideal behavior. Now, the next message is scanned properly, so the only bytearrays that are emitted from QGCMAVLinkLogPlayer are MAVLink messages in their entirety. This also has the benefit of skipping invalid/corrupted messages in the log that's being played back.
11 years ago
Bryant Mairs
ada0f07317
Refactored QGC::groundTime*() functions to be simpler.
11 years ago
John Tapsell
2bc2762d08
Hide the update firmware menu option since the code for it is completely commented out
11 years ago
John Tapsell
13abea4e59
We must save a separate config file for each custom mode
...
Because the indexes into the stackedwidget are all wrong
11 years ago
John Tapsell
06982b08cd
Enable the terminal view for everyone - it's not specific to APM
11 years ago
John Tapsell
00e626f18f
Hide the software and terminal action menu if not in CUSTOM_MODE_APM
11 years ago
John Tapsell
ab0469f68c
Hide Mavgen, GoogleEarth, and 3D local view menu options when support is not compiled in
11 years ago
John Tapsell
ff7a653ffa
Make all the view actions checkable
11 years ago
John Tapsell
15c0cef4ce
Fix Perspective->Simulation menu option
...
There were two separate actions for the simulation view, leading to
strange behaviour when it was selected.
11 years ago
John Tapsell
e656040bb9
Make the menu "Perspectives" menu options order and naming match the main tab
11 years ago
Lorenz Meier
b53d6cbc61
Protect against empty lists
11 years ago
Lorenz Meier
ba883c7920
Support blocking zoom on map
11 years ago
Lorenz Meier
ae7cb28a92
Fixes #682
11 years ago
Lorenz Meier
2f5c158dd0
Hotfix: Always update waypoint values, fire setchanged signal on edit stop
11 years ago
Thomas Gubler
8b952da449
use correct severity level for waypoint reached event
11 years ago
Lorenz Meier
6128464bc9
Add missing OS-guard
11 years ago
Lorenz Meier
b952a4739c
Tell MacOS to not push us to nap
11 years ago
Lorenz Meier
96ef0dad4a
Be more forgiving about component IDs, but warn developers. Do *not* translate developer debug messages (they would show up in the translation tool). Anyone without sufficient command of the english language will have a hard time contributing or debugging this application and we should not entangle the poor translators in this.
11 years ago
Lorenz Meier
71e284cd8b
Do not try to talk to bootloaders in the main flight code management routines
11 years ago
Don Gagne
8378ee0341
Temp hack for Issue #647
11 years ago
Don Gagne
f83b07b27b
Fix constructor ordering warnings
11 years ago
Don Gagne
bb5ad4c178
Added --clear-settings command line option
...
Clears the persisted settings for the QGC
11 years ago
Don Gagne
6b2dc5d64a
Added --no-windows-assert-ui command line option
...
This disables Windows C Runtime assert dialogs from popping up.
11 years ago
Don Gagne
900c88fe97
Simple command line option parser
11 years ago
Thomas Gubler
db2d6f72d4
remove flightgear rate limitations
11 years ago
Lorenz Meier
fe6ee5b33a
Unit test fixes
11 years ago
Lorenz Meier
b468878320
Do not allow the PFD to turn QGC into a CPU hog
11 years ago
Lorenz Meier
6ba529958d
Threading fixes
11 years ago
Lorenz Meier
faab2eb21f
threading fixes, still wip in some aspects
11 years ago
Lorenz Meier
ebdd072e57
Fix up threading of UAS object, WIP
11 years ago
Lorenz Meier
ae848a5e9c
obey serial port intervals
11 years ago
Lorenz Meier
246bb3e8c8
Threading improvements
11 years ago
Lorenz Meier
e972eb38b4
Bumped config
11 years ago
Lorenz Meier
2d8796a92a
UAS threading improvements
11 years ago
Bryant Mairs
66e2638cb6
Moved some more user-facing UI strings into translation calls.
11 years ago
Bryant Mairs
286141714e
Set debug messages for rejected waypoint messages to specify which message was rejected.
11 years ago
Bryant Mairs
faca8fb0b8
Added a timestamp to when the mission list was last updated.
...
This code previously existed, but wasn't always triggered. Now it should be.
11 years ago
Bryant Mairs
265eac9783
Output clearer errors to the user if the UAS reports an error when sending missions.
...
Also these messages are now all translated.
11 years ago
Bryant Mairs
a64973b824
Fixed unused variable warning in GAudioOutput when speech is disabled.
11 years ago