1. Feb 19, 2016
  2. Feb 18, 2016
    • 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
  3. Feb 17, 2016
  4. Feb 14, 2016
  5. Feb 13, 2016
  6. Jan 23, 2016
  7. Dec 10, 2015
  8. Dec 08, 2015
  9. Dec 05, 2015
  10. Dec 04, 2015
  11. Nov 15, 2015
  12. Nov 11, 2015
  13. Oct 31, 2015
  14. Oct 18, 2015
  15. Oct 12, 2015
  16. Oct 11, 2015
  17. Oct 01, 2015
  18. Jul 08, 2015
  19. Jul 01, 2015
  20. Jun 28, 2015
  21. May 31, 2015
  22. Apr 18, 2015
  23. Apr 06, 2015
  24. Apr 04, 2015
  25. Feb 13, 2015
  26. Dec 12, 2014
  27. Dec 02, 2014
    • 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
  28. Dec 01, 2014
  29. Nov 28, 2014
    • 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
  30. Nov 27, 2014
  31. Nov 26, 2014
  32. Nov 25, 2014
  33. Nov 24, 2014
  34. Oct 30, 2014