- 09 Aug, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 06 Apr, 2017 1 commit
-
-
Don Gagne authored
-
- 27 Mar, 2017 1 commit
-
-
Gus Grubba authored
Changed (selected) mission item color to primaryButton instead of buttonHighlight Adjusted some colors for better contrast Removed a few JavaScript exceptions caused by the order of object destruction
-
- 13 Mar, 2017 1 commit
-
-
Donald Gagne authored
-
- 05 Mar, 2017 1 commit
-
-
DonLakeFlyer authored
-
- 03 Mar, 2017 4 commits
- 01 Mar, 2017 1 commit
-
-
Don Gagne authored
Some android versions leave a focus arrow indicator turd in the control. This gets rid of it.
-
- 20 Feb, 2017 1 commit
-
-
Don Gagne authored
Convert bool settings to SettingsFact
-
- 19 Feb, 2017 1 commit
-
-
Don Gagne authored
-
- 15 Feb, 2017 2 commits
- 13 Feb, 2017 1 commit
-
-
Don Gagne authored
-
- 27 Nov, 2016 1 commit
-
-
Gus Grubba authored
-
- 30 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 20 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 18 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 14 Sep, 2016 1 commit
-
-
Don Gagne authored
-
- 25 Aug, 2016 1 commit
-
-
Don Gagne authored
-
- 28 Jul, 2016 1 commit
-
-
Rustom Jehangir authored
-
- 25 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 12 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 08 Jun, 2016 1 commit
-
-
Don Gagne authored
-
- 06 Jun, 2016 1 commit
-
-
Don Gagne authored
Doesn’t have a done key which doesn’t work with our user model. May find a better fix later.
-
- 31 May, 2016 1 commit
-
-
Lorenz Meier authored
-
- 23 May, 2016 1 commit
-
-
Don Gagne authored
-
- 28 Apr, 2016 1 commit
-
-
dogmaphobic authored
-
- 13 Apr, 2016 1 commit
-
-
Tomaz Canabrava authored
All qsTr calls done Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- 31 Mar, 2016 1 commit
-
-
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>
-
- 28 Mar, 2016 1 commit
-
-
Don Gagne authored
Map control use different border color based on map type
-
- 02 Mar, 2016 1 commit
-
-
Don Gagne authored
-
- 04 Feb, 2016 1 commit
-
-
dogmaphobic authored
-
- 03 Jan, 2016 2 commits
- 29 Dec, 2015 1 commit
-
-
Don Gagne authored
-
- 27 Dec, 2015 1 commit
-
-
Don Gagne authored
Total hack but it seems to work
-
- 23 Dec, 2015 1 commit
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/Signed-off-by: Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- 20 Dec, 2015 1 commit
-
-
Don Gagne authored
-