1. 10 Jun, 2020 1 commit
    • DonLakeFlyer's avatar
      · 1b0a329c
      DonLakeFlyer authored
      Cut over to new JSON translation system
      1b0a329c
  2. 02 May, 2020 1 commit
    • DoinLakeFlyer's avatar
      · edf1d742
      DoinLakeFlyer authored
      Add support for Json file string translations
      edf1d742
  3. 01 Apr, 2020 1 commit
    • Alex Wilkinson's avatar
      Correctly set parent of QGCCorePlugin · 1893a920
      Alex Wilkinson authored
      QGCCorePlugin is currently constructed with a QGCToolbox* toolbx parameter of null. This is because at the time QGCCorePlugin (or an actual custom plugin) is constructed app->toolbox() is null.
      _scanAndLoadPlugins() is called as part of the QGCToolbox constructor where all toolbox classes use the same format:
      _class = new Class(app, this);
      
      The creation of QGCCorePlugin should follow the same pattern.
      
      The practical issue I had with this is that because the parent is not set correctly, QGCCorePlugin is not destructed when the app is closed. This means any code in the destructor is not run. (QGCCorePlugin itself has as a destructor which is currently not being called).
      1893a920
  4. 01 Feb, 2020 1 commit
  5. 16 Nov, 2019 1 commit
    • DonLakeFlyer's avatar
      · 44fa02aa
      DonLakeFlyer authored
      ADSB server support provided through new ADSBVehicleManager implemenation
      44fa02aa
  6. 22 Aug, 2019 1 commit
  7. 14 Mar, 2019 1 commit
  8. 19 Dec, 2018 1 commit
  9. 07 Mar, 2018 1 commit
  10. 27 Jan, 2018 2 commits
    • Gus Grubba's avatar
      WIP (not done and not working) · 6b47e107
      Gus Grubba authored
      Break apart string of classes into their own files as all in one file became unwieldy
      Expose Airspace data in a QML ready format
      Split global Airspace from AirMap (Only now I figured out the reason for the pure virtual root classes)
      Refactored a bunch of things to make it consistent and/or obvious
      6b47e107
    • Gus Grubba's avatar
      WIP Making it possible to have a build without Airmap · f55279d9
      Gus Grubba authored
      Move all airmap related stuff to its own directory
      f55279d9
  11. 29 Nov, 2017 2 commits
  12. 20 Oct, 2017 1 commit
  13. 05 Apr, 2017 1 commit
  14. 23 Mar, 2017 1 commit
  15. 18 Feb, 2017 1 commit
  16. 07 Jan, 2017 1 commit
  17. 29 Nov, 2016 1 commit
  18. 28 Nov, 2016 2 commits
  19. 27 Nov, 2016 1 commit
  20. 27 Oct, 2016 1 commit
  21. 21 Oct, 2016 1 commit
  22. 14 Sep, 2016 1 commit
  23. 28 Aug, 2016 1 commit
  24. 18 Aug, 2016 1 commit
  25. 31 May, 2016 1 commit
  26. 03 May, 2016 1 commit
  27. 27 Apr, 2016 1 commit
  28. 24 Apr, 2016 1 commit
  29. 20 Apr, 2016 1 commit
  30. 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
  31. 27 Mar, 2016 1 commit
  32. 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
  33. 03 Dec, 2015 1 commit
    • Don Gagne's avatar
      Add mission item categories · 62acc335
      Don Gagne authored
      - New mission command editor dialog
      - New MissionCommands toolbox object to get command info
      - Added APM mission item set
      62acc335
  34. 07 Nov, 2015 1 commit
  35. 30 Oct, 2015 1 commit