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
Lorenz Meier
330d3eb315
Fix warning
10 years ago
Don Gagne
e7908d741f
Fix broken connect
10 years ago
Don Gagne
9833de839e
Fix DISABLE_GOOGLE_EARTH
10 years ago
Don Gagne
46a647e19f
Merge pull request #1034 from DonLakeFlyer/FileDialogTest
...
QGCFileDialog can now be handled by unit test code
10 years ago
Don Gagne
6a7d5d4216
Merge pull request #1036 from DonLakeFlyer/WindowsCrash
...
Turn off Windows Error Reporting for unit tests
10 years ago
Don Gagne
21dd212263
Turn off Windows Error Reporting for unit tests
...
This keeps TeamCity from hanging on a dialog box
10 years ago
Don Gagne
e8c7680dae
Fix compiler warning
10 years ago
Don Gagne
90fb522e0e
No need to call UnitTest::[init|cleanup]TestCase
10 years ago
Don Gagne
6592a8818f
Unit test for file dialog catching mechanism
10 years ago
Don Gagne
1b4239d39b
QGCFileDialog UnitTest support
10 years ago
Don Gagne
c9274137c8
Merge pull request #1033 from DonLakeFlyer/UnusedCode
...
Remove unused code
10 years ago
Don Gagne
08caae78f9
Remove unused code
...
This was leftover from a problem I was having with virtual slots
10 years ago
Don Gagne
3332ec2fe8
Merge pull request #1030 from DonLakeFlyer/MainWindowTest
...
Simple MainWindow Unit Test
10 years ago
Helio Chissini de Castro
7b9d3f1fa9
- Use pkgconfig on linux to avoid break build on undefineds
10 years ago
Don Gagne
c7e17869d4
Restructured for unit testing
10 years ago
Don Gagne
3b5a008677
A new MainWindow unit test
10 years ago
Don Gagne
3d0ade08c5
Fix bug with base mode
10 years ago
Don Gagne
13bbc5a31d
Fix typo
10 years ago
Don Gagne
4ea83c50e4
Cleanup for use with unit test
...
Splash screen is optional. Also remove some unused class definition.
10 years ago
Don Gagne
6c35a7ff75
Fix incorrect usage of deleteLater
10 years ago
Don Gagne
a494d27b14
Merge pull request #1025 from DonLakeFlyer/UnitTestV2
...
New Unit Testing framework
10 years ago
Don Gagne
89de2ae225
Fix constructor ordering bug
10 years ago
Don Gagne
91abffc077
Fix debug includes
10 years ago
Don Gagne
bb01911e76
Remove unused variable
10 years ago
Don Gagne
88e1e3b0bd
Remove unused variable
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
9f61f81bb3
Merge pull request #1001 from DonLakeFlyer/Unused
...
Remove unused code
10 years ago
Don Gagne
fb74d785e9
Fix merge screwup
10 years ago
Don Gagne
c4f7cc8b8b
Add back include after bad merge fix
10 years ago
Don Gagne
45d5c5e6a4
Remove unused code
10 years ago
Don Gagne
c1e6f5735d
Merge pull request #1023 from DonLakeFlyer/LInkManager
...
Link manager unit test and fixes
10 years ago
Don Gagne
75e835ef4b
Remove double friend class
...
Fix linux compiler warning
10 years ago
Don Gagne
381de98a3d
Unit test changes
10 years ago