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
Don Gagne
b11fd1d6b4
Default qtlogging.ini file is copied if it doesn't exist
11 years ago
Lorenz Meier
156f211c8b
Handle unused variable warnings
11 years ago
Lorenz Meier
f5d2c570be
Put audio output into a worker thread.
11 years ago
Don Gagne
fa69b34c85
Merge pull request #1077 from DonLakeFlyer/ParamHang
...
Param boot hang
11 years ago
Don Gagne
bd3bb47522
UAS responsible for getting first time parameter list
11 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.
11 years ago
Don Gagne
2c0d56c7fb
Merge pull request #1063 from DonLakeFlyer/MavlinkLogTest
...
Mavlink log test
11 years ago
Don Gagne
505220e0e7
Change to use QGCTemporaryFile
11 years ago
Don Gagne
7127f648ae
New QTemporaryFile replacement
11 years ago
Don Gagne
f9dc3c0a41
Make sure UAS is deleted on correct thread
11 years ago
Don Gagne
d2cef492fd
Merge branch 'MavlinkLogTest' of https://github.com/DonLakeFlyer/qgroundcontrol into MavlinkLogTest
...
Conflicts:
qgroundcontrol.pro
11 years ago
Don Gagne
496b8297a7
New Mavlink Log collection unit test
11 years ago
Don Gagne
654fe43b80
Disconnect all links on MainWindow close
...
Previously link were just destroyed
11 years ago
Don Gagne
b1cb2de252
Silence noise debug statements
...
This makes unit test output easier to read
11 years ago
Don Gagne
dfe7c2ed13
Merge pull request #1076 from DonLakeFlyer/QLogggingCategoryREADME
...
Update README for QLoggingCategory usage
11 years ago
Don Gagne
e23eb5016a
Update README for QLoggingCategory usage
11 years ago
Don Gagne
e6aaf9c6c0
Merge pull request #1075 from DonLakeFlyer/FlightModeSetup
...
Flight mode setup
11 years ago
Don Gagne
9991c1530e
Clear all maps in-between each test
11 years ago
Don Gagne
f966a3f698
VehicleSetup assures active as and parameters ready
11 years ago
Don Gagne
ddde7cce4a
Must new MockUAS otherwise qt resource system is not ready
11 years ago
Don Gagne
ed807d4ff0
Mock param mgr is created with full set of params
11 years ago
Don Gagne
9d20690a80
FlightModeConfig plus unit test
11 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
11 years ago
Don Gagne
3942c3bbb9
More implementation of Mock
11 years ago
Don Gagne
551ffcc8e5
Renamed due to collision with new QGCComboBox
11 years ago
Don Gagne
6eb11b7569
QGCComboBox with new simulateUserSetCurrentIndex
...
This allows unit tests to simulate user selections in a combo box
11 years ago
Don Gagne
a709b2f96a
Merge pull request #1073 from DonLakeFlyer/activeUASSet
...
Remove multiple overrides of activeUASSet signal
11 years ago
Don Gagne
5204aabae5
Remove multiple activeUASSet overrides
...
This allows use of compile time Object::connect syntax
11 years ago