Lorenz Meier
c11a545750
Merge pull request #1082 from mavlink/audio_thread
...
Put audio output into a worker thread.
11 years ago
Don Gagne
dd3ea20d08
Merge pull request #1101 from DonLakeFlyer/LinuxQt5.3
...
Bump Linux Qt requirement to 5.3 in README
11 years ago
Don Gagne
f0ff0638af
Bump Linux Qt requirement to 5.3
11 years ago
Lorenz Meier
fe1395e881
Removed user_config.pri.dist, as it was bit-rotting
11 years ago
Don Gagne
25bf0b20fe
Debug output
11 years ago
Don Gagne
f62d907391
Use can disconnect links on window close prompt
11 years ago
Lorenz Meier
ad06d2ddd0
Merged master
11 years ago
Lorenz Meier
61364a591c
Merge branch 'audio_thread' of github.com:mavlink/qgroundcontrol into audio_thread
11 years ago
Lorenz Meier
8796902220
More rigor in thread tear down
11 years ago
Don Gagne
e7d8571029
Merge pull request #1095 from DonLakeFlyer/StatusBar
...
Remove unnecessary QGCStatusBar
11 years ago
Don Gagne
619114e7af
Merge pull request #1094 from DonLakeFlyer/WindowsUninstall
...
Uninstall is in Add/Remove Programs
11 years ago
Don Gagne
f4d1facc14
Merge pull request #1092 from DonLakeFlyer/FGHILProtocol
...
Verify that protocol files are not out of date
11 years ago
Don Gagne
4a00d9a893
Merge pull request #1090 from DonLakeFlyer/SDL
...
Separate install of SDL on OS X not needed
11 years ago
Don Gagne
59f0a0d375
Merge pull request #1089 from DonLakeFlyer/UTLogFiles
...
Delete any temp log file before each unit test case
11 years ago
Don Gagne
fc1228be9b
Merge pull request #1098 from DonLakeFlyer/FSPull
...
New FactSystem
11 years ago
Don Gagne
e3f7d38e18
Add missing include
11 years ago
Don Gagne
d6ddbdc382
New FactSystem
...
Allows parameter access from QML among other things
11 years ago
Don Gagne
97eb82b8f9
MockUAS reports as MAV_AUTOPILOT_PX4
11 years ago
Don Gagne
560f679f7a
Move init to correct thread
11 years ago
Lorenz Meier
4abafb4648
Disable tunes, allow to re-enable them with a simple define
11 years ago
Lorenz Meier
e2a755292f
Merge branch 'audio_thread' of github.com:mavlink/qgroundcontrol into audio_thread
11 years ago
Lorenz Meier
0e67aae10b
Move audio file to resource
11 years ago
Thomas Gubler
b7c819413c
espeak: use AUDIO_OUTPUT_SYNCH_PLAYBACK
11 years ago
Thomas Gubler
7313b202a1
Revert "Make eSpeak on Linux synchronous"
...
This reverts commit 4d033715a8
.
11 years ago
Lorenz Meier
4d033715a8
Make eSpeak on Linux synchronous
11 years ago
Lorenz Meier
4372cf1892
Make Windows playback synchronous so that audio does not overlap
11 years ago
Lorenz Meier
d53d5f88a8
Improve audio output logic and consistency
11 years ago
Lorenz Meier
daefb0bd4b
Move Windows sound API to right thread context and make it an object member. Perform init within the right thread context. Add capability to play .wav files in addition via QMultiMedia
11 years ago
Lorenz Meier
35050b8851
Enable Qt multimedia
11 years ago
Don Gagne
c952f7b56b
Remove unnecessary QGCStatusBar
...
The derived class wasn’t really adding any capabilties
11 years ago
Don Gagne
8a8d676b79
Uninstall is in Add/Remove Programs
...
- Fixed start menu shortcut delete on uninstall
- Uninstall no longer on start menu
11 years ago
Don Gagne
4ea8454232
Verify that protocol files are not out of date
11 years ago
Don Gagne
a19825137e
Separate install of SDL on OS X not needed
11 years ago
Don Gagne
fbf8ebb0cf
Delete temp log file before each unit test run
11 years ago
Don Gagne
0165ab8363
Test MAVLinkProtocol::deleteTempLogFiles
11 years ago
Don Gagne
166ed9fa8a
Add deleteTempLogFiles method
11 years ago
Don Gagne
1903e1f87f
Fix incorrect directory
11 years ago
Don Gagne
10d9e37621
Merge pull request #1088 from DonLakeFlyer/BugFixes
...
Bug fixes
11 years ago
Don Gagne
fbe79303f4
Fix unused variable warning
11 years ago
Don Gagne
1fb6b144a9
MainWindow now disallows close if active connections
...
So no need for connect window close test here
11 years ago
Don Gagne
cac402bba6
Test disallow of close if active connections
11 years ago
Don Gagne
125f125aca
Disallow close if active connections
...
Also moved log file settings save check to mavlink protocol
11 years ago
Don Gagne
9b7b32b753
Check the log save settings before emitting save log signal
11 years ago
Lorenz Meier
4bb161b88d
Fix beep API and unconnected slot
11 years ago
Lorenz Meier
badc50c1e3
Support enabling fatal warnings via user_config.pri file
11 years ago
Lorenz Meier
41c25ff4b2
Windows audio fix
11 years ago
Don Gagne
c27191b07e
Merge pull request #1085 from DonLakeFlyer/QLoggingCategory
...
Better QLoggingCategory support, fixed parameter list request
11 years ago
Don Gagne
3ca1c633b4
Sends it's own param_request_list message instead of calling us
...
Also added/converted some logging to debug the problem caused by the
two parameter request apis.
11 years ago
Don Gagne
39eb564f61
Removed UAS::requestParameters method
...
This removes confusion as to whether you call UAS::requestParameters
(incorrect) or QGCUASParamManager::requestParameterList (correct) from
client code.
11 years ago
Don Gagne
5a60edb1c6
Use correct parameter list request api
11 years ago