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
lm
bf94b35d2c
Added opmapcontrol
14 years ago
Mariano Lizarraga
a3db5ec5f7
Added a qDebug() message handler for windows installs that have no debug helpers. Hunting bug in Mode change in UASView
15 years ago
pixhawk
969475270a
Commented/cleaned up code
15 years ago
Mariano Lizarraga
7160a6c111
Major cleanup of MainWindow constructor. All widgets have now the visible property set to false on its constructor
15 years ago
Mariano Lizarraga
cb30604785
Removed comments on the SDL _main protection
15 years ago
unknown
3406941468
add slugs messages
15 years ago
pixhawk
a41997315a
Added patch from Hugo which fixes some OS X issues
15 years ago
Hugo Vincent
2291af59fd
Switched from flite for speech on the Mac to built-in MacOSX speech synthesizer. Fixed build system for 64-bit builds (using official SDL.framework, and Qt frameworks).
15 years ago
pixhawk
bc33da5204
Added true audio output
15 years ago
pixhawk
4fa6562e5c
Initial import
15 years ago