- 04 Dec, 2014 7 commits
- 03 Dec, 2014 8 commits
-
-
Don Gagne authored
This is done by tweaking the application name when running unit test
-
Don Gagne authored
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.
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
Also restructured code to remove duplication
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
- 02 Dec, 2014 11 commits
-
-
Don Gagne authored
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.
-
Bryant authored
-
Bryant authored
-
Bryant authored
Renamed some variables. Removed unused joystick settings stuff. Deleted unused actions.
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Bryant authored
-
Don Gagne authored
Simple starting point to view testing
-
Bryant authored
-
Andreas Antener authored
-
- 01 Dec, 2014 14 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
-
Bryant authored
No functionality changes in this code, just code clarify improvements.
-
Don Gagne authored
-
Lorenz Meier authored
-
Don Gagne authored
-
Don Gagne authored
This keeps TeamCity from hanging on a dialog box
-
Don Gagne authored
-