Lorenz Meier
|
61364a591c
|
Merge branch 'audio_thread' of github.com:mavlink/qgroundcontrol into audio_thread
|
10 years ago |
Lorenz Meier
|
8796902220
|
More rigor in thread tear down
|
10 years ago |
Don Gagne
|
560f679f7a
|
Move init to correct thread
|
10 years ago |
Lorenz Meier
|
4abafb4648
|
Disable tunes, allow to re-enable them with a simple define
|
10 years ago |
Lorenz Meier
|
e2a755292f
|
Merge branch 'audio_thread' of github.com:mavlink/qgroundcontrol into audio_thread
|
10 years ago |
Lorenz Meier
|
0e67aae10b
|
Move audio file to resource
|
10 years ago |
Thomas Gubler
|
b7c819413c
|
espeak: use AUDIO_OUTPUT_SYNCH_PLAYBACK
|
10 years ago |
Thomas Gubler
|
7313b202a1
|
Revert "Make eSpeak on Linux synchronous"
This reverts commit 4d033715a8 .
|
10 years ago |
Lorenz Meier
|
4d033715a8
|
Make eSpeak on Linux synchronous
|
10 years ago |
Lorenz Meier
|
4372cf1892
|
Make Windows playback synchronous so that audio does not overlap
|
10 years ago |
Lorenz Meier
|
d53d5f88a8
|
Improve audio output logic and consistency
|
10 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
|
10 years ago |
Lorenz Meier
|
35050b8851
|
Enable Qt multimedia
|
10 years ago |
Lorenz Meier
|
4bb161b88d
|
Fix beep API and unconnected slot
|
10 years ago |
Lorenz Meier
|
41c25ff4b2
|
Windows audio fix
|
10 years ago |
Lorenz Meier
|
156f211c8b
|
Handle unused variable warnings
|
10 years ago |
Lorenz Meier
|
f5d2c570be
|
Put audio output into a worker thread.
|
10 years ago |
Don Gagne
|
fa69b34c85
|
Merge pull request #1077 from DonLakeFlyer/ParamHang
Param boot hang
|
10 years ago |
Don Gagne
|
bd3bb47522
|
UAS responsible for getting first time parameter list
|
10 years ago |
Don Gagne
|
d74a19ce00
|
Don't request parameter list unless user requested
Also only update the full tree one time once the full parameter list is
ready.
|
10 years ago |
Don Gagne
|
2c0d56c7fb
|
Merge pull request #1063 from DonLakeFlyer/MavlinkLogTest
Mavlink log test
|
10 years ago |
Don Gagne
|
505220e0e7
|
Change to use QGCTemporaryFile
|
10 years ago |
Don Gagne
|
7127f648ae
|
New QTemporaryFile replacement
|
10 years ago |
Don Gagne
|
f9dc3c0a41
|
Make sure UAS is deleted on correct thread
|
10 years ago |
Don Gagne
|
d2cef492fd
|
Merge branch 'MavlinkLogTest' of https://github.com/DonLakeFlyer/qgroundcontrol into MavlinkLogTest
Conflicts:
qgroundcontrol.pro
|
10 years ago |
Don Gagne
|
496b8297a7
|
New Mavlink Log collection unit test
|
10 years ago |
Don Gagne
|
654fe43b80
|
Disconnect all links on MainWindow close
Previously link were just destroyed
|
10 years ago |
Don Gagne
|
b1cb2de252
|
Silence noise debug statements
This makes unit test output easier to read
|
10 years ago |
Don Gagne
|
dfe7c2ed13
|
Merge pull request #1076 from DonLakeFlyer/QLogggingCategoryREADME
Update README for QLoggingCategory usage
|
10 years ago |
Don Gagne
|
e23eb5016a
|
Update README for QLoggingCategory usage
|
10 years ago |
Don Gagne
|
e6aaf9c6c0
|
Merge pull request #1075 from DonLakeFlyer/FlightModeSetup
Flight mode setup
|
10 years ago |
Don Gagne
|
9991c1530e
|
Clear all maps in-between each test
|
10 years ago |
Don Gagne
|
f966a3f698
|
VehicleSetup assures active as and parameters ready
|
10 years ago |
Don Gagne
|
ddde7cce4a
|
Must new MockUAS otherwise qt resource system is not ready
|
10 years ago |
Don Gagne
|
ed807d4ff0
|
Mock param mgr is created with full set of params
|
10 years ago |
Don Gagne
|
9d20690a80
|
FlightModeConfig plus unit test
|
10 years ago |
Don Gagne
|
e7a44abb33
|
Example file for QLoggingCategory use
Place this file in the location specified here:
http://qt-project.org/doc/qt-5/qloggingcategory.html
|
10 years ago |
Don Gagne
|
3942c3bbb9
|
More implementation of Mock
|
10 years ago |
Don Gagne
|
551ffcc8e5
|
Renamed due to collision with new QGCComboBox
|
10 years ago |
Don Gagne
|
6eb11b7569
|
QGCComboBox with new simulateUserSetCurrentIndex
This allows unit tests to simulate user selections in a combo box
|
10 years ago |
Don Gagne
|
a709b2f96a
|
Merge pull request #1073 from DonLakeFlyer/activeUASSet
Remove multiple overrides of activeUASSet signal
|
10 years ago |
Don Gagne
|
5204aabae5
|
Remove multiple activeUASSet overrides
This allows use of compile time Object::connect syntax
|
10 years ago |
Don Gagne
|
4bd4091b1e
|
Convert to activeUASSet(UASInterface*) signal
|
10 years ago |
Don Gagne
|
d06c98edee
|
Remove unused selectSystem slot
|
10 years ago |
Don Gagne
|
109d6f4e31
|
Merge pull request #1070 from Susurrus/style_fix
Enlarge the perspective buttons on the toolbar.
|
10 years ago |
Bryant
|
f05f7cc078
|
Enlarge the perspective buttons on the toolbar.
Fly was way too small and Plan needed to be a tad bigger as well.
|
10 years ago |
Don Gagne
|
9ce1fecb56
|
Merge pull request #1068 from DonLakeFlyer/UnitTestSettings
Unit Tests run from there own QSettings space
|
10 years ago |
Don Gagne
|
fa50037158
|
Unit Tests run from there own QSettings space
This is done by tweaking the application name when running unit test
|
10 years ago |
Don Gagne
|
d6f05e81bb
|
Merge pull request #1065 from DonLakeFlyer/Version
Bumped developer version
|
10 years ago |
Don Gagne
|
04dd2d7d7e
|
Merge pull request #1067 from DonLakeFlyer/README
Update for 32 bit Google earth information
|
10 years ago |