1. 25 Aug, 2020 1 commit
    • DonLakeFlyer's avatar
      · 530bfe26
      DonLakeFlyer authored
      QGCFileDialog remove separate mobile fileExtension properties
      530bfe26
  2. 01 Feb, 2020 1 commit
  3. 18 Sep, 2019 1 commit
  4. 17 Sep, 2019 2 commits
  5. 04 Sep, 2019 1 commit
    • Don Gagne's avatar
      · a50d4184
      Don Gagne authored
      Add Terrain toggle to MapScale control
      a50d4184
  6. 31 Aug, 2019 1 commit
    • Don Gagne's avatar
      · de6d62b5
      Don Gagne authored
      Zoom buttons move to MapScale control
      de6d62b5
  7. 07 Jun, 2019 1 commit
  8. 01 May, 2019 1 commit
  9. 29 Apr, 2019 1 commit
  10. 24 Apr, 2019 1 commit
  11. 22 Apr, 2019 1 commit
  12. 19 Apr, 2019 1 commit
    • Don Gagne's avatar
      · c49b88a0
      Don Gagne authored
      Offline Maps: Allow custom build settings overrides
      c49b88a0
  13. 11 Apr, 2019 1 commit
  14. 10 Apr, 2019 1 commit
  15. 02 Aug, 2018 1 commit
    • Don Gagne's avatar
      · 72b4fb07
      Don Gagne authored
      Wrap text
      72b4fb07
  16. 16 Jun, 2018 1 commit
    • DonLakeFlyer's avatar
      Import/Export fixes · 5ee584a5
      DonLakeFlyer authored
      * Export should always be enabled since you can export default tile set
      * Fix Select All/None problem
      5ee584a5
  17. 07 Jun, 2018 1 commit
  18. 08 Apr, 2018 1 commit
  19. 21 Feb, 2018 1 commit
    • Gus Grubba's avatar
      Create a "Dead Mouse Area" control to eat mouse events underneath desired... · 60fbc492
      Gus Grubba authored
      Create a "Dead Mouse Area" control to eat mouse events underneath desired area. This is to prevent mouse events from leaking through controls underneath the area.
      Replace original "NoMouseThroughRectangle" as this is more versatile.
      Prevent mouse through events from leaking underneath the Fly View tool strip.
      60fbc492
  20. 06 Feb, 2018 1 commit
  21. 15 Dec, 2017 1 commit
  22. 23 Nov, 2017 1 commit
  23. 29 Aug, 2017 1 commit
  24. 24 Aug, 2017 2 commits
  25. 17 Aug, 2017 1 commit
  26. 12 Aug, 2017 1 commit
  27. 22 Jun, 2017 1 commit
  28. 06 Jun, 2017 1 commit
  29. 16 May, 2017 1 commit
  30. 15 May, 2017 3 commits
  31. 12 May, 2017 1 commit
  32. 21 Apr, 2017 1 commit
  33. 17 Apr, 2017 1 commit
  34. 06 Apr, 2017 1 commit
  35. 05 Apr, 2017 2 commits
    • DonLakeFlyer's avatar
      Fix center map tool drop position · 4d9627f8
      DonLakeFlyer authored
      4d9627f8
    • Gus Grubba's avatar
      Enable (custom) Fly View overlay · ce911c01
      Gus Grubba authored
      Added top/bottom alignment state to map scale
      Allow disabling instrument widget altogether
      Added an otherwise redundant row to PlanToolbar so it matches the same button position as the main toolbar
      Fixed typo (Math.max()) in ScreenTools
      Fixed Javascript Exception in OfflineMap
      Increased the import window size in OfflineMap
      Added function to MainWindow to disable toolbar for a truly modal dialog
      Added code so clicking on an open toolbar indicator will cause it to close
      ce911c01