Don Gagne
c27815e242
Update for 32 bit Google earth information
10 years ago
Don Gagne
e29703a1d2
Bumped developer version
...
I initially change version numbers incorrectly. Should have left stable
at 2.1 and only bumped Developer to 2.2. This leaves Stable at 2.2 and
Developer at 2.3.
10 years ago
Don Gagne
7a211acad6
New Mavlink Log collection unit test
10 years ago
Don Gagne
0b0323c0cb
Disconnect all links on MainWindow close
...
Previously link were just destroyed
10 years ago
Don Gagne
859823a975
Silence noise debug statements
...
This makes unit test output easier to read
10 years ago
Don Gagne
f9486d9aa4
Merge pull request #1058 from DonLakeFlyer/SplashScreen
...
Hiding splash screen now handled by QGCFileDialog/QGCMessageBox
10 years ago
Don Gagne
52a7daba91
Merge branch 'SplashScreen' of https://github.com/DonLakeFlyer/qgroundcontrol into SplashScreen
...
Conflicts:
src/QGCFileDialog.cc
10 years ago
Don Gagne
b557293428
Hide splash screen
...
Also restructured code to remove duplication
10 years ago
Don Gagne
a312b9560e
Hide splash screen now handled by QGCFileDialog|QGCMessageBox apis
10 years ago
Don Gagne
0f05862d83
Merge pull request #1057 from DonLakeFlyer/MockLinkCrash
...
Fix param crash and connect/disconnect
10 years ago
Don Gagne
e418e2e4b6
Hide splash screen
...
Also restructured code to remove duplication
10 years ago
Don Gagne
fccb5c126e
Hide splash screen now handled by QGCFileDialog|QGCMessageBox apis
10 years ago
Don Gagne
cd6f10d3a2
Merge pull request #1056 from DonLakeFlyer/QGCFileDialog
...
Fix broken native file dialogs
10 years ago
Don Gagne
432a42d418
Fix param crash and connect/disconnect
10 years ago
Don Gagne
c673310810
Fix broken native dialogs
10 years ago
Don Gagne
c844188439
Merge pull request #1050 from DonLakeFlyer/ToolbarClickThrough
...
Test all views on the toolbar
10 years ago
Don Gagne
61dd6f093f
Merge pull request #1055 from DonLakeFlyer/qRegisterMetaType
...
Work around qRegisterMetaType race condition
10 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.
10 years ago
Don Gagne
920dcc31b4
Merge pull request #1054 from DonLakeFlyer/ThreadSafety
...
QSqlDatabase::addDatabase not thread safe with plugin
10 years ago
Don Gagne
b9113c56eb
QSqlDatabase::addDatabase not thread safe with plugin
...
Although the method is marked as thread safe in the docs, if you use a
database plugin it ends up not being thread safe.
10 years ago
Don Gagne
ec4f3ffc3b
Merge pull request #1052 from Susurrus/views
...
Refactoring on MainWindow's view and settings code
10 years ago
Lorenz Meier
5ad977ae54
Merge pull request #1031 from heliocastro/pkgconfig-sdl
...
- Use pkgconfig on linux to avoid break build on undefineds
10 years ago
Lorenz Meier
2dfc3d4640
Merge pull request #1049 from AndreasAntener/accel-calibration-fix
...
Accel calibration wizard fix
10 years ago
Don Gagne
a00c0f8a45
Merge pull request #1051 from DonLakeFlyer/MapThread
...
Hopefully fix thread safety issue in opmapcontrol
10 years ago
Bryant
fbe6d10868
Rename Pro menu to be just More.
10 years ago
Don Gagne
6cb93da756
Hopefully fix thread safety issue
...
Operator = is not thread-safe, but copy constructor looks to be. This
is causing an intermittent crash.
10 years ago
Bryant
de7f91c106
Preserve backwards compatibility for view settings.
10 years ago
Bryant
25915f4534
Clean up old view/actions in the MainWindow.
...
Renamed some variables.
Removed unused joystick settings stuff.
Deleted unused actions.
10 years ago
Bryant
b57100bd74
Rename Simulation to HIL Simulation.
10 years ago
Bryant
488b3c7e0d
Make the Perspectives menu follow the same ordering as the toolbar.
10 years ago
Bryant
b0fb15a159
Remove the Software view.
10 years ago
Bryant
0d0069bdf0
Remove duplicated engineering view.
10 years ago
Don Gagne
027e96757b
Test all views on the toolbar
...
Simple starting point to view testing
10 years ago
Bryant
df991ff22f
Remove some now-dead code.
10 years ago
Andreas Antener
227287c436
rename accel calibration images to match steps
10 years ago
Andreas Antener
65271386d8
use new messages to determine orientation image
10 years ago
Bryant
6359f78a32
Remove all unnecessary calls to QSettings.sync().
...
This function is called automatically when a QSettings object is destroyed,
so is rarely needed to be called explicitly.
There are still some cases where
a QSettings object is passed-by-reference, so there I left the sync() calls as
it's unclear how permanent those objects are and if they'd call sync() before
application shutdown
10 years ago
Bryant
25377440bb
Removed unused variable.
10 years ago
Bryant
e15abe493b
Refactor MainWindow settings saving on shutdown.
...
Fixes bugs with savings settings for the window state, theme, UAS-connected view, and low-power mode.
Also removes some unneccesary logic that attempted to handled unclean shutdowns, which I haven't
been able to reproduce.
10 years ago
Bryant
136c06dc7f
Remove the DEFAULT view from QGC's perspectives logic.
...
It was a poor proxy for better coding around the problem of bad settings or the lack of
settings on first-run.
10 years ago
Don Gagne
54fc0c39dd
Merge pull request #1047 from Susurrus/pfd_init_fix
...
Correctly initialize floats as NaNs where expected.
10 years ago
Don Gagne
cfb38e0412
Merge pull request #1038 from DonLakeFlyer/DISABLE_GOOGLE_EARTH
...
Fix DISABLE_GOOGLE_EARTH
10 years ago
Don Gagne
d1be927680
Merge pull request #1039 from DonLakeFlyer/ConnectFix
...
Fix broken connect
10 years ago
Bryant
a56bbca10e
Remove the PrimaryFlightDisplay from the Planner view as it doesn't make sense there.
10 years ago
Bryant
c6605db4a7
Correctly initialize floats as NaNs where expected.
10 years ago
Bryant
5262217cc9
Fixed bug where 2 widgets were added to the wrong view.
10 years ago
Bryant
ac00e34d35
Remove unusable Radio Control widget.
10 years ago
Bryant
4608295aaf
Rearrange code and add documentation for perspective code.
...
No functionality changes in this code, just code clarify improvements.
10 years ago
Don Gagne
6140fed9c7
Merge pull request #1040 from DonLakeFlyer/SignalOverride
...
Remove signal overrides
10 years ago
Don Gagne
2e496e92a0
Remove signal overrides
10 years ago