dogmaphobic
09b22dd66a
Bluetooth Cleanup
10 years ago
Don Gagne
4f080b9d3d
Mobile runs Native QML
10 years ago
dogmaphobic
054fab6c28
Bluetooth for Android complete.
10 years ago
dogmaphobic
5b46a3938e
First shot at Bluetooth
10 years ago
Don Gagne
946b7ea895
Centralize board type detection
10 years ago
dogmaphobic
dd8a2dabd0
Fix iOS Build.
10 years ago
Don Gagne
ed1a02cb34
Fix compiler warning
10 years ago
Don Gagne
c68faf270e
Add --unittest-stress support
10 years ago
Don Gagne
0c251d7973
Fix native function setting
10 years ago
Don Gagne
88f279d659
Remove widget code from Mobile builds
10 years ago
Don Gagne
f4d403dee4
Add missing header
10 years ago
Don Gagne
812ee27236
Cut over 100% to new Map/Mission code
...
- Delete all old map code
10 years ago
Don Gagne
436b30c6fc
Changed option loading mechanism
10 years ago
dogmaphobic
5b0e135ed5
Initial setup for Mac Installer (Video Steaming)
10 years ago
Don Gagne
9d14d9c721
Remove QSerialPortInfo from mobile build
...
This is needed for firmware upgrade which is not part of mobile
10 years ago
Don Gagne
ec67f11bc5
Major re-write of Firmware Upgrade
...
Usability plus, new features:
- 3DR Radio support
- APM Stack support
10 years ago
dogmaphobic
e3267222cb
Adding some Qt version checks
10 years ago
dogmaphobic
fe015311bb
First stab at iOS builds
10 years ago
dogmaphobic
59ad9be767
First android commit.
10 years ago
dogmaphobic
86f9a21973
Adding url factory from Open Pilot maps.
...
As this is no longer google specific, renamed everything google to qgc.
10 years ago
dogmaphobic
47b00f2f52
Google Maps Qt Geoservices plugin.
10 years ago
dogmaphobic
0a31331428
The ultimate goal is to plug a device, set it up and go fly it without any fuss.
...
The goal of this first installment is to organize the code a bit so it's more readable,
clean up a bit of left over cruft, and manage link configurations (and links in general).
10 years ago
Don Gagne
fc493d75c1
Move UAS and MAVLinkProtocol back to main thread
...
Plus a large number of other changes to allow for orderly shutdown of
objects without crashes or asserts. This is need for unit tests to
create/delete global state around every test.
11 years ago
Don Gagne
0ce03b5331
Work around qRegisterMetaType race condition
...
There appears to be a threading issue in qRegisterMetaType which can
cause it to throw a qWarning about duplicate type converters. This is
caused by a race condition in the Qt code. Still working with them on
tracking down the bug. For now we register the type which is giving us
problems here while we only have the main thread. That should prevent
it from hitting the race condition later on in the code.
11 years ago
Don Gagne
21dd212263
Turn off Windows Error Reporting for unit tests
...
This keeps TeamCity from hanging on a dialog box
11 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
11 years ago
Don Gagne
89be3424d5
Support --unittest::testname
...
Allows you to run a single unit test from the command line
11 years ago
Don Gagne
d1bab1999e
Fix shutdown sequence
11 years ago
Don Gagne
23e9acf2a8
Cleanup application object
11 years ago
Don Gagne
d2923d8ee0
Track Singletons in QGCApplication
...
- allow unit tests to use QGCApplication
- clear global singletons for each unit test run
11 years ago
Don Gagne
68a59a78f0
File renames
11 years ago
Don Gagne
84fb1ad767
Update for QGCCore->QGCApplication name change
11 years ago
Don Gagne
964600d367
Remove custom mode startup screen
11 years ago
Don Gagne
6eda19da8f
Add SSL check
11 years ago
Bryant
07a50dbb4e
Fixed missing argument in debug messages. Now they're readable!
11 years ago
Bryant
2361a30e1d
MessageHandler function prototype changed for Qt5.
11 years ago
Bryant Mairs
0025e26ece
qInstallMsgHandler() is now qInstallMessageHandler()
11 years ago
Bryant Mairs
fff99b9704
<QtGui/QApplication> should be <QApplication>
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
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
9e38f8ca84
Moved qRegisterMetaType calls to main
...
Also commented out noisy serial link error output
11 years ago
Don Gagne
3347d285d2
Fixed release/debug DLLs in Windows
...
Also fixed a number of other release build problems
12 years ago
Don Gagne
a45a5756f1
AutoTest runner is now part of main
12 years ago
Lorenz Meier
b445c83322
First stab at better multi-use / multi-platform requirements
12 years ago
Michael Carpenter
1413557255
Change so Waypoints are the same across maps, and offline waypoints get appeneded to the end of the MAV's waypoint list on connect
12 years ago
LM
a9d925f871
Minor MAVLink cleanups, might compile now - but not guaranteed
14 years ago
LM
d67528e06a
Updated to latest MAVLink
14 years ago
lm
58cecb14c9
Cleaned up, removed K&R from two files before merge (QGC SHOULD use GNU, NOT K&R!)
14 years ago
James Goppert
18d74deb3a
K/R formatting, debugging serialport.
14 years ago