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