1. 10 Apr, 2016 2 commits
  2. 06 Apr, 2016 1 commit
  3. 05 Apr, 2016 1 commit
  4. 04 Apr, 2016 2 commits
  5. 19 Feb, 2016 2 commits
  6. 18 Feb, 2016 1 commit
    • dogmaphobic's avatar
      Fixed Google Satellite · 8624fb71
      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.
      8624fb71
  7. 17 Feb, 2016 2 commits
  8. 14 Feb, 2016 1 commit
  9. 13 Feb, 2016 1 commit
  10. 23 Jan, 2016 1 commit
  11. 10 Dec, 2015 1 commit
  12. 08 Dec, 2015 1 commit
  13. 05 Dec, 2015 1 commit
  14. 04 Dec, 2015 1 commit
  15. 15 Nov, 2015 1 commit
  16. 11 Nov, 2015 2 commits
  17. 31 Oct, 2015 1 commit
  18. 18 Oct, 2015 1 commit
  19. 12 Oct, 2015 1 commit
  20. 11 Oct, 2015 2 commits
  21. 01 Oct, 2015 1 commit
  22. 08 Jul, 2015 1 commit
  23. 01 Jul, 2015 1 commit
  24. 28 Jun, 2015 1 commit
  25. 31 May, 2015 2 commits
  26. 18 Apr, 2015 1 commit
  27. 06 Apr, 2015 1 commit
  28. 04 Apr, 2015 1 commit
  29. 13 Feb, 2015 1 commit
  30. 12 Dec, 2014 1 commit
    • Don Gagne's avatar
      Move UAS and MAVLinkProtocol back to main thread · fc493d75
      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.
      fc493d75
  31. 02 Dec, 2014 1 commit
    • Don Gagne's avatar
      Work around qRegisterMetaType race condition · 0ce03b53
      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.
      0ce03b53
  32. 01 Dec, 2014 1 commit
  33. 28 Nov, 2014 1 commit
    • Don Gagne's avatar
      New Unit Testing framework · 028c7009
      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
      028c7009