1. 18 Aug, 2016 1 commit
  2. 31 Jul, 2016 1 commit
  3. 24 Jul, 2016 1 commit
  4. 23 Jul, 2016 1 commit
  5. 12 Jul, 2016 1 commit
  6. 09 Jul, 2016 1 commit
  7. 24 Jun, 2016 1 commit
  8. 23 Jun, 2016 1 commit
  9. 17 Jun, 2016 1 commit
  10. 15 Jun, 2016 1 commit
  11. 03 Jun, 2016 1 commit
  12. 01 Jun, 2016 1 commit
  13. 31 May, 2016 1 commit
  14. 29 May, 2016 1 commit
  15. 27 May, 2016 1 commit
  16. 28 Apr, 2016 1 commit
  17. 24 Apr, 2016 1 commit
  18. 20 Apr, 2016 1 commit
  19. 19 Apr, 2016 1 commit
    • Beat Küng's avatar
      gps: add structure to use gps drivers and send a RTCM stream via mavlink (currently disabled) · f13c1785
      Beat Küng authored
      This does the following:
      - add RTCMMavlink class that streams RTCM messages via mavlink
      - add GPSProvider class that opens a serial device and uses the gps driver
        submodule to get an RTCM stream
      - add a GPSManager class that manages the RTCMMavlink & GPSProvider classes
      - implement gps driver callback & definitions using Qt
      - add the GPSManager to the QGCToolbox
      
      To test this, uncomment the _gpsManager->setupGPS("ttyACM0"); in
      QGCToolbox.cc
      f13c1785
  20. 14 Apr, 2016 1 commit
  21. 13 Apr, 2016 1 commit
  22. 12 Apr, 2016 2 commits
  23. 05 Apr, 2016 2 commits
  24. 04 Apr, 2016 2 commits
  25. 27 Mar, 2016 1 commit
  26. 17 Mar, 2016 1 commit
  27. 13 Mar, 2016 1 commit
  28. 12 Mar, 2016 1 commit
  29. 07 Mar, 2016 1 commit
  30. 05 Mar, 2016 2 commits
  31. 02 Mar, 2016 1 commit
  32. 29 Feb, 2016 1 commit
  33. 23 Feb, 2016 1 commit
  34. 19 Feb, 2016 1 commit
  35. 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
  36. 14 Feb, 2016 1 commit