- 05 Apr, 2016 8 commits
-
-
Don Gagne authored
-
Daniel Agar authored
* qmake silent build * Disable silent build on windows
-
Daniel Agar authored
-closes #2913
-
Daniel Agar authored
This reverts commit 73d477cf.
-
Daniel Agar authored
-
Don Gagne authored
Replacing the QGC icon throughout the application.
-
Don Gagne authored
Radio cal scroll
-
Don Gagne authored
Sensors: Use standard font size to fit on tablet
-
- 04 Apr, 2016 7 commits
- 03 Apr, 2016 6 commits
- 02 Apr, 2016 3 commits
- 01 Apr, 2016 2 commits
- 31 Mar, 2016 3 commits
-
-
Tomaz Canabrava authored
All facts are numeric, atm. this means that the input should only accept numbers. it already had the inputMethodHints: Qt.ImhFormattedNumbersOnly option, but for some reason it still accepted letters and symbols. by adding a validator: DoubleValidator {} we limit the characters to numbers only - and if the value is a integer, it will still work. Tested by adding waypoints on the map & messing with the GPS coordinates. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
Update for new Clang errors
-
Don Gagne authored
-
- 29 Mar, 2016 6 commits
- 28 Mar, 2016 5 commits
-
-
Tomaz Canabrava authored
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
Toolbar/Instruments respect palette
-
Don Gagne authored
Fix for espeak / alsa errors for #3015
-
Don Gagne authored
Map control use different border color based on map type
-
Nate Weibley authored
Initialize espeak in async playback mode and explicitly synchronize after each synth operation in the worker thread.
-