Don Gagne
76ef35a4cf
Empty SafetyConfig compoment
...
Starting point for real implementation
10 years ago
Don Gagne
c02c88a10f
Remove deleted headers
10 years ago
Don Gagne
22f778cf00
Initial implement of QML Palette support
10 years ago
Don Gagne
acbc19aa3d
Generic AutopilotPlugin full implementation
10 years ago
Don Gagne
91614e3add
VehicleSummary converted to QML
...
Summary page is also the launching spot for the setup screens. No more
left hand set of buttons.
10 years ago
Don Gagne
3b328f36c4
New FactSystem unit test
10 years ago
Don Gagne
0928642980
Temporary disable of UAS unit test
...
Needs to be re-written
10 years ago
Don Gagne
d6ddbdc382
New FactSystem
...
Allows parameter access from QML among other things
10 years ago
Lorenz Meier
4abafb4648
Disable tunes, allow to re-enable them with a simple define
10 years ago
Lorenz Meier
35050b8851
Enable Qt multimedia
10 years ago
Don Gagne
c952f7b56b
Remove unnecessary QGCStatusBar
...
The derived class wasn’t really adding any capabilties
10 years ago
Lorenz Meier
badc50c1e3
Support enabling fatal warnings via user_config.pri file
10 years ago
Lorenz Meier
f5d2c570be
Put audio output into a worker thread.
10 years ago
Don Gagne
505220e0e7
Change to use QGCTemporaryFile
10 years ago
Don Gagne
496b8297a7
New Mavlink Log collection unit test
10 years ago
Don Gagne
9d20690a80
FlightModeConfig plus unit test
10 years ago
Don Gagne
7a211acad6
New Mavlink Log collection unit test
10 years ago
Don Gagne
9833de839e
Fix DISABLE_GOOGLE_EARTH
10 years ago
Don Gagne
1b4239d39b
QGCFileDialog UnitTest support
10 years ago
Helio Chissini de Castro
7b9d3f1fa9
- Use pkgconfig on linux to avoid break build on undefineds
10 years ago
Don Gagne
3b5a008677
A new MainWindow unit test
10 years ago
Don Gagne
fc2e29c3a7
Bump SDK to 10.9
...
Deployment target is still 10.6
10 years ago
Don Gagne
028c700982
New Unit Testing framework
...
Allows for UI unit tests to be written:
- Ability to respond to expected message boxes
- Ability to fail test if unexpected message boxes occurs
10 years ago
Lorenz Meier
9f6a69b586
Build fix for recent Qt versions
10 years ago
Don Gagne
45d5c5e6a4
Remove unused code
10 years ago
Don Gagne
e3dac790a8
New LinkManager unit test
10 years ago
Don Gagne
d2923d8ee0
Track Singletons in QGCApplication
...
- allow unit tests to use QGCApplication
- clear global singletons for each unit test run
10 years ago
Don Gagne
6255090918
Commit
10 years ago
Don Gagne
68a59a78f0
File renames
10 years ago
Don Gagne
db7b86fbbe
Use new QGCMessageBox apis
...
Subclass of QMessageBox which re-implements the static public
functions. There are two reasons for this:
1) The QMessageBox implementation on OSX does now show the title
string. This leads to message boxes which don't make much sense. So on
OSX we set title to text and text to informative text.
2) If parent is NULL, we set parent to MainWindow::instance. This
prevents message boxes which can go behind MainWindow
10 years ago
Don Gagne
1d97a7fd56
Remove unused code
10 years ago
Don Gagne
10a00eb087
Use new QGCFileDialog api
...
Using QFileDialog directly on OS X can hang intermittently due to Qt
bug.
10 years ago
Don Gagne
006b4d3611
New AutoPilotPlugin and VehicleSetup
10 years ago
Don Gagne
0f3a51fc3f
New AutoPilotPlugin and VehicleSetup
10 years ago
Don Gagne
22aacd618e
Remove PIXHAWK specific board support
...
This is the Pixhawk research board, not the PX4 production board.
10 years ago
Don Gagne
765222eb5e
Mock implementation of a Link
...
Handy for testing without a real board
10 years ago
Don Gagne
ae8ffd0cca
Switch Firmware Upgrade to qextserialport
...
QSerialPort buffering too slow on Windows.
10 years ago
Don Gagne
964600d367
Remove custom mode startup screen
10 years ago
Don Gagne
757ccb258a
Remove unused APM code
10 years ago
Don Gagne
3f707f95c9
Simpler RC Calibration
10 years ago
philipoe
ab2e4d8bed
Removed all code related to the senseSoar-UAV/MAV, as it was unused in any case
...
Conflicts:
src/uas/QGCMAVLinkUASFactory.cc
src/uas/QGCMAVLinkUASFactory.h
10 years ago
Thomas Gubler
5d9025204a
correctly configure qt for QQuickView
10 years ago
Don Gagne
14998d64de
Remove APM toolbar qml
10 years ago
Don Gagne
f3286d58ea
Remove unreachable APM code
10 years ago
Don Gagne
e28996beac
New Firmware Upgrade implementation
10 years ago
Lorenz Meier
9381135226
OS X build fix for 10.9
11 years ago
Don Gagne
a39c7aab37
Removed more unused firmware flashing code
11 years ago
Don Gagne
cebae8cce8
Remove UnitTests from Windows Release builds
11 years ago
Don Gagne
fc8c216a3e
Added new RCChannelWidget
11 years ago
Don Gagne
cf404a8ed3
Added PX4RCCalibration code plus unit tests
11 years ago