- 02 Dec, 2014 5 commits
- 01 Dec, 2014 18 commits
-
-
Bryant authored
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
-
Bryant authored
-
Bryant authored
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.
-
Bryant authored
It was a poor proxy for better coding around the problem of bad settings or the lack of settings on first-run.
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
No functionality changes in this code, just code clarify improvements.
-
Don Gagne authored
Remove signal overrides
-
Don Gagne authored
-
Lorenz Meier authored
-
Don Gagne authored
QGCFileDialog can now be handled by unit test code
-
Don Gagne authored
Turn off Windows Error Reporting for unit tests
-
Don Gagne authored
This keeps TeamCity from hanging on a dialog box
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 30 Nov, 2014 10 commits
-
-
Don Gagne authored
Remove unused code
-
Don Gagne authored
This was leftover from a problem I was having with virtual slots
-
Don Gagne authored
Simple MainWindow Unit Test
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Splash screen is optional. Also remove some unused class definition.
-
Don Gagne authored
-
Don Gagne authored
New Unit Testing framework
-
- 29 Nov, 2014 2 commits
- 28 Nov, 2014 5 commits
-
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Deployment target is still 10.6
-
Don Gagne authored
Allows for UI unit tests to be written: - Ability to respond to expected message boxes - Ability to fail test if unexpected message boxes occurs
-
Lorenz Meier authored
-