- Feb 19, 2016
-
-
Don Gagne authored
-
- Feb 18, 2016
-
-
dogmaphobic authored
Download Speed Tweaks (+2 squashed commits) Squashed commits: [ff0ef7e] Cleanup (remove OpenStreetMap) [370fa1d] Done (+25 squashed commits) Squashed commits: [9f3368f] Need to check how many instances of MapEngine are active. [d557eac] Download Optimization [392f50a] Almost there. Trying to optimize download. [a49d1d2] Settings [a94be97] Mostly there. Needs to finish options and map thumbnail. [38d5a0b] Downloading tiles and deleting sets [81101b9] More UI Work [c597d4b] Downloading tiles [a815e35] Get rid of OpenMaps [7e177ea] More reorg [fa6b671] Start handling create tile set Fix signal order when creating fetch tile task [2a31f4d] Refactoring [268b906] Renaming things [947d66e] Fix resource load error. [19e2de8] Adding MapBox [c73e627] Preparing download [87bbf22] UI Tweaks [3c32a86] A lot of UI code done. [ece8ce2] Starting to deal with tiles [7f387bc] Save tile set [f66f343] Adding more code [4de3418] Working [f0cc25d] Done for the night. [2d1d86e] Added SQL database for holding out own tile cache. [d405a87] Convert to camel case as this has been driving me nuts.
-
- Feb 17, 2016
-
-
Nate Weibley authored
-
Nate Weibley authored
Move the buglist override to as early as possible, include switches for specific rendering backends on windows
-
- Feb 14, 2016
-
-
Nate Weibley authored
-
- Feb 13, 2016
-
-
Nate Weibley authored
For issue #2776
-
- Jan 23, 2016
-
-
dogmaphobic authored
-
- Dec 10, 2015
-
-
dogmaphobic authored
-
- Dec 08, 2015
-
-
Don Gagne authored
-
- Dec 05, 2015
-
-
dogmaphobic authored
-
- Dec 04, 2015
-
-
dogmaphobic authored
-
- Nov 15, 2015
-
-
Don Gagne authored
-
- Nov 11, 2015
-
-
dogmaphobic authored
-
Don Gagne authored
-
- Oct 31, 2015
-
-
Don Gagne authored
-
- Oct 18, 2015
-
-
Don Gagne authored
-
- Oct 12, 2015
-
-
Don Gagne authored
-
- Oct 11, 2015
- Oct 01, 2015
-
-
Don Gagne authored
-
- Jul 08, 2015
-
-
dogmaphobic authored
-
- Jul 01, 2015
-
-
Don Gagne authored
This is needed for firmware upgrade which is not part of mobile
-
- Jun 28, 2015
-
-
Don Gagne authored
Usability plus, new features: - 3DR Radio support - APM Stack support
-
- May 31, 2015
-
-
dogmaphobic authored
-
dogmaphobic authored
-
- Apr 18, 2015
-
-
dogmaphobic authored
-
- Apr 06, 2015
-
-
dogmaphobic authored
As this is no longer google specific, renamed everything google to qgc.
-
- Apr 04, 2015
-
-
dogmaphobic authored
-
- Feb 13, 2015
-
-
dogmaphobic authored
The goal of this first installment is to organize the code a bit so it's more readable, clean up a bit of left over cruft, and manage link configurations (and links in general).
-
- Dec 12, 2014
-
-
Don Gagne authored
Plus a large number of other changes to allow for orderly shutdown of objects without crashes or asserts. This is need for unit tests to create/delete global state around every test.
-
- Dec 02, 2014
-
-
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.
-
- Dec 01, 2014
-
-
Don Gagne authored
This keeps TeamCity from hanging on a dialog box
-
- Nov 28, 2014
-
-
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
-
- Nov 27, 2014
-
-
Don Gagne authored
Allows you to run a single unit test from the command line
-
- Nov 26, 2014
- Nov 25, 2014
-
-
Don Gagne authored
-
- Nov 24, 2014
-
-
Don Gagne authored
-
- Oct 30, 2014
-
-
Don Gagne authored
-