- Aug 09, 2017
-
-
DonLakeFlyer authored
-
- Apr 06, 2017
-
-
Don Gagne authored
-
- Mar 27, 2017
-
-
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
-
- Mar 13, 2017
-
-
Donald Gagne authored
-
- Mar 05, 2017
-
-
DonLakeFlyer authored
-
- Mar 03, 2017
- Mar 01, 2017
-
-
Don Gagne authored
Some android versions leave a focus arrow indicator turd in the control. This gets rid of it.
-
- Feb 20, 2017
-
-
Don Gagne authored
Convert bool settings to SettingsFact
-
- Feb 19, 2017
-
-
Don Gagne authored
-
- Feb 15, 2017
- Feb 13, 2017
-
-
Don Gagne authored
-
- Nov 27, 2016
-
-
Gus Grubba authored
-
- Sep 30, 2016
-
-
Don Gagne authored
-
- Sep 20, 2016
-
-
Don Gagne authored
-
- Sep 18, 2016
-
-
Don Gagne authored
-
- Sep 14, 2016
-
-
Don Gagne authored
-
- Aug 25, 2016
-
-
Don Gagne authored
-
- Jul 28, 2016
-
-
Rustom Jehangir authored
-
- Jun 25, 2016
-
-
Don Gagne authored
-
- Jun 12, 2016
-
-
Don Gagne authored
-
- Jun 08, 2016
-
-
Don Gagne authored
-
- Jun 06, 2016
-
-
Don Gagne authored
Doesn’t have a done key which doesn’t work with our user model. May find a better fix later.
-
- May 31, 2016
-
-
Lorenz Meier authored
-
- May 23, 2016
-
-
Don Gagne authored
-
- Apr 28, 2016
-
-
dogmaphobic authored
-
- Apr 13, 2016
-
-
Tomaz Canabrava authored
All qsTr calls done Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
- Mar 31, 2016
-
-
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>
-
- Mar 28, 2016
-
-
Don Gagne authored
Map control use different border color based on map type
-
- Mar 02, 2016
-
-
Don Gagne authored
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 03, 2016
- Dec 29, 2015
-
-
Don Gagne authored
-
- Dec 27, 2015
-
-
Don Gagne authored
Total hack but it seems to work
-
- Dec 23, 2015
-
-
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>
-
- Dec 20, 2015
-
-
Don Gagne authored
-